Using R studio with TensorFlow
Check out this link if you're interested to learn more about tensorflow with R studio.
https://rstudio.github.io/tensorflow/
To install it, just type the following command
install.packages('tensorflow')
It also comes with a cool tutorial on MNIST (a tutorial for digit recognition)
Comments