Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 731 Bytes

Readme.md

File metadata and controls

34 lines (21 loc) · 731 Bytes

Machine Learning

Assignments for the Machine Learning (COL774) course taught by Prof. Parag Singla.

Each folder contains the problem statement, Python code and final report (which has graphs etc.)

Assignments

    • Linear Regression
    • Locally Weighted Linear Regression
    • Logistic Regression
    • Gaussian Discriminant Analysis
    • Naive Bayes
    • SVM (using Pegasos and libsvm)
    • Decision Trees
    • Neural Networks