vishwakftw / CS5560-PMML

Coursework pertaining to CS5560 : Probabilistic Models in Machine Learning offered in Fall 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS5560-PMML

Coursework pertaining to CS5560 : Probabilistic Models in Machine Learning offered in Fall 2018

Week - 1

  • Probability revision. Exercises from Kevin Murphy, Machine Learning: A Probabilistic Perspective and Sheldon Ross, Introduction to Probability Models.

Week - 2

  • Maximum Likelihood Estimation, Covariances and Correlation. Exercises from Kevin Murphy, Machine Learning: A Probabilistic Perspective.

Week - 3

  • Implementation of a Multivariate Gaussian Regression model and inference from data. This was the dataset used.

Week - 4

  • Bayesian Linear Regression and Maximum Conditional Likelihood Estimation. Exercises from Kevin Murphy, Machine Learning: A Probabilistic Perspective.

Week - 5

  • Generative Classification, Logistic Regression, LDA and its variants. Exercises from Kevin Murphy, Machine Learning: A Probabilistic Perspective.
  • Implementation of Gaussian Discriminant Analysis and Naive Bayes' Classifier and compare performance with LIBLINEAR on this dataset.

Week - 6

  • Bayesian Learning, Posterior calculation. Exercises from Kevin Murphy, Machine Learning: A Probabilistic Perspective.

Week - 7

  • More posterior calculation, Bayesian Bayes Classifier, and MAP estimate for the Naive Bayes model. Exercises from Kevin Murphy, Machine Learning: A Probabilistic Perspective.

Week - 8

  • Model selection, Cross-validation. Exercises from Kevin Murphy, Machine Learning: A Probabilistic Perspective.

Week - 9

  • Implementation of Gaussian Mixture Models using the EM algorithm and by gradient descent over a loss function. Dataset used is this.

About

Coursework pertaining to CS5560 : Probabilistic Models in Machine Learning offered in Fall 2018


Languages

Language:TeX 75.9%Language:Python 24.1%