- 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.
- PyTorch自動駕駛視覺感知算法實戰
- Learning Docker
- Web Development with Django Cookbook
- Dependency Injection in .NET Core 2.0
- 人臉識別原理及算法:動態人臉識別系統研究
- SEO智慧
- HTML5 and CSS3 Transition,Transformation,and Animation
- 持續輕量級Java EE開發:編寫可測試的代碼
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Apache Solr PHP Integration
- ASP.NET Core and Angular 2
- 川哥教你Spring Boot 2實戰
- C/C++程序設計教程
- Office VBA開發經典:中級進階卷
- Building E-Commerce Solutions with WooCommerce(Second Edition)