This respository contains ML algoriths implemented in CSE 512 - Machine Learning course taken by Professor Franciso Orabona.
- Linear Regression using polynomial basis functions (Lab 1)
- Perceptron (Lab 2)
- Ridge Regression (Lab 2)
- SVM Primal (Lab 2)
- Kernel Ridge Regression (Lab 3)
- Kernel SVM (Lab 3)
- Kmeans (Lab 4)
NOTE: I, personally have always underestimated Wikipedia, solely because it was Wikipedia. No other reason :P. But trust me, for studying machine learning, Wikipedia is the best resource. It gives appropriate derivations and summary of most of the topics.