Brain. A simple neural network you can train in JavaScript.

github.com/harthur/brain

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2018
  • Update README.md
June 2015
  • Merge pull request #65 from mjkaufer/patch-1
  • Merge pull request #66 from yoel-zeldes/logFunctionOption
  • Updated README.md with the new log option.
  • Added support for passing a function as the log option instead of usi…
  • Fixed typo in example code
December 2014
  • add gitter chat badge to readme
November 2014
  • Merge branch 'master' of github.com:harthur/brain
  • add contributing file
  • Merge pull request #44 from fabianschwarzfritz/master
September 2014
  • Merge pull request #48 from nickpoorman/master
  • Merge pull request #45 from alexanderGugel/feat/test-script
  • output array when trained with array
  • Add test scripts
August 2014
  • Update readme with new grunt test task
  • Add mocha task for grunt
July 2014
  • Added Bower JSON file.
May 2014
  • clean up readme
  • version to v0.7.0
  • add backwards compat for using learningRate as a NeuralNetwork option