Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 805 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 805 Bytes

Handwritten Digit Recognition

Neural Networks- Handwritten Digit Recognition
Language: Python

The ipynb file has a computer program implementing a neural network that learns to recognize handwritten digits. TensoFlow, NumPy, Matplotlib and Keras are the libraries used here. TensorFlow is an open-sourced end-to-end platform, a library for multiple machine learning tasks, while Keras is a high-level neural network library that runs on top of TensorFlow. The accuracy of the model increases if the number of training examples are increased.

References:

  1. Using neural nets to recognize handwritten digits
  2. Neural Network Python Project - Handwritten Digit Recognition