| [ Home | Comics | Robots | Humans | Projects | About | Account ] | |
raquib is currently certified at Journeyer level.
Name: Tayeb Karim Notes: Well, currently, I'm a student at RIT. I've helped build 2 robots in highschool (Stuyvesant) for the FIRST competition. I bought an ER1 and am working on some projects with it. I'm really into robotics, and I know it'll be the field of the future. Projects
Recent blog entries by raquibSyndication: RSS 2.0
19 Dec 2006 (updated 19 Dec 2006 at 02:03 UTC) »
It's been a while. moved the senscience project over to
describe my thesis. updates more regularly soon...
Just a quick update,
the darpa project is moving along steadily
we named our group gcart (grand challenge autonomous yada yada)
website is now gcart.rit.edu
yea, i know, lots of random sentences there... link em together. In other news, i'm messing around with a new type of neural net, which i'm calling the "messynet". Yea, that's right, because it's that messy. I'll put up initial results soon... churning through test cases as i'm typing.
OK, starting with the DARPA project. Got funding (in the
form of software) from evolution robotics. Sencience will
have to take a back seat as this project devolopes. More
coming soon...
darpa.rit.edu 18 Aug 2003 (updated 18 Aug 2003 at 22:40 UTC) »
OK, here's some really basic code for one of my subroutine
programs. This one will be the one that "blindly" builds a
map of where the robot is and where other things may be.
The map itself is only used as a secondary source (more for
seeing "am i headed in the right direction" then for
planning out complex moves).
sensors used: 3 IR sensors that measure proximity to robot. They are placed facing foward, foward left, and foward right.Distance tracking: x,y, and degree values of the robot are measured by the robot. There may be a lot of imprecision here, which is why the map is a secondary source! (NOTE: the x and y values may be negative! the robot starts off in the state 0,0 ) The pseudocode: /* NOTES: if you use this, email me...! raquib0@lycos.com i'd like to hear about your robot! (credit would be nice too..) a map is made up of areas an area is a matrix of doubles (real numbers) where the location of each element (x,y) represents a set distance and the value of each element represents the probability that is is "filled". when I say "mark" an area, i mean that you will do this: the elements in the matrix with a value above a certain threshold are likely to be filled... you can use this to plan a overall route to a point. */
So here's another project i'm working on cocurrently. A
music analyser using neural nets. I'm using the Maate MPEG
library to decode mp3s and running them through the neural
net to look for classifications. Okay, that made no sense.
Here we go. Let's call the program MA. You pass in 2 lists
to MA, a list of songs you want to hear and a list of songs
that you don't want to hear. You then train the network (a
standard FFN) with the lists that you passed in, expecting
a result of 1 for a good song and 0 for a bad. I'm
currently using the RMS value of each subband as the inputs
to the network. Layers: variable node input layer, 20 and
10 node hidden layers, and a 1 node output layer. I want to
extend the program so I have multiple nets (RMS, Centroid,
Energy Movement, etc) and allow the songs that have a
majority of the nets firing to enter the "good" list. I've
only programmed in the RMS network so far, and that seems
to be working well. I'm looking at a 98% success rate so
far... i'll get back to the robot soon...
raquib certified others as follows:
Others have certified raquib as follows:
[ Certification disabled because you're not logged in. ] |