- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 118字
- 2021-07-02 20:49:06
Getting ready
TensorFlow is another open source library developed by the Google Brain Team to build numerical computation models using data flow graphs. The core of TensorFlow was developed in C++ with the wrapper in Python. The tensorflow package in R gives you access to the TensorFlow API composed of Python modules to execute computation models. TensorFlow supports both CPU- and GPU-based computations.
The tensorflow package in R calls the Python tensorflow API for execution, which is essential to install the tensorflow package in both R and Python to make R work. The following are the dependencies for tensorflow:
- Python 2.7 / 3.x
- R (>3.2)
- devtools package in R for installing TensorFlow from GitHub
- TensorFlow in Python
- pip
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Python 3.7網絡爬蟲快速入門
- Java系統分析與架構設計
- 算法大爆炸:面試通關步步為營
- Java程序員面試算法寶典
- Designing Hyper-V Solutions
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Learning Zurb Foundation
- 常用工具軟件立體化教程(微課版)
- Building Wireless Sensor Networks Using Arduino
- 從零開始:UI圖標設計與制作(第3版)
- Android應用開發實戰(第2版)
- 遠方:兩位持續創業者的點滴思考
- Building Business Websites with Squarespace 7(Second Edition)
- 現代CPU性能分析與優化