Skip to content

murundb/supervised_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploration of five supervised learning algorithms including:

  1. Decision tree with pruning
  2. Artificial Neural Networks
  3. AdaBoost
  4. Support Vector Machines
  5. K-Nearest Neighbours

on MNIST and Asirra datasets.

Running

conda create --name myenv

conda activate myenv

pip install -r requirements.txt

python recognition.py --type

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages