Skip to content

classify anyone as either 'male' or 'female' given just their 'height', 'weight' and 'shoe size' (youtube challenge by 'Siraj Raval')

Notifications You must be signed in to change notification settings

RyhanSunny/python-GENDERCLASSIFIER_Machine_Learning_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GENDER-CLASSIFIER_MLwP (Machine Learning with Python)

The goal is to classify anyone as 'male' or 'female' given just their 'height', 'weight' and 'shoe size' we use scikit-learn package to train first- a decision tree classifier (see: gender-classifier-demo.py) with already existing data set to make it able to predict the gender on it's own given a random set of 'height', 'weight' and 'shoe size Then- we do the same thing but using 4 other classifier models (see:GENDER_CLASSIFIER_USING MULTIPLE MODELS.py) and calculate their accuracy (percentage) using the same data then choose the most accurate model.

DEPENDENCIES

*Scikit-learn
*numpy
*scipy

Classifier Models

*Decision Tree
*SVM-SVC
*Perceptron
*KNeighbors
*Naive_bayes-GaussianNB

Usage

python gender-classifier-demo.py
python GENDER_CLASSIFIER_USING MULTIPLE MODELS.py

or use pyCharm

About

classify anyone as either 'male' or 'female' given just their 'height', 'weight' and 'shoe size' (youtube challenge by 'Siraj Raval')

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages