Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 260 Bytes

File metadata and controls

5 lines (3 loc) · 260 Bytes

More-Machine-Learning

Python code for all the algorithms is in the .py files folder.

Logistic regression, Logistic ridge, LDA, QDA, Ridge Regression (by evaluating closed-form expression), linear regression (by closed-form and taking inverse of matrix),