Skip to content

Machine learning exercises using different numerical methods

Notifications You must be signed in to change notification settings

billyhsun/ML-Numerical-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Numerical-Methods

Machine learning exercises using different numerical methods including Naive Bayes, LDA/QDA, and regression.

Spam Email Classifier

Spam email classifier algorithm using Naive Bayes (Naive_Bayes.py)

Gender Classifier

Determining the gender based on height and weight data using Linear discriminant analysis (LDA) and Quadratic discriminant analysis (QDA) (LDA_QDA.py)

Regression

Bayesian linear regression exercise (Regression.py)

Robot Motion

Robot motion tracking using forward-backward algorithm and Viterbi algorithm (Inference.py)

About

Machine learning exercises using different numerical methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages