Image Classification in R using trained TensorFlow models
Recently RStudio has released a package that allows to use TensorFlow in R. Also recently several trained models for image classification have been released. In this post I describe how to use the VGG16 model in R to produce an image classification like this:(image taken from: https://www.flickr....
[Read more...]