Josep Ferrer Profile picture
Dec 24, 2023 โ€ข 11 tweets โ€ข 4 min read โ€ข Read on X
Struggling with Machine Learning algorithms? ๐Ÿค–

Then you better stay with me! ๐Ÿค“

Today I am starting a new series of threads to simplify ML algorithms.
...and Linear Regression is the first one! ๐Ÿ‘‡๐Ÿป Image
Linear regression is the simplest statistical regression method used for predictive analysis.

It can be performed with multiple variables.... but today we'll focus on a single one.

Also known as Simple Linear Regression.
1๏ธโƒฃ ๐—ฆ๐—œ๐— ๐—ฃ๐—Ÿ๐—˜ ๐—Ÿ๐—œ๐—ก๐—˜๐—”๐—ฅ ๐—ฅ๐—˜๐—š๐—ฅ๐—˜๐—ฆ๐—ฆ๐—œ๐—ข๐—ก
In Simple Linear Regression, we use one independent variable to predict a dependent one.

The main goal? ๐ŸŽฏ
Finding a line of best fit.

It's simple yet powerful, revealing hidden trends in data. Image
2๏ธโƒฃ ๐—›๐—ข๐—ช ๐——๐—ข๐—˜๐—ฆ ๐—œ๐—ง ๐—ช๐—ข๐—ฅ๐—ž?
Linear regression takes advantage of a line to calculate the slope (A) and intercept (B).

We need:
- A dependent and an independent variable.
- A linear dependency between them. Image
3๏ธโƒฃ ๐—›๐—ข๐—ช ๐——๐—ข ๐—ช๐—˜ ๐——๐—˜๐—™๐—œ๐—ก๐—˜ ๐—ง๐—›๐—˜ ๐—•๐—˜๐—ฆ๐—ง ๐—™๐—œ๐—ง?
The best-fit line is the line that presents the least error.

Huh? ๐Ÿค”

well...

Errors are the difference between:
- Observed values of the dependent variable
- The predicted ones

With this definition, we get the error. Image
4๏ธโƒฃ ๐—›๐—ข๐—ช ๐——๐—ข ๐—ช๐—˜ ๐—ข๐—•๐—ง๐—”๐—œ๐—ก ๐—œ๐—ง ๐— ๐—”๐—ง๐—›๐—˜๐— ๐—”๐—ง๐—œ๐—–๐—”๐—Ÿ๐—Ÿ๐—ฌ?
We use a cost function that helps us work out the optimal values for A and B.

In linear regression, this cost function is Mean Squared Errors (MSE).

It is the average of the squared errors. Image
โœš ๐—•๐—ข๐—ก๐—จ๐—ฆ
To find our optimal solutions, we use the gradient descent.

It is one of the optimization algorithms that optimizes the cost function.

To obtain the optimal solution, we need to reduce MSE for all data points.

Iteratively we get closer to the optimal solution. Image
5๏ธโƒฃ ๐—˜๐—ฉ๐—”๐—Ÿ๐—จ๐—”๐—ง๐—œ๐—ข๐—ก
The most used metrics are:
- Coefficient of Determination or R-Squared (R2)
- Root Mean Squared Error (RSME) Image
6๏ธโƒฃ ๐—”๐—ฆ๐—ฆ๐—จ๐— ๐—ฃ๐—ง๐—œ๐—ข๐—ก๐—ฆ ๐—ง๐—ข ๐—”๐—ฃ๐—ฃ๐—Ÿ๐—ฌ ๐—œ๐—ง
Linear Regression isn't just about drawing lines. It assumes certain conditions like linearity, independence, and normal distribution of residuals.

Ensuring these make our model more reliable. Image
And this is all for now... next week I will exemplify this model with a project, so stay tuned! ๐Ÿค“

Linear Regression is more than just a statistical method.

It's the simplest tool that helps us predict and understand our world better.
And that's all for now

If you liked this thread, I am sharing Data Science and AI content.
So don't forget to follow me to get more content like this! (@rfeers)

RT the tweet below to help me share the word! :D

โ€ข โ€ข โ€ข

Missing some Tweet in this thread? You can try to force a refresh
ใ€€

Keep Current with Josep Ferrer

Josep Ferrer Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @rfeers

Sep 15
How to make your LLMs smarter and more efficient explained!๐Ÿ‘‡๐Ÿป

(Don't forget to bookmark for later ๐Ÿ˜‰) Image
Creating an LLM demo is a breeze.
But... refining it for production? That's where the real challenge begins! ๐Ÿ› ๏ธ

Teams often grapple with LLMs lacking deep knowledge or delivering inaccurate outputs.

How do we fix this?
Optimization isn't a one-size-fits-all. Approach it along two axes:

๐Ÿง  ๐—–๐—ผ๐—ป๐˜๐—ฒ๐˜…๐˜ ๐—ข๐—ฝ๐˜๐—ถ๐—บ๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป: Is the model missing the right info?
โš™๏ธ ๐—Ÿ๐—Ÿ๐—  ๐—ข๐—ฝ๐˜๐—ถ๐—บ๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป: Is the model's output off-target? ๐ŸŽฏ

Let's break down the three primary tools ๐Ÿ’ฅ
Read 10 tweets
Apr 19
Multiple-class Logistic Regression clearly explained ๐Ÿ‘‡๐Ÿป

(Don't forget to bookmark for later! ๐Ÿ˜‰) Image
By default, Logistic Regression is like a coin toss - heads or tails, A or B.

But what if you have multiple classes?

That's where we adapt our model for MULTIPLE CHOICES!
There are two main ways:
1๏ธโƒฃ ๐—ข๐—ก๐—˜-๐—ฉ๐—ฆ-๐—ฅ๐—˜๐—ฆ๐—ง (๐—ข๐˜ƒ๐—ฅ):
The Logistic Regression model excels in classifying binary choices.

So... what if we train multiple Logistic Regression classifiers for every class?

๐Ÿ’ก The idea would be to focus on classifying a single class vs the rest. Image
Read 13 tweets
Apr 15
Simple Linear Regression exemplified for dummies๐Ÿ‘‡๐Ÿป

(Don't forget to bookmark for later! ๐Ÿ˜‰) Image
1๏ธโƒฃ ๐——๐—”๐—ง๐—” ๐—š๐—”๐—ง๐—›๐—˜๐—ฅ๐—œ๐—ก๐—š ๐—ฃ๐—›๐—”๐—ฆ๐—˜
We're using height and weight - a classic duo often assumed to have a linear relationship.

But assumptions in data science? No way! ๐Ÿง

Let's find out:
- Do height and weight really share a linear bond? Image
Do you like this post?

Then join my DataBites newsletter to get all my content right to your mail every Sunday! ๐Ÿงฉ

๐Ÿ‘‰๐Ÿป ๐Ÿค“databites.tech
Read 18 tweets
Apr 14
Linear Regression clearly explained ๐Ÿ‘‡๐Ÿป Image
Linear regression is the simplest statistical regression method used for predictive analysis.

It can be performed with multiple variables.... but today we'll focus on a single one.

Also known as Simple Linear Regression.
1๏ธโƒฃ ๐—ฆ๐—œ๐— ๐—ฃ๐—Ÿ๐—˜ ๐—Ÿ๐—œ๐—ก๐—˜๐—”๐—ฅ ๐—ฅ๐—˜๐—š๐—ฅ๐—˜๐—ฆ๐—ฆ๐—œ๐—ข๐—ก
In Simple Linear Regression, we use one independent variable to predict a dependent one.

The main goal? ๐ŸŽฏ
Finding a line of best fit.

It's simple yet powerful, revealing hidden trends in data. Image
Read 13 tweets
Mar 15
Linear Regression clearly explained ๐Ÿ‘‡๐Ÿป Image
Linear regression is the simplest statistical regression method used for predictive analysis.

It can be performed with multiple variables.... but today we'll focus on a single one.

Also known as Simple Linear Regression.
1๏ธโƒฃ ๐—ฆ๐—œ๐— ๐—ฃ๐—Ÿ๐—˜ ๐—Ÿ๐—œ๐—ก๐—˜๐—”๐—ฅ ๐—ฅ๐—˜๐—š๐—ฅ๐—˜๐—ฆ๐—ฆ๐—œ๐—ข๐—ก
In Simple Linear Regression, we use one independent variable to predict a dependent one.

The main goal? ๐ŸŽฏ
Finding a line of best fit.

It's simple yet powerful, revealing hidden trends in data. Image
Read 13 tweets
Mar 13
The Transformer's encoder clearly explained ๐Ÿ‘‡๐Ÿป Image
1๏ธโƒฃ ๐—ช๐—›๐—”๐—ง'๐—ฆ ๐—ง๐—›๐—˜ ๐—˜๐—ก๐—–๐—ข๐——๐—˜๐—ฅ? ๐Ÿง 

The Encoder is the part responsible for processing input tokens through self-attention and feed-forward layers to generate context-aware representations.

๐Ÿ‘‰ Itโ€™s the powerhouse behind understanding sequences in NLP models. Image
Are you enjoying this post?

Then join my newsletter DataBites to get all my content right to your mail every week! ๐Ÿงฉ

๐Ÿ‘‰๐Ÿป databites.tech
Read 16 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(