We may earn an affiliate commission when you visit our partners.
Course image
Udemy logo

Master statistics & machine learning

intuition, math, code

Mike X Cohen

Statistics and probability control your life. I don't just mean What YouTube's algorithm recommends you to watch next, and I don't just mean the chance of meeting your future significant other in class or at a bar. Human behavior, single-cell organisms, Earthquakes, the stock market, whether it will snow in the first week of December, and countless other phenomena are probabilistic and statistical. Even the very nature of the most fundamental deep structure of the universe is governed by probability and statistics.

Read more

Statistics and probability control your life. I don't just mean What YouTube's algorithm recommends you to watch next, and I don't just mean the chance of meeting your future significant other in class or at a bar. Human behavior, single-cell organisms, Earthquakes, the stock market, whether it will snow in the first week of December, and countless other phenomena are probabilistic and statistical. Even the very nature of the most fundamental deep structure of the universe is governed by probability and statistics.

You need to understand statistics.

Nearly all areas of human civilization are incorporating code and numerical computations. This means that many jobs and areas of study are based on applications of statistical and machine-learning techniques in programming languages like Python and MATLAB. This is often called 'data science' and is an increasingly important topic. Statistics and machine learning are also fundamental to artificial intelligence (AI) and business intelligence.

If you want to make yourself a future-proof employee, employer, data scientist, or researcher in any technical field ranging from data scientist to engineering to research scientist to deep learning modeler you'll need to know statistics and machine-learning. And you'll need to know how to implement concepts like probability theory and confidence intervals, k-means clustering and PCA, Spearman correlation and logistic regression, in computer languages like Python or MATLAB.

There are six reasons why you should take this course:

  • This course covers everything you need to understand the fundamentals of statistics, machine learning, and data science, from bar plots to ANOVAs, regression to k-means, t-test to non-parametric permutation testing.

  • After completing this course, you will be able to understand a wide range of statistical and machine-learning analyses, even specific advanced methods that aren't taught here. That's because you will learn the foundations upon which advanced methods are build.

  • This course balances mathematical rigor with intuitive explanations, and hands-on explorations in code.

  • Enrolling in the course gives you access to the Q&A, in which I actively participate every day.

  • I've been studying, developing, and teaching statistics for over 20 years, and I think math is, like, really cool.

What you need to know before taking this course:

  • High-school level maths. This is an applications-oriented course, so I don't go into a lot of detail about proofs, derivations, or calculus.

  • Basic coding skills in Python or MATLAB. This is necessary only if you want to follow along with the code. You can successfully complete this course without writing a single line of code.  But participating in the coding exercises will help you learn the material. The MATLAB code relies on the Statistics and Machine Learning toolbox (you can use Octave if you don't have MATLAB or the statistics toolbox). Python code is written in Jupyter notebooks.

  • I recommend taking my free course called "Statistics literacy for non-statisticians". It's 90 minutes long and will give you a bird's-eye-view of the main topics in statistics that I go into much much much more detail about here in this course. Note that the free short course is not required for this course, but complements this course nicely. And you can get through the whole thing in less than an hour if you watch if on 1.5x speed.

  • You do not need any previous experience with statistics, machine learning, deep learning, or data science. That's why you're here.

Is this course up to date?

Yes, I maintain all of my courses regularly. I add new lectures to keep the course "alive," and I add new lectures (or sometimes re-film existing lectures) to explain maths concepts better if students find a topic confusing or if I made a mistake in the lecture (rare, but it happens. ).

You can check the "Last updated" text at the top of this page to see when I last worked on improving this course.

What if you have questions about the material?

This course has a Q&A (question and answer) section where you can post your questions about the course material (about the maths, statistics, coding, or machine learning aspects). I try to answer all questions within a day. You can also see all other questions and answers, which really improves how much you can learn. And you can contribute to the Q&A by posting to ongoing discussions.

And, you can also post your code for feedback or just to show off I love it when students actually write better code than me.  (Ahem, doesn't happen so often.)

What should you do now?

First of all, congrats on reading this far; that means you are seriously interested in learning statistics and machine learning. Watch the preview videos, check out the reviews, and, when you're ready, invest in your brain by learning from this course.

Enroll now

What's inside

Learning objectives

  • Descriptive statistics (mean, variance, etc)
  • Inferential statistics
  • T-tests, correlation, anova, regression, clustering
  • The math behind the "black box" statistical methods
  • How to implement statistical methods in code
  • How to interpret statistics correctly and avoid common misunderstandings
  • Coding techniques in python and matlab/octave
  • Machine learning methods like clustering, predictive analysis, classification, and data cleaning

Syllabus

Introductions

Strategies for optimal learning.

How to use different programming languages in the course.

Simulate data and run a statistical analysis. A fun way to start the course :)

Read more

I explain how to get the most out of the interactive part of this course: The Q&A forum!

(optional) Entering time-stamped notes in the Udemy video player
Math prerequisites

A discussion about memorizing formulas.

A reminder about foundational arithmetic rules.

Ways of representing very large and very small numbers.

Mathematical notation for adding a series of numbers.

Absolute value is the distance away from zero, regardless of sign.

Natural exponent and logarithm are two of the most important functions in math and its applications.

The logistic function is used often in statistics, machine learning, and optimization.

To rank data means to transform raw numerical values into ordinal position. Rank is used in non-parametric statistics.

IMPORTANT: Download course materials
Download materials for the entire course!
What are (is?) data?

My take on statistical terminology, grammar, and modern culture.

A philosophical discussion about how we can obtain numbers from the universe.

Data come in different forms, which has implications for ways of visualizing and analyzing data.

Introduction to data types in MATLAB and Python.

There is an important distinction between measuring *all* of the data vs. some of the data.

This distinction is related to sample size, and has implications for the generalizability of experimental findings.

The take-home message here is simple: Don't lie or cheat!

Visualizing data

Lecture on how to create and interpret bar plots, including the types of data that are used.

Creating bar plots in MATLAB and Python, including parameters.

Creating and interpreting box plots, also called box-and-whisker plots.

Box plots in MATLAB and Python.

An exercise on creating box plots of random numbers drawn from different distributions.

A lecture on how to create and interpret histograms, including frequency vs. proportion.

Creating and visualizing histograms in code.

An exercise on transforming frequencies (counts) into proportions.

Pie charts are nice visualizations when your data add up to 100%.

Create pie charts in code. It's easier than you think!

A critical discussion of how to visualize categorical vs. continuous data using lines vs. bars.

A comparison of scaling the y-axis and x-axis intervals.

More on plotting and parameterizing line plots in code.

An exercise on scaling data in different ways.

Descriptive statistics

The term "statistics" actually has two broad meanings: characteristics of a sample vs. generalizing to other samples.

These terms relate to how your data relate to the real world objects that the data measure.

Data come in different distributions, which has implications for how to visualize and analyze datasets.

You will learn how to create random data with different distributions in MATLAB and Python.

What happens when you plot the distribution of a distribution function? Find out!

The Gaussian distribution describes a remarkable and fundamental quality of the universe.

The mean, aka average, is the most common and insightful measure of a data set.

The mean is not appropriate for all data distributions; here you will learn two non-parametric measures of dataset centrality.

Computing mean, median, and mode in MATLAB and Python.

An exercise to help you understand the impact of outliers on mean, median, and mode.

You will learn about dispersion, which is how wide the data distribution is.

Computing different measures of dispersion in code.

IQR is a measures of the spread of most (but not all) of the data, and is robust to outliers.

See how to generate the interquartile range in code.

QQ plots show how your data compare to a theoretical normal (Gaussian) distribution.

Learn how QQ plots are created in Python and MATLAB.

Moments are statistical characteristics of the data. Here you'll learn the first four moments of a distribution.

More on histograms: Learn the formulas for determining the number of bins (data discretizations) to use.

Experiment with histogram parameters.

Learn how to create and interpret a beautiful graph for visualizing data and data distributions.

See how violin plots are created in code. Tip: Use lots of colors!

An exercise to visualize two data distributions in one violin plot.

Learn how to interpret this nonlinear measure of data dispersion.

Shannon entropy in code.

You will see how the bin-count parameter affects entropy.

Data normalizations and outliers

No amount of fancy statistics or data cleaning can fix terrible data. Start with good data!

Z-score is the most important data normalization in statistics and machine learning.

Translate the z-score formula into code.

Min-max scaling is the second-most important data normalization method.

Translate min-max scaling into Python and MATLAB code.

An exercise to get from normalized data back to their original scale.

Outliers are unusual values that can completely screw up your analyses and interpretation!

This is one of the most common methods for identifying and removing outliers.

The modified z-score method uses the median instead of the mean, and therefore is good for removing outliers in non-normal distributions.

Implement the modified z-score method in code.

Does it really matter if you use the regular or modified z-score method? Come find out!

Extend the z-score method to outliers in high-dimensional datasets.

Multivariate outlier identification and removal, using concepts from geometry.

Another common method for removing outliers, based on threshold-exceedance.

See how data trimming is implemented in MATLAB and Python.

Instead of removing outliers, you can use analyses that are robust to outliers.

Some outliers can be transformed into non-outliers by applying certain nonlinear transformations.

A lecture on one of the main challenges of online learning. Just something to reflect on.

Probability theory

Introduction to probability and the role of probability in statistics.

Probability and proportion are really similar concepts, but it's important to know their subtle difference.

Instructions on how to compute probabilities (math).

How to compute probabilities in practice (code).

Probability and odds are different concepts; see how they differ and how to interpret odds ratios.

This exercise on odds-ratios will help make sure you really understand the math of odds-ratios.

Different terms are used for probabilities, depending on the data type (categorical vs. continuous).

Compute empirical probability mass functions.

cdfs are central to evaluating statistical significance. In this video you'll learn how to create and interpret cdfs.

Here you will learn how to compute cdfs from pdfs, including a potentially confusing aspect of their relationship.

An exercise to create cdfs from various random distributions.

Learn how to create a distribution of means from repeated samples. This is key to hypothesis-testing.

You already know how to do Monte Carlo sampling; here I will make sure you know the terminology.

Sampling isn't perfect, and understanding its limitations will help you properly interpret statistical results.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Examines probability theory and its role in statistics, which is standard in data science
Develops skills in probability, statistics, and machine learning, which are core to data science
Explores concepts in probability and statistics, which are essential for understanding data
Teaches students how to apply probability and statistics to real-world problems, which is highly relevant to data science
Uses the Statistics and Machine Learning toolbox in MATLAB, which may be beneficial to students with access to this resource

Save this course

Save Master statistics & machine learning: intuition, math, code to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Master statistics & machine learning: intuition, math, code. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Master statistics & machine learning: intuition, math, code will develop knowledge and skills that may be useful to these careers:
Data Scientist
A data scientist combines knowledge in statistics, machine learning, and data analysis to extract valuable insights from large datasets. This course will provide you with a comprehensive understanding of the fundamental concepts of statistics, machine learning, and data science, and it covers practical aspects of data analysis, such as data normalization, outlier detection and removal, and data visualization. By taking this course, you will gain the skills and knowledge needed to succeed as a data scientist.
Statistician
A statistician is a professional who specializes in collecting, analyzing, and interpreting data. They use statistical methods to draw conclusions and make predictions about the world around them. This course will provide you with a comprehensive understanding of the fundamental concepts of statistics, probability theory, and hypothesis testing, and it covers practical aspects of statistical analysis, such as data normalization, outlier detection and removal, and data visualization. By taking this course, you will gain the skills and knowledge needed to succeed as a statistician.
Data Analyst
A data analyst utilizes statistical and mathematical principles to gather, analyze, and interpret data in order to provide insights to inform decision-making within an organization. This course will provide you with valuable knowledge in descriptive and inferential statistics, probability theory, and machine learning, helping you build a foundation for success as a data analyst. It also covers practical aspects of data analysis, such as data normalization, outlier detection and removal, and data visualization, making it an ideal choice for learners who want to enter this career field.
Machine Learning Engineer
A machine learning engineer is a professional who specializes in developing and deploying machine learning models. They work with data to identify patterns and build models that can make predictions or automate processes. This course will provide you with a solid foundation in the fundamentals of statistics, machine learning, and data analysis, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Quantitative Analyst
A quantitative analyst is a professional who specializes in using mathematical and statistical models to analyze financial data. They use their knowledge to make investment decisions and to assess the risk and return of investments. This course will provide you with a strong foundation in the fundamentals of statistics, probability theory, and financial analysis, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Actuary
Actuaries use statistical and mathematical models to assess the financial risk and uncertainty associated with insurance and other financial products. They work with data to develop and price insurance policies, and to assess the risk of events such as natural disasters and accidents. This course will provide you with a solid foundation in the fundamentals of statistics, probability theory, and financial analysis, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Epidemiologist
Epidemiologists study the distribution and determinants of health-related states and events in populations. They work with data to identify risk factors for disease, and to develop and implement prevention and control programs. This course will provide you with a solid foundation in the fundamentals of statistics, data analysis, and epidemiology, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Business Analyst
Business analysts work with data to identify opportunities and solve problems within an organization. They use their findings to make recommendations for improvement, and to develop and implement new strategies. This course will provide you with a solid foundation in the fundamentals of statistics, data analysis, and business analysis, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Data Warehouse Architect
Data warehouse architects design and build data warehouses, which are used to store and manage large volumes of data. They work with data to ensure that it is properly organized and accessible for analysis and reporting. This course will provide you with a solid foundation in the fundamentals of data warehousing, data architecture, and data management, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Economist
Economists study the production, distribution, and consumption of goods and services within an economy. They work with data to analyze economic trends and to develop policies that promote economic growth and stability. This course will provide you with a solid foundation in the fundamentals of statistics, data analysis, and economic principles, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Market Researcher
Market researchers conduct studies to collect and analyze data about consumers, markets, and products. They use their findings to help businesses make informed decisions about product development, marketing, and pricing. This course will provide you with a solid foundation in the fundamentals of statistics, data analysis, and consumer behavior, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Risk Manager
Risk managers identify, assess, and mitigate risks within an organization. They work with data to develop and implement risk management plans, and to ensure that the organization is prepared for potential threats. This course will provide you with a solid foundation in the fundamentals of statistics, data analysis, and risk management, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Research Scientist
Research scientists conduct research to develop new knowledge and technologies. They work with data to analyze problems and to develop solutions. This course will provide you with a solid foundation in the fundamentals of research methods, data analysis, and scientific principles, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Software Engineer
Software engineers design, build, and maintain computer programs. They work with data to develop solutions to problems and to create new products and services. This course will provide you with a solid foundation in the fundamentals of programming, data analysis, and machine learning, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.
Product Manager
Product managers are responsible for the development and management of products. They work with data to identify customer needs and to develop products that meet those needs. This course will provide you with a solid foundation in the fundamentals of product management, data analysis, and customer experience, making it an ideal choice for learners who want to enter this field. It covers a range of topics, including data normalization, outlier detection and removal, and data visualization.

Reading list

We've selected 15 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Master statistics & machine learning: intuition, math, code.
Comprehensive introduction to probability and statistics, covering topics such as descriptive statistics, probability theory, inferential statistics, and regression analysis.
Provides a comprehensive overview of data science, covering topics such as data collection, data preparation, data analysis, and data visualization.
Provides a comprehensive overview of statistics and probability, covering topics such as descriptive statistics, probability theory, inferential statistics, and regression analysis.
Provides a comprehensive overview of Python programming for data analysis, covering topics such as data cleaning, data manipulation, and data visualization.
Provides a comprehensive overview of R programming for data science, covering topics such as data cleaning, data manipulation, and data visualization.
Provides a gentle introduction to machine learning, covering topics such as supervised learning, unsupervised learning, and deep learning.
Comprehensive guide to deep learning, covering topics such as convolutional neural networks, recurrent neural networks, and generative adversarial networks.
Comprehensive guide to reinforcement learning, covering topics such as Markov decision processes, value functions, and reinforcement learning algorithms.
Provides a comprehensive overview of natural language processing with Python, covering topics such as text preprocessing, text classification, and text generation.
Provides a comprehensive overview of computer vision with Python, covering topics such as image processing, object detection, and image classification.
Provides a comprehensive overview of big data analytics, covering topics such as data collection, data storage, data processing, and data visualization.
Provides a comprehensive overview of data mining for business analytics, covering topics such as data mining techniques, data mining applications, and data mining tools.
Provides a comprehensive overview of time series analysis, covering topics such as time series data, time series models, and time series forecasting.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Master statistics & machine learning: intuition, math, code.
Complete linear algebra: theory and implementation in code
Most relevant
Predictive Modeling and Machine Learning with MATLAB
Take a Swing at Baseball Analytics: Explore Player Careers
Foundations of Statistics and Probability for Machine...
Deep Learning Prerequisites: Linear Regression in Python
Robotic Vision: Principles of Vision
MATLAB Essentials
Math 0-1: Calculus for Data Science & Machine Learning
Perform Predictive Modeling with MATLAB
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser