Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 876 Bytes

hw03.md

File metadata and controls

28 lines (16 loc) · 876 Bytes

Homework 03

Goal

Implement the mean-shift algorithm.

The Mean-Shift Alogirthm

  • Generate sampling points from a 2D Gaussian distribution
  • Generate sampling points from a 2D Mixture of Gaussian (MOG) distribution

Generate data via MoG

  • Estimate of generated data via step2 by using the Mean-Shift method
  • Plot the clustering results

Requirements

Bonus

  • implement MOG in 2-D case
  • add the regularization term to the MoG implementation