Clustering with K-MEANS - Machine Learning in PHP

Опубликовано: 25 Январь 2023
на канале: AMIR KAMIZI
2,002
31

In this PHP tutorial I'll talk clustering which is a form of unsupervised learning and we use K-Mean algorithm.

🔗 Data:
https://www.dropbox.com/sh/vm4jf8qzmt...

🎓 PHP Course Beginner to Advanced:
https://www.udemy.com/course/php-begi...

💖 Show Support:
https://www.buymeacoffee.com/amirkamizi

📧 Join Newsletter:
https://amirkamizi.com/#newsletter

👇 Follow Me On Social Media:
Twitter:   / amir_kamizi  
LinkedIn:   / amir-kamizi  

👇 Checkout My website
https://amirkamizi.com

Thank you for watching.

If you found it useful:
✔️ Like & Subscribe
✔️ Share

If you have any suggestions, questions, or opinion, please leave a comment below. I’m looking forward to hearing from you!

⭐️ Contents ⭐️

0:00 - Intro
0:40 - K-mean
1:02 - Steps to implement K-mean
2:23 - How to choose K
5:30 - Write the clusters to file
10:24 - Example Use Cases