Status Updates From Python Machine Learning

Python Machine Learning Python Machine Learning
by


Status Updates Showing 211-240 of 748

order by

Mzakaria
Mzakaria is on page 134 of 770
Nov 25, 2020 03:06PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 132 of 770
L1 vs L2 regularization
Nov 21, 2020 09:41PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 128 of 770
Feature Scaling:
Standardization
MinMax
RobustScaling
Nov 15, 2020 02:50AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 122 of 770
124
Nov 08, 2020 10:35AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 122 of 770
One hot encoding for class labels
Nov 01, 2020 10:32AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Barce
Barce is on page 311 of 454
Oct 28, 2020 08:25PM Add a comment
Python Machine Learning

Mzakaria
Mzakaria is on page 118 of 770
Oct 24, 2020 10:59PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 116 of 770
Oct 18, 2020 03:51PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 112 of 770
Oct 11, 2020 02:05PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

MJ
MJ is on page 5 of 454
Oct 07, 2020 09:09AM Add a comment
Python Machine Learning

Mzakaria
Mzakaria is on page 110 of 770
Explaining kNN classifier
Oct 04, 2020 12:00PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 109 of 770
Explaining kNN classifier
Sep 27, 2020 11:46AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 106 of 770
Sep 19, 2020 07:59PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 104 of 770
The theory and logic behind Random Forest
Sep 13, 2020 12:08PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 102 of 770
The theory and logic behind Random Forest
Sep 07, 2020 08:23PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 100 of 770
Aug 23, 2020 10:37PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 98 of 770
Aug 02, 2020 10:23AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 96 of 770
Decision trees split the data on each feature in order to increase "order" or information gain. This is in a sense how much pure this split will be compared to the sample before splitting
Jul 25, 2020 04:20PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 94 of 770
Decision trees split the data on each feature in order to increase "order" or information gain. This is in a sense how much pure this split will be compared to the sample before splitting
Jul 18, 2020 08:30PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 92 of 770
Decision trees have a great advantage of interpretability
Jul 12, 2020 11:47AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 88 of 770
for non-linear problem, SVM has a trick: The kernel trick. and the most famous kernel is the RBF kernel
Jul 05, 2020 08:19PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 86 of 770
Logistic Regression often gives similar yield to linear SVM. However,
1. LR is more prone to outliers
2. LR is easier to interpret
3. LR is easier to update, which might make it more attractive to streaming data
Jun 27, 2020 11:15PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 84 of 770
Logistic Regression often gives similar yield to linear SVM. However,
1. LR is more prone to outliers
2. LR is easier to interpret
3. LR is easier to update, which might make it more attractive to streaming data
Jun 20, 2020 12:50PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2