Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshua-dias-barreto/mnist-keras-tensorflow-anns

The objective of this project is to identify hand written digits using Artificial Neural Networks.
https://github.com/joshua-dias-barreto/mnist-keras-tensorflow-anns

deep-learning keras machine-learning mnist neural-network tensorflow tensorflow-tutorials

Last synced: 5 days ago
JSON representation

The objective of this project is to identify hand written digits using Artificial Neural Networks.

Awesome Lists containing this project

README

        

#

**Identify Hand Written Digits using Artificial Neural Networks**

The MNIST ( Modified National Institute of Standards and Technology ) dataset contains 60,000 images of hand-written digits from 0-9.
The objective of this project is to create a deep learning model which can correctly identify hand-written digits from images.
An Artificial Neural Network (ANN) was created using Keras Python API with TensorFlow as the backend to fulfill the objective of this deep learning model.