Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 660 Bytes

File metadata and controls

13 lines (7 loc) · 660 Bytes

JSynapse

An implementation of artificial neural networks and the error backpropagation algorithm for training

Contains the framework for a neural network, the error backpropagation algorithm and specific training classes for handwritten digit recognition and cat recognition. Trained networks can be saved and loaded, a trained and saved digit recognition network is included.

New trainings for other tasks can be implemented by inheriting from the Training super class.

See this blog post for more information.

Released under GPL-3.0