Linear Regression

  • Minimization problem
    • Affine Function
      • w* is just
      • of U forms orthonormal basis of
  • X : nxN matrix , y : N dim vector
  • Solution :
    • If y is has vector data too (size k)
      • Y : N x k matrix
  • form a subspace with dim = n
    • linearly independant vectors. If not, drop as many as possible
  • The optimal solution y_opt is the projection of y on that subspace and has the smallest distance from y
  • is a vector on
  • Ridge Regression
  • Window Based Regression

General Defination

  • Training data : and

  • Search space H

    • Candidate functions
  • Loss function

  • Solution :

    • is all linear functions from to
  • [Left psuedo inverse](Left psuedo inverse.md)