Skip to content

A quick implementation of KNN in Julia with no libraries used to classify men and women given height and weight.

Notifications You must be signed in to change notification settings

nps6-uwf/gender-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gender-classifier

Implmentation of the supervised learning algorithm K-nearest neighbors in the Julia programming language. The data is a csv file of heights, weights, and gender labels:

Weight (kg) Height (cm) Gender
70.3518798786343 198.903011944154 Male
58.9107320370127 102.088326367840 Female

About

A quick implementation of KNN in Julia with no libraries used to classify men and women given height and weight.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages