- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 72字
- 2021-07-02 20:49:07
Getting ready
To set up H2O, the following systems are required:
- 64-bit Java Runtime Environment (version 1.6 or later)
- Minimum 2 GB RAM
H2O from R can be called using the h2o package. The h2o package has the following dependencies:
- RCurl
- rjson
- statmod
- survival
- stats
- tools
- utils
- methods
For machines that do not have curl-config installed, the RCurl dependency installation will fail in R and curl-config needs to be installed outside R.
推薦閱讀
- INSTANT OpenCV Starter
- Django開發從入門到實踐
- 編程珠璣(續)
- 大模型RAG實戰:RAG原理、應用與系統構建
- Hands-On Full Stack Development with Go
- RSpec Essentials
- 打開Go語言之門:入門、實戰與進階
- Getting Started with Python and Raspberry Pi
- Android Game Programming by Example
- Android高級開發實戰:UI、NDK與安全
- Qt 5.12實戰
- 你必須知道的.NET(第2版)
- Kotlin程序員面試算法寶典
- Web程序設計與架構
- 深入理解C++11:C++11新特性解析與應用