You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.