- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 68字
- 2021-07-02 20:49:14
Getting ready
We first load all the required packages with the following code:
# Load the required packages
require(h2o)
Then, initialize a single-node H2O instance using the h2o.init() function on eight cores and instantiate the corresponding client module on the IP address localhost and port number 54321:
# Initialize H2O instance (single node)
localH2O = h2o.init(ip = "localhost", port = 54321, startH2O = TRUE,min_mem_size = "20G",nthreads = 8)
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- AngularJS入門與進階
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Getting Started with ResearchKit
- AIRAndroid應用開發實戰
- jQuery從入門到精通 (軟件開發視頻大講堂)
- INSTANT CakePHP Starter
- PySide GUI Application Development(Second Edition)
- Apex Design Patterns
- Working with Odoo
- Django 3.0應用開發詳解
- Building Serverless Architectures
- RESTful Web Clients:基于超媒體的可復用客戶端
- 創意UI Photoshop玩轉移動UI設計
- Oracle 12c從入門到精通(視頻教學超值版)