Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 466 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 466 Bytes

ml-r

Code for ML course

Implemented models:

  • naive Bayes model fot spam classification
  • principal component analysis, using Gram-Schmidt process and iterative QR-method
  • k-means algorithm using expectation maximization and gradient descent methods; ; k-means using gradient descent over Davies–Bouldin index
  • implementation of linear regression with gradient descent and normal equations; implementation of logistic regression with gradient descent