1. Install R
2. Install RStudio Desktop
3. Install devtools in RStudios console: install.packages("devtools")
4. Install Rtools
5. Install Anaconda
6. Install tensorflow package in RStudios console:
devtools::install_github("rstudio/tensorflow")
7. Install tensorflow:
library(tensorflow)
install_tensorflow()