  


 
Neural
Network in Javascript
While
I was studying Cognition & Computation, I did research on neural networks. There
are many out there, and most of them are written in Java. Of course,
they are compatible with multiple platforms, and make use of all the
other advantages of Java. Unfortunately, the problem was that most of
them did not work. For example: they do not load fast enough, then they
take ages to start, and then they give you a NullPointerException.
That's
why I decided that a complex thing like a neural network must be possible
with something simple as Javascript.
Check out the Neural
Network. It autocorrects your spelling errors in an address book
and suggests alternatives.
|