Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 677 Bytes

hw04.md

File metadata and controls

20 lines (12 loc) · 677 Bytes

Homework 04

Goal

Implement the Levenberg-Marquardt algorithm

  • Design your own test functions, two variable functions are highly recommended.
  • Plot the iteration steps

Requirements

Bonus

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