- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 108字
- 2021-07-02 18:53:32
Linear models
Consider a dataset of real-values vectors:

Each input vector is associated with a real value yi:

A linear model is based on the assumption that it's possible to approximate the output values through a regression process based on the rule:

In other words, the strong assumption is that our dataset and all other unknown points lie on a hyperplane and the maximum error is proportional to both the training quality and the adaptability of the original dataset. One of the most common problems arises when the dataset is clearly non-linear and other models have to be considered (such as neural networks or kernel support vector machines).
推薦閱讀
- 兩周自制腳本語言
- Vue.js 3.0源碼解析(微課視頻版)
- 教孩子學(xué)編程:C++入門圖解
- 小程序開發(fā)原理與實戰(zhàn)
- 量化金融R語言高級教程
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Node.js Design Patterns
- R數(shù)據(jù)科學(xué)實戰(zhàn):工具詳解與案例分析
- Scala Functional Programming Patterns
- Python Projects for Kids
- 深度學(xué)習(xí)入門:基于Python的理論與實現(xiàn)
- 軟件測試分析與實踐
- 從零開始:C語言快速入門教程
- Spring Data JPA從入門到精通
- Java EE項目應(yīng)用開發(fā)