<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Regression on DATATWEETS</title><link>/courses/machine-learning/regression/</link><description>Recent content in Regression on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Fri, 14 Nov 2025 09:00:00 +0200</lastBuildDate><atom:link href="/courses/machine-learning/regression/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Introduction to Linear Regression</title><link>/courses/machine-learning/regression/lesson-1-introduction-to-linear-regression/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/regression/lesson-1-introduction-to-linear-regression/</guid><description>Discover what linear regression is, why it minimizes squared error, and how to fit one in scikit-learn. You will load the real UCI Automobiles dataset, build simple and multiple regressions to predict car price, and learn how gradient descent finds the best-fit line.</description></item><item><title>Lesson 2 - Interpreting Regression Parameters</title><link>/courses/machine-learning/regression/lesson-2-interpreting-regression-parameters/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/regression/lesson-2-interpreting-regression-parameters/</guid><description>Build simple and multiple linear regression models on the real automobiles dataset, then learn to interpret the intercept and every coefficient. You will see how standardizing features lets you compare predictors fairly and read which ones move price the most.</description></item><item><title>Lesson 3 - Checking Linear Regression Fit</title><link>/courses/machine-learning/regression/lesson-3-checking-linear-regression-fit/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/regression/lesson-3-checking-linear-regression-fit/</guid><description>A model that fits the line is not automatically a good model. In this lesson you learn to read residual plots, compute RMSE and MAE, and interpret R-squared so you can judge honestly whether linear regression suits your data.</description></item><item><title>Lesson 4 - Applying Linear Regression Models</title><link>/courses/machine-learning/regression/lesson-4-applying-linear-regression-models/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/regression/lesson-4-applying-linear-regression-models/</guid><description>Bring the whole regression workflow together on the real automobiles dataset. You will fit simple and multiple regressions, scale features the right way, read standardized coefficients, and judge a model honestly with test R-squared, RMSE, and MAE.</description></item><item><title>Lesson 5 - Understanding Gradient Descent</title><link>/courses/machine-learning/regression/lesson-5-understanding-gradient-descent/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/regression/lesson-5-understanding-gradient-descent/</guid><description>Learn the intuition and math behind gradient descent, the optimization algorithm that trains linear regression. You will see why a model needs a cost function, how the gradient points the way downhill, and how the learning rate controls each step, all grounded in the real automobiles dataset.</description></item><item><title>Lesson 6 - Implementing Gradient Descent in Python</title><link>/courses/machine-learning/regression/lesson-6-implementing-gradient-descent-in-python/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/regression/lesson-6-implementing-gradient-descent-in-python/</guid><description>Open the black box behind linear regression. You will code the mean squared error loss, derive its gradients, and write a gradient descent loop from scratch that learns a price model on the real automobiles dataset. Along the way you will see how the learning rate controls convergence.</description></item><item><title>Lesson 7 - Gradient Descent with Scikit-Learn</title><link>/courses/machine-learning/regression/lesson-7-gradient-descent-with-scikit-learn/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/regression/lesson-7-gradient-descent-with-scikit-learn/</guid><description>You hand-coded gradient descent in the last lesson. Now you will learn why plain gradient descent struggles as data grows, meet stochastic gradient descent as the fix, and use scikit-learn&amp;rsquo;s SGDRegressor to predict car prices, confirming it matches ordinary least squares.</description></item><item><title>Lesson 8 - Guided Project: Predicting Insurance Costs</title><link>/courses/machine-learning/regression/lesson-8-guided-project-predicting-insurance-costs/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/regression/lesson-8-guided-project-predicting-insurance-costs/</guid><description>Put every regression skill from this module to work on a real project. You will load the medical insurance dataset, explore what drives cost, one-hot encode the categorical features, train a linear model, and evaluate it honestly on a held-out test set.</description></item></channel></rss>