Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 265 Bytes

File metadata and controls

11 lines (7 loc) · 265 Bytes

Content : Deep Learning

Project : Handwritten digits classfication

This project uses a multi layer perceptron to classify hand written digits (using MNIST database) . It uses keras with tensorflow as backend.

Libraries

  • Python 3.6
  • Keras
  • Tensorflow