Video není dostupné.
Omlouváme se.

Build Decision Tree using Gini Index Solved Numerical Example Machine Learning by Dr. Mahesh Huddar

Sdílet
Vložit
  • čas přidán 28. 01. 2022
  • Build Decision Tree using Gini Index Solved Numerical Example Machine Learning by Dr. Mahesh Huddar
    In this video, I will discuss, how to build a decision tree using the Gini index for the given data set. The data set has 3 attributes weather, parent, and money. The output variable has the following possibilities - Cinema, Stay In, Tennis, Shopping
    Machine Learning Tutorial - • Machine Learning
    Big Data Analysis Tutorial - • Big Data Analytics
    Data Science and Machine Learning Tutorial - • Machine Learning
    Python Tutorial - • Python Application Pro...
    ********************************
    1. Blog / Website: www.vtupulse.com/
    2. Like Facebook Page: / vtupulse
    3. Follow us on Instagram: / vtupulse
    4. Like, Share, Subscribe, and Don't forget to press the bell ICON for regular updates

Komentáře • 119

  • @cs6a22nambiarkishormanojma7

    I think this is the most simplest GIni Index Explaination i've come across ! Thanks a lot sir !

  • @muktevia
    @muktevia Před rokem +14

    Amazing and clear explanation. Small correction at 8:00 , when the weather is 'Sunny' the outcome has 2 'Tennis' and 1 'Cinema'

  • @tashijawed5472
    @tashijawed5472 Před rokem +27

    What is the purpose of calculating Gini Index for the whole dataset at the start? We never used it.

    • @allaboutislam8175
      @allaboutislam8175 Před rokem +4

      Because we have to take that attribute which has minimum gini index.

    • @silviusyt
      @silviusyt Před rokem +1

      Exactly

    • @balajikakumanu3743
      @balajikakumanu3743 Před rokem

      But we consider only weather, parents,money attributes why should I calculate decision gini index sir?

    • @Pranauv
      @Pranauv Před 8 měsíci +2

      as far as this method goes, it is not used but ig you can use it like this :-
      gain(attribute) = gini(whole dataset) - gini(attribute) where gini(attribute) should be least and gain(attribute) the largest as possible... so both are same (acc. to my knowledge on this)..

    • @LoveGernal-fc5ox
      @LoveGernal-fc5ox Před 5 měsíci

      To find gain, though we need not to information gain but if calculate the gain than highest gain attribute will be root node

  • @parthokr
    @parthokr Před 8 měsíci +4

    why did you computer 0.58 as the gini index of the entire dataset beforehand?

  • @isyhraf87
    @isyhraf87 Před rokem +2

    such a long calculation but easily to understand. thank you sirr!

  • @ushnakhan198
    @ushnakhan198 Před 2 lety +4

    thank you so much for this help please keep up the good work

  • @romualdlane9693
    @romualdlane9693 Před rokem +1

    Please Sir, If I have a data set with independent categorical variables and independent continuous variables, deciding to use the Gini index to build the decision tree,
    if the information gain of the categorical attribute is the same as the information gain of the continuous attribute, and this value is smaller, which is the better attribute in this case?

  • @Deepak_3860
    @Deepak_3860 Před 8 měsíci +1

    Thank you!! amazing lecture 👏😊

  • @alibaghban2934
    @alibaghban2934 Před 2 lety +2

    Thanks, liked the way you taught it!!

  • @user-zx9yp8uw8w
    @user-zx9yp8uw8w Před rokem +3

    Very clearly explained. thanks a lot sir for your time and intent to share your knowledge. You are doing great service

  • @manideepreddyenugala4097

    Best video on internet regarding gini

  • @khokanmahmud9156
    @khokanmahmud9156 Před 2 lety +4

    You are doing great job. Your explanation is too good. Simple, clarified and easy to understand.
    #KeepUpTheGoodWork

  • @itskaaryan7
    @itskaaryan7 Před rokem +1

    What was the purpose of finding Gini index of decision attribute as it is not used anywhere

  • @srishtibatra9991
    @srishtibatra9991 Před rokem +7

    Sir, where did we use the GINI calculated for the entire dataset?

    • @kop0164
      @kop0164 Před rokem +2

      Just for comparison nothing special

  • @roshithborra4713
    @roshithborra4713 Před 7 měsíci +1

    superb explanation sir

    • @MaheshHuddar
      @MaheshHuddar  Před 7 měsíci

      Thanks and welcome
      Do like share and subscribe

  • @difflyfe23
    @difflyfe23 Před 2 měsíci

    great explanation

    • @MaheshHuddar
      @MaheshHuddar  Před 2 měsíci

      Thank You
      Do like share and subscribe

  • @ramenbrospodcast
    @ramenbrospodcast Před 11 měsíci +1

    This is a very good explanation - do you have a video or material for how Gini is calculated for numerical values i.e. for decisions tree regression?

    • @MaheshHuddar
      @MaheshHuddar  Před 11 měsíci

      Follow this video
      czcams.com/video/41SHQjwuQ5o/video.html

  • @anandkumar-wr4bp
    @anandkumar-wr4bp Před 2 lety +3

    Thanks a lot for making such a great video on Gini index with awesome explanation.

  • @chilllife5694
    @chilllife5694 Před rokem +2

    Sir can you please share the book or notes to practice more questions, we have this subject in engg exams and CANNOT find any reliable source to practice numerical questions! Please sir, it would be huge help.

  • @damdhar
    @damdhar Před 5 měsíci

    Thank you. You made my day.

  • @gamerworld4464
    @gamerworld4464 Před 6 měsíci

    Finally understood this topic 👍🙏

  • @romualdlane9693
    @romualdlane9693 Před rokem

    Very Good

  • @rahulbiradar4837
    @rahulbiradar4837 Před 2 lety +1

    Thank you so much sir. Explained very clean and clear about gini index.

  • @acestorm5555
    @acestorm5555 Před 11 měsíci

    Godbless you 🌸 a true saviour

    • @MaheshHuddar
      @MaheshHuddar  Před 11 měsíci

      Thank You
      Do like share and subscribe

  • @muhammadfaizan1264
    @muhammadfaizan1264 Před měsícem

    Thank you

  • @akingbhenry
    @akingbhenry Před rokem

    Hi Prof, I am trying to draw the decision tree for the traffic data using Gini index but I am struggling because of the target feature is in 2 columns. Are you able to point me in the direction of what I need to do? Thanks. Day Weather Time Frequency of traffic Frequency of no traffic
    weekday sunny 08:00 2 6
    weekday sunny 13:00 0 7
    weekday rainy 08:00 2 0
    weekday rainy 13:00 3 0
    weekend sunny 08:00 1 0
    weekend sunny 13:00 1 4
    weekend rainy 08:00 3 1
    weekend rainy 13:00 2 0

  • @JackyWakadia
    @JackyWakadia Před 10 měsíci

    Excellent!!!!

    • @MaheshHuddar
      @MaheshHuddar  Před 10 měsíci

      Thank You...
      Do like share and subscribe

  • @MuhammadKhan-vj9hz
    @MuhammadKhan-vj9hz Před rokem

    Sir, love from Pakistan. Thank you for such a wonderful explanation

  • @minhduc8a21
    @minhduc8a21 Před 9 měsíci

    Very useful lesson

  • @sanjusabu5488
    @sanjusabu5488 Před rokem

    how can you have three branches, gini is used for binary attribute splitting

  • @alimajeed3582
    @alimajeed3582 Před 2 lety

    Thank you so much my friend you saved me

  • @janikaa516
    @janikaa516 Před rokem

    Sir it is possible to find accuracy or confusion matrix using mathematical calculation

  • @ABDULLAHANSARI-nx7ft
    @ABDULLAHANSARI-nx7ft Před 2 lety +1

    SIR GINI INDEX AND CART ALGORITHM ARE SAME?

  • @TheSougata1
    @TheSougata1 Před rokem

    Great explanation sir. Thank you🙂

  • @-Tony-Gunk-
    @-Tony-Gunk- Před 2 lety

    Thank you so much, very helpful!

  • @raghupathipola4903
    @raghupathipola4903 Před rokem +1

    can you please make videos on how we can use the navie bayes on the above example and write confusion matrix for it.

  • @justinrinearson8055
    @justinrinearson8055 Před rokem

    Fantastic video.

  • @YasirAli-sj5ql
    @YasirAli-sj5ql Před 9 měsíci

    Thanls

  • @upendraaswal238
    @upendraaswal238 Před rokem

    very nice explanation

  • @TungNguyen-xc2xg
    @TungNguyen-xc2xg Před 2 lety

    thanks, nice explanation

  • @SaurabhSubedi-xw3vc
    @SaurabhSubedi-xw3vc Před 10 měsíci

    You saved my ass for tomorrows exam. Thanks a lot . God Bless you man

  • @fintech1378
    @fintech1378 Před rokem

    do you have video about cross entropy?

  • @shubhamdas6519
    @shubhamdas6519 Před 2 lety

    Really appreciate...you make it ease for me

  • @ronitgurjar5747
    @ronitgurjar5747 Před rokem

    Thank you sir 🔥🔥🔥🔥

  • @sivacharankadagala2744

    thanks sir 🙏

  • @nandinipriya7612
    @nandinipriya7612 Před 2 lety

    really nice explanation

  • @saimhatre89
    @saimhatre89 Před rokem

    Thank u sir

  • @aanandkautilya
    @aanandkautilya Před 2 lety

    well explained! thanks

  • @STTPwithRajani
    @STTPwithRajani Před rokem

    Thanks 🙏

  • @adinikejos3
    @adinikejos3 Před 2 lety

    Thank you sir!

  • @yuvrajoberoi1187
    @yuvrajoberoi1187 Před 2 lety

    very nicely explained!

  • @jaiyanand2347
    @jaiyanand2347 Před 2 lety

    Amazing work thanks a lot

  • @robbiedeegan3121
    @robbiedeegan3121 Před rokem

    Great video, thank you!

  • @kop0164
    @kop0164 Před rokem

    My professor are useless you are a gem before exam night

  • @thepowerofpositivethinking2593

    wonderful

  • @pranavanand2942
    @pranavanand2942 Před 2 lety

    Thanks

  • @techflying8660
    @techflying8660 Před 2 lety +2

    sunny has 2 tennis and 1 cinema

  • @ksjksjgg
    @ksjksjgg Před 2 lety

    thanks for great explanation!!!

  • @ExploringWorld100
    @ExploringWorld100 Před rokem

    good

  • @jawediqbal7471
    @jawediqbal7471 Před 2 lety +1

    At 1:32 What is the reason to calculate the GINI index of entire collection? We never used it.

  • @md.aminulkaderbulbul4599

    Best

  • @swethanandyala
    @swethanandyala Před 2 lety

    please share the ppt sir

  • @datascience3008
    @datascience3008 Před 2 lety

    shouldn't the result be a binary tree

  • @uskakutta7261
    @uskakutta7261 Před 10 měsíci

    Mahesh seeing your lectures i feel bad for getting such bad lecturers😢

  • @jaypatel9221
    @jaypatel9221 Před 8 měsíci

    Exam me likhe kese bohat bada hai