Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 601 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 601 Bytes

Hand-Gestures-Classification

This repository belongs to my first homework in Deep Learning graduate course (EE25-647) at Sharif University of Technology.

Our task was to design an MLP network and train/test it on Sign Language MNIST. We also examined the effects of dropout and batch normalization on accuracy and used tensorboard for visualizations.

P.S.

  • We had to do our implementations using tensorflow 1.xx.
  • requirments.txt is automatically generated using conda list -e > requirements.txt.