0% found this document useful (0 votes)
51 views29 pages

S. Learning - Clase 4

The document discusses different supervised machine learning algorithms including naive bayes, support vector machines, decision trees, random forests, and XGBoost. It provides information on key aspects of decision trees such as entropy, gain, and how they make predictions. It also explains that random forests make predictions as the average of decisions from many decision trees, and that XGBoost optimizes a function to make predictions that are the sum of scores from each tree.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views29 pages

S. Learning - Clase 4

The document discusses different supervised machine learning algorithms including naive bayes, support vector machines, decision trees, random forests, and XGBoost. It provides information on key aspects of decision trees such as entropy, gain, and how they make predictions. It also explains that random forests make predictions as the average of decisions from many decision trees, and that XGBoost optimizes a function to make predictions that are the sum of scores from each tree.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

2.

SUPERVISED LEARNING

CURSO

Data Science Machine Learning & Deep


Learning con Python

aulavirtual.diplomadosperu.com.pe 1
SUPERVISED LEARNING Data Science Machine Learning & Deep Learning conPython

Naive Bayes

aulavirtual.diplomadosperu.com.pe 2
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 3
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 4
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 5
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 6
SUPERVISED LEARNING Data Science Machine Learning & Deep Learning conPython

Support Vector Machine

aulavirtual.diplomadosperu.com.pe 7
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 8
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 9
SUPERVISED LEARNING Data Science Machine Learning & Deep Learning conPython

Árboles de Decisión

aulavirtual.diplomadosperu.com.pe 10
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 11
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

Componentes de un arbol

aulavirtual.diplomadosperu.com.pe 12
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 13
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

Decisiones de un árbol

aulavirtual.diplomadosperu.com.pe 14
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 15
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 16
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

Entropía

aulavirtual.diplomadosperu.com.pe 17
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

Cálculo de la entropía

aulavirtual.diplomadosperu.com.pe 18
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 19
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

Cálculo de gain

aulavirtual.diplomadosperu.com.pe 20
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

Cálculo de gain

aulavirtual.diplomadosperu.com.pe 21
SUPERVISED LEARNING Data Science Machine Learning & Deep Learning conPython

Random Forest

aulavirtual.diplomadosperu.com.pe 22
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 23
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 24
SUPERVISED LEARNING Data Science Machine Learning & Deep Learning conPython

XGBoost

aulavirtual.diplomadosperu.com.pe 25
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

𝐿 𝜃 = Función que se desea optimizar


𝐿La predicción es la suma de la predicción de varios
arboles.
aulavirtual.diplomadosperu.com.pe 26
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

aulavirtual.diplomadosperu.com.pe 27
SUPERVISED LEARNING Data Science Machine Learning & Deep Learnig conPython

Las predicciones son la suma de scores por cada árbol

aulavirtual.diplomadosperu.com.pe 28
www.diplomadosperu.com.pe

aulavirtual.diplomadosperu.com.pe 29

You might also like