Some cutting points in statistical learning-starting from basic concepts

Source: Internet
Author: User

1. Non-probability model vs Probability Model

A non-probability model is a model represented by a decision function, and a probability model is a model represented by a conditional probability.

2. loss function (loss fun) VS risk function (cost fun)

The loss function measures the quality of a model's prediction at a time. The risk function measures the quality of a model's prediction at an average value, which is assumed the expected loss of the model under the joint distribution.

The risk calculation function must know the joint distribution, and which is unknown.

3. Empirical loss or empirical risk: average loss of the model about the training set. According to the law of large numbers, we use empirical loss to estimate risk functions.

4. empirical risk mininmization (ERM) vs structural risk minimization (SRM)

Common basic correction strategies for estimating expected losses using empirical risks.

Erm: applicable when the sample size is large enough. When the sample size is smallOverfitting(Over-fitting.

SRM: This is equivalent to regularization ).

Structural Risk = empirical risk + regularization item

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.