GitHub / Mayurd9 / CNN-from-scratch
This is the Convolutional Neural Network (CNN) implementation with a single convolution layer from scratch using Numpy library. The image dataset on which classification is done is MNIST. It is able to classify with more than 97% classification accuracy after training for just 1 epoch.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayurd9%2FCNN-from-scratch
PURL: pkg:github/Mayurd9/CNN-from-scratch
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Jupyter Notebook
Size: 15.6 KB
Dependencies parsed at: Pending
Created at: about 1 year ago
Updated at: about 1 year ago
Pushed at: about 1 year ago
Last synced at: about 1 year ago
Topics: cnn, cnn-from-scratch, convolutional-neural-networks, deep-learning, machine-learning, mnist-classification, numpy, python3