- 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.
推薦閱讀
- Java Web開發學習手冊
- Redis入門指南(第3版)
- Java應用開發與實踐
- Python神經網絡項目實戰
- Mastering AndEngine Game Development
- 利用Python進行數據分析(原書第3版)
- HTML5從入門到精通(第4版)
- Instant jQuery Boilerplate for Plugins
- 現代C:概念剖析和編程實踐
- Practical GIS
- Java Web入門很輕松(微課超值版)
- Python編程:從入門到實踐(第2版)
- HTML+CSS+JavaScript前端開發(慕課版)
- 編程真好玩:從零開始學網頁設計及3D編程
- Clojure High Performance Programming