February 2018
Beginner to intermediate
258 pages
5h 47m
English
As per the official documentation, you can install Keras simply with:
devtools::install_github("rstudio/keras")
The Keras R interface uses tensorflow as a backend engine by default. To install both the core keras library and tensorflow, then do:
library(keras) install_keras()
However smooth this might seem, we have seen this setup fail a number of times. Our recommended plan B is:
After this, you should be ready to install Keras in R.
To be sure that you are ...
Read now
Unlock full access