Central Limit Theorem and Machine Learning | Part-1

By Medium - 2020-11-29

Description

Note: Here I will try to cover the idea of the Central Limit Theorem, and it’s significance in statistical analysis, and how it is useful…

Summary

  • Note: CLT will be valid when the samples are reasonably large.
  • If we have fewer data points, then the samples have to be small, which is not an ideal case to justify CLT.
  • If the whole deterministic part of Y is explained by X, then the model_error depicts only the random part and should have a normal distribution(according to CLT).So if the error distribution is normal, then we may suggest that the model is successful, and we can apply linear algorithms to the dataset for better results.

 

Topics

  1. Backend (0.34)
  2. Machine_Learning (0.29)
  3. NLP (0.17)

Similar Articles

Gaussian Process Regression From First Principles

By Medium - 2021-03-15

Gaussian Process Regression (GPR) is a remarkably powerful class of machine learning algorithms that, in contrast to many of today’s state-of-the-art machine learning models, relies on few parameters…

Data Transformation: Standardization vs Normalization

By KDnuggets - 2021-03-14

Increasing accuracy in your models is often obtained through the first steps of data transformations. This guide explains the difference between the key feature scaling methods of standardization and ...

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…