Badass JavaScript: Brain.js
A neural network is “a mathematical model or computational model that tries to simulate the structure and/or functional aspects of biological neural networks” according to Wikipedia. Basically, a neural network carries out pattern recognition, very much like the human brain would. The user…
Wow, what a great idea… It’d be interesting to integrate machine learning stuff like this into web front-ends and to store the trained networks in localStorage.
It’d be just as cool to bring this into node.js and do some interesting stuff on the back-end.
This makes me want to go back and get into AI and computer vision all over again!