- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 41字
- 2021-07-02 20:49:16
Getting ready
To start modeling, load the tensorflow package in the environment. R loads the default tf environment variable and also the NumPy library from Python in the np variable:
library("tensorflow") # Load Tensorflow
np <- import("numpy") # Load numpy library
推薦閱讀
- C++程序設(shè)計教程
- Extending Jenkins
- Spring 5.0 Microservices(Second Edition)
- Spring Cloud、Nginx高并發(fā)核心編程
- iOS應(yīng)用逆向工程(第2版)
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Modular Programming in Java 9
- Android傳感器開發(fā)與智能設(shè)備案例實戰(zhàn)
- Managing Microsoft Hybrid Clouds
- 從0到1:HTML5 Canvas動畫開發(fā)
- 寫給青少年的人工智能(Python版·微課視頻版)
- PHP項目開發(fā)全程實錄(第4版)
- 3D Printing Designs:The Sun Puzzle
- Arduino Electronics Blueprints
- 計算機(jī)系統(tǒng)解密:從理解計算機(jī)到編寫高效代碼