Skip to content

radheem/CNN-using-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CNN-using-Numpy

This repository contains an implementation of a basic CNN from scratch using just the Numpy library.
The code used here is what i learned in the coursera deeplearning.ai specialization course 4 Convolutional Neural Networks in addition with implemented of an ANN.
the implementation is hardcoded to have a softmax output layer and performing mini-batch gradient descent with 60 batches.
Furthermore the data used in this repo is MNIST dataset which is available at this link: http://yann.lecun.com/exdb/mnist/ with instructions to download and use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published