- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 130字
- 2021-07-02 20:49:11
Performing logistic regression using H2O
Generalized linear models (GLM) are widely used in both regression- and classification-based predictive analysis. These models optimize using maximum likelihood and scale well with larger datasets. In H2O, GLM has the flexibility to handle both L1 and L2 penalties (including elastic net). It supports Gaussian, Binomial, Poisson, and Gamma distributions of dependent variables. It is efficient in handling categorical variables, computing full regularizations, and performing distributed n-fold cross validations to control for model overfitting. It has a feature to optimize hyperparameters such as elastic net (α) using distributed grid searches along with handling upper and lower bounds for predictor attribute coefficients. It can also handle automatic missing value imputation. It uses the Hogwild method for optimization, a parallel version of stochastic gradient descent.
- 多媒體CAI課件設(shè)計與制作導(dǎo)論(第二版)
- Java語言程序設(shè)計
- Java程序設(shè)計與開發(fā)
- Learning Real-time Processing with Spark Streaming
- 摩登創(chuàng)客:與智能手機和平板電腦共舞
- C# 從入門到項目實踐(超值版)
- C語言程序設(shè)計
- Building an RPG with Unity 2018
- Java程序設(shè)計
- Instant PHP Web Scraping
- MyBatis 3源碼深度解析
- Akka入門與實踐
- 軟件測試分析與實踐
- Python數(shù)據(jù)科學實踐指南
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼