- 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.
推薦閱讀
- 現(xiàn)代C++編程:從入門到實(shí)踐
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(微課版)
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- PowerCLI Cookbook
- OpenCV 3和Qt5計(jì)算機(jī)視覺應(yīng)用開發(fā)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- QGIS By Example
- Learning DHTMLX Suite UI
- .NET 3.5編程
- Java程序員面試筆試寶典(第2版)
- JavaScript動(dòng)態(tài)網(wǎng)頁編程
- CRYENGINE Game Development Blueprints
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- PyQt編程快速上手
- Mastering Android Studio 3