Brain.js is a JavaScript library for neural networks in the browser, with GPU support. It also works on Node.js, with or without GPU support. It enables basic to moderate machine learning tasks in the browser and on the server.
Here are some very basic examples
-
Neural Network Basic neutral net work for deep learning
-
recurrent.LSTM() Also known as Linear Regression Training Model
- Clone the repo
git clone <--link from fork--->
- Installing dependencies
yarn install
yarn run start
Feel free to add some examples. Just create a new file, number and label it and add your code/training data, etc. Please leave comments to explain what your network does.
- Alpha Olomi - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details