asked
Artificial Intelligence R GO! Let's do it!
Easy! Simple! Let's build a CNN with R and Keras and challenge 99% accuracy :)
Written on
·
429
0
install.packages("keras")
library(keras)
install_keras(tensorflow = "cpu")
mnist<-dataset_mnist()
Error: Python module tensorflow.keras was not found.
Answer