Skip to content

spolloni/MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MachineLearning

This repository contains a few classification algorithms coded from scratch while taking the ENGN2520 Machine Learning course at Brown. The NaiveBayes and SVM folders contain hand-written digit classifiers using MNIST data and respectively implement a Naive Bayes classifier with maximum likelihood and a support vector machine with gradient descent. The GaussianMixture folder estimates a Gaussian Mixture model from simulated data. It estimates the model using an EM algorithm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages