- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 98字
- 2021-07-02 18:53:32
Linear Regression
Linear models are the simplest parametric methods and always deserve the right attention, because many problems, even intrinsically non-linear ones, can be easily solved with these models. As discussed previously, a regression is a prediction where the target is continuous and its applications are several, so it's important to understand how a linear model can fit the data, what its strengths and weaknesses are, and when it's preferable to pick an alternative. In the last part of the chapter, we're going to discuss an interesting method to work efficiently with non-linear data using the same models.
推薦閱讀
- Unreal Engine Physics Essentials
- Java從入門到精通(第5版)
- Learn WebAssembly
- INSTANT Mercurial SCM Essentials How-to
- Mastering Apache Maven 3
- 自然語言處理Python進階
- Swift語言實戰精講
- Mastering Data Mining with Python:Find patterns hidden in your data
- Learning Apache Cassandra
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Creating Data Stories with Tableau Public
- Node.js從入門到精通
- Mastering HTML5 Forms
- Python網絡爬蟲實例教程(視頻講解版)
- Getting Started with hapi.js