t-kalinowski / deep-learning-with-R-2nd-edition-code

Code from the book "Deep Learning with R, 2nd Edition"
https://blogs.rstudio.com/ai/posts/2022-05-31-deep-learning-with-r-2e/
41 stars 18 forks source link
deep-learning keras rstats tensorflow

Deep Learning with R, 2nd Edition (Code Only)

The repository contains just the code from the book "Deep Learning with R, 2nd Edition".

You can install all the dependencies by cloning this repo and sourcing the "install-r-tensorflow.R" script, either at the R console or the terminal:

Rscript install-r-tensorflow.R

Note: the install script assumes that R and CUDA drivers are already installed.