User Tools

Site Tools


homework:2013-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:2013-py03 [2013/03/19 14:12]
hongxin
homework:2013-py03 [2023/08/19 21:02] (current)
Line 1: Line 1:
 +====== Homework 03 ======
  
 +===== Goal =====
 +implement MOG in 2D case
 +  - Generate 2D Gaussian distribution ​
 +  - E-M method
 +   
 +===== Optional / Bonus =====
 +
 +  - implement MOG in n-D case
 +  - add regularization term 
 +
 +===== Requirements =====
 +  - Programming lanuage: python
 +  - Plot the results in [[http://​matplotlib.org/​|matplotlib]]