Logistic Regression Explained with Practical example

Поділитися
Вставка
  • Опубліковано 27 лип 2024
  • In this video, I have explained what is logistic regression, What is Sigmoid Function and S shaped curve. What is the math behind logistic regression and how to create own logistic regression algorithm.
    If you do have any questions with what we covered in this video then feel free to ask in the comment section below & I'll do my best to answer your queries.
    Please consider clicking the SUBSCRIBE button to be notified for future videos & thank you all for watching.
    Channel: / @codewithaarohi
    Support my channel 🙏 by LIKE ,SHARE & SUBSCRIBE
    Check the complete Machine Learning Playlist : • Machine Learning Tutorial
    Subscribe my channel: / @codewithaarohi
    Support my channel 🙏 by LIKE ,SHARE & SUBSCRIBE
    Contact: aarohisingla1987@gmail.com
    What is meant by logistic regression?
    Logistic regression is a statistical analysis method used to predict a data value based on prior observations of a data set. A logistic regression model predicts a dependent data variable by analyzing the relationship between one or more existing independent variables.
    What is the main purpose of logistic regression?
    Logistic regression is used to obtain odds ratio in the presence of more than one explanatory variable. The procedure is quite similar to multiple linear regression, with the exception that the response variable is binomial. The result is the impact of each variable on the odds ratio of the observed event of interest.
    Why logistic regression is the best?
    Logistic regression is a simple and more efficient method for binary and linear classification problems. It is a classification model, which is very easy to realize and achieves very good performance with linearly separable classes. It is an extensively employed algorithm for classification in industry.
    #ML #MachineLearning #SupervisedLearning #LogisticRegression #MLAlgorithm #logisticregression #PifordTechnologies #AI #ArtificialIntelligence #DeepLearning

КОМЕНТАРІ • 56

  • @TheNiketkumar
    @TheNiketkumar Рік тому +1

    Great lesson. You explained the whole process in a very simple way (of course it is much complicated when done on a complex dataset), but this short lecture really summarizes on a high level what exactly has to be done for prediction using Logistic regression.
    Thank you, it was extremely helpful for me...

  • @dharmendrakumar-ws3fk
    @dharmendrakumar-ws3fk Рік тому +1

    I really speaking i learned so many things reg., dL i,e CNN, ALEXNET RESNET-50.....IDENTITY BLOCK.....ETC...

  • @saibathre
    @saibathre 4 роки тому +2

    awesome. very easy to understand. Thank You!

  • @dasarivivekananda9272
    @dasarivivekananda9272 Рік тому

    I was Seen More videos about the codes for logistic regression i didn't understand clearly,but when i am seeing your video easily to understand to me .
    Excellent and nice teaching mam👌

  • @keyanwb
    @keyanwb 7 місяців тому

    A good one. Simple and clear explanation. You concentrated only what is required. Thank you.

    • @CodeWithAarohi
      @CodeWithAarohi  7 місяців тому

      Glad it was helpful!

    • @keyanwb
      @keyanwb 7 місяців тому

      @@CodeWithAarohi really yes.

  • @patis.IA-AI
    @patis.IA-AI 10 місяців тому

    Very very good explained. Thanks for this tuto

  • @victoriajaberson302
    @victoriajaberson302 4 місяці тому

    Excellent explanation and very easy to understand.. well done

  • @andrewpkiror1982
    @andrewpkiror1982 Рік тому

    clear and easy-to-understand explanation

  • @sdcsdc7458
    @sdcsdc7458 8 місяців тому

    Love your teaching style. Please provide github link.

  • @lubohao2523
    @lubohao2523 3 роки тому +1

    i like it, very clear and easy to understand. thank you, keep up

  • @aneerimmco
    @aneerimmco 26 днів тому

    informative

  • @qasemhashemi9742
    @qasemhashemi9742 5 місяців тому

    Very good explanation, thank you😊

  • @dilshad-zx4wd
    @dilshad-zx4wd Рік тому

    Thanks very much...clearly explained

    • @CodeWithAarohi
      @CodeWithAarohi  Рік тому

      Glad it was helpful!

    • @dilshad-zx4wd
      @dilshad-zx4wd Рік тому

      @@CodeWithAarohi Thanks...just to understand which is the step y_test value is getting calculated

  • @dehradun7
    @dehradun7 3 роки тому +2

    I would like to salute tons of time for your way of explain,
    May you pls attach the data set also so that we can also practice from our sides...
    Thanks

    • @dehradun7
      @dehradun7 3 роки тому

      May you pls send the data set at
      dr.jainarpit@gmail.com

    • @dehradun7
      @dehradun7 3 роки тому

      May you pls send the data set at
      dr.jainarpit@gmail.com

    • @CodeWithAarohi
      @CodeWithAarohi  3 роки тому +1

      Glad this video is helpful and you can get the dataset from www.kaggle.com/kumargh/pimaindiansdiabetescsv

    • @CodeWithAarohi
      @CodeWithAarohi  3 роки тому

      Mail sent

  • @nilkanthkraval
    @nilkanthkraval Рік тому

    Supurb Videos.

  • @akashs8819
    @akashs8819 Рік тому +2

    How is the value of x calculated?

  • @mfmalth
    @mfmalth Рік тому

    Superb, lot of doubts I had got cleared , thank you so much.
    Just a one doubt, Model is finalized after checking accuracy? or few more steps involved?

  • @dharmendrakumar-ws3fk
    @dharmendrakumar-ws3fk Рік тому +1

    madam may i know wt r the benefits u r going to provide if I am take membership ....clearly tel me madam

    • @CodeWithAarohi
      @CodeWithAarohi  Рік тому

      Benifits of membership: You can ask your queries or errors (but not very frequently) and I will try to guide you.

  • @muhammadafzaalkhan9277
    @muhammadafzaalkhan9277 2 роки тому

    How we classify the class when the logistic regression function value is 0.5.
    Good job mam.
    Keep it up.

    • @CodeWithAarohi
      @CodeWithAarohi  2 роки тому +2

      You can set the thresh hold value. According to that value you can work with value 0.5 . Suppose you have mentioned that any value which is equal to or less than 0.5 should get classed as 0 class.

    • @muhammadafzaalkhan9277
      @muhammadafzaalkhan9277 Рік тому

      @@CodeWithAarohi Thank you mam.

  • @dharmendrakumar-ws3fk
    @dharmendrakumar-ws3fk Рік тому

    if i want to learn Complete ML and DL ..which plan u suggest

    • @CodeWithAarohi
      @CodeWithAarohi  Рік тому

      I have posted all the videos on youtube. You can learn it from there. Membership is for my channel support. If you wish you can join any membership level.

  • @reza6130
    @reza6130 Рік тому

    Please enable subtitles, can we use subtitles in other languages?

  • @dharmendrakumar-ws3fk
    @dharmendrakumar-ws3fk Рік тому +1

    i want to learn complete python from u ....which member ship i have to take ...

    • @CodeWithAarohi
      @CodeWithAarohi  Рік тому

      Membership is not for teaching. You can learn for videos I have posted.

  • @guru22983
    @guru22983 Рік тому

    How to set threshold value in our code? Is it necessary 0.5 is threshold value

  • @guru22983
    @guru22983 Рік тому +1

    Accuracy is 77%
    I want to improve the accuracy
    How to modify the algorithm

    • @CodeWithAarohi
      @CodeWithAarohi  Рік тому

      1- Check if your dataset is clean. 2- Check if dataset is sufficient. If not then try to increase the dataset.

  • @PeakVibe_365
    @PeakVibe_365 Рік тому

    Mam ap hindi ma video bana yea ,to or acha sa shikh payega , plz .....

    • @CodeWithAarohi
      @CodeWithAarohi  Рік тому

      Sorry for inconvenience but right now I am posting in English. I will think to make the tutorials in hindi later.