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 convolutional neural network that uses backpropagation of error. Written in base Python, only using Numpy for the CNN funtions itself. Other Packages are used to load in datasets or to represent results (Matplotlib).
About
A convolutional neural network that uses backpropagation written in Python only using base Python and Numpy.