- 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.
- INSTANT OpenCV Starter
- Maven Build Customization
- Learning ArcGIS Pro 2
- vSphere High Performance Cookbook
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- Oracle 18c 必須掌握的新特性:管理與實(shí)戰(zhàn)
- HTML5從入門到精通(第4版)
- Azure Serverless Computing Cookbook
- C陷阱與缺陷
- Visual Basic 程序設(shè)計(jì)實(shí)踐教程
- Scrapy網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)
- Get Your Hands Dirty on Clean Architecture
- 自己動手構(gòu)建編程語言:如何設(shè)計(jì)編譯器、解釋器和DSL