Skip to content

A convolutional neural network that uses backpropagation written in Python only using base Python and Numpy.

Notifications You must be signed in to change notification settings

StephanHav/hand-coded-cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A convolutional neural network that uses backpropagation written in Python only using base Python and Numpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages