Git Product home page Git Product logo

node-nn's Introduction

node-nn

A simple neural network to run with Node.js.

Codeship  Status for BenShelton/node-nn

Why does this exist

In order to learn some of basic concepts of Artificial Neural Networks I decided to build my own one from scratch.

This isn't meant to be a highly efficient replacement for other neural networks, rather a demonstration of the core principles involved.

What features does it have

  • Setup Multi-layer Networks
  • Testing via Feed Forward
  • Training via Back Propagation
  • Built in Matrix math
  • NeuroEvolution (genetic algorithm to evaluate & breed groups of networks)
  • Zero dependency

How do I use it

Simple! Just clone the repo:

git clone https://github.com/BenShelton/node-nn.git

There are some examples setup for you to try using npm run or yarn:

yarn xor
yarn mnist
yarn xor-evo
yarn mnist-evo

If you want to create your own, then you can import the necessary files from the library:

const { NeuralNetwork, NeuroEvolution } = require('./lib')

I see room for improvement

Feel free to raise an issue or create a pull request. Contributions are always welcome!

TODO

  • Implement Batch Gradient Descent
  • Create documentation for creating your own
  • Update examples
  • Go through & comment on each stage of code
  • Add testing for NeuralNetwork, Layer & NeuroEvolution

node-nn's People

Contributors

benshelton avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.