- 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.
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Learning ASP.NET Core 2.0
- x86匯編語言:從實模式到保護模式(第2版)
- AngularJS深度剖析與最佳實踐
- Hands-On C++ Game Animation Programming
- Kotlin Standard Library Cookbook
- GameMaker Programming By Example
- Apache Kafka Quick Start Guide
- 精通MATLAB(第3版)
- Android應(yīng)用案例開發(fā)大全(第二版)
- Python Essentials
- Java Web從入門到精通(第3版)
- 現(xiàn)代C:概念剖析和編程實踐
- Learning Bootstrap 4(Second Edition)
- 軟件工程與UML案例解析(第三版)