Tyring to build some neural networks using Keras from the 'Deep Learning with R' book, I keep encountering the same error that TensorFlow has not been found in my RStudio session. Looked up similar problemshoot (Python module tensorflow was not found. (Similar to issue #144)) but it doesn't solve my error.
I installed Keras/TF on Rstudio Cloud a couple of weeks ago but that is a Linux OS. Still, there is a note in the Keras help about installing on windows that might help:
Keras and TensorFlow will be installed into an "r-tensorflow" virtual or conda environment. Note that "virtualenv" is not available on Windows (as this isn't supported by TensorFlow).
Here is what I used. I used the specific version of Tensorflow that is compatible with the newest keras package.
Thanks for the info. I'm thinking about switching o Ubuntu as Linux distribution as OS, but I wonder if there's anything possible on Keras/Tensorflow installation using Windows 10 before making the jump to Ubuntu.
Hopefully anyone has solved this situation using Windows 10!?