Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Regression Models - Statistical Machine Learning
New
Last updated 5/2026
English

What you'll learn

  • Thorough understanding on Multiple Linear Regression models - Model estimation, building methods and many more statistical measures for model evaluation
  • Comprehensive understanding on Logistic regression models - building the understanding based on the concepts of Multiple Linear Regression models
  • A strong conceptual understanding on Simple linear regression models that plays a vital role in understanding the multiple regression model concepts
  • A complete understanding on concepts like Correlation, linear regression fits & Nonlinear transformations that are basic and essential for the couresential

Course content

3 sections16 lectures8h 8m total length
  • Correlation & Pearson's Correlation Coefficient (r value)13:53

    We learn about the need to understand the relationship between variables in a bivariate set in a population and how to visualize the relationship

    Quantifying the relationship in terms of a Definition for Correlation

    Calculating the Person’s sample correlation Coefficient, i.e., the r value

    Understanding the Properties of r value

    Difference between Causation & Correlation

  • Least-Squares line & Regression15:47

    Given a linear correlation exits between variables in a bivariate data set we explore

    if there exits a possibility to predict the dependent variable y for a selected value of the independent variable x

    Arriving at a best fit line, the least-squares line to carry out such a prediction

    Understand the relationship between the correlation coefficient r and the slope of the least-squares line

    Understand the concept of regression

    Apply the least-squares line to predict the dependent variable y and understand the limitations


  • R-square, Standard deviation and Residual plots17:31

    this lecture focusses on

    methods to verify if the linear fit is the right one and arrive at measures to improve and verify the quality of the fit

    Introduces the residual plots as a means to check if the linear fit is the right choice and eliminate influential data in the sample

    Introduces new measures namely R-square and standard deviation to qualify the effectiveness of the least squares line fit


  • Polynomial regression and Transformations16:37

    Study on regression fits is incomplete without understanding the non-linear regression fits

    Polynomial regression & Transformations are Two main classes within non-linear curve (regression) fits

    As part of the polynomial regressions : you understand the quadratic and cubic regression fits

    And as part of the transformation based regressions : you understand how various transformation methods are deployed on the raw data such that a linear regression fit can finally be achieved on the transformed data set

  • Simple linear regression model and Inferential methods-part 131:32

    Learn the shortcomings with the sample linear regression line in capturing the linear relationship deterministically if exists between a bivariate data pair

    and introduce the need for a probabilistic model namely the Simple linear regression model

    Learn the role of the error part in the above model and the necessary assumptions about the behavior of the error

    Learn how the coefficients (intercept , slope) of the population regression line are inferred from the coefficients of the sample regression line

    Learn the Model utility test to judge if the Simple linear regression model is suitable enough to arrive at acceptable inferences about the population characteristics

  • Simple linear regression model and Inferential methods-part 234:52

    In this second part

    learn how to verify the four basic assumptions about the error distribution using normal probability plots in order to arrive at a reliable simple linear regression model

    learn how to improve on the model utility by identifying the outliers and the data points that exert excessive influence on the regression line fit and eliminate them before arriving at the model using the residual plots

    learn the influence of the sampling variability on the precisions of the point estimate and point prediction derived out of the model

    learn how to judge the precisions of the point estimate or prediction by calculating the confidence interval and the prediction interval and qualify the estimate/prediction using those intervals

Requirements

  • A good understanding on basic concepts on Probability and statistics involving probability distributions, Mean, median, Central tendency, Variance, Sampling distributions, Point estimates , Confidence intervals hypothesis tests,

Description

Regression models are supervised machine learning techniques used to predict continuous numerical values. By analyzing relationships between independent variables (features) and a dependent variable (target), they identify trends to forecast future outcomes. Statistical machine learning combines traditional statistical inference with computational algorithms to learn patterns from data, quantify uncertainty, and make predictions.

This course provides an in depth and comprehensive coverage on Multiple Linear Regression models and Logistic Regression and focusses on complete breadth and depth of statistical measures that play a pivot role in carrying out the regression analysis.

The course provides a detailed stepwise understanding beginning with concepts on correlation, all variants of R-Square, least squares line fit, concept of regression and gradually introduces the student to a complete understanding on Simple linear regression models and finally leading the student to a comprehensive understanding on Multiple linear and logistic regression models. This course also ensures that the student understand transformations on non-linear relationships between the predictor and the response variables where necessary so that even non-linear relationships are effectively handled and accommodated within linear models

Regression analysis helps organizations and researchers replace guesswork with data-driven insights. Common use cases include

  • Forecasting: Predicting future sales, housing prices, or temperatures.

  • Risk Analysis: Estimating the likelihood of a financial event or assessing credit risks.

  • Causal Analysis: Determining how changes in one factor (e.g., marketing spend) affect a target outcome (e.g., revenue)

Who this course is for:

  • Intended for Data Scientists, Data Analysts and for those in academics in the area of Statistics and Machine learning