This "Decision Tree Classifier with Decision Tree Analysis & Example" video will help you to understand how can we make use of Entropy, Information Gain & Gini Impurity for building Decision Tree algorithm. We will mathematically solve the classification problem. I have divided Decision Tree tutorial into several parts which will cover basic intuition, Classification problem solving & regression problem solving.
A Decision Tree recursively splits training data into subsets based on the value of a single attribute. Each split corresponds to a node in the. Splitting stops when every subset is pure (all elements belong to a single class) -- this can always be achieved, unless there are duplicate training examples with different classes.
⭐ NOTE: When I code, I use Kite, a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I love it!
https://www.kite.com/get-kite/?utm_me...
Do subscribe to my channel and hit the bell icon to never miss an update in the future:
/ @nerdml
Please find the previous Video link -
Decision Tree (Basic Intuition - Entropy, Gini Impurity & Information Gain) | NerdML : • Decision Tree (Basic Intuition - Entropy, ...
Machine Learning Tutorial Playlist: • Machine Learning Tutorial
Deep Learning Tutorial Playlist : • Deep Learning Tutorial
Prerequisites
Basic understanding of Linear Algebra, Probability, Calculus, Matrix & Python programming including pandas, numpy, scikit learn & some visualization tools.
------------------------------------------------------
Creator : Rahul Saini
Please write back to me at [email protected] for more information
Instagram: / 96_saini
Facebook: / rahulsainipusa
LinkedIn: / rahul-s-22ba1993
DecisionTreeBasic
mbabullshitdotcom
decision
tree
decision tree
ID3
C4.5
attribute
value
classification
prediction
machine learning
machine
learning
applied
recursive
split
pure
subset
#DecsionTree, #DecisionTreeClassifier, #NerdML, #Mathematics, #Entropy, #InformationGain, #GiniImpurity, #MachineLearning