Example of Machine Learning Classification technique on Iris Dataset using Logistic Regression

Поділитися
Вставка
  • Опубліковано 17 сер 2021
  • In this video, we will see one of the most popular examples of classification in Machine Learning i.e. Iris Dataset. Video helps you understand how to use Logistic Regression algorithm in Machine learning using Jupyter Notebook.
    Decision Tree Classification using Iris Dataset:
    • Demo on Decision Tree ...
    SVM Classification Technique on iris Dataset using Support Vector Machine:
    • Example of ML Classifi...
    KNN Classification Technique on iris Dataset using KNN:
    • Example of ML Classifi...
    Random Forest classification technique on Iris Dataset:
    • Example of machine lea...
    Iris Dataset Classification Using Naive Bayes Classifier:
    • Demo on Iris Dataset C...
    Telegram for more insights(ML papers, PDF and Books):
    t.me/Artificial_intelligence_AI
    Free Code uploaded to GitHub repositry link:
    github.com/eduai-repo/ML-Demo
    To understand what is Classification watch below video:
    • What is Classification...
    Watch the full video to understand the demonstration of Classification on the Iris dataset in detail.
    Don't forget to hit like and comment below which topics we should create videos on? and also subscribe to our channel to become a master in Machine Learning.
    For more exciting free videos/books/classes:
    eduai.info
    Multiple Linear Regression for Housing Price Prediction:
    • Multiple Linear Regres...
    Roadmap to learn Machine Learning? | How to learn Machine Learning?
    www.youtube.com/watch?v=p8Ioh...
    Set-Up for Machine Learning, tools and Libraries required for Machine Learning
    www.youtube.com/watch?v=Xd-VW...
    How to Apply Machine Learning?
    www.youtube.com/watch?v=YzC4S...
    First Algorithm in Machine Learning | Linear Regression | What is Linear Regression?
    www.youtube.com/watch?v=P2g8K...
    Building the first Machine Learning model using Jupyter Notebook and Scikit Learn| Linear Regression:-
    www.youtube.com/watch?v=7MJW1...
    Writing First ML algorithm:-
    www.youtube.com/watch?v=P2g8K...
    Types of Machine Learning:-
    www.youtube.com/watch?v=0ucFy...
    Telegram for more insights(ML papers, PDF's and Books):
    t.me/Artificial_intelligence_AI
    All in one Place:
    linktr.ee/artificial.intellig...
    Instagram: / artificiali. .
    Facebook: / aiwithai
    Contact Us: eduai.web@gmail.com
  • Наука та технологія

КОМЕНТАРІ • 32

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

    Telegram for more insights(ML papers, PDF and Books):
    t.me/Artificial_intelligence_AI
    Free Code uploaded to GitHub repositry link:
    github.com/eduai-repo/ML-Demo

  • @booradleyboo
    @booradleyboo 2 роки тому +1

    Came here for the confusion matrix explanation in this context and was not disappointed. Cheers!

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

      Thank you,
      What other topics you want me to create videos on?

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

    Thank you so much for making this video. 👍👍👍

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

      Thank you, which other tutorials you want to see?

  • @vivekyadav2566
    @vivekyadav2566 10 місяців тому +1

    perfect short explained... thank you so mucgh...love from kolhapur, maharashtra ....

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

    Amazing! greetings from Argentina 💪

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

    Very nice 👍🏽

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

    Thank you so much it helped me a lot sir

  • @MuhammadAhmed-jm1bs
    @MuhammadAhmed-jm1bs 2 роки тому +5

    No fancy codes nothing hard, just simple techniques and easy to understand.
    But still waiting for your next video on this series :(

    • @AsifImmanad
      @AsifImmanad  2 роки тому +1

      Thank you 🙏🏻, soon we are uploading more and more videos

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

    when i try to map the species column with numerical values and print the data head after mapping it is showing all values as nan in species column, i tried everything but it is not getting solved

  • @user-io8gf6bu5r
    @user-io8gf6bu5r 7 місяців тому

    please tell me how image datasets convert into 0,1 ,2 ,3 etc form for confusion matrix...... im facing lots of problems because i am fitting the model in image form but unable to create confusion matrix... error is "Classification metrics can't handle a mix of multiclass and unknown targets" this error is coming ...please help....

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

    I tried to use the map function to convert the categorical variables into numerical but when i print out the set the species column shows NaN instead of 0,1 or 2. Not sure what the problem is

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

      What you did

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

      github.com/eduai-repo/ML-Demo/blob/main/2%20Classification/1.%20Logistic%20Regression-%20Iris%20Dataset.ipynb
      try this code, let us know if it works

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

    After mapping with integer value it showing Nan values for species

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

      nope, it's not Nan, it's 0, 1 or 2.
      ML doesn't understand categorical data, to process classes we've used mapping
      flower_mapping = {'setosa': 0,'versicolor': 1,'virginica':2}
      Try this code : github.com/eduai-repo/ML-Demo/blob/main/2%20Classification/1.%20Logistic%20Regression-%20Iris%20Dataset.ipynb

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

    the mapping function is showing Nan values for the species column???

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

      nope, it's not Nan, it's 0, 1 or 2.
      ML doesn't understand categorical data, to process classes we've used mapping
      flower_mapping = {'setosa': 0,'versicolor': 1,'virginica':2}
      Try this code : github.com/eduai-repo/ML-Demo/blob/main/2%20Classification/1.%20Logistic%20Regression-%20Iris%20Dataset.ipynb

    • @GemsofPakistan1
      @GemsofPakistan1 11 місяців тому +1

      @@AsifImmanad tried this but still its showing Nan value sir

    • @AsifImmanad
      @AsifImmanad  11 місяців тому

      @@GemsofPakistan1 Our code is uploaded on github repository, you can download link is in the pinned and also in the video description

  • @ushnaroy5193
    @ushnaroy5193 11 місяців тому +1

    the iris.csv file in the kagle get a new update after that the problem started map function giving null value can you help to solve the problem🙂

    • @AsifImmanad
      @AsifImmanad  11 місяців тому +1

      I need to check your code,
      Try with my code, uploaded on github repository- github.com/eduai-repo/ML-Demo

    • @ushnaroy5193
      @ushnaroy5193 11 місяців тому

      tahnkyou sir i found the error it is happening because the names in the file was updated the code is correct just need to put right name @@AsifImmanad

  • @prakratisahu4707
    @prakratisahu4707 16 годин тому +1

    from where can i download the dataset

    • @AsifImmanad
      @AsifImmanad  13 годин тому

      @@prakratisahu4707
      github.com/eduai-repo/ML-Demo

  • @kaushlendrakumar1571
    @kaushlendrakumar1571 2 роки тому +1

    Pls just share code and dataset also.. if you can

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

      Sure, We’ll upload on github and provide you the link in our community tab soon, keep eye on next video and community tab