SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2859
PLANT DISEASE DETECTION AND CLASSIFICATION USING IMAGE
PROCESSING AND ARTIFICIAL NEURAL NETWORKS
Mr. Sanjay Mirchandani1, Mihir Pendse2, Prathamesh Rane3, Ashwini Vedula4
1Assistant Professor, Dept. of Electronics and Telecommunication Engineering, Vivekanand Education Society’s
Institute of Technology (VESIT), Maharashtra, India
2,3,4,Student, Dept. of Electronics and Telecommunication Engineering, Vivekanand Education Society’s Institute of
Technology (VESIT), Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Agricultural productivity is something on which
Indian economy highly depends. Thisis one of the reasonsthat
disease detection in plants plays an important role in
agricultural field, as having disease in plants is quite natural.
If proper care is not taken in this area then it causes serious
effects on plants and due to which respective product quality,
quantity or productivity is deteriorated. Detection of plant
disease through some automatic technique is beneficial as it
reduces a large work of monitoring in big farms of crops, and
at very early stage itself it detects the symptoms of diseasesi.e.
when they appear on plant leaves .Visually identifying plant
diseases is inefficient, difficult, time consuming, requires
expertise in plant diseases and continuous monitoring which
might be expensive in large farms. Therefore; afast,automatic
and accurate method to detect plant disease is of great
importance. Hence, image processing technique is employed
for the detection of plant diseases. The implementation of
these technologies will lead to improved productivity.
Key Words: Image Processing, K-means Clustering,
Artificial Neural Networks, Feed Forward Neural
Networks, Cascaded Feed Neural Networks
1. INTRODUCTION
In this paper a software solution for fast, accurate and
automatic detection and classification of plant diseases
through Image Processing is presented [1]. Identification of
the plant diseases is the key to preventing losses in the
quality and quantity of the agricultural product. Health
monitoring and disease detection of plant is critical for
sustainable agriculture. The typical methodofstudyingplant
disease is to rely on visually observable patternsontheplant
leaves. Visually identifying plant diseases is inefficient,
difficult, time consuming, requires expertise in plant
diseases and continuous monitoring which might be
expensive in large farms. Therefore; a fast, automatic and
accurate method to detect plant disease is of great
importance. Hence, image processing techniqueisemployed
for the detection of plant diseases. The implementation of
these technologies will lead to improved productivity India
has a diverse agricultural sector. Agriculture plays a vital
role in India’s economy and over 58 per cent of the rural
households depend on agriculture as their principal means
of livelihood. Research in agriculture is aimed towards
increase of productivity and quality of food. Three are two
main characteristics of plant-disease detection machine-
learning methods that must be achieved, they are:speedand
accuracy. In this study an automatic detection and
classification of leaf diseases has been introduced, this
method is based on K-means as a clustering procedure and
ANNs(Artificial Neural Networks) as a classifier tool using
some texture feature set .The aim of this work is threefold:
1) Identifying the infected object(s) based upon K-means
clustering.
2) Extracting the feature set of the infected Leaf images.
3) Detecting and classifying the type of disease using
ANNs(Artificial Neural Networks).
2. STEP-BY-STEP APPROACH
2.1 FLOWCHART
The Flowchart gives a brief idea of the various stages; which
include Image Acquisition, RGB to Gray conversion ,Median
filtering, K-means Clustering and disease detection using
Neural Networks. Feed forward back propogation and
Cascaded forward back propogation are the two types of
neural training networks used.We have collected about 38
images of various plant diseases which we are going to
detect as our dataset. The diseases are black spot disease,
yellow sigatoka disease, frog eye disease , powdery mildew
disease, tobacco ringspot disease, tomato plant disease and
valedensia leafspot disease.Pre-processing is done to
suppress unwanted image data and to enhance some
important image features. It includes RGB to Gray
conversion, image resizing and medianfiltering. Theinfected
part of the plant is then highlighted and made to differ from
the healthy part using K-means clustering algorithm. After
this various features of the diseased plant images are
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2860
extracted which include : Energy, Entropy, Co-variance,
Standard deviation and Background intensityaverage.These
various feature values serve as an input to the neural
network which detects the appropriate disease.
Figure -1: Process Flowchart
2.2 PREPROCESSING
The main aim of Pre-processing is to suppress unwanted
image data and to enhance some importantimagefeatures.It
includes RGB to Gray conversion, image resizingandmedian
filtering. Here colour image is converted to gray scale image
to make the image device independent. The image is then
resized to a size of 256*256. Then median filtering is
performed on the image to remove the noise.
2.3 K-MEANS CLUSTERING
K-means clustering is a type of unsupervised learning,
which is used when you have unlabelled data (i.e., data
without defined categories or groups)[10].The goal of
this algorithm is to find groups in the data, with the
number of groups represented by the variable K. The
algorithm works iteratively to assign each data pointto
one of K groups based on the features thatareprovided.
Data points are clustered based on feature similarity.
Algorithm :
The Κ-means clustering algorithm uses iterative
refinement to produce a final result. The algorithm
inputs are the number of clusters Κ and the data set.
The data set is a collection of features for each data
point. The algorithms starts with initial estimates
for the Κ centroids, which can either be randomly
generated or randomly selected from the data set.
The algorithm then iterates between two steps:
1. Data assignment step: Each centroids defines one
of the clusters. In this step, each data point is
assigned to its nearest centroid, based on the
squared Euclidean distance. More formally, if ci is
the collection of centroids in set C, then each data
point x is assigned to a cluster based on
Where dist( · ) is the standard (L2) Euclidean
distance.
2. Centroid update step: In this step, the centroids
are recomputed. This is done by taking the mean of
all data points assigned to that centroid's cluster.
The algorithm iterates between steps one and two
until a stopping criteria is met (i.e., no data points
change clusters, the sum of the distances is
minimized, or some maximum number of iterations
is reached).This algorithm is guaranteed to
converge to a result. The result may be a local
optimum (i.e. not necessarily the best possible
outcome), meaning that assessing more than one
run of the algorithm with randomized starting
centroids may give a better outcome.
2.4 ARTIFICIAL NEURAL NETWORKS
Figure-2: Artificial Neural Networks
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2861
Artificial Neural Network is a computing system made up of
a number of simple, highly interconnected processing
elements, which process information by their dynamic state
response to external inputs. ANNs(Artificial Neural
Networks) are composed of multiple nodes, which imitate
biological neurons of human brain. The neurons are
connected by links and they interact with each other. The
nodes can take input data and perform simple operationson
the data. The result of these operations is passed to other
neurons. The output at each node is called its activation or
node value. Each link is associated with weight. ANNs are
capable of learning, which takes place by altering weight
values. Here we have used a multiple hidden layer network.
This reduces load on neural network and improves its
performance. The number of hidden layers taken is 2.
The two types of Neural Networks used are:
1. Feed Forward Back Propagating Neural
Network:
A feed forward neural network isan artificialneuralnetwork
wherein connections between the units do not form a cycle.
As such, it is different from recurrent neural networks[12].
The feed forward neural network was the first and simplest
type of artificial neural network devised. In thisnetwork,the
information moves in only one direction, forward, from the
input nodes, through the hidden nodes (if any) and to the
output nodes. There are no cycles or loops in the network.
Multi-layer networks use a variety of learning techniques,
the most popular being back-propagation. Here, the output
values are compared with the correct answertocomputethe
value of some predefined error-function. By various
techniques, the error is then fed back through the network.
Using this information, the algorithm adjusts the weights of
each connection in order to reduce the value of the error
function by some small amount. After repeating this process
for a sufficiently large number of trainingcycles,thenetwork
will usually converge to some state where the error of the
calculations is small. In this case, one would say that the
network has learned a certain target function. Back
Propagation network is considered to be quintessential
Neural Network. Back Propagation is the trainingorlearning
algorithm rather than the network itself. To train the
network we need to give the output called the Target for a
particular input. The input and its corresponding target are
called a Training Pair. Once the network is trained, it will
provide the desired output for any of the input patterns.The
network is first initialized by setting up all its weights to be
small random numbers – say between –1 and +1. Next, the
input pattern is applied and the output is calculated this is
called the forward pass. The calculation gives an output
which is completely different to what is expected (the
Target), since all the weights are random. We then calculate
the Error of each neuron, which isessentially:Target-Actual
Output. This error isthen used mathematically tochangethe
weights in such a way that the error will get smaller.Inother
words, the Output of each neuron will get closer to itsTarget
(this part is called the reverse pass). The process isrepeated
again and again until the error isminimal. The neurons have
a sigmoid activation function. The network keepstrainingall
the patterns repeatedly until the total error falls to some
pre-determined low target value and then it stops. Whenthe
network has fully trained, the Validation Set error reaches a
minimum. When the network isovertraining (becoming too
accurate) the validation set error starts rising.
2. Cascaded Feed Back Propagating Neural Network:
Cascaded Forward models are similar to feed-forward
networks, but include a weight connection fromthe input to
each layer and from each layer to the successive layers.
While two-layer feed forward networkscanpotentiallylearn
virtually any input-output relationship, feed-forward
networks with more layers might learn complex
relationships more quickly. The function : newcf creates
cascade-forward networks. For example, a three layer
network has connections from layer 1 to layer 2, layer 2 to
layer 3, and layer 1 to layer 3. The three-layer network also
has connections from the input to all three layers. The
additional connections might improvethespeedatwhichthe
network learns the desired relationship. CF artificial
intelligence model is similar to feed forward back
propagation neural network in using the back propagation
algorithm for weights updating, but the main symptom of
this network is that each layer of neurons related to all
previous layer of neurons .Tan-sigmoid transferfunction,log
- sigmoid transfer function and pure linear threshold
functions were used to reach the optimized status. The
performance of cascade forward back propagation and feed
forward back propagation were evaluated using Root Mean
Square Error (RMSE).
3. RESULTS AND DISCUSSION
3.1 RESULTS OF K-MEANS CLUSTERING
The figure below shows the original image, the gray scale
representation of same. Also the median filtered image can
be seen. The K-means clustered image is present which
clearly separates the infected part of leaf from the healthy
part.The clustering is performed on the basis of the pixel
intensity values.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2862
Figure-3 : Output upto K-means Clustered Image
3.2 RESULTS OF INITIAL SIX CENTRES FROM K-
MEANS CLUSTERING
The initial centers obtained from the program are shown as
seen in the command window. These centers form the basis
of the Kmeans algorithm which is used to segment image
into different regions i.e healthy an infected. The following
image is a tomato leaf diseased image and below are its
initial centers calculated:
Figure- 4 : Tomato leaf disease
Ini_Centre = 5 80 103 124 185 208
3.3 RESULT OF FEATURE EXTRACTION
A set of features is extracted from the segmented image
which are given as a input while training of the neural
network.These features include covariance,standard
deviation,entropy and energy. The following is the image of
Yellow Sigatoka plant disease and the values of the features
are listed below.
Figure-5: Yellow Sigatoka Plant Disease
The values of the features are as follows :
 Average = 171.12
 Energy = 147
 Entropy = 0
 Standard Deviation = 36.2912
 Covariance = 1317.43
3.4 RESULT OF FEED FORWARD NEURAL
NETWORK
The results of Feed Forward Neural Network for
Black Spot Disease are as shown below
Figure-6: Black Spot Disease
The Feed Forward Neural Network Output isas follows
 Average = 185.32
 Energy = 128
 Entropy = 0
 Standard Deviation = 29.4282
 Covariance = 277.5350
Data of Feature Set =
1.8528
1.2800
0
0.2943
2.7754
y ( Output of Feed Forward Neural Network )=
Black Spot disease
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2863
3.5 RESULT OF CASCADED FEED NEURAL
NETWORK
The results of Feed Forward Neural Network for
Tobacco Ring Spot Disease are as shown below:
Figure-7 : Tobacco Ring Spot Disease
 Average = 326.20
 Energy = 147
 Entropy = 0
 Standard Deviation = 29.0432
 Covariance = 119.6732
Data of Feature Set =
3.2620
1.4700
0
0.2904
1.1967
y ( Output of Cascaded Feed Neural Network )=
Tobacco Ring Spot Disease
3.6 COMPARISON OF FFBP AND CFBP
FOR FFBP (FEED FORWARD BACK PROPOGATION)
Number
of
iterations
Performance Gradient
Blackspot
Disease
120 0.000009 0.0084
Frog Eye
Disease
100 0.00131 0.0454
Tomato Leaf
Disease
200 0.00000637 0.0194
Ring Spot
Disease
150 0.000098 0.0024
Valedinsia Leaf
Spot
93 0.0093 0.216
Powdery
Mildew
123 0.00989 0.00121
Yellow Sigatoka 110 0.09953 0.00764
FOR CFBP (CASCADED FEED BACK PROPOGATION)
4. CONCLUSION AND FUTURE SCOPE
4.1 CONCLUSION
The applications of K-means clustering and Neural
Networks (NNs) have been formulated for clustering and
classification of diseases that affect plantleaves. Recognizing
the disease is mainly the purpose of the introduced
approach. Thus, Feed Forward and Cascaded Feed Neural
Networks Algorithm was tested on seven diseases which
influence the plants; they are: Black Spot, Powdery Mildew,
Yellow Sigatoka, Tobacco Ringspot, Tomato Leaf Disease,
Frog Eye and Valedinsia Leaf Spot. The experimental results
indicate that both the approaches can significantly support
an accurate detection of Leaf Diseases with little
computational effort. Cascaded Feed approach is better as
compared to Feed Forward approach as it requires lesser
number of iterations because a smaller value of gradient
facilitates quick adaption and also reduces the Mean Square
Error.
4.2 FUTURE SCOPE
The Feed Forward and Cascaded Feed Neural Network
algorithms can be used to design an expert system for the
farmers for early detection of Plant Diseases.Presentlyseven
Diseases as mentioned earlier can be detected by this
process. The Feed Forward and Cascaded Feed algorithms
can be expanded for detection of multiple diseases on a
significantly large scale. These algorithms were tested on a
set of 38 images which were used for Neural Training. By
increasing the number of features and the number of inputs
to the Neural Network the algorithms can be enhanced. If
Number
of
iterations
Performance Gradient
Blackspot
Disease
59 0.00912 0.370
Frog Eye
Disease
51 0.0941 0.492
Tomato
Leaf
Disease
42 0.986 1.44
Ring Spot
Disease
71 0.00882 0.476
Valedinsia
Leaf Spot
73 0.0992 0.512
Powdery
Mildew
99 0.000897 0.0587
Yellow
Sigatoka
60 0.0985 0.477
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2864
this technique is developed into a sophisticated interface in
the form of a Website or Android Application itmayproveto
be great asset to the agricultural sector. In the future this
methodology can be integrated with other yet to be
developed methods for disease identification and
classification. The use of other algorithms can be exploredto
enhance the efficiency of the system in future.
REFERENCES
[1] Al-Hiary, S. Bani-Ahmad, M. Reyalat, M. Braik and Z.
ALRahamneh, “Fast and Accurate Detection and
Classification of Plant Diseases”, International
Journal of Computer Applications (0975 – 8887)
Volume 17– No.1, March 2011.
[2] Al-Bashish, D. M. Braik and S. Bani-Ahmad, 2011
Detection and classification of leaf diseasesusingK-
means-based segmentation and neural-networks-
based classification. Inform. Technol. J., 10: 267-
275. DOI: 10.3923/itj.2011.267.275.
[3] https://www.britannica.com/editor/TheEditos-of-
Encyclopaedia-Britannica/4419.
[4] Biological management of Yellow Sigatoka Disease
of banana caused by Mycospharella Musicola by
V.Shanthiya.
[5] https://www.pioneer.com/home/site/us/agronoy/
cropmanagement/soybeaninsect-disease/frogeye
leaf-spot.
[6] Detection of Diseases in Different Plants Using
Digital Image Processing by K.Gowthami,
M.Pratyusha, B.Somasekhar.
[7] Disease Detection Using Different Algorithms by
Trimi Neha Tete (Department of Electrical &
Electronics) and Sushma Kamlu.
[8] Color Space Transformations Philippe Colantoni
and Al 2004.
[9] The Component Median Filter for Noise Removal in
Digital Images Harish 1 and M.R.Gowtham2
1Department of Electronics and Communication
Engineering, Priyadarshini College of Engineering,
NELLORE – 524 004, A. P., INDIA
[10] R.Nathan,” Spatial Frequency Filtering,” in Picture
Processing and Psychopictrotics,B.S .Lipkin and
A.Roswnfeld,Eds., Academic Press, New York
[11] https://www.datascience.com/blog/k-means-
clustering.
[12] https://towardsdatascience.com/activation-
functions-and-its-types-which-isbetter-
a9a5310cc8f.
[13] The Influence of the Sigmoid Function Parameters
on the Speed of Back propagation Learning Jun Han
Claudio Moraga Research Group
Computational Intelligence Dept. of Computer
Science, University of D
[14] https://brilliant.org/wiki/feedforward-neural-
networks/Performance Measures, Consistency,and
Power for Artificial Neural Network Models* J. M.
TWOMEY AND A. E. SMITH+ Department of
Industrial Engineering, University of Pittsburgh
1031 Benedum Hall, Pittsburgh, PA 15261, U.S.A.

More Related Content

What's hot

Delineation of techniques to implement on the enhanced proposed model using d...
Delineation of techniques to implement on the enhanced proposed model using d...Delineation of techniques to implement on the enhanced proposed model using d...
Delineation of techniques to implement on the enhanced proposed model using d...ijdms
 
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...IJDKP
 
IRJET-A Survey on Effect of Meditation on Attention Level Using EEG
IRJET-A Survey on Effect of Meditation on Attention Level Using EEGIRJET-A Survey on Effect of Meditation on Attention Level Using EEG
IRJET-A Survey on Effect of Meditation on Attention Level Using EEGIRJET Journal
 
Using particle swarm optimization to solve test functions problems
Using particle swarm optimization to solve test functions problemsUsing particle swarm optimization to solve test functions problems
Using particle swarm optimization to solve test functions problemsriyaniaes
 
Weeds detection efficiency through different convolutional neural networks te...
Weeds detection efficiency through different convolutional neural networks te...Weeds detection efficiency through different convolutional neural networks te...
Weeds detection efficiency through different convolutional neural networks te...IJECEIAES
 
Decision Tree Based Algorithm for Intrusion Detection
Decision Tree Based Algorithm for Intrusion DetectionDecision Tree Based Algorithm for Intrusion Detection
Decision Tree Based Algorithm for Intrusion DetectionEswar Publications
 
Digital image hiding algorithm for secret communication
Digital image hiding algorithm for secret communicationDigital image hiding algorithm for secret communication
Digital image hiding algorithm for secret communicationeSAT Journals
 
Survey on evolutionary computation tech techniques and its application in dif...
Survey on evolutionary computation tech techniques and its application in dif...Survey on evolutionary computation tech techniques and its application in dif...
Survey on evolutionary computation tech techniques and its application in dif...ijitjournal
 
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...ijctcm
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...IJERDJOURNAL
 
IRJET- Factoid Question and Answering System
IRJET-  	  Factoid Question and Answering SystemIRJET-  	  Factoid Question and Answering System
IRJET- Factoid Question and Answering SystemIRJET Journal
 
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...IJECEIAES
 
A clonal based algorithm for the reconstruction of
A clonal based algorithm for the reconstruction ofA clonal based algorithm for the reconstruction of
A clonal based algorithm for the reconstruction ofeSAT Publishing House
 
IRJET- Student Placement Prediction using Machine Learning
IRJET- Student Placement Prediction using Machine LearningIRJET- Student Placement Prediction using Machine Learning
IRJET- Student Placement Prediction using Machine LearningIRJET Journal
 
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...theijes
 
A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...eSAT Journals
 
IRJET- Classification of Crops and Analyzing the Acreages of the Field
IRJET- Classification of Crops and Analyzing the Acreages of the FieldIRJET- Classification of Crops and Analyzing the Acreages of the Field
IRJET- Classification of Crops and Analyzing the Acreages of the FieldIRJET Journal
 
Anomaly detection by using CFS subset and neural network with WEKA tools
Anomaly detection by using CFS subset and neural network with WEKA tools Anomaly detection by using CFS subset and neural network with WEKA tools
Anomaly detection by using CFS subset and neural network with WEKA tools Drjabez
 
Data mining techniques
Data mining techniquesData mining techniques
Data mining techniqueseSAT Journals
 

What's hot (19)

Delineation of techniques to implement on the enhanced proposed model using d...
Delineation of techniques to implement on the enhanced proposed model using d...Delineation of techniques to implement on the enhanced proposed model using d...
Delineation of techniques to implement on the enhanced proposed model using d...
 
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
 
IRJET-A Survey on Effect of Meditation on Attention Level Using EEG
IRJET-A Survey on Effect of Meditation on Attention Level Using EEGIRJET-A Survey on Effect of Meditation on Attention Level Using EEG
IRJET-A Survey on Effect of Meditation on Attention Level Using EEG
 
Using particle swarm optimization to solve test functions problems
Using particle swarm optimization to solve test functions problemsUsing particle swarm optimization to solve test functions problems
Using particle swarm optimization to solve test functions problems
 
Weeds detection efficiency through different convolutional neural networks te...
Weeds detection efficiency through different convolutional neural networks te...Weeds detection efficiency through different convolutional neural networks te...
Weeds detection efficiency through different convolutional neural networks te...
 
Decision Tree Based Algorithm for Intrusion Detection
Decision Tree Based Algorithm for Intrusion DetectionDecision Tree Based Algorithm for Intrusion Detection
Decision Tree Based Algorithm for Intrusion Detection
 
Digital image hiding algorithm for secret communication
Digital image hiding algorithm for secret communicationDigital image hiding algorithm for secret communication
Digital image hiding algorithm for secret communication
 
Survey on evolutionary computation tech techniques and its application in dif...
Survey on evolutionary computation tech techniques and its application in dif...Survey on evolutionary computation tech techniques and its application in dif...
Survey on evolutionary computation tech techniques and its application in dif...
 
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
 
IRJET- Factoid Question and Answering System
IRJET-  	  Factoid Question and Answering SystemIRJET-  	  Factoid Question and Answering System
IRJET- Factoid Question and Answering System
 
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
 
A clonal based algorithm for the reconstruction of
A clonal based algorithm for the reconstruction ofA clonal based algorithm for the reconstruction of
A clonal based algorithm for the reconstruction of
 
IRJET- Student Placement Prediction using Machine Learning
IRJET- Student Placement Prediction using Machine LearningIRJET- Student Placement Prediction using Machine Learning
IRJET- Student Placement Prediction using Machine Learning
 
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
 
A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...
 
IRJET- Classification of Crops and Analyzing the Acreages of the Field
IRJET- Classification of Crops and Analyzing the Acreages of the FieldIRJET- Classification of Crops and Analyzing the Acreages of the Field
IRJET- Classification of Crops and Analyzing the Acreages of the Field
 
Anomaly detection by using CFS subset and neural network with WEKA tools
Anomaly detection by using CFS subset and neural network with WEKA tools Anomaly detection by using CFS subset and neural network with WEKA tools
Anomaly detection by using CFS subset and neural network with WEKA tools
 
Data mining techniques
Data mining techniquesData mining techniques
Data mining techniques
 

Similar to PLANT DISEASE DETECTION

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 AlgorithmIRJET Journal
 
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET Journal
 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET Journal
 
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET Journal
 
Detection of Diabetic Retinopathy using Convolutional Neural Network
Detection of Diabetic Retinopathy using Convolutional Neural NetworkDetection of Diabetic Retinopathy using Convolutional Neural Network
Detection of Diabetic Retinopathy using Convolutional Neural NetworkIRJET Journal
 
Detection of Diabetic Retinopathy using Convolutional Neural Network
Detection of Diabetic Retinopathy using Convolutional Neural NetworkDetection of Diabetic Retinopathy using Convolutional Neural Network
Detection of Diabetic Retinopathy using Convolutional Neural NetworkIRJET Journal
 
IRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET 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
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMIRJET Journal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...IRJET Journal
 
Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)IRJET Journal
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNIRJET Journal
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNIRJET Journal
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine LearningIRJET Journal
 
IRJET - Machine Learning Algorithms for the Detection of Diabetes
IRJET - Machine Learning Algorithms for the Detection of DiabetesIRJET - Machine Learning Algorithms for the Detection of Diabetes
IRJET - Machine Learning Algorithms for the Detection of DiabetesIRJET Journal
 
Plant disease detection system using image processing
Plant disease detection system using image processingPlant disease detection system using image processing
Plant disease detection system using image processingIRJET Journal
 
IRJET- Detection and Classification of Skin Diseases using Different Colo...
IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...
IRJET- Detection and Classification of Skin Diseases using Different Colo...IRJET Journal
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET Journal
 
IRJET - Identification of Malarial Parasites using Deep Learning
IRJET -  	  Identification of Malarial Parasites using Deep LearningIRJET -  	  Identification of Malarial Parasites using Deep Learning
IRJET - Identification of Malarial Parasites using Deep LearningIRJET Journal
 
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMIRJET Journal
 

Similar to PLANT DISEASE DETECTION (20)

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-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
 
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
 
Detection of Diabetic Retinopathy using Convolutional Neural Network
Detection of Diabetic Retinopathy using Convolutional Neural NetworkDetection of Diabetic Retinopathy using Convolutional Neural Network
Detection of Diabetic Retinopathy using Convolutional Neural Network
 
Detection of Diabetic Retinopathy using Convolutional Neural Network
Detection of Diabetic Retinopathy using Convolutional Neural NetworkDetection of Diabetic Retinopathy using Convolutional Neural Network
Detection of Diabetic Retinopathy using Convolutional Neural Network
 
IRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep Learning
 
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 ...
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEM
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNN
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
 
IRJET - Machine Learning Algorithms for the Detection of Diabetes
IRJET - Machine Learning Algorithms for the Detection of DiabetesIRJET - Machine Learning Algorithms for the Detection of Diabetes
IRJET - Machine Learning Algorithms for the Detection of Diabetes
 
Plant disease detection system using image processing
Plant disease detection system using image processingPlant disease detection system using image processing
Plant disease detection system using image processing
 
IRJET- Detection and Classification of Skin Diseases using Different Colo...
IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...
IRJET- Detection and Classification of Skin Diseases using Different Colo...
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
 
IRJET - Identification of Malarial Parasites using Deep Learning
IRJET -  	  Identification of Malarial Parasites using Deep LearningIRJET -  	  Identification of Malarial Parasites using Deep Learning
IRJET - Identification of Malarial Parasites using Deep Learning
 
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

PLANT DISEASE DETECTION

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2859 PLANT DISEASE DETECTION AND CLASSIFICATION USING IMAGE PROCESSING AND ARTIFICIAL NEURAL NETWORKS Mr. Sanjay Mirchandani1, Mihir Pendse2, Prathamesh Rane3, Ashwini Vedula4 1Assistant Professor, Dept. of Electronics and Telecommunication Engineering, Vivekanand Education Society’s Institute of Technology (VESIT), Maharashtra, India 2,3,4,Student, Dept. of Electronics and Telecommunication Engineering, Vivekanand Education Society’s Institute of Technology (VESIT), Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Agricultural productivity is something on which Indian economy highly depends. Thisis one of the reasonsthat disease detection in plants plays an important role in agricultural field, as having disease in plants is quite natural. If proper care is not taken in this area then it causes serious effects on plants and due to which respective product quality, quantity or productivity is deteriorated. Detection of plant disease through some automatic technique is beneficial as it reduces a large work of monitoring in big farms of crops, and at very early stage itself it detects the symptoms of diseasesi.e. when they appear on plant leaves .Visually identifying plant diseases is inefficient, difficult, time consuming, requires expertise in plant diseases and continuous monitoring which might be expensive in large farms. Therefore; afast,automatic and accurate method to detect plant disease is of great importance. Hence, image processing technique is employed for the detection of plant diseases. The implementation of these technologies will lead to improved productivity. Key Words: Image Processing, K-means Clustering, Artificial Neural Networks, Feed Forward Neural Networks, Cascaded Feed Neural Networks 1. INTRODUCTION In this paper a software solution for fast, accurate and automatic detection and classification of plant diseases through Image Processing is presented [1]. Identification of the plant diseases is the key to preventing losses in the quality and quantity of the agricultural product. Health monitoring and disease detection of plant is critical for sustainable agriculture. The typical methodofstudyingplant disease is to rely on visually observable patternsontheplant leaves. Visually identifying plant diseases is inefficient, difficult, time consuming, requires expertise in plant diseases and continuous monitoring which might be expensive in large farms. Therefore; a fast, automatic and accurate method to detect plant disease is of great importance. Hence, image processing techniqueisemployed for the detection of plant diseases. The implementation of these technologies will lead to improved productivity India has a diverse agricultural sector. Agriculture plays a vital role in India’s economy and over 58 per cent of the rural households depend on agriculture as their principal means of livelihood. Research in agriculture is aimed towards increase of productivity and quality of food. Three are two main characteristics of plant-disease detection machine- learning methods that must be achieved, they are:speedand accuracy. In this study an automatic detection and classification of leaf diseases has been introduced, this method is based on K-means as a clustering procedure and ANNs(Artificial Neural Networks) as a classifier tool using some texture feature set .The aim of this work is threefold: 1) Identifying the infected object(s) based upon K-means clustering. 2) Extracting the feature set of the infected Leaf images. 3) Detecting and classifying the type of disease using ANNs(Artificial Neural Networks). 2. STEP-BY-STEP APPROACH 2.1 FLOWCHART The Flowchart gives a brief idea of the various stages; which include Image Acquisition, RGB to Gray conversion ,Median filtering, K-means Clustering and disease detection using Neural Networks. Feed forward back propogation and Cascaded forward back propogation are the two types of neural training networks used.We have collected about 38 images of various plant diseases which we are going to detect as our dataset. The diseases are black spot disease, yellow sigatoka disease, frog eye disease , powdery mildew disease, tobacco ringspot disease, tomato plant disease and valedensia leafspot disease.Pre-processing is done to suppress unwanted image data and to enhance some important image features. It includes RGB to Gray conversion, image resizing and medianfiltering. Theinfected part of the plant is then highlighted and made to differ from the healthy part using K-means clustering algorithm. After this various features of the diseased plant images are
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2860 extracted which include : Energy, Entropy, Co-variance, Standard deviation and Background intensityaverage.These various feature values serve as an input to the neural network which detects the appropriate disease. Figure -1: Process Flowchart 2.2 PREPROCESSING The main aim of Pre-processing is to suppress unwanted image data and to enhance some importantimagefeatures.It includes RGB to Gray conversion, image resizingandmedian filtering. Here colour image is converted to gray scale image to make the image device independent. The image is then resized to a size of 256*256. Then median filtering is performed on the image to remove the noise. 2.3 K-MEANS CLUSTERING K-means clustering is a type of unsupervised learning, which is used when you have unlabelled data (i.e., data without defined categories or groups)[10].The goal of this algorithm is to find groups in the data, with the number of groups represented by the variable K. The algorithm works iteratively to assign each data pointto one of K groups based on the features thatareprovided. Data points are clustered based on feature similarity. Algorithm : The Κ-means clustering algorithm uses iterative refinement to produce a final result. The algorithm inputs are the number of clusters Κ and the data set. The data set is a collection of features for each data point. The algorithms starts with initial estimates for the Κ centroids, which can either be randomly generated or randomly selected from the data set. The algorithm then iterates between two steps: 1. Data assignment step: Each centroids defines one of the clusters. In this step, each data point is assigned to its nearest centroid, based on the squared Euclidean distance. More formally, if ci is the collection of centroids in set C, then each data point x is assigned to a cluster based on Where dist( · ) is the standard (L2) Euclidean distance. 2. Centroid update step: In this step, the centroids are recomputed. This is done by taking the mean of all data points assigned to that centroid's cluster. The algorithm iterates between steps one and two until a stopping criteria is met (i.e., no data points change clusters, the sum of the distances is minimized, or some maximum number of iterations is reached).This algorithm is guaranteed to converge to a result. The result may be a local optimum (i.e. not necessarily the best possible outcome), meaning that assessing more than one run of the algorithm with randomized starting centroids may give a better outcome. 2.4 ARTIFICIAL NEURAL NETWORKS Figure-2: Artificial Neural Networks
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2861 Artificial Neural Network is a computing system made up of a number of simple, highly interconnected processing elements, which process information by their dynamic state response to external inputs. ANNs(Artificial Neural Networks) are composed of multiple nodes, which imitate biological neurons of human brain. The neurons are connected by links and they interact with each other. The nodes can take input data and perform simple operationson the data. The result of these operations is passed to other neurons. The output at each node is called its activation or node value. Each link is associated with weight. ANNs are capable of learning, which takes place by altering weight values. Here we have used a multiple hidden layer network. This reduces load on neural network and improves its performance. The number of hidden layers taken is 2. The two types of Neural Networks used are: 1. Feed Forward Back Propagating Neural Network: A feed forward neural network isan artificialneuralnetwork wherein connections between the units do not form a cycle. As such, it is different from recurrent neural networks[12]. The feed forward neural network was the first and simplest type of artificial neural network devised. In thisnetwork,the information moves in only one direction, forward, from the input nodes, through the hidden nodes (if any) and to the output nodes. There are no cycles or loops in the network. Multi-layer networks use a variety of learning techniques, the most popular being back-propagation. Here, the output values are compared with the correct answertocomputethe value of some predefined error-function. By various techniques, the error is then fed back through the network. Using this information, the algorithm adjusts the weights of each connection in order to reduce the value of the error function by some small amount. After repeating this process for a sufficiently large number of trainingcycles,thenetwork will usually converge to some state where the error of the calculations is small. In this case, one would say that the network has learned a certain target function. Back Propagation network is considered to be quintessential Neural Network. Back Propagation is the trainingorlearning algorithm rather than the network itself. To train the network we need to give the output called the Target for a particular input. The input and its corresponding target are called a Training Pair. Once the network is trained, it will provide the desired output for any of the input patterns.The network is first initialized by setting up all its weights to be small random numbers – say between –1 and +1. Next, the input pattern is applied and the output is calculated this is called the forward pass. The calculation gives an output which is completely different to what is expected (the Target), since all the weights are random. We then calculate the Error of each neuron, which isessentially:Target-Actual Output. This error isthen used mathematically tochangethe weights in such a way that the error will get smaller.Inother words, the Output of each neuron will get closer to itsTarget (this part is called the reverse pass). The process isrepeated again and again until the error isminimal. The neurons have a sigmoid activation function. The network keepstrainingall the patterns repeatedly until the total error falls to some pre-determined low target value and then it stops. Whenthe network has fully trained, the Validation Set error reaches a minimum. When the network isovertraining (becoming too accurate) the validation set error starts rising. 2. Cascaded Feed Back Propagating Neural Network: Cascaded Forward models are similar to feed-forward networks, but include a weight connection fromthe input to each layer and from each layer to the successive layers. While two-layer feed forward networkscanpotentiallylearn virtually any input-output relationship, feed-forward networks with more layers might learn complex relationships more quickly. The function : newcf creates cascade-forward networks. For example, a three layer network has connections from layer 1 to layer 2, layer 2 to layer 3, and layer 1 to layer 3. The three-layer network also has connections from the input to all three layers. The additional connections might improvethespeedatwhichthe network learns the desired relationship. CF artificial intelligence model is similar to feed forward back propagation neural network in using the back propagation algorithm for weights updating, but the main symptom of this network is that each layer of neurons related to all previous layer of neurons .Tan-sigmoid transferfunction,log - sigmoid transfer function and pure linear threshold functions were used to reach the optimized status. The performance of cascade forward back propagation and feed forward back propagation were evaluated using Root Mean Square Error (RMSE). 3. RESULTS AND DISCUSSION 3.1 RESULTS OF K-MEANS CLUSTERING The figure below shows the original image, the gray scale representation of same. Also the median filtered image can be seen. The K-means clustered image is present which clearly separates the infected part of leaf from the healthy part.The clustering is performed on the basis of the pixel intensity values.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2862 Figure-3 : Output upto K-means Clustered Image 3.2 RESULTS OF INITIAL SIX CENTRES FROM K- MEANS CLUSTERING The initial centers obtained from the program are shown as seen in the command window. These centers form the basis of the Kmeans algorithm which is used to segment image into different regions i.e healthy an infected. The following image is a tomato leaf diseased image and below are its initial centers calculated: Figure- 4 : Tomato leaf disease Ini_Centre = 5 80 103 124 185 208 3.3 RESULT OF FEATURE EXTRACTION A set of features is extracted from the segmented image which are given as a input while training of the neural network.These features include covariance,standard deviation,entropy and energy. The following is the image of Yellow Sigatoka plant disease and the values of the features are listed below. Figure-5: Yellow Sigatoka Plant Disease The values of the features are as follows :  Average = 171.12  Energy = 147  Entropy = 0  Standard Deviation = 36.2912  Covariance = 1317.43 3.4 RESULT OF FEED FORWARD NEURAL NETWORK The results of Feed Forward Neural Network for Black Spot Disease are as shown below Figure-6: Black Spot Disease The Feed Forward Neural Network Output isas follows  Average = 185.32  Energy = 128  Entropy = 0  Standard Deviation = 29.4282  Covariance = 277.5350 Data of Feature Set = 1.8528 1.2800 0 0.2943 2.7754 y ( Output of Feed Forward Neural Network )= Black Spot disease
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2863 3.5 RESULT OF CASCADED FEED NEURAL NETWORK The results of Feed Forward Neural Network for Tobacco Ring Spot Disease are as shown below: Figure-7 : Tobacco Ring Spot Disease  Average = 326.20  Energy = 147  Entropy = 0  Standard Deviation = 29.0432  Covariance = 119.6732 Data of Feature Set = 3.2620 1.4700 0 0.2904 1.1967 y ( Output of Cascaded Feed Neural Network )= Tobacco Ring Spot Disease 3.6 COMPARISON OF FFBP AND CFBP FOR FFBP (FEED FORWARD BACK PROPOGATION) Number of iterations Performance Gradient Blackspot Disease 120 0.000009 0.0084 Frog Eye Disease 100 0.00131 0.0454 Tomato Leaf Disease 200 0.00000637 0.0194 Ring Spot Disease 150 0.000098 0.0024 Valedinsia Leaf Spot 93 0.0093 0.216 Powdery Mildew 123 0.00989 0.00121 Yellow Sigatoka 110 0.09953 0.00764 FOR CFBP (CASCADED FEED BACK PROPOGATION) 4. CONCLUSION AND FUTURE SCOPE 4.1 CONCLUSION The applications of K-means clustering and Neural Networks (NNs) have been formulated for clustering and classification of diseases that affect plantleaves. Recognizing the disease is mainly the purpose of the introduced approach. Thus, Feed Forward and Cascaded Feed Neural Networks Algorithm was tested on seven diseases which influence the plants; they are: Black Spot, Powdery Mildew, Yellow Sigatoka, Tobacco Ringspot, Tomato Leaf Disease, Frog Eye and Valedinsia Leaf Spot. The experimental results indicate that both the approaches can significantly support an accurate detection of Leaf Diseases with little computational effort. Cascaded Feed approach is better as compared to Feed Forward approach as it requires lesser number of iterations because a smaller value of gradient facilitates quick adaption and also reduces the Mean Square Error. 4.2 FUTURE SCOPE The Feed Forward and Cascaded Feed Neural Network algorithms can be used to design an expert system for the farmers for early detection of Plant Diseases.Presentlyseven Diseases as mentioned earlier can be detected by this process. The Feed Forward and Cascaded Feed algorithms can be expanded for detection of multiple diseases on a significantly large scale. These algorithms were tested on a set of 38 images which were used for Neural Training. By increasing the number of features and the number of inputs to the Neural Network the algorithms can be enhanced. If Number of iterations Performance Gradient Blackspot Disease 59 0.00912 0.370 Frog Eye Disease 51 0.0941 0.492 Tomato Leaf Disease 42 0.986 1.44 Ring Spot Disease 71 0.00882 0.476 Valedinsia Leaf Spot 73 0.0992 0.512 Powdery Mildew 99 0.000897 0.0587 Yellow Sigatoka 60 0.0985 0.477
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2864 this technique is developed into a sophisticated interface in the form of a Website or Android Application itmayproveto be great asset to the agricultural sector. In the future this methodology can be integrated with other yet to be developed methods for disease identification and classification. The use of other algorithms can be exploredto enhance the efficiency of the system in future. REFERENCES [1] Al-Hiary, S. Bani-Ahmad, M. Reyalat, M. Braik and Z. ALRahamneh, “Fast and Accurate Detection and Classification of Plant Diseases”, International Journal of Computer Applications (0975 – 8887) Volume 17– No.1, March 2011. [2] Al-Bashish, D. M. Braik and S. Bani-Ahmad, 2011 Detection and classification of leaf diseasesusingK- means-based segmentation and neural-networks- based classification. Inform. Technol. J., 10: 267- 275. DOI: 10.3923/itj.2011.267.275. [3] https://www.britannica.com/editor/TheEditos-of- Encyclopaedia-Britannica/4419. [4] Biological management of Yellow Sigatoka Disease of banana caused by Mycospharella Musicola by V.Shanthiya. [5] https://www.pioneer.com/home/site/us/agronoy/ cropmanagement/soybeaninsect-disease/frogeye leaf-spot. [6] Detection of Diseases in Different Plants Using Digital Image Processing by K.Gowthami, M.Pratyusha, B.Somasekhar. [7] Disease Detection Using Different Algorithms by Trimi Neha Tete (Department of Electrical & Electronics) and Sushma Kamlu. [8] Color Space Transformations Philippe Colantoni and Al 2004. [9] The Component Median Filter for Noise Removal in Digital Images Harish 1 and M.R.Gowtham2 1Department of Electronics and Communication Engineering, Priyadarshini College of Engineering, NELLORE – 524 004, A. P., INDIA [10] R.Nathan,” Spatial Frequency Filtering,” in Picture Processing and Psychopictrotics,B.S .Lipkin and A.Roswnfeld,Eds., Academic Press, New York [11] https://www.datascience.com/blog/k-means- clustering. [12] https://towardsdatascience.com/activation- functions-and-its-types-which-isbetter- a9a5310cc8f. [13] The Influence of the Sigmoid Function Parameters on the Speed of Back propagation Learning Jun Han Claudio Moraga Research Group Computational Intelligence Dept. of Computer Science, University of D [14] https://brilliant.org/wiki/feedforward-neural- networks/Performance Measures, Consistency,and Power for Artificial Neural Network Models* J. M. TWOMEY AND A. E. SMITH+ Department of Industrial Engineering, University of Pittsburgh 1031 Benedum Hall, Pittsburgh, PA 15261, U.S.A.