- Artificial Intelligence for Big Data
- Anand Deshpande Manish Kumar
- 153字
- 2021-06-25 21:57:14
Generalized linear model
While we have tried to understand the concept of linear regression with one dependent and one independent variable, in the real world, we are always going to have multiple dependent variables that affect the output variable, termed multiple regression. In that case, our y = a + bx linear equation is going to take the following form:
y = a0 + b1x1 + b2x2 + ...+ bkxk
Once again, a0 is the y intercept, x1, x2, ...xk are the independent variables or factors, and b1, b2,.., bk are the weights of the variables. They define how much the effect of a particular variable has on the outcome. With multiple regression, we can create a model for predicting a single dependent variable. This limitation is overcome by the generalized linear model. It deals with multiple dependent/response variables, along with the correlation within the predictor variables.
- Mastering Ninject for Dependency Injection
- Visual Studio 2015 Cookbook(Second Edition)
- 計算機應用基礎教程上機指導與習題集(微課版)
- SQL Server 2012數據庫管理教程
- 數據科學實戰指南
- 大數據分析:數據倉庫項目實戰
- Unreal Engine Virtual Reality Quick Start Guide
- MySQL DBA修煉之道
- 智慧城市中的大數據分析技術
- 實現領域驅動設計
- 商業智能工具應用與數據可視化
- 改進的群智能算法及其應用
- Scratch 2.0 Game Development HOTSHOT
- Oracle 11g數據庫管理與開發基礎教程
- 基于數據發布的隱私保護模型研究