Skip to content

thatbrguy/NumPy-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NumPy-CNN

A convolutional neural network fully implemented using NumPy

Requirements:

  • NumPy (obviously)

Additional Requirements (Only the data loader part):

  • TensorFlow Contrib (To download and train on MNIST data)
  • keras.utils (To convert labels to one-hot)

Of course, the CNN is built without using these. Execute using python numpy_cnn.py

About

A convolutional neural network fully implemented using NumPy

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages