- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 129字
- 2021-07-02 20:49:08
There's more...
For more complicated scenarios that involve a lot of preprocessing, H2O can be called from R directly. This book will focus more on building models using H2O from R directly. If H2O is set up at a different location instead of localhost, then it can be connected within R by defining the correct ip and port at which the cluster is running:
localH2O = h2o.init(ip = "localhost", port = 54321, nthreads = -1)
Another critical parameter is the number of threads to be used to build the model; by default, n threads are set to -2, which means that two cores will be used. The value of -1 for n threads will make use of all available cores.
http://docs.h2o.ai/h2o/latest-stable/index.html#gettingstarted is very good using H2O in interactive mode.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- 一步一步學Spring Boot 2:微服務項目實戰
- Spring Boot開發與測試實戰
- 深入淺出Electron:原理、工程與實踐
- C#完全自學教程
- PaaS程序設計
- Python程序設計(第3版)
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Linux網絡程序設計:基于龍芯平臺
- Mastering Rust
- Rust Essentials(Second Edition)
- 算法訓練營:提高篇(全彩版)
- Getting Started with LLVM Core Libraries
- jQuery炫酷應用實例集錦
- 計算機應用技能實訓教程