This document summarizes a research paper that used transfer learning with the Inception v3 model to classify grape leaf diseases with high accuracy. Specifically:
1. The researchers used the PlantVillage dataset containing over 55,000 images of healthy and diseased grape leaves to train and test their model.
2. They used Inception v3 to extract features from the grape leaf images due to its state-of-the-art performance in image classification tasks.
3. After extracting features with Inception v3, they classified the images using various classifiers like logistic regression, SVM, and neural networks. Logistic regression achieved the highest test accuracy of 99.4%.