Skip to content

Osdel/CNN-from-Scratch-with-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN from scratch with numpy

This project is for educational purpose only. The code is based on the CS231n Convolutional Neural Networks for Visual Recognition by Andrej Karpathy. Recommended to understand how convolutional networks works, look inside each component and build it from scratch with numpy.

Dependencies

Getting Started

pip install numpy

Testing the Code

The test case was stracted from Karpathy's example

python test.py

About

This is a convolutional network build from scratch with numpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages