Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 635 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 635 Bytes

Demo of perceptron


About

This project is aimed at explaining and illustrating how perceptrons work (neural networks).

The interface shows, how, step by step, the perceptron is trained against the data points added by the user.

The method used to train the algorithm is called the gradient descent.

The activation function is the sigmoid.

More

Made in 2013 with mootools.