Status Updates From Python Machine Learning

Python Machine Learning Python Machine Learning
by


Status Updates Showing 1-30 of 62

order by

Kirsty
Kirsty is 79% done
Back to work, back to reading about python and machine learning 😆
Oct 02, 2024 01:53AM Add a comment
Python Machine Learning

Mzakaria
Mzakaria is on page 285 of 770
LDA for topic modeling
Sep 25, 2022 10:01AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 268 of 770
NLP
Sep 03, 2022 01:21PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 266 of 770
NLP
Aug 27, 2022 11:02PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 204 of 770
Introducing Learning Curves with an example
Apr 03, 2021 08:15AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 144 of 770
Feature Selection in ML
Dec 06, 2020 03:21PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is finished
Feature Selection in ML
Dec 06, 2020 03:20PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 136 of 770
Feature Selection in ML
Nov 29, 2020 09:21PM 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

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 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 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

Mzakaria
Mzakaria is on page 80 of 770
SVM is a generalization of perceptron, where instead of minimizing classification errors, we know maximize the hyperbolic margin
Jun 07, 2020 01:25PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 78 of 770
L2 regularization
May 30, 2020 11:43AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 76 of 770
L2 regularization.
May 30, 2020 11:43AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 70 of 770
Logistic Regression is actually a classification algorithm
May 29, 2020 02:11PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 66 of 770
Logistic Regression is actually a classification algorithm
May 29, 2020 08:02AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 62 of 770
Logistic Regression is actually a classification algorithm
May 25, 2020 08:20PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 58 of 770
60
May 25, 2020 10:38AM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

Mzakaria
Mzakaria is on page 48 of 770
3 Types of ways to find local minima:
Batch: Updating weights over the whole sample
Stochastic: Updating one example at a time
Mini Batch: A compromise between both previous examples
May 16, 2020 10:06PM Add a comment
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2

« previous 1 3