-
AI theory idea
I have this idea for AI, im not shure if it will work or not. Here it goes: Have a n-dimensional matrix call it M (be shure to make it an identity matrix). This will be the "brain". Input can comes in the form of a vector with as many componets as the with of m call this vector V. If V is to small for M, just resize M. Now multiply VxM and add the rows of vector M to get the output. You could make it learn by pluging in new numbers into the matrix. If you could figure just what numbers and were to put them you would be all set. I'm shure I sound really stupid, but at least im trying!
-
Uhh... I'm not really sure that's feasible, but I guess it's possible. If you want to make a system that learns, take a look into neural networks, they are basically used for what you're suggesting I think, but they're quite a lot more complicated.