Skip to content

Chaoukia/Probabilistic-Graphical-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Probabilistic-Graphical-Models

This repository is about the Probabilistic graphical models course of the MVA master of ENS Cachan. It contains its homeworks.

1st homework:

Linear classifitcation and comparison between 4 models: LDA, linear regression, logistic regression and QDA.

2nd homework:

-Theory: Factorization in graphical models. -Implementation: Gaussian mixture models and EM algorithm.

3rd homework:

  • Hidden Markov models and alpha-beta recursion.
  • EM algorithm and Viterbi max-product algorithm.
  • Comparision with the previous homework.