Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 236 Bytes

File metadata and controls

2 lines (2 loc) · 236 Bytes

hand coded CNN

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).