Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 248 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 248 Bytes

Logistic Regression, Bayes and EM

We will perform the following:

  1. Implement Logistic Regression algorithm.
  2. Implement EM algorithm.
  3. Implement Navie Bayes algorithm that uses EM for calculating the likelihood.
  4. Visualize the results.