- 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
推薦閱讀
- 極簡(jiǎn)算法史:從數(shù)學(xué)到機(jī)器的故事
- Android Wearable Programming
- Mastering Visual Studio 2017
- 企業(yè)級(jí)Java EE架構(gòu)設(shè)計(jì)精深實(shí)踐
- Computer Vision for the Web
- Data Analysis with IBM SPSS Statistics
- 零基礎(chǔ)學(xué)Java(第4版)
- Redis Essentials
- Learning Python by Building Games
- Instant Nancy Web Development
- Integrating Facebook iOS SDK with Your Application
- 常用工具軟件立體化教程(微課版)
- Oracle實(shí)用教程
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Node.js 6.x Blueprints