- 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.
- AngularJS入門與進階
- Visual Basic 6.0程序設計計算機組裝與維修
- Arduino by Example
- Mastering Ember.js
- Instant 960 Grid System
- Django:Web Development with Python
- Python機器學習經典實例
- 51單片機C語言開發教程
- Processing創意編程指南
- 動手打造深度學習框架
- C編程技巧:117個問題解決方案示例
- 愛上C語言:C KISS
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- C++服務器開發精髓
- Getting Started with Windows Server Security