- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 146字
- 2021-06-24 16:43:26
Regression
Another powerful yet easy-to-understand algorithm is regression. Regression is another supervised machine learning algorithm. Regression algorithms return a real value as opposed to a binary algorithm or ones that return from a set of specific values. You can think of regression algorithms as an algebra equation solver where there are a number of known values and the goal is to predict the one unknown value. Some examples of problems best suited to regression algorithms are predicting attrition, weather forecasting, stock market predictions, and house pricing, to name a few.
In addition, there is a subset of regression algorithms called logistic regression models. Whereas a traditional linear regression algorithm, as described earlier, returns the predicted value, a logistic regression model will return the probability of the outcome occurring.
ML.NET provides several regression model algorithms, which we will cover in Chapter 3, Regression Model.
- Java程序設(shè)計(jì)與開發(fā)
- C++程序設(shè)計(jì)(第3版)
- 你不知道的JavaScript(中卷)
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- 飛槳PaddlePaddle深度學(xué)習(xí)實(shí)戰(zhàn)
- 深入分布式緩存:從原理到實(shí)踐
- Learning AWS
- Flowable流程引擎實(shí)戰(zhàn)
- Buildbox 2.x Game Development
- Oracle數(shù)據(jù)庫編程經(jīng)典300例
- Getting Started with Electronic Projects
- Mastering SciPy
- 絕密原型檔案:看看專業(yè)產(chǎn)品經(jīng)理的原型是什么樣
- Go語言編程之旅:一起用Go做項(xiàng)目
- Expert Angular