- 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).
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- 數據科學實戰手冊(R+Python)
- SpringMVC+MyBatis快速開發與項目實戰
- Django Design Patterns and Best Practices
- SEO智慧
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Visual FoxPro程序設計
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Mobile Device Exploitation Cookbook
- Azure Serverless Computing Cookbook
- 實戰Java高并發程序設計(第2版)
- 零基礎學C語言(第4版)
- Ext JS 4 Plugin and Extension Development
- Microsoft Windows Identity Foundation Cookbook
- MySQL數據庫教程(視頻指導版)