Back to Browse

How to implement K-Means from scratch with Python

24.3K views
Premiered Sep 21, 2022
23:41

In the 10th lesson of the Machine Learning from Scratch course, we will learn how to implement the K-Means algorithm. You can find the code here: https://github.com/AssemblyAI-Examples/Machine-Learning-From-Scratch Previous lesson: https://youtu.be/T9UcK-TxQGw First lesson: https://youtu.be/rTEtEy5o3X0 Welcome to the Machine Learning from Scratch course by AssemblyAI. Thanks to libraries like Scikit-learn we can use most ML algorithms with a couple of lines of code. But knowing how these algorithms work inside is very important. Implementing them hands-on is a great way to achieve this. And mostly, they are easier than you’d think to implement. In this course, we will learn how to implement these 10 algorithms. We will quickly go through how the algorithms work and then implement them in Python using the help of NumPy. ▬▬▬▬▬▬▬▬▬▬▬▬ CONNECT ▬▬▬▬▬▬▬▬▬▬▬▬ 🖥️ Website: https://www.assemblyai.com/?utm_source=youtube&utm_medium=referral&utm_campaign=scratch10 🐦 Twitter: https://twitter.com/AssemblyAI 👽 Reddit: https://reddit.com/r/assemblyai ▶️ Subscribe: https://www.youtube.com/c/AssemblyAI?sub_confirmation=1 🔥 We're hiring! Check our open roles: https://www.assemblyai.com/careers ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ #MachineLearning #DeepLearning

Download

1 formats

Video Formats

360pmp457.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

How to implement K-Means from scratch with Python | NatokHD