The dataset is [Kaggle]:https://www.kaggle.com/playlist/men-women-classification
- 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.