Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 327 Bytes

CNN-step-by-step

You will learn how to implement Convolutional Neural Networks step by step from scratch using numpy.

Prequisities

  1. Convolutuonal Neural Network ( though it is clearly mentioned in notebook)
  2. numpy (package)

Implementation :

clone or download the repository, go through the notebook step by step.