- 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)
推薦閱讀
- C++案例趣學(xué)
- 算法大爆炸:面試通關(guān)步步為營
- VMware vSphere 6.7虛擬化架構(gòu)實戰(zhàn)指南
- 深入淺出Windows API程序設(shè)計:編程基礎(chǔ)篇
- SEO智慧
- C++程序設(shè)計基礎(chǔ)教程
- 小程序,巧運營:微信小程序運營招式大全
- Access 2016數(shù)據(jù)庫管
- Microsoft System Center Orchestrator 2012 R2 Essentials
- ArcGIS By Example
- VMware虛擬化技術(shù)
- Yii Project Blueprints
- Unity 2017 Mobile Game Development
- Arduino電子設(shè)計實戰(zhàn)指南:零基礎(chǔ)篇
- Blender 3D Cookbook