User Tools

Site Tools


homework:2017-py03

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
homework:2017-py03 [2017/03/21 19:48]
hongxin [Goal]
homework:2017-py03 [2023/08/19 21:02] (current)
Line 1: Line 1:
 +====== Homework 03 ======
  
 +===== Goal =====
 +implement MOG in 2D case
 +  - Generate sampling points from a 2D Gaussian distribution ​
 +  - Generate sampling points from a 2D Mixture of Gaussian (MOG) distribution
 +  - Estimate parameters of generated data via step2 by using the E-M method
 +  - Plot iteration results
 +   
 +===== Optional / Bonus =====
 +
 +  - implement MOG in n-D case
 +  - add regularization term 
 +
 +===== Requirements =====
 +  - Programming lanuage: python
 +  - Plot the results in [[http://​matplotlib.org/​|matplotlib]]
homework/2017-py03.txt · Last modified: 2023/08/19 21:02 (external edit)