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
A program that runs a simple neural network using numpy and standard python function that classifies data using a labeled set to learn. The size and number of input, hidden layers and output can easily be adjusted. The program works for a network of arbitrary size.