Tutorial

Deep Learning in R (Keras)

Image Classification in R (Using Keras) Recently, I found this amazing tutorial on using Keras on Building powerful image classification models using very little data by Francois Chollet. This is hands-down the best tutorial that I have found on Image Classifcation with Deep learning; however, it’s in Python. Here’s my R implementation with a few tweaks. Setup Download train.zip Image Dataset from Kaggle’s Dog’s vs Cats Competition On your Terminal (Mac Terminal): ## For demonstration purposes I unzip the file from the Downloads to Documents unzip ~/Downloads/train.

Continue reading