Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 263 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 263 Bytes

Neural Nets Test

Neural networks from scratch that are used to make test and performance comparisons.

At the moment there is just a Fully Connected Network for a very simple binary image classificacion, implemented on Python using Numpy (no other framework).