Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 277 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 277 Bytes

#Neural Network Test

This program was an intro to neural networks by having a network that will take in a matrix and output a 1 or 0 based on if the leading digit is a 1 or 0.

this program was taken from Here and is not my own.