SlideShare a Scribd company logo
Academic Project Phase-1 Presentation on
“PLANT DISEASE DETECTION AND CLASSIFICATION USING
MACHINE LEARNING ALGORITHM”
Under the guidance of:
Dr. Vijayashekhar S Sankannanavar
Associate Professor
Department of CS&E
Presented by:
Rumman Hajira (1AY16CS089)
ACHARYA INSTITUTE OF TECHNOLOGY
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
1
(Affiliated to Visvesvarya Technological University, Belagavi, Approved by AICTE, New Delhi and Accredited by NBA & NAAC)
Acharya Dr. Sarvepalli Radhakrishnan Road, Achithnagar Post, Soladevanahalli, BENGALURU-560107
Department of CS&E, Acharya Institute of Technology 21-Oct-22
1
AGENDA
2
• Agriculture is the boon to country’s Economy
• Methods of detection
• Machine learning Algorithms
• Classification of various plant diseases
• Suggest Pesticide
Department of CS&E, Acharya Institute of Technology 22-Oct-22
2z
INTRODUCTION TO THE PROJECT
INTRODUCTION
22-Oct-22
Department of CS&E, Acharya Institute of Technology
4
1.PROBLEM DEFINITION:
• Agriculture crops are threatened by wide variety of plant diseases.
• These can damage the crop , lower the vegetable and fruits quality and wipe out the harvest.
• About 42% of the world’s total agricultural crop is destroyed yearly by diseases.
22-Oct-22
Department of CS&E, Acharya Institute of Technology
5
2. Overview Of Technical Area
• Vision method
• Laboratory methods – polymerase chain reaction ,thermography , etc.
• Machine learning and Deep learning – accuracy and recognition
• Algorithms – Random Forest , K-nearest neighbor
• CNN
22-Oct-22
Department of CS&E, Acharya Institute of Technology
6
3. Overview of Existing System
• The most wanted crop, Paddy
• Diseases- Brown spot , Paddy Blast , Bacterial blight affected leaf
• Methods – Histograms, k-means clustering, Image Processing
• Drawbacks – Accuracy
22-Oct-22
Department of CS&E, Acharya Institute of Technology
7
4.Overview Of Proposed System
• Innovation : Convolutional Neural Network
• Benefit : Increase in accuracy rate
• Classification of various plant diseases
• Advancement : Pesticide suggestion
LITERATURE SURVEY
LITERATURE SURVEY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
9
S.N
PAPER TITTLE
& PUBLICATION
DETAILS
NAME OF THE
AUTHORS
TECHNICAL
IDEAS /
ALGORITHMS
USED IN THE
PAPER &
ADVANTAGES
SHORTFALLS/DISA
D VANTAGES &
SOLUTION
PROVIDED BYTHE
PROPOSED
SYSTEM
1 F. Marzougui, M. Elleuch and M.
Kherallah, "A Deep CNN
Approach for Plant Disease
Detection," 2020 21st International
Arab Conference on Information
Technology (ACIT), 2020, pp. 1-6,
doi:
10.1109/ACIT50332.2020.930007
2.
1.Fatma Marzougui
2.Mohamed Elleuch
3.Monji kherallah
Uses the ResNet and
data argumentation on
data , ResNet has more
accuracy and less
training time than CNN
Without set background
the accuracy is less
LITERATURE SURVEY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
10
S.N
PAPER TITTLE
& PUBLICATION
DETAILS
NAME OF THE
AUTHORS
TECHNICAL
IDEAS /
ALGORITHMS
USED IN THE
PAPER &
ADVANTAGES
SHORTFALLS/DISA
D VANTAGES &
SOLUTION
PROVIDED BYTHE
PROPOSED
SYSTEM
2 A. KP and J. Anitha, "Plant
disease classification using deep
learning," 2021 3rd International
Conference on Signal Processing
and Communication (ICPSC),
2021, pp. 407-411, doi:
10.1109/ICSPC51351.2021.9451
696.
1.Akshai KP
2. J. Anitha
The literature study
reveals that pre-trained
models using transfer
learning are an efficient
strategy for plant
disease classification
The ResNet model adds
the output of one layer
to the next layer that’s
why the accuracy is less
than the densenet.
LITERATURE SURVEY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
11
S.N
PAPER TITTLE
& PUBLICATION
DETAILS
NAME OF THE
AUTHORS
TECHNICAL
IDEAS /
ALGORITHMS
USED IN THE
PAPER &
ADVANTAGES
SHORTFALLS/DISA
D VANTAGES &
SOLUTION
PROVIDED BYTHE
PROPOSED
SYSTEM
3 S. M. Hassan and A. K. Maji,
"Plant Disease Identification Using
a Novel Convolutional Neural
Network," in IEEE Access, vol. 10,
pp. 5390-5401, 2022, doi:
10.1109/ACCESS.2022.3141371.
1.SK Mahmudul
2. Hassan
3. Arnab Kumar Maji
Novel CNN model
based inception and
residual connection.
Number of parameters
used are reduced.
The imbalance cassava
dataset is used ,so
accuracy is less than
balanced dataset
accuracy.
LITERATURE SURVEY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
12
S.N
PAPER TITTLE
& PUBLICATION
DETAILS
NAME OF THE
AUTHORS
TECHNICAL
IDEAS /
ALGORITHMS
USED IN THE
PAPER &
ADVANTAGES
SHORTFALLS/DISA
D VANTAGES &
SOLUTION
PROVIDED BYTHE
PROPOSED
SYSTEM
4 M. N and K. J. Gowda , "Image
Processing System based
Identification and Classification of
Leaf Disease: A Case Study on
Paddy Leaf," 2020 International
Conference on Electronics and
Sustainable Communication
Systems (ICESC), 2020, pp. 451-
457, doi:
10.1109/ICESC48915.2020.91556
07.
1.Manohar N 2.Karuna
J Gowda
Image processing ,Ostu
,GLCM and KNN
Longer training for the
framework.
LITERATURE SURVEY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
13
S.N
PAPER TITTLE
& PUBLICATION
DETAILS
NAME OF THE
AUTHORS
TECHNICAL
IDEAS /
ALGORITHMS
USED IN THE
PAPER &
ADVANTAGES
SHORTFALLS/DISA
D VANTAGES &
SOLUTION
PROVIDED BYTHE
PROPOSED
SYSTEM
5 P. A. H. Vardhini, S. Asritha and Y.
S. Devi, "Efficient Disease
Detection of Paddy Crop using
CNN," 2020 International
Conference on Smart Technologies
in Computing, Electrical and
Electronics (ICSTCEE), 2020, pp.
116-119, doi:
10.1109/ICSTCEE49637.2020.927
6775.
1. P. A Harsha 2.
Vardini 3. S. Asritha 4.
Y. Sumitha Devi
Disease prediction ,
raspberry pi, CNN
,Artificial Intelligence .
Cost and User friendly.
Applicable on Paddy
crop plant.
REQUIREMENTS SPECIFICATION
FUNCTIONAL REQUIREMENTS
15
• The Functional requirements define the internal workings of the
software
• The technical details, data manipulation and processing and other
specific functionality that show how the use cases are to be satisfied.
• They are supported by non-functional requirements, which impose
constraints on the design or implementation.
Department of CS&E, Acharya Institute of Technology 22-Oct-22
NON-FUNCTIONAL REQUIREMENTS
16
• Dependability
• Availability
• Reliability
• Safety
• Security
Department of CS&E, Acharya Institute of Technology 22-Oct-22
SOFTWARE REQUIREMENTS
• Operating System : Windows 10
• IDE : python 3.7, MATLab , TensorFlow
• Language : Python
As of now, we are vigorously focusing on only software algorithms. We are using
python tool for developing algorithms. In future, we will be using TensorFlow and Python IDE
for transforming this algorithm into a complete product.
17
Department of CS&E, Acharya Institute of Technology 22-Oct-22
HARDWARE REQUIREMENTS
• Processor : Intel i7
• Hard Disk :120 GB
• RAM : 16 GB
18
Department of CS&E, Acharya Institute of Technology 22-Oct-22
PROPOSED METHODOLOGY
PROPOSED METHODOLOGY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
20
The main steps in the proposed work is summarized below:
• This work proposes a training image generation technology based on
image processing techniques, which can enhance the robustness and prevent
overfitting of the CNN-based model in the training process.
• A convolutional neural network is first employed to diagnose leaf
diseases; the end-to -end learning model can automatically discover the
discriminative features of the leaf images and identify the common types of leaf
diseases with high accuracy.
PROPOSED METHODOLOGY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
20
• Convolutional Neural Network (CNN)
A Convolutional Neural Network (ConvNet/CNN) is a Deep Learning
algorithm which can take in an input image, assign importance (learnable weights and
biases) to various aspects/objects in the image and be able to differentiate one from
the other.
PROPOSED METHODOLOGY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
20
• By analyzing the characteristics of leaf diseases, a novel deep convolutional
neural network model based on ResNet shall be proposed; the convolution
kernel size is adjusted, fully-connected layers are replaced by a convolutional
layer, and GoogLeNet’s Inception is applied to improve the feature extraction
ability.
• Residual network (ResNet) is a CNN architecture whose core building element is
a residual block.
PROPOSED METHODOLOGY
22-Oct-22
Department of CS&E, Acharya Institute of Technology
20
• The strength of ResNet34 to solve the degradation problem to give higher
accuracies and the advantages of this pre-trained model is the motivation of
using it as the classification technique in our proposed work.
• Proposed work is planning to use a dataset of various images of many crops
diseased leaves as shown below.
Fig. 1 Image samples of leaf disease
CONCLUSION AND FUTURE ENHANCEMENT
CONCLUSION
25
⚫This project shall propose a novel deep convolutional neural network model to
accurately identify and classify leaf diseases, which can automatically discover
the discriminative features of leaf diseases and enable an end-to-end learning
pipeline with high accuracy.
⚫ A novel structure of a deep convolutional neural network based on the ResNet
model shall be designed by removing partial full connected layers, adding
pooling layers, introducing the GoogLeNet Inception structure into the proposed
network model.
Department of CS&E, Acharya Institute of Technology 22-Oct-22
FUTURE ENHANCEMENT
26
⚫The future work can also be dedicated to the automatic estimation of the severity
of these diseases.
⚫Usage of real-time images to identify the diseases which would increase time efficiency
of the project and it can be carried out to identify diseases on other crops such as wheat,
sugarcaneand others.
⚫The instant solutions can be made available to the farmers by designing mobile
based applications.
⚫Online solutions related to plant diseases can be provided by using web portals
Department of CS&E, Acharya Institute of Technology 22-Oct-22
1 F. Marzougui, M. Elleuch and M. Kherallah, "A Deep CNN Approach for Plant Disease Detection," 2020 21st
International Arab Conference on Information Technology (ACIT), 2020, pp. 1-6, doi:
10.1109/ACIT50332.2020.9300072.
2 A. KP and J. Anitha, "Plant disease classification using deep learning," 2021 3rd International Conference on Signal
Processing and Communication (ICPSC), 2021, pp. 407-411, doi: 10.1109/ICSPC51351.2021.9451696.
3 S. M. Hassan and A. K. Maji, "Plant Disease Identification Using a Novel Convolutional Neural Network," in IEEE
Access, vol. 10, pp. 5390-5401, 2022, doi: 10.1109/ACCESS.2022.3141371.
4 M. N and K. J. Gowda, "Image Processing System based Identification and Classification of Leaf Disease: A Case Study
on Paddy Leaf," 2020 International Conference on Electronics and Sustainable Communication Systems (ICESC),
2020, pp. 451-457, doi: 10.1109/ICESC48915.2020.9155607.
5 P. A. H. Vardhini, S. Asritha and Y. S. Devi, "Efficient Disease Detection of Paddy Crop using CNN," 2020 International
Conference on Smart Technologies in Computing, Electrical and Electronics (ICSTCEE), 2020, pp. 116-119, doi:
10.1109/ICSTCEE49637.2020.9276775.
REFERENCES
27
Department of CS&E, Acharya Institute of Technology 22-Oct-22
THANK YOU
28
Department of CS&E, Acharya Institute of Technology 22-Oct-22

More Related Content

What's hot

Classification of Apple diseases through machine learning
Classification of Apple diseases through machine learningClassification of Apple diseases through machine learning
Classification of Apple diseases through machine learning
Muqaddas Bin Tahir
 
Prediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptxPrediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptx
kumari36
 
Machine Learning for Disease Prediction
Machine Learning for Disease PredictionMachine Learning for Disease Prediction
Machine Learning for Disease Prediction
Mustafa Oğuz
 
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
Journal For Research
 
Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm
Kedar Damkondwar
 
Plant Disease Detection Using I.T.
Plant Disease Detection Using I.T.Plant Disease Detection Using I.T.
Plant Disease Detection Using I.T.
Pruthvi7396
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
khanam22
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural Networks
Yogendra Tamang
 
I.ITERATIVE DEEPENING DEPTH FIRST SEARCH(ID-DFS) II.INFORMED SEARCH IN ARTIFI...
I.ITERATIVE DEEPENING DEPTH FIRST SEARCH(ID-DFS) II.INFORMED SEARCH IN ARTIFI...I.ITERATIVE DEEPENING DEPTH FIRST SEARCH(ID-DFS) II.INFORMED SEARCH IN ARTIFI...
I.ITERATIVE DEEPENING DEPTH FIRST SEARCH(ID-DFS) II.INFORMED SEARCH IN ARTIFI...
vikas dhakane
 
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
SUJIT SHIBAPRASAD MAITY
 
Presentation3.pdf
Presentation3.pdfPresentation3.pdf
Presentation3.pdf
sanjaysriram9
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
MD Abdullah Al Nasim
 
Machine Learning in Healthcare Diagnostics
Machine Learning in Healthcare DiagnosticsMachine Learning in Healthcare Diagnostics
Machine Learning in Healthcare Diagnostics
Larry Smarr
 
machine learning a a tool for disease detection and diagnosis
machine learning a a tool for disease detection and diagnosismachine learning a a tool for disease detection and diagnosis
machine learning a a tool for disease detection and diagnosis
Prince kumar Gupta
 
Plant Disease Prediction using CNN
Plant Disease Prediction using CNNPlant Disease Prediction using CNN
Plant Disease Prediction using CNN
vishwasgarade1
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1
DigiGurukul
 
Disease prediction using machine learning
Disease prediction using machine learningDisease prediction using machine learning
Disease prediction using machine learning
JinishaKG
 
Diabetes prediction using machine learning
Diabetes prediction using machine learningDiabetes prediction using machine learning
Diabetes prediction using machine learning
dataalcott
 
Learning by analogy
Learning by analogyLearning by analogy
Learning by analogy
Nitesh Singh
 
Self-organizing map
Self-organizing mapSelf-organizing map
Self-organizing map
Tarat Diloksawatdikul
 

What's hot (20)

Classification of Apple diseases through machine learning
Classification of Apple diseases through machine learningClassification of Apple diseases through machine learning
Classification of Apple diseases through machine learning
 
Prediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptxPrediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptx
 
Machine Learning for Disease Prediction
Machine Learning for Disease PredictionMachine Learning for Disease Prediction
Machine Learning for Disease Prediction
 
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
 
Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm
 
Plant Disease Detection Using I.T.
Plant Disease Detection Using I.T.Plant Disease Detection Using I.T.
Plant Disease Detection Using I.T.
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural Networks
 
I.ITERATIVE DEEPENING DEPTH FIRST SEARCH(ID-DFS) II.INFORMED SEARCH IN ARTIFI...
I.ITERATIVE DEEPENING DEPTH FIRST SEARCH(ID-DFS) II.INFORMED SEARCH IN ARTIFI...I.ITERATIVE DEEPENING DEPTH FIRST SEARCH(ID-DFS) II.INFORMED SEARCH IN ARTIFI...
I.ITERATIVE DEEPENING DEPTH FIRST SEARCH(ID-DFS) II.INFORMED SEARCH IN ARTIFI...
 
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
 
Presentation3.pdf
Presentation3.pdfPresentation3.pdf
Presentation3.pdf
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
 
Machine Learning in Healthcare Diagnostics
Machine Learning in Healthcare DiagnosticsMachine Learning in Healthcare Diagnostics
Machine Learning in Healthcare Diagnostics
 
machine learning a a tool for disease detection and diagnosis
machine learning a a tool for disease detection and diagnosismachine learning a a tool for disease detection and diagnosis
machine learning a a tool for disease detection and diagnosis
 
Plant Disease Prediction using CNN
Plant Disease Prediction using CNNPlant Disease Prediction using CNN
Plant Disease Prediction using CNN
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1
 
Disease prediction using machine learning
Disease prediction using machine learningDisease prediction using machine learning
Disease prediction using machine learning
 
Diabetes prediction using machine learning
Diabetes prediction using machine learningDiabetes prediction using machine learning
Diabetes prediction using machine learning
 
Learning by analogy
Learning by analogyLearning by analogy
Learning by analogy
 
Self-organizing map
Self-organizing mapSelf-organizing map
Self-organizing map
 

Similar to Plant disease detection using machine learning algorithm-1.pptx

NARCO ANALYSIS AND DEEP LEARNING
NARCO ANALYSIS AND DEEP LEARNINGNARCO ANALYSIS AND DEEP LEARNING
NARCO ANALYSIS AND DEEP LEARNING
IRJET Journal
 
Leaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and MLLeaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and ML
IRJET Journal
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
ijtsrd
 
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODSRETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
IRJET Journal
 
abstract1 ppt (2).pptx
abstract1 ppt (2).pptxabstract1 ppt (2).pptx
abstract1 ppt (2).pptx
RamyaKona3
 
Preprint-ICDMAI,Defense Institute,20-22 January 2023.pdf
Preprint-ICDMAI,Defense Institute,20-22 January 2023.pdfPreprint-ICDMAI,Defense Institute,20-22 January 2023.pdf
Preprint-ICDMAI,Defense Institute,20-22 January 2023.pdf
Christo Ananth
 
Application of deep learning methods for automated analysis of retinal struct...
Application of deep learning methods for automated analysis of retinal struct...Application of deep learning methods for automated analysis of retinal struct...
Application of deep learning methods for automated analysis of retinal struct...
IJECEIAES
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
IRJET Journal
 
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
IRJET Journal
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET Journal
 
Deep Transfer learning
Deep Transfer learningDeep Transfer learning
Deep Transfer learning
ViswanathanBalaji2
 
Fruit Disease Detection And Fertilizer Recommendation
Fruit Disease Detection And Fertilizer RecommendationFruit Disease Detection And Fertilizer Recommendation
Fruit Disease Detection And Fertilizer Recommendation
IRJET Journal
 
IRJET- Prediction of Heart Disease using RNN Algorithm
IRJET- Prediction of Heart Disease using RNN AlgorithmIRJET- Prediction of Heart Disease using RNN Algorithm
IRJET- Prediction of Heart Disease using RNN Algorithm
IRJET Journal
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
IJECEIAES
 
Image Forgery Detection Methods- A Review
Image Forgery Detection Methods- A ReviewImage Forgery Detection Methods- A Review
Image Forgery Detection Methods- A Review
IRJET Journal
 
AI to track plant diseases_S.Srinivasnaik.pdf
AI to track plant diseases_S.Srinivasnaik.pdfAI to track plant diseases_S.Srinivasnaik.pdf
AI to track plant diseases_S.Srinivasnaik.pdf
Asst Prof SSNAIK ENTO PJTSAU
 
Preprint-ICTACS2022 - 10-12 Oct 2022.pdf
Preprint-ICTACS2022 - 10-12 Oct 2022.pdfPreprint-ICTACS2022 - 10-12 Oct 2022.pdf
Preprint-ICTACS2022 - 10-12 Oct 2022.pdf
Christo Ananth
 
Stage1.ppt (2).pptx
Stage1.ppt (2).pptxStage1.ppt (2).pptx
Stage1.ppt (2).pptx
omkarjamdar3edu
 
CAD PPT.ppt
CAD PPT.pptCAD PPT.ppt
CAD PPT.ppt
KalaiVani395886
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
IRJET Journal
 

Similar to Plant disease detection using machine learning algorithm-1.pptx (20)

NARCO ANALYSIS AND DEEP LEARNING
NARCO ANALYSIS AND DEEP LEARNINGNARCO ANALYSIS AND DEEP LEARNING
NARCO ANALYSIS AND DEEP LEARNING
 
Leaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and MLLeaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and ML
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
 
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODSRETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
 
abstract1 ppt (2).pptx
abstract1 ppt (2).pptxabstract1 ppt (2).pptx
abstract1 ppt (2).pptx
 
Preprint-ICDMAI,Defense Institute,20-22 January 2023.pdf
Preprint-ICDMAI,Defense Institute,20-22 January 2023.pdfPreprint-ICDMAI,Defense Institute,20-22 January 2023.pdf
Preprint-ICDMAI,Defense Institute,20-22 January 2023.pdf
 
Application of deep learning methods for automated analysis of retinal struct...
Application of deep learning methods for automated analysis of retinal struct...Application of deep learning methods for automated analysis of retinal struct...
Application of deep learning methods for automated analysis of retinal struct...
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
 
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 
Deep Transfer learning
Deep Transfer learningDeep Transfer learning
Deep Transfer learning
 
Fruit Disease Detection And Fertilizer Recommendation
Fruit Disease Detection And Fertilizer RecommendationFruit Disease Detection And Fertilizer Recommendation
Fruit Disease Detection And Fertilizer Recommendation
 
IRJET- Prediction of Heart Disease using RNN Algorithm
IRJET- Prediction of Heart Disease using RNN AlgorithmIRJET- Prediction of Heart Disease using RNN Algorithm
IRJET- Prediction of Heart Disease using RNN Algorithm
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
 
Image Forgery Detection Methods- A Review
Image Forgery Detection Methods- A ReviewImage Forgery Detection Methods- A Review
Image Forgery Detection Methods- A Review
 
AI to track plant diseases_S.Srinivasnaik.pdf
AI to track plant diseases_S.Srinivasnaik.pdfAI to track plant diseases_S.Srinivasnaik.pdf
AI to track plant diseases_S.Srinivasnaik.pdf
 
Preprint-ICTACS2022 - 10-12 Oct 2022.pdf
Preprint-ICTACS2022 - 10-12 Oct 2022.pdfPreprint-ICTACS2022 - 10-12 Oct 2022.pdf
Preprint-ICTACS2022 - 10-12 Oct 2022.pdf
 
Stage1.ppt (2).pptx
Stage1.ppt (2).pptxStage1.ppt (2).pptx
Stage1.ppt (2).pptx
 
CAD PPT.ppt
CAD PPT.pptCAD PPT.ppt
CAD PPT.ppt
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
 

Recently uploaded

一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 

Recently uploaded (20)

一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 

Plant disease detection using machine learning algorithm-1.pptx

  • 1. Academic Project Phase-1 Presentation on “PLANT DISEASE DETECTION AND CLASSIFICATION USING MACHINE LEARNING ALGORITHM” Under the guidance of: Dr. Vijayashekhar S Sankannanavar Associate Professor Department of CS&E Presented by: Rumman Hajira (1AY16CS089) ACHARYA INSTITUTE OF TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING 1 (Affiliated to Visvesvarya Technological University, Belagavi, Approved by AICTE, New Delhi and Accredited by NBA & NAAC) Acharya Dr. Sarvepalli Radhakrishnan Road, Achithnagar Post, Soladevanahalli, BENGALURU-560107 Department of CS&E, Acharya Institute of Technology 21-Oct-22 1
  • 2. AGENDA 2 • Agriculture is the boon to country’s Economy • Methods of detection • Machine learning Algorithms • Classification of various plant diseases • Suggest Pesticide Department of CS&E, Acharya Institute of Technology 22-Oct-22 2z
  • 4. INTRODUCTION 22-Oct-22 Department of CS&E, Acharya Institute of Technology 4 1.PROBLEM DEFINITION: • Agriculture crops are threatened by wide variety of plant diseases. • These can damage the crop , lower the vegetable and fruits quality and wipe out the harvest. • About 42% of the world’s total agricultural crop is destroyed yearly by diseases.
  • 5. 22-Oct-22 Department of CS&E, Acharya Institute of Technology 5 2. Overview Of Technical Area • Vision method • Laboratory methods – polymerase chain reaction ,thermography , etc. • Machine learning and Deep learning – accuracy and recognition • Algorithms – Random Forest , K-nearest neighbor • CNN
  • 6. 22-Oct-22 Department of CS&E, Acharya Institute of Technology 6 3. Overview of Existing System • The most wanted crop, Paddy • Diseases- Brown spot , Paddy Blast , Bacterial blight affected leaf • Methods – Histograms, k-means clustering, Image Processing • Drawbacks – Accuracy
  • 7. 22-Oct-22 Department of CS&E, Acharya Institute of Technology 7 4.Overview Of Proposed System • Innovation : Convolutional Neural Network • Benefit : Increase in accuracy rate • Classification of various plant diseases • Advancement : Pesticide suggestion
  • 9. LITERATURE SURVEY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 9 S.N PAPER TITTLE & PUBLICATION DETAILS NAME OF THE AUTHORS TECHNICAL IDEAS / ALGORITHMS USED IN THE PAPER & ADVANTAGES SHORTFALLS/DISA D VANTAGES & SOLUTION PROVIDED BYTHE PROPOSED SYSTEM 1 F. Marzougui, M. Elleuch and M. Kherallah, "A Deep CNN Approach for Plant Disease Detection," 2020 21st International Arab Conference on Information Technology (ACIT), 2020, pp. 1-6, doi: 10.1109/ACIT50332.2020.930007 2. 1.Fatma Marzougui 2.Mohamed Elleuch 3.Monji kherallah Uses the ResNet and data argumentation on data , ResNet has more accuracy and less training time than CNN Without set background the accuracy is less
  • 10. LITERATURE SURVEY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 10 S.N PAPER TITTLE & PUBLICATION DETAILS NAME OF THE AUTHORS TECHNICAL IDEAS / ALGORITHMS USED IN THE PAPER & ADVANTAGES SHORTFALLS/DISA D VANTAGES & SOLUTION PROVIDED BYTHE PROPOSED SYSTEM 2 A. KP and J. Anitha, "Plant disease classification using deep learning," 2021 3rd International Conference on Signal Processing and Communication (ICPSC), 2021, pp. 407-411, doi: 10.1109/ICSPC51351.2021.9451 696. 1.Akshai KP 2. J. Anitha The literature study reveals that pre-trained models using transfer learning are an efficient strategy for plant disease classification The ResNet model adds the output of one layer to the next layer that’s why the accuracy is less than the densenet.
  • 11. LITERATURE SURVEY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 11 S.N PAPER TITTLE & PUBLICATION DETAILS NAME OF THE AUTHORS TECHNICAL IDEAS / ALGORITHMS USED IN THE PAPER & ADVANTAGES SHORTFALLS/DISA D VANTAGES & SOLUTION PROVIDED BYTHE PROPOSED SYSTEM 3 S. M. Hassan and A. K. Maji, "Plant Disease Identification Using a Novel Convolutional Neural Network," in IEEE Access, vol. 10, pp. 5390-5401, 2022, doi: 10.1109/ACCESS.2022.3141371. 1.SK Mahmudul 2. Hassan 3. Arnab Kumar Maji Novel CNN model based inception and residual connection. Number of parameters used are reduced. The imbalance cassava dataset is used ,so accuracy is less than balanced dataset accuracy.
  • 12. LITERATURE SURVEY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 12 S.N PAPER TITTLE & PUBLICATION DETAILS NAME OF THE AUTHORS TECHNICAL IDEAS / ALGORITHMS USED IN THE PAPER & ADVANTAGES SHORTFALLS/DISA D VANTAGES & SOLUTION PROVIDED BYTHE PROPOSED SYSTEM 4 M. N and K. J. Gowda , "Image Processing System based Identification and Classification of Leaf Disease: A Case Study on Paddy Leaf," 2020 International Conference on Electronics and Sustainable Communication Systems (ICESC), 2020, pp. 451- 457, doi: 10.1109/ICESC48915.2020.91556 07. 1.Manohar N 2.Karuna J Gowda Image processing ,Ostu ,GLCM and KNN Longer training for the framework.
  • 13. LITERATURE SURVEY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 13 S.N PAPER TITTLE & PUBLICATION DETAILS NAME OF THE AUTHORS TECHNICAL IDEAS / ALGORITHMS USED IN THE PAPER & ADVANTAGES SHORTFALLS/DISA D VANTAGES & SOLUTION PROVIDED BYTHE PROPOSED SYSTEM 5 P. A. H. Vardhini, S. Asritha and Y. S. Devi, "Efficient Disease Detection of Paddy Crop using CNN," 2020 International Conference on Smart Technologies in Computing, Electrical and Electronics (ICSTCEE), 2020, pp. 116-119, doi: 10.1109/ICSTCEE49637.2020.927 6775. 1. P. A Harsha 2. Vardini 3. S. Asritha 4. Y. Sumitha Devi Disease prediction , raspberry pi, CNN ,Artificial Intelligence . Cost and User friendly. Applicable on Paddy crop plant.
  • 15. FUNCTIONAL REQUIREMENTS 15 • The Functional requirements define the internal workings of the software • The technical details, data manipulation and processing and other specific functionality that show how the use cases are to be satisfied. • They are supported by non-functional requirements, which impose constraints on the design or implementation. Department of CS&E, Acharya Institute of Technology 22-Oct-22
  • 16. NON-FUNCTIONAL REQUIREMENTS 16 • Dependability • Availability • Reliability • Safety • Security Department of CS&E, Acharya Institute of Technology 22-Oct-22
  • 17. SOFTWARE REQUIREMENTS • Operating System : Windows 10 • IDE : python 3.7, MATLab , TensorFlow • Language : Python As of now, we are vigorously focusing on only software algorithms. We are using python tool for developing algorithms. In future, we will be using TensorFlow and Python IDE for transforming this algorithm into a complete product. 17 Department of CS&E, Acharya Institute of Technology 22-Oct-22
  • 18. HARDWARE REQUIREMENTS • Processor : Intel i7 • Hard Disk :120 GB • RAM : 16 GB 18 Department of CS&E, Acharya Institute of Technology 22-Oct-22
  • 20. PROPOSED METHODOLOGY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 20 The main steps in the proposed work is summarized below: • This work proposes a training image generation technology based on image processing techniques, which can enhance the robustness and prevent overfitting of the CNN-based model in the training process. • A convolutional neural network is first employed to diagnose leaf diseases; the end-to -end learning model can automatically discover the discriminative features of the leaf images and identify the common types of leaf diseases with high accuracy.
  • 21. PROPOSED METHODOLOGY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 20 • Convolutional Neural Network (CNN) A Convolutional Neural Network (ConvNet/CNN) is a Deep Learning algorithm which can take in an input image, assign importance (learnable weights and biases) to various aspects/objects in the image and be able to differentiate one from the other.
  • 22. PROPOSED METHODOLOGY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 20 • By analyzing the characteristics of leaf diseases, a novel deep convolutional neural network model based on ResNet shall be proposed; the convolution kernel size is adjusted, fully-connected layers are replaced by a convolutional layer, and GoogLeNet’s Inception is applied to improve the feature extraction ability. • Residual network (ResNet) is a CNN architecture whose core building element is a residual block.
  • 23. PROPOSED METHODOLOGY 22-Oct-22 Department of CS&E, Acharya Institute of Technology 20 • The strength of ResNet34 to solve the degradation problem to give higher accuracies and the advantages of this pre-trained model is the motivation of using it as the classification technique in our proposed work. • Proposed work is planning to use a dataset of various images of many crops diseased leaves as shown below. Fig. 1 Image samples of leaf disease
  • 24. CONCLUSION AND FUTURE ENHANCEMENT
  • 25. CONCLUSION 25 ⚫This project shall propose a novel deep convolutional neural network model to accurately identify and classify leaf diseases, which can automatically discover the discriminative features of leaf diseases and enable an end-to-end learning pipeline with high accuracy. ⚫ A novel structure of a deep convolutional neural network based on the ResNet model shall be designed by removing partial full connected layers, adding pooling layers, introducing the GoogLeNet Inception structure into the proposed network model. Department of CS&E, Acharya Institute of Technology 22-Oct-22
  • 26. FUTURE ENHANCEMENT 26 ⚫The future work can also be dedicated to the automatic estimation of the severity of these diseases. ⚫Usage of real-time images to identify the diseases which would increase time efficiency of the project and it can be carried out to identify diseases on other crops such as wheat, sugarcaneand others. ⚫The instant solutions can be made available to the farmers by designing mobile based applications. ⚫Online solutions related to plant diseases can be provided by using web portals Department of CS&E, Acharya Institute of Technology 22-Oct-22
  • 27. 1 F. Marzougui, M. Elleuch and M. Kherallah, "A Deep CNN Approach for Plant Disease Detection," 2020 21st International Arab Conference on Information Technology (ACIT), 2020, pp. 1-6, doi: 10.1109/ACIT50332.2020.9300072. 2 A. KP and J. Anitha, "Plant disease classification using deep learning," 2021 3rd International Conference on Signal Processing and Communication (ICPSC), 2021, pp. 407-411, doi: 10.1109/ICSPC51351.2021.9451696. 3 S. M. Hassan and A. K. Maji, "Plant Disease Identification Using a Novel Convolutional Neural Network," in IEEE Access, vol. 10, pp. 5390-5401, 2022, doi: 10.1109/ACCESS.2022.3141371. 4 M. N and K. J. Gowda, "Image Processing System based Identification and Classification of Leaf Disease: A Case Study on Paddy Leaf," 2020 International Conference on Electronics and Sustainable Communication Systems (ICESC), 2020, pp. 451-457, doi: 10.1109/ICESC48915.2020.9155607. 5 P. A. H. Vardhini, S. Asritha and Y. S. Devi, "Efficient Disease Detection of Paddy Crop using CNN," 2020 International Conference on Smart Technologies in Computing, Electrical and Electronics (ICSTCEE), 2020, pp. 116-119, doi: 10.1109/ICSTCEE49637.2020.9276775. REFERENCES 27 Department of CS&E, Acharya Institute of Technology 22-Oct-22
  • 28. THANK YOU 28 Department of CS&E, Acharya Institute of Technology 22-Oct-22