Output

This model uses Convolutional Neural Network.

ResNet

The problem of training very deep networks has been alleviated with the introduction of a new neural network layer — The Residual Block.
classical CNNs do not perform well as the depth of the network grows past a certain threshold. ResNets allow for the training of deeper networks.

Dataset

Automatic gender detection through facial features has become a critical component in the new domain of computer human observation and Computer Human Interaction (HCI). Automatic gender detection has numerous applications in the area of recommender systems, focused advertising, security and surveillance. Detection of gender by using the facial features is done by many methods such as Gabor wavelets, artificial neural networks and support vector machine. In this work, we have used the facial global feature distance measure as a pre-cursor. The concept of ”connected-components” is used to extract the required features.

Train your own model by downloading the dataset.

See our Code at Github.