User Tools

Site Tools


cs401r_w2016:lab7

Differences

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

Link to this comparison view

cs401r_w2016:lab7 [2016/02/17 15:31]
admin created
cs401r_w2016:lab7 [2021/06/30 23:42]
Line 1: Line 1:
-====Objective:​==== 
- 
-To understand state space models, and in particular, the Kalman filter. 
- 
----- 
-====Deliverable:​==== 
- 
-For this lab, you will implement the Kalman filter algorithm on a custon dataset. ​ Your notebook should produce a visualization of the observations,​ the true state, the estimated state, and your estimate of the variance of your state estimates.  ​ 
- 
----- 
-====Grading:​==== 
-Your notebook will be graded on the following elements: 
- 
-  * 10% Data is correctly mean-centered 
-  * 20% Correctly updates responsibilities 
-  * 20% Correctly updates means 
-  * 20% Correctly updates covariances 
-  * 20% Correctly updates mixing weights 
-  * 10% Final plot is tidy and legible 
- 
----- 
-====Description:​==== 
- 
-For this lab, you will perform simple target tracking using the random accelerations model. ​ The model is therefore given by 
- 
-<code python> 
- 
-# the dynamics model 
- 
-# the observation model 
- 
-# the dynamics noise 
- 
-# the observation noise 
- 
-# the initial state 
- 
-mu_t =  
- 
-</​code>​ 
  
cs401r_w2016/lab7.txt ยท Last modified: 2021/06/30 23:42 (external edit)