- 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)
推薦閱讀
- 趣學(xué)Python算法100例
- Programming ArcGIS 10.1 with Python Cookbook
- Building Mapping Applications with QGIS
- WordPress Plugin Development Cookbook(Second Edition)
- STM32F0實(shí)戰(zhàn):基于HAL庫(kù)開(kāi)發(fā)
- GameMaker Programming By Example
- Mastering ServiceNow(Second Edition)
- 精通Linux(第2版)
- RabbitMQ Cookbook
- Visual Basic程序設(shè)計(jì)
- Learning Continuous Integration with TeamCity
- Raspberry Pi Robotic Projects(Third Edition)
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- ASP.NET求職寶典
- Java Web動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)(第2版·微課版)