- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Tarek Amr
- 125字
- 2021-06-18 18:24:30
Making Decisions with Linear Equations
The method of least squares regression analysis dates back to the time of Carl Friedrich Gauss in the 18th century. For over two centuries, many algorithms have been built on top of it or have been inspired by it in some form. These linear models are possibly the most commonly used algorithms today for both regression and classification. We will start this chapter by looking at the basic least squares algorithm, then we will move on to more advanced algorithms as the chapter progresses.
Here is a list of the topics covered in this chapter:
- Understanding linear models
- Predicting house prices in Boston
- Regularizing the regressor
- Finding regression intervals
- Additional linear regressors
- Using logistic regression for classification
- Additional linear classifiers
推薦閱讀
- 零基礎搭建量化投資系統:以Python為工具
- Python爬蟲開發:從入門到實戰(微課版)
- PHP程序設計(慕課版)
- Learning RabbitMQ
- Mastering Natural Language Processing with Python
- 趣學Python算法100例
- MATLAB實用教程
- Access 2010中文版項目教程
- Citrix XenServer企業運維實戰
- 后臺開發:核心技術與應用實踐
- 30天學通C#項目案例開發
- 深入分析GCC
- Learning Shiny
- Implementing Domain:Specific Languages with Xtext and Xtend
- Mastering Unity 2017 Game Development with C#(Second Edition)