Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 426 Bytes

File metadata and controls

14 lines (9 loc) · 426 Bytes

Gender_Classifier

The dataset is [Kaggle]:https://www.kaggle.com/playlist/men-women-classification

Dependencies

  • Pytorch
  • Python 3.6
  • Numpy
  • Matplotlib

I used 70% in training data, 20% test and 10% validation. I have used Convolutional Neural Network models for this classification. It consists of sveral layers of Convolution and Pooling layers. It gives an accuracy of 70.77% on 30 epochs on test dataset.