Skip to content

Let's build our own naïve convNet library with NumPy

Notifications You must be signed in to change notification settings

blhelias/convolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convolution Neurals Network (ConvNets)

Implement simple operations to understand how ConvNets work.

TODO:

  • Implement Loss class
  • Implement Optimizer class
  • Layer class:
    • Implement Fully Connected (FC) Layers
    • Try to optimize convolution operation
    • Implement backward step for convolution

About

Let's build our own naïve convNet library with NumPy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages