/brainjs-basics

A simple start in brain.js 🤷‍♀️

Primary LanguageJavaScript

Brain.js Practice

Documentation

Overview

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

  1. Neural Network Basic neutral net work for deep learning

  2. recurrent.LSTM() Also known as Linear Regression Training Model

Getting started

  1. Clone the repo
git clone  <--link from fork--->
  1. Installing dependencies
yarn install
yarn run start

Adding Examples / Pull Requests

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.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details