Machine learning ML Classification is explained and coded in Python using the K-Nearest Neighbors KNN algorithm. We predict the identity of an unknown object by comparison to a labeled training set.
0:00 Classification intro
2:21 KNN explained
3:33 KNN code
6:03 distance metrics
RELATED VIDEOS
► Iris Data Analysis: https://youtu.be/02BFXhPQWHQ
► Numpy Intro: https://youtu.be/8Mpc9ukltVA
► Numpy Intro Jupyter nb: https://youtu.be/AAS8yoKuK7M
► Pandas Intro: https://youtu.be/e60ItwlZTKM
► Pandas Import Data: https://youtu.be/x2Shyoif3ls
► Pandas Selecting & Filtering: https://youtu.be/DCE6t3vNfvM
► Pandas Time Series: https://youtu.be/QQy_zD-LE-4
► Pandas and MatPlotLib: https://youtu.be/ALX88JzeQnk
► Matplotlib Intro: https://youtu.be/MbKrSmoMads
Code: https://github.com/joeyajames/Python/tree/master/Iris%20Dataset
Twitter: https://twitter.com/joejamesusa
Subscribe: https://bit.ly/like-this-channel
#Python #Pandas #ML