ngsh / Machine-Learning-Course-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Learning-Course-Project

Goal

Plant Pathology 2020 - FGVC7: Identify the category of foliar diseases in apple trees

Misdiagnosis of the many diseases impacting agricultural crops can lead to misuse of chemicals leading to the emergence of resistant pathogen strains, increased input costs, and more outbreaks with significant economic loss and environmental impacts. Current disease diagnosis based on human scouting is time-consuming and expensive, and although computer-vision based models have the promise to increase efficiency, the great variance in symptoms due to age of infected tissues, genetic variations, and light conditions within trees decreases the accuracy of detection.

Objectives of ‘Plant Pathology Challenge’ are to train a model using images of training dataset to 1) Accurately classify a given image from testing dataset into different diseased category or a healthy leaf; 2) Accurately distinguish between many diseases, sometimes more than one on a single leaf; 3) Deal with rare classes and novel symptoms; 4) Address depth perception—angle, light, shade, physiological age of the leaf; and 5) Incorporate expert knowledge in identification, annotation, quantification, and guiding computer vision to search for relevant features during learning.

Using the pre-trained model of ResNet50 to extract deep features, and combining with SVM classifier, the classification accuracy of test set is 0.913.

About


Languages

Language:Jupyter Notebook 100.0%