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
Read in a mnist file and using a neural network, predict the classification of 0-9 throughout the mninst dataset.
After going through each epoch, Print the averages and plot the learning curves of each fold.
About
Read in a mnist file and using a neural network, predict the classifcation of 0-9 throughout the mninst dataset.