Linear Prediction

Linear Prediction

  • Using a trained Linear Regression model

  • With given Model Parameter linear_prediction_0dd984b3c17df1a79975e491d01fb734faac15d9.svg

    linear_prediction_18b02a50cbd676720af68d24434d027099172bb8.svg
  • linear_prediction_6da892efc93b158c3d6880c2a2918d74f6a9f156.svg is the prediction

  • linear_prediction_894043492cbeb819c8e384cf79cfe7597c40fae7.svg is the linear_prediction_25720b1f32ea8e95b4ff7e40b256b17f65a66930.svg feature vector

  • linear_prediction_0dd984b3c17df1a79975e491d01fb734faac15d9.svg has to have one more item than linear_prediction_894043492cbeb819c8e384cf79cfe7597c40fae7.svg since for a linear model you also need a feature independent summand

  • Otherwise all resulting hyperplanes would have to go throug the origin

  • linear_prediction_37cf4e6f6e51dd37f9069acbbb845904f815f934.svg is called the bias

Predicting multiple samples #

linear_prediction_2c1e76b0b7252e3f8ffc382210eca9174c27cd0a.svg
Calendar October 22, 2023