1 / 12

Statistical Modelling Basics without Statistics

Understand statistical modelling as fitting a curve to data points with a parameterized function and error metric. Learn how to make predictions and optimize your models for better accuracy and reliability in data analysis.

Download Presentation

Statistical Modelling Basics without Statistics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Understanding SMT without the “S”(Statistics) Robert Frederking

  2. Statistical modelling Think about statistical modelling as fitting a curve to data points Start with parameterized function, error metric, and data points After fitting the function to data using parameters, you can make predictions

  3. y = a*x + b Err = sqrt(sum(di^2))

  4. y = a*x + b Y X

  5. y = a*x + b Err = sqrt(sum(di^2))

  6. y = a*x + b Y?? X

  7. Y2 (Y-y0)^2/a + (X-x0)^2/b = r^2 Y1 Err = sqrt(sum(di^2)) X

  8. Statistical modelling • Think about statistical modelling as fitting a curve to data points • Parameterized function, error metric, data points • After fitting parameters, you can make predictions • But you will get some fit for any data set • Human researchers need to come up with “good” family of functions, and error metric, for the data you see • Want low error number, good predictions • Tractable, both in training and decoding • including data availability, sparseness issues

More Related