- 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.
推薦閱讀
- MATLAB圖像處理超級學習手冊
- ADI DSP應用技術集錦
- Learning Salesforce Einstein
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- HTML 5與CSS 3權威指南(第3版·上冊)
- Mastering Akka
- Learning AWS
- SpringBoot從零開始學(視頻教學版)
- Machine Learning for Developers
- PHP項目開發全程實錄(第4版)
- CryENGINE Game Programming with C++,C#,and Lua
- Raspberry Pi Robotic Projects
- AngularJS Web Application Development Cookbook
- Python自動化運維:技術與最佳實踐
- Visual C++實用教程