[2021-04-20]
·
machine learning
1 min read
────────────────────────────────────────────────────────────────────────────────────────────
We will look into the basics of K Nearest Neighbor Prerequisites We will be using Jupyter lab, so make sure you have that installed What is KNN (K Nearest Neighbor) KNN is a classification...
[2021-04-01]
·
machine learning
9 min read
────────────────────────────────────────────────────────────────────────────────────────────
How does logistic regression work in Python. This is the story. We are going to look into the theory and application of logistic regression. This story will follow the outline of the course from...