neuron.js

javascript Neural-Network library.

Demo - Back Propagation

1.Download MNIST data files form THE MNIST DATABASE.

2.Drop all files here.

Image

Label

learn loop: 0/60000
test loop: 0/10000


How to use

neuron

A neuron.

group

A set of neurons. Back Propagation's each layer is "group", and Self Organizing Map(SOM)'s neurons are also "group".

group.applyFunc( function )

Apply function to each neuron in group. For example, fire-function.

Neuron Viewer

Weight and Fire.