Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 256 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 256 Bytes

backprop

basic feed forward neural network

This was my first multilayer perceptron implementation. It mostly works, but its very inefficient with a confusing API. For a much better neural network implementation see https://github.com/jtainer/caracalnet