- 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).
- Java入門經(jīng)典(第6版)
- React Native Cookbook
- Banana Pi Cookbook
- MATLAB實用教程
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實戰(zhàn)編碼
- 手把手教你學(xué)C語言
- Java EE 7 Performance Tuning and Optimization
- Mastering JavaScript Design Patterns(Second Edition)
- 劍指大數(shù)據(jù):企業(yè)級數(shù)據(jù)倉庫項目實戰(zhàn)(在線教育版)
- jQuery炫酷應(yīng)用實例集錦
- Java面向?qū)ο蟪绦蛟O(shè)計
- Python程序設(shè)計與算法基礎(chǔ)教程(第2版)(微課版)
- 小型編譯器設(shè)計實踐
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- 黑莓(BlackBerry)開發(fā)從入門到精通