Skip to content

tdard/Numpy-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a numpy only implementation of CNN.

Several layer types are implemented within the API:

  • Dense
  • Conv2D
  • Pooling2D
  • Flatten

The use of the API is close to keras.

About

CNN implementation using only numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages