Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 205 Bytes

File metadata and controls

3 lines (2 loc) · 205 Bytes

NumPy-CNN

Implementation of a convolutional neural network in python using NumPy. CNN1_fixed.py computes a forward pass, backwards propagation for weight adjustments, and does a gradient descent check.