Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chhayac/gender-classification-using-images

Gender Prediction from Social Media profile pictures using Deep Learning
https://github.com/chhayac/gender-classification-using-images

deep-learning deeplearning deepneuralnetworks gender-classification gender-prediction keras keras-neural-networks keras-tensorflow neural-networks vgg16

Last synced: 6 days ago
JSON representation

Gender Prediction from Social Media profile pictures using Deep Learning

Awesome Lists containing this project

README

        

# Placeholder repository for Gender Classification Using Images
I will be uploading the code in some more days

## Deep-Learning
Gender Prediction from Social Media profile pictures using deep learning

## Goal
To predict gender of 9500 facebook users using images as source. I used profile.csv data to separate data into male and female folders as Keras expected

## Libraries used
Keras with tensorflow as backend

## Strategy
Fine-tuned VGG16 ImageNet model for the binary classification task. The method is called Transfer Learning.