- 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
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Learning Chef
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- HTML5+CSS3基礎開發(fā)教程(第2版)
- Mastering Ubuntu Server
- 從零開始學Linux編程
- Mastering Python Design Patterns
- 細說Python編程:從入門到科學計算
- 大話Java:程序設計從入門到精通
- Python大學實用教程
- Java編程從入門到精通
- 貫通Tomcat開發(fā)
- MySQL核心技術與最佳實踐
- 深入理解Zabbix監(jiān)控系統
- MonoTouch應用開發(fā)實踐指南:使用C#和.NET開發(fā)iOS應用