- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 160字
- 2021-07-02 20:49:07
How to do it...
- H2O can be installed directly from CRAN with the dependency parameter TRUE to install all CRAN-related h2o dependencies. This command will install all the R dependencies required for the h2o package:
install.packages("h2o", dependencies = T)
- The following command is used to call the h2o package in the current R environment. The first-time execution of the h2o package will automatically download the JAR file before launching H2O, as shown in the following figure:
library(h2o)
localH2O = h2o.init()

Starting H 2O cluster
- The H2O cluster can be accessed using cluster ip and port information. The current H2O cluster is running on localhost at port 54321, as shown in the following screenshot:

H2O cluster running in the browser
Models in H2O can be developed interactively using a browser or scripting from R. H2O modeling is like creating a Jupyter Notebook but you create a flow with different operations such as importing data, splitting data, setting up a model, and scoring.
推薦閱讀
- DB2 V9權威指南
- Learning LibGDX Game Development(Second Edition)
- 摩登創客:與智能手機和平板電腦共舞
- OpenCV for Secret Agents
- NativeScript for Angular Mobile Development
- Java軟件開發基礎
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Mastering Python Design Patterns
- 從零開始:UI圖標設計與制作(第3版)
- Java Web從入門到精通(第3版)
- 智能手機故障檢測與維修從入門到精通
- Serverless Web Applications with React and Firebase
- Extending Unity with Editor Scripting
- Vue.js 3應用開發與核心源碼解析
- 大數據時代的企業升級之道(全3冊)