Logistic Regression in Python from Scratch | Simply Explained

preview_player
Показать описание
Implement Logistic Regression in Python from Scratch ! In this video, we will implement Logistic Regression in Python from Scratch. We will not use any build in models, but we will understand the code behind the Logistic Regression in Python.

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

This is Your Lane to Machine Learning ⭐

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

Рекомендации по теме
Комментарии
Автор

If you found this video valuable, then hit the *_like_* button👍, and don't forget to *_subscribe_* ▶ to my channel as I upload a new Machine Learning Tutorial every week.

MachineLearningWithJay
Автор

Very few people explain things mathematically and a very few people want a mathematical explanation. People just want to code without understanding the algorithm. You and your subscribers are the best :)

saumyashah
Автор

Man for the past 2 days i have been searching the explanation
Man you rocked it .Keep going brother

pavithranpavithran
Автор

Please don't stop uploading videos it's really really superb explanation in a precise manner. Great job keep it up bro 😎

justtimepass
Автор

I don't have words for give compliment for your explanation bro.
MOST CLEAR EXPLANATION I EVER SEEN BEFORE. 🍺🥂

MeetPatel-skpu
Автор

I was searching a lot and finally bro!!! I got thanks a lot

Itsavinashdubey
Автор

A very good video, been searching for something like this for so long. Finally found it. Thanks bro.

AmanTheDisciple
Автор

Thank you so much you really helped me start my ML journey

ipapergrey
Автор

keep it up man... you couldn't be better teaching...

larrysummer
Автор

you sir are a legend. I took several tutorials on machine learning, your videos are the only one that make sense to me. I don't know if you have any paid course out there, if you do please let me know, i will definitely purchase it. good luck :)

gratusrichard
Автор

very informative, you are the best continue

babaabba
Автор

Hi
At 1:11 you are uploading csv files for train and test.
I am using Google Colab.
Thus, the code to upload the files I got was
=files.upload()
Thus, how do I fit the same using Pandas as demonstrated by you?

taruchitgoyal
Автор

thanks for this useful video .. I just have one question : I have a dataset for students performance in a course and I am required to split my dataset into 70% for training and 30% for testing without using sklearn .. How to do so?

nhs
Автор

Thanks for the video Jay 💙
Just a simple question, at 5:31: You used the method (reshape) to modify Y but the (transpose) to modify X!
Why don't we use transpose for both? I tried it and I think it works, otherwise you have other reason!

Thanks again for your amazing content 😄

IbrahimAli-kxkp
Автор

Thanks for this video, it was very informative.
Could you please explain the formula you have used for accuracy in accuracy function?

soujanyapm
Автор

hi, I had been learning machine learning by my own and had seen many videos, your explanation was remarkable, keep going, there is a clarity after we listen to your videos, great great, all the best for making more videos on all algos of ML

brindhasenthilkumar
Автор

Thanks for sharing these videos😀. Your all videos are informative and make it so simple for me to understand the concept🤓.

priyankagarg
Автор

Hey, thanks a lot for the video!
So I'm facing a major problem. When I run the model, I am getting cost as NaN for every iteration after the 0th iteration.
Why is this happening? How do I fix this?

For context, I am using a different dataset (adult census income dataset from Kaggle) but all the preprocessing has been done and all the columns have numerical values.

sauravsharma
Автор

would A > 0.5 get us a sum of correct predictions or just one class? can you please explain a bit clearly maybe i missed

acno_randintrandint
Автор

well, in your cost function video you told that
dCost/dW = (A-Y).X
but in code you wrote that
dCost/dW = (1/m)(A-Y).X

should I multiply (1/m) or not?please tell me bro

kazimehrabrashid