An open API service indexing awesome lists of open source software.

https://github.com/ansh2709/dl-potato-disease-classification

Useful to predict the disease in potato leaves thus can predict disease like early blight and late blight used CNN,tensorflow etc
https://github.com/ansh2709/dl-potato-disease-classification

accuracy-score cnn-architecture computer-vision cross-validation f1-score keras-tensorflow resnet9 sparse-categorical-cross-entropy supervised-learning

Last synced: 7 months ago
JSON representation

Useful to predict the disease in potato leaves thus can predict disease like early blight and late blight used CNN,tensorflow etc

Awesome Lists containing this project

README

          

Used CNN deep learning technologies
Made Sequential->Convolution->Avg pooling->Flatten layers for the classification that is based on resnet9 architecture
Evaluated it using sparse categorical loss function for back propagation,used accurcay,f-1 score and confusion matrix for evaluation
Used matplotlib a python library to compare the accuracy and loss output for the train and test set