Dann.js
Neural Network library for Javascript
https://cdn.jsdelivr.net/gh/matiasvlevi/dann@latest/build/dann.min.js
npm install dannjs
Dannjs is an easy-to-use neural network library for Javascript. Since this library is small and easy to learn, it acts as a playground for experimentation with deep neural networks. It is also fast to implement which makes it a great choice for various applications.
Neural Network learning to count with 4bit binary digits interactive demo here.
Neural Network Solving XOR interactive demo here.
5x5 Letter recognition interactive demo here.
See a mnist trainer project on github here.
San-Francisco house prices predictions live demo here.
See contribution documentation here.