Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdulsamie10/mnist-cnn

CNN applied on MNIST database. Well, MNIST data will be downloaded itself.
https://github.com/abdulsamie10/mnist-cnn

Last synced: about 8 hours ago
JSON representation

CNN applied on MNIST database. Well, MNIST data will be downloaded itself.

Awesome Lists containing this project

README

        

# CNN
Massive progress has been made in the field of artificial intelligence, closing the gap between human and computer capacities. Proponents and experts alike work tirelessly on many facets of the topic to achieve remarkable results. Computer vision is just one example of such a field.
The goal of this area of study is to teach computers to see and understand the world as humans do, so that they can apply this understanding to fields as diverse as image and video recognition, image analysis and classification, media recreation, recommendation systems, natural language processing, and so on. Over the course of its development and refinement, a Convolutional Neural Network has been at the centre of most of the progress made in Computer Vision using Deep Learning.

# MNIST-CNN
CNN applied on MNIST database. Well, MNIST data will be downloaded itself.
Just run each cell one by one. It'll run perfectly. Thank you!