- Machine Learning with Go Quick Start Guide
- Michael Bironneau Toby Coleman
- 157字
- 2021-06-24 13:33:59
Unsupervised learning problems
Unsupervised learning problems aim to learn from data that has not been labeled. For example, given a dataset of market research data, a clustering algorithm can divide consumers into segments, saving time for marketing professionals. Given a dataset of medical scans, unsupervised classification algorithms can divide the image between different kinds of tissues for further analysis. One unsupervised learning approach known as dimensionality reduction works in conjunction with other algorithms, as a pre-processing step, to reduce the volume of data that another algorithm will have to be trained on, cutting down training times. We will cover unsupervised learning algorithms in more detail in Chapter 4, Unsupervised Learning.
Most ML algorithms can be efficiently implemented in a wide range of programming languages. While Python has been a favorite of data scientists for its ease of use and plethora of open source libraries, Go presents significant advantages for a developer creating a commercial ML application.
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- Building 3D Models with modo 701
- Internet of Things Projects with ESP32
- LPC1100系列處理器原理及應用
- 電腦橫機使用與維修
- FreeSWITCH Cookbook
- Service Mesh微服務架構設計
- 嵌入式系統原理:基于Arm Cortex-M微控制器體系
- Mastering Unity 2D Game Development
- Spring微服務實戰(第2版)
- 實戰Alibaba Sentinel:深度解析微服務高并發流量治理
- 精選單片機設計與制作30例
- 計算機組裝與維護
- CANoe開發從入門到精通