Skip to content

Implementation of Convolutional Neural Network using Numpy

Notifications You must be signed in to change notification settings

NaveedShahid/Neural-Network-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of basic Neural Network in Numpy

The implementation is similar to Keras implementation of Neural Network. Layers include Batch Norm, Convolutional 2D, Maxpool 2D, etc.

Notes:

  1. Does not take advantage of GPU processing
  2. Not optimized for running on large datasets
  3. LSTM and GRU implementations are future work
  4. train.py and validate.py were run on MNIST dataset

About

Implementation of Convolutional Neural Network using Numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages