- Building Machine Learning Systems with Python
- Willi Richert Luis Pedro Coelho
- 131字
- 2021-08-13 16:35:44
Chapter 2. Learning How to Classify with Real-world Examples
Can a machine distinguish between flower species based on images? From a machine learning perspective, we approach this problem by having the machine learn how to perform this task based on examples of each species so that it can classify images where the species are not marked. This process is called classification (or supervised learning), and is a classic problem that goes back a few decades.
We will explore small datasets using a few simple algorithms that we can implement manually. The goal is to be able to understand the basic principles of classification. This will be a solid foundation to understanding later chapters as we introduce more complex methods that will, by necessity, rely on code written by others.
推薦閱讀
- iOS面試一戰到底
- 解構產品經理:互聯網產品策劃入門寶典
- Machine Learning with R Cookbook(Second Edition)
- Java 11 Cookbook
- 快速念咒:MySQL入門指南與進階實戰
- MINECRAFT編程:使用Python語言玩轉我的世界
- 軟件體系結構
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Hands-On Dependency Injection in Go
- SaaS攻略:入門、實戰與進階
- Python編程基礎與數據分析
- Python深度學習入門:從零構建CNN和RNN
- Oracle 11g寶典
- MATLAB/Simulink與過程控制系統仿真
- 梔子貓的奇幻編程之旅:21天探索信息學奧賽C++編程