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

Latest commit

 

History

History
12 lines (8 loc) · 647 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 647 Bytes

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