Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Implementation of some Machine Learning Algorithms in Python

Notifications You must be signed in to change notification settings

najielhachem/Machine-Learning-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-Algorithms

Implementation of some Machine Learning Algorithms in Python

Support Vector Machine (SVM)

A notebook implementing the SVM algorithm starting with a linear kernel, followed by a polynomial and rbf kernels

SVM notebook

Expectation-Maximization (EM)

A notebook implementing the EM algorithm starting with a multibinomial distribution followed by a multi-guassian distribution

EM notebook