Skip to main content

8 docs tagged with "statistics"

View all tags

Basic Statistical Concepts

Introduction to the fundamental pillars of statistics in ML: Populations vs. Samples, Descriptive vs. Inferential statistics, and Data Types.

Basics of Probability

An intuitive introduction to probability theory, sample spaces, events, and the fundamental axioms that govern uncertainty in Machine Learning.

Data Visualization in Statistics

Exploring the essential plots and charts used in statistical analysis to identify patterns, distributions, and outliers in Machine Learning datasets.

Descriptive Statistics

Mastering measures of central tendency (mean, median, mode) and dispersion (variance, standard deviation, range) to summarize and understand data distributions.

Inferential Statistics

Understanding how to make predictions and inferences about populations using samples, hypothesis testing, and p-values.

PMF vs. PDF

A deep dive into Probability Mass Functions (PMF) for discrete data and Probability Density Functions (PDF) for continuous data.

The Normal (Gaussian) Distribution

A deep dive into the Normal Distribution, the Central Limit Theorem, and why Gaussian assumptions are the backbone of many Machine Learning algorithms.