- 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.
- Visual C++程序設計教程
- 微信公眾平臺與小程序開發:從零搭建整套系統
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- MySQL數據庫應用與管理 第2版
- Java Web基礎與實例教程(第2版·微課版)
- React Native Cookbook
- 算法精粹:經典計算機科學問題的Python實現
- FFmpeg入門詳解:音視頻原理及應用
- Microsoft Azure Storage Essentials
- C語言程序設計實訓教程與水平考試指導
- Instant Zurb Foundation 4
- Modular Programming with JavaScript
- Python GUI Programming Cookbook(Second Edition)
- 數字媒體技術概論
- 創新工場講AI課:從知識到實踐