- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 84字
- 2021-06-24 16:43:27
Clustering
Clustering algorithms are unsupervised algorithms and offer a unique solution to problems where finding the closest match to related items is the desired solution. During the training of the data, the data is grouped based on the features, and then during the prediction, the closest match is chosen. Some examples of the use of clustering algorithms include file type classification and predicting customer choices.
ML.NET uses the k-means algorithm specifically, which we will deep dive into in Chapter 5, Clustering Model.
推薦閱讀
- Visual C++串口通信開發入門與編程實踐
- Learning Selenium Testing Tools with Python
- Linux C/C++服務器開發實踐
- 信息可視化的藝術:信息可視化在英國
- 編程珠璣(續)
- Android Application Development Cookbook(Second Edition)
- 碼上行動:用ChatGPT學會Python編程
- 程序是怎樣跑起來的(第3版)
- Java Web開發詳解
- FPGA嵌入式項目開發實戰
- Java程序設計與項目案例教程
- Shopify Application Development
- Getting Started with the Lazarus IDE
- Python面向對象編程(第4版)
- C#程序開發參考手冊