- Machine Learning for Developers
- Rodolfo Bonnin
- 138字
- 2021-07-02 15:46:44
Unsupervised problem solving–clustering
The vast majority of unsupervised problem solving consist of grouping items by looking at similarities or the value of shared features of the observed items, because there is no certain information about the a priori classes. This type of technique is called clustering.
Outside of these main problem types, there is a mix of both, which is called semi-supervised problem solving, in which we can train a labeled set of elements and also use inference to assign information to unlabeled data during training time. To assign data to unknown entities, three main criteria are used—smoothness (points close to each other are of the same class), cluster (data tends to form clusters, a special case of smoothness), and manifold (data pertains to a manifold of much lower dimensionality than the original domain).
- Python科學計算(第2版)
- Mastering RabbitMQ
- FreeSWITCH 1.6 Cookbook
- Instant 960 Grid System
- SQL語言從入門到精通
- R大數據分析實用指南
- Julia for Data Science
- Developing SSRS Reports for Dynamics AX
- Penetration Testing with the Bash shell
- Java程序設計教程
- After Effects CC案例設計與經典插件(視頻教學版)
- Android 游戲開發大全(第二版)
- UI動效設計從入門到精通
- 計算機應用基礎案例教程(第二版)
- 基于MATLAB的控制系統仿真及應用