Linear Model

  • If δk(x)\delta_k(x)is linear, then DD is also linear.

  • E(YkX=x)=P(GX)E(Y_k|X=x)=P(G|X) When we estimate this with XTβX^T\beta, the range can be out of range 0 to 1.

  • minBΣyi[(1,xiT)B]T2\min_{\mathbf{B}} \Sigma||y_i-[(1,x_i^T)\mathbf{B}]^T||^2

  • G^(x)=argmaxkgf^k(x)G^(x)=argminkf^(x)tk2\hat{G}(x)=argmax_{k \in g}\hat{f}_k(x) \rightarrow \hat{G}(x)=argmin_{k}||\hat{f}(x)-t_k||^2

  • kG^(x)=1\sum_k\hat{G}(x)=1

Last updated

Was this helpful?