書名: R Deep Learning Cookbook作者名: Dr. PKS Prakash Achyutuni Sri Krishna Rao本章字?jǐn)?shù): 53字更新時間: 2021-07-02 20:49:15
Getting ready
We first load and initialize the H2O package with the following code:
# Load the required packages
require(h2o)
# Initialize H2O instance (single node)
localH2O = h2o.init(ip = "localhost", port = 54321, startH2O = TRUE,min_mem_size = "20G",nthreads = 8)
The occupancy dataset is loaded, converted to hex format, and named occupancy_train.hex.
推薦閱讀
- OpenDaylight Cookbook
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- PyTorch Artificial Intelligence Fundamentals
- Mastering matplotlib
- Java Web應(yīng)用開發(fā)技術(shù)與案例教程(第2版)
- Unity Game Development Scripting
- 軟件測試教程
- FFmpeg開發(fā)實戰(zhàn):從零基礎(chǔ)到短視頻上線
- Java編程從入門到精通
- Kotlin語言實例精解
- Spring MVC Blueprints
- Serverless從入門到進(jìn)階:架構(gòu)、原理與實踐
- Flutter for Beginners
- Learning Java Lambdas
- PHP編程(第4版)