- 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.
- Oracle從入門到精通(第3版)
- Mastering Selenium WebDriver
- 劍指Offer(專項突破版):數(shù)據(jù)結構與算法名企面試題精講
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- HTML5游戲開發(fā)案例教程
- Java 11 Cookbook
- Learning Hunk
- Learning OpenStack Networking(Neutron)
- HTML5秘籍(第2版)
- 軟件項目管理實用教程
- Spring 5 Design Patterns
- Go語言從入門到精通
- PHP動態(tài)網站開發(fā)實踐教程
- H5頁面設計與制作(全彩慕課版·第2版)
- 從零開始學UI設計·基礎篇