- Hands-On Deep Learning Architectures with Python
- Yuxi (Hayden) Liu Saransh Mehta
- 88字
- 2021-06-24 14:48:08
Supervised learning
In supervised learning, the dataset consists of both the input data point and the expected output, commonly known as the label. The job of the algorithm is to learn a mapping function from inputs to expected outputs. The function could be a linear function such as y = mx + c or non-linear like y = ax3 + bx2 + cx + d, where y is the target output and x is the input. All the supervised learning tasks can be categorized into regression and classification.
推薦閱讀
- 基于C語言的程序設計
- 自動控制原理
- Getting Started with Containerization
- 人工智能工程化:應用落地與中臺構建
- 計算機網絡技術基礎
- 數據庫系統原理及應用教程(第5版)
- Statistics for Data Science
- 精通數據科學:從線性回歸到深度學習
- 人工智能:智能人機交互
- Learn Microsoft Azure
- 大數據時代的調查師
- 微機組裝與維護教程
- Wireshark Revealed:Essential Skills for IT Professionals
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)
- 系統安裝、維護與數據備份技巧