0.2.4 • Published 8 years ago

jbrain v0.2.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Jbrain

Neural network in javascript

Code Climate | Build Status | npm version

Work in progress.

  • Initially a simple neural network implementation( with quadratic cost function,sigmoid activation and stochastic gradient descent).
  • Will update further for preventing overfitting(L1,L2 regularisation) , more cost functions(log likelihood, cross entropy etc.),
    activation functions(softmax).
  • Other machine learning algorithms like SVM.

--Any help or suggestion is appreciated. The Ndime.js file in helper directory is another of my projects, Here is the link to it : Vector_JS .

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago