Skip to content

mpektkd/Digit-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digit-Recognition

Overview

In this thread, i'm building 3 Classifiers from scratch, for Digit-Recognition:

  1. Euclidean-Distance
  2. Gaussian-Naive-Bayes
  3. MLP-Classifier

I'm comparing the cross-val scores and plot their desicion surfaces, as well as the learning curves. in additon, for statistical reasons, i'm applying fine-tunning on Voting and Bagging models, to compare with mine.

In Version 2, i am going to present the mathematical base behind these implementations and observations.

Execution

In src directory, run:

python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages