- 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