SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 282
AGRICULTURAL CROP CLASSIFICATION MODELS IN DATA MINING
TECHNIQUES
J. Saranya1, Dr. M. Mohamed Sathik2, Dr. S. Shajun Nisha3
1M.phil Research Scholar, PG & Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamilnadu, India
2Principal, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India
3Assistant Professor & Head, PG & Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Data mining is relatively a new approach in the
field of agriculture. Extraction of knowledge in agricultural
data is a difficult task. These difficulties are due to climate,
geographical and biological factors. In order to handle these
problems, remote sensing technology offers traditional
methods to categorize agricultural crops. This paper focuses
on the analysis of the agricultural landsat data and finding
optimal parameters to maximize the accuracy level of
classified crops using data miningtechniqueslikeNaiveBayes.
The performance metrics used for analysis are kappa
statistics, Correctly classified instances, Incorrectly classified
instances, Mean absolute Error, Root Mean Squared Error,
Average precision and Average Recall.
Key Words: Data mining, Naive Byes classifier, Landsat,
Accuracy
1. INTRODUCTION
Agriculture is the most important area of application,
particularly in developingcountries.The useoftechnologyin
agriculture can change the decision-making situation and
farmers can produce a better way. Data mining plays a
crucial role in decision making on several issues related to
the field of agriculture. Data mining is a useful technique for
finding the relevant pattern of the huge data set. The
agriculture field contains many data such as soil data,
harvest data, metrological data, geographical and Landsat
data. Landsat data are used to analyze and handle with
algorithms in data mining such asNaiveByes.Thismethodis
used in the Landsat data and produce extraordinary
significant benefits and predictions that can be used for
commercial and scientific purposes.
1.1 LANDSAT
The Landsat satellite series has provided a continuous earth
observation data record since the early 1970 s. Landsat1-3
carried the multi spectral scanner system instrument. In
addition to MSS, Landsat 4 and 5 carried out the thematic
mapper instrument in the age of the Landsat 30m pixel
resolution. [6]Landsat 5 was launched on March1,1984and
functioned over 28 years until 2012.Landsat7waslaunched
on April 15, 1999 and with Enhanced Thematic MapperPlus
the favorable 30 m spatial resolution with betteraccuracyin
radiometric and geometric calibration. Both Landsat5and7
included a thermal infrared band at a spatial resolution of
120m and 60 m respectively. Landsat 8 was launched on
February 2013. The Landsat 8 includes the operational land
imager and the thermal infrared sensors.
The Landsat data are corrected radio metrically and
geometrically by the USGS Earth resources Observation and
science center. Terrain correction is applied using a digital
elevation model and ground control points.USGSdistributes
shortwave Landsat data digital number and surface
reflectance. They can be downloaded through the USGS
(United States Geological Survey)global visualizationviewer
to make the entire archive of Landsat data available at no
charge[5]. A fundamental Challenge in pursuit of either of
these goals is the considerable spatial and temporal
heterogeneity of agriculture landscapes[1].
1.2 LITERATURE REVIEW
Yang, Z., Mueller [2] have proposed a choice tree-
administered arrangement techniqueisutilizedtocreate the
openly accessible state level trim cover groupings and give
edit real estate’s gauges dependent on the CDL and NASS
June Agricultural Survey ground truth to the NASS
Agricultural Statistics Board. This paper gives a diagram of
the NASS CDL program. It depicts different information,
handling strategies, order and approval, precision
evaluation, CDL item particulars, scattering settings and the
product real estate estimation procedure.
Duro, D.C., Franklin et. al [3] have proposed Pixel-based and
protest based picture examination approaches for ordering
wide land cover classes over farming scenes are looked at
utilizing three administered machine learning calculations:
Decision tree (DT), RandomForest(RF),and vectormachine
(SVM). By and large grouping correctnesses between pixel
based and question based arrangements were not
measurably critical (p>0.05) when a similar machine
learning calculations were connected. Utilizingobject-based
picture examination, there was a factually noteworthy
distinction in grouping precision between maps delivered
utilizing the DT calculation contrasted with maps created
utilizing either RF (p=0.0116) or SVM calculations
(p=0.0067). Utilizing pixel-based picture examination,there
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 283
was no measurably critical contrast (p>0.05) between
results delivered utilizing distinctive arrangement
calculations.
Kathija and Dr.S.Shajun Nisha. [8] have proposed the
smallest subset of features from Wisconsin DiagnosisBreast
Cancer (WDBC) dataset by applying confusion matrix
accuracy and 10-fold cross validation methodto ensurehigh
accurate classification of breast cancer that can ensure
highly accurate ensemble classification of breast cancer in
benign or malignant.
A.AmeerRashedKhan,Dr.S.ShajunNisha andDr.M.Mohamed
Sathik.[9]have proposed the performance of different
clustering algorithm suchasExpectationMaximization(EM),
Farthest Fast and K-means by correctly clustered instances
and time taken to build the model for mushroom dataset
using data mining tool WEKA.
1.3 Motivation Justification
Bayes' rule is a general technique in classification, but costly
in terms of requiring large training sets. Naïve Bayes
classifiers are based on the assumption that likelihoods of
each feature are independent of those of other features. By
making independence assumptions, much less training data
is required. Often the results are very good.
1.4 Outline of the proposed work
1.5 Organization of the paper
This paper is organized as follows: In SectionIIdescribesthe
classification methods. Section III Display the Experimental
results, and in section IV conclusion is placed.
2. METHODOLODY
In this paper Naïve Byes classification methodology are
used to find the accuracy of crop Classification.
2.1 Dataset
Dataset consists of different attributes that have complex
relationships between dynamic variables. There are two
types of datasets training and testing. Training data set
consists of 449 instances, Testing data set consists of 94
instances.
2.2 Classification
2.2.1 Naïve Byes
Naive Bayes ApproachisBayesianapproachforclassification
is a statistical and linear classifier which predicts class label
for data instance on the basis of distribution of attribute
values. This is a parametric classification where the size of
the classifier remains fixed. Distribution can be normal
(Gaussian), kernel, multivariate or multi nominal. While
normal distribution for weather data, Bayesian classifiers
use Bayes theorem to find posterior probabilities of input
data instance of all classes. Class label having maximum
conditional probability is assigned to data instance. Naive
Bayes attributes have no effect on each other and they have
independent distribution of values.
Let the training data X, the posterior probability of a
hypothesis h, P (h|x) follows the Bayes theorem as:
P(h|x)=
Where P(h|x) is the posterior probability of hypothesis h
over training data X, P(x|h) is the probability of likelihood
that the X is conditionallyindependentofothervariablesand
also called prior probability. Maximum the posterior
probability strengthens the selected arguments for
prediction.
3. EXPERIMENTAL RESULTS
3.1 Performance Metrics
3.1.1 True Positive Rate
A true positive is an outcome where the model correctly
predicts the positive tuples. It measures the proportion of
actual positives that are correctly identified.
True Positive Rate =
3.1.2 False Positive Rate
The false positive rate is ratio between the numbers of
negative events wrongly classified as positive.
False Positive Rate =
3.1.3 Precision
It is the proportion of instances that are truly of a class
divided by the total instances classified as that class.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 284
Precision =
3.1.4 Recall
It is the proportion of instances classified as a given class
divided by the actual total in that class (equivalent to TP
rate)
Recall =
3.1.5 F-Measure
A combined measure for precision and recall is
calculated as
F-measure=
3.1.6 Matthews Correlation Coefficient
MCC has a range of values from -1 to 1 where -1 indicates
completely wrong binary classifier while 1 indicates a
completely a correct binary classifier. Using the MCC allows
one to gauge how well their classification model/function is
performing.
MCC =
3.1.7 Precision Recall Curve
The PRC is called as Precision recall characteristics curve. It
is a comparison of two operating characteristics (PPV and
sensitivity) as the criteria. A PRC curve is a graphical plot
which explain the performance of binary classifiers as its
discrimination threshold is varied.
3.1.8 Receiver Operating Characteristics
ROC is comparison of two operating characteristics TPRand
FPR. A receiver operating characteristic curve is a graphical
action which analyses the performance of a classified as its
partiality threshold is varied. It is an completion of plotting
the true positive rate vs. false positive rate at varied
threshold settings.
3.1.9 Mean Absolute Error
Mean Absolute Error is the common difference between the
Original Values and the Predicted Values. It gives us the
capacity how far the predictions were fromtheactualoutput.
They don’t gives us any idea of the direction of the error. we
are under predicting the data or over predicting the data.
Mathematically, it is written as
Mean Absolute Error =
3.1.10 Mean Squared Error
Mean Squared Error(MSE) issimilar to Mean AbsoluteError,
the only difference being that MSE takes the fair
and square difference between the original values and the
predicted values. The advantage of MSE being that it iseasier
to compute the gradient, whereas Mean Absolute Error
requires complicated linear programming tools to compute
the gradient. As, we take square of the error, the effect of
larger errors become more pronounced then smaller error,
hence the model can now focus more on the larger errors.
Mean Squared Error = 2
3.2 Performance Evaluation
Table 1: Detailed Accuracy On Training Dataset
CORN BTCORN SOYBEAN WEIGHTED
AVERAGE
TP RATE 1 0.404 0.419 0.47
FP RATE 0.538 0.005 0.066 0.08
PRECISION 0.175 0.99 0.756 0.83
RECALL 1 0.404 0.419 0.47
F-MEASURE 0.298 0.574 0.539 0.534
MCC 0.284 0.468 0.429 0.436
ROC 0.856 0.738 0.731 0.748
PRC 0.571 0.831 0.659 0.748
Table 2: Detailed Accuracy On Testing Dataset
CORN BTCORN SOYBEAN WEIGHTED
AVERAGE
TP RATE 1 0.52 0.267 0.521
FP RATE 0.486 0.159 0 0.166
PRECISION 0.414 0.542 1 0.728
RECALL 1 0.52 0.267 0.521
F-MEASURE 0.585 0.531 0.421 0.492
MCC 0.461 0.365 0.399 0.406
ROC 0.945 0.764 0.905 0.878
PRC 0.795 0.705 0.909 0.826
Chart 1: Performance Evaluation Comparison for Crop
Dataset
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 285
Table 3: Dataset Classification Based On Its Properties
PERFORMANCE METRICS
NAIVE BYES
TRAINING TESTIING
CORRECTLY CLASSIFIED
INSTANCES
211 49
INCORRECTLY CLASSIFIED
INSTANCES
238 45
KAPPA
STATISTICS
0.2916 0.329
MEAN ABSOLUTE
ERROR
0.3827 0.302
ROOT MEAN SQUARED ERROR 0.5596 0.5092
RELATIVE ABSOLUTE
ERROR
97.69% 71.25%
ROOT RELATIVE SQUARED
ERROR
93.73% 98.69%
3. CONCLUSIONS
Various data mining techniques are implemented on the
input data to assess the best performance yielding method.
The present work used data miningtechniquesNaivebyesto
obtain the optimal parameters to achieve higher accuracy of
crop classification. In future enhancements, we have a
comparative analysis of different classification algorithm
with the accuracy levels and choose the best algorithm in
classification models.
REFERENCES
1) Bolton, D.K., Friedl and M.A., “Forecastingcropyield
using remotely sensed vegetation indices and crop
phenology metrics., ” Elsevier, 2013.
2) Boryan, C., Yang, Z., Mueller, R., Craig and M.,
“Monitoring US agriculture: the US Department of
Agriculture, National Agricultural StatisticsService,
Cropland Data Layer Program.,” Elsevier, 2011.
3) Duro, D.C., Franklin, S.E., Dube and M.G., “A
comparison of pixel-based and object based image
analysis with selected machine learning algorithms
for the classification of agricultural landscapes
using SPOT-5 HRG imagery.,” Elsevier, 2012.
4) Hansen, M.C., Loveland and T.R., “A review of large
area monitoring of land cover change usingLandsat
data.,” Elsevier, 2012.
5) Lobell, and D.B., “The use of satellite data for crop
yield gap analysis.,” Elsevier, 2013.
6) Yaping Cai, Kaiyu Guan and Jian Peng., “A high
Performance and in season classification system of
field level crop types using time series landsat data
and a machine learning approach.,” Elsevier, 2014.
7) Kathija and Dr. S.Shajun Nisha., “Breast CancerData
Classification Using SVM and Naïve Bayes
Techniques., ”International Journal of Innovative
Research in Computer and Communication
Engineering, 2016.
8) A.Ameer Rashed Khan, Dr.S.Shajun Nisha and
Dr.M.Mohamed Sathik., “Clustering Techniques For
MushroomDataset.,”International ResearchJournal
of Engineering and Technology (IRJET), 2018.
BIOGRAPHIES
J.Saranya,M.Phil Researchscholar,currently
pursiung at sadakathullah appa college,Ihad
completed my PG at Apollo arts and Science
college, Madras University in IT and
completed my B.Sc., Computer Science at
Govindammal Aditanar College for Women, Manonmaniam
Sundaranar University, Tirunelveli. I had a certification of
NPTEL courses. My research area is in Data Mining.
Dr.M.Mohamed Sathik, Principal
Sadakathullah Appa college,Tirunelveli.He has
completed Ph.D(Computer science &
engineering) Ph.D(Computer science), M.Phil.
(Computer Science),M.Tech(ComputerScience
and Information Technology) in Manonmaniam Sundaranar
University, Tirunelveli. He has so far guided more than 40
research scholars. He has publishedmorethan100papers in
International Journals and also two books.Heisa memberof
curriculum development committee of various universities
and autonomous colleges of Tamil Nadu. He is a syndicate
member Manonmaniam SundaranarUniversity, Tirunelveli.
His specializations are VRML, Image Processing and Sensor
Networks.
Dr.S.Shajun Nisha, Assistant Professor and
Head of the PG & Research Department of
Computer Science, Sadakathullah Appa
College, Tirunelveli. She has completed
M.Phil. (Computer Science) M.Tech
(Computer and Information Technology) in
Manonmaniam Sundaranar University, Tirunelveli and She
had completed Ph.D (Computer Science) in Bharathiar
university, Coimbatore.She hasinvolvedinvariousacademic
activities. She has attended so many national and
international seminars, conferences and presented
numerous research papers. She is a member of ISTE and
IEANG and her specialization is Medical Image Processing
and Neural Networks

More Related Content

What's hot

IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET Journal
 
IRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data ProtectionIRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data Protection
IRJET Journal
 
IRJET- A Detailed Study on Classification Techniques for Data Mining
IRJET- A Detailed Study on Classification Techniques for Data MiningIRJET- A Detailed Study on Classification Techniques for Data Mining
IRJET- A Detailed Study on Classification Techniques for Data Mining
IRJET Journal
 
Classification of medical datasets using back propagation neural network powe...
Classification of medical datasets using back propagation neural network powe...Classification of medical datasets using back propagation neural network powe...
Classification of medical datasets using back propagation neural network powe...
IJECEIAES
 
Data Mining - Classification Of Breast Cancer Dataset using Decision Tree Ind...
Data Mining - Classification Of Breast Cancer Dataset using Decision Tree Ind...Data Mining - Classification Of Breast Cancer Dataset using Decision Tree Ind...
Data Mining - Classification Of Breast Cancer Dataset using Decision Tree Ind...Sunil Nair
 
[IJCT-V3I2P26] Authors: Sunny Sharma
[IJCT-V3I2P26] Authors: Sunny Sharma[IJCT-V3I2P26] Authors: Sunny Sharma
A comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data setsA comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data sets
eSAT Publishing House
 
IRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer Prediction
IRJET Journal
 
Comparative study of various supervisedclassification methodsforanalysing def...
Comparative study of various supervisedclassification methodsforanalysing def...Comparative study of various supervisedclassification methodsforanalysing def...
Comparative study of various supervisedclassification methodsforanalysing def...
eSAT Publishing House
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET Journal
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Tarun Kumar
 
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCAREK-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
International Journal of Technical Research & Application
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf Diseases
IRJET Journal
 
Two Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information SystemTwo Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information System
IRJET Journal
 
Efficiency of Prediction Algorithms for Mining Biological Databases
Efficiency of Prediction Algorithms for Mining Biological  DatabasesEfficiency of Prediction Algorithms for Mining Biological  Databases
Efficiency of Prediction Algorithms for Mining Biological Databases
IOSR Journals
 
B0343011014
B0343011014B0343011014
B0343011014
ijceronline
 
Classification accuracy analyses using Shannon’s Entropy
Classification accuracy analyses using Shannon’s EntropyClassification accuracy analyses using Shannon’s Entropy
Classification accuracy analyses using Shannon’s Entropy
IJERA Editor
 
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET Journal
 
Preprocessing and Classification in WEKA Using Different Classifiers
Preprocessing and Classification in WEKA Using Different ClassifiersPreprocessing and Classification in WEKA Using Different Classifiers
Preprocessing and Classification in WEKA Using Different Classifiers
IJERA Editor
 
Application of Exponential Gamma Distribution in Modeling Queuing Data
Application of Exponential Gamma Distribution in Modeling Queuing DataApplication of Exponential Gamma Distribution in Modeling Queuing Data
Application of Exponential Gamma Distribution in Modeling Queuing Data
ijtsrd
 

What's hot (20)

IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
 
IRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data ProtectionIRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data Protection
 
IRJET- A Detailed Study on Classification Techniques for Data Mining
IRJET- A Detailed Study on Classification Techniques for Data MiningIRJET- A Detailed Study on Classification Techniques for Data Mining
IRJET- A Detailed Study on Classification Techniques for Data Mining
 
Classification of medical datasets using back propagation neural network powe...
Classification of medical datasets using back propagation neural network powe...Classification of medical datasets using back propagation neural network powe...
Classification of medical datasets using back propagation neural network powe...
 
Data Mining - Classification Of Breast Cancer Dataset using Decision Tree Ind...
Data Mining - Classification Of Breast Cancer Dataset using Decision Tree Ind...Data Mining - Classification Of Breast Cancer Dataset using Decision Tree Ind...
Data Mining - Classification Of Breast Cancer Dataset using Decision Tree Ind...
 
[IJCT-V3I2P26] Authors: Sunny Sharma
[IJCT-V3I2P26] Authors: Sunny Sharma[IJCT-V3I2P26] Authors: Sunny Sharma
[IJCT-V3I2P26] Authors: Sunny Sharma
 
A comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data setsA comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data sets
 
IRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer Prediction
 
Comparative study of various supervisedclassification methodsforanalysing def...
Comparative study of various supervisedclassification methodsforanalysing def...Comparative study of various supervisedclassification methodsforanalysing def...
Comparative study of various supervisedclassification methodsforanalysing def...
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
 
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCAREK-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf Diseases
 
Two Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information SystemTwo Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information System
 
Efficiency of Prediction Algorithms for Mining Biological Databases
Efficiency of Prediction Algorithms for Mining Biological  DatabasesEfficiency of Prediction Algorithms for Mining Biological  Databases
Efficiency of Prediction Algorithms for Mining Biological Databases
 
B0343011014
B0343011014B0343011014
B0343011014
 
Classification accuracy analyses using Shannon’s Entropy
Classification accuracy analyses using Shannon’s EntropyClassification accuracy analyses using Shannon’s Entropy
Classification accuracy analyses using Shannon’s Entropy
 
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
 
Preprocessing and Classification in WEKA Using Different Classifiers
Preprocessing and Classification in WEKA Using Different ClassifiersPreprocessing and Classification in WEKA Using Different Classifiers
Preprocessing and Classification in WEKA Using Different Classifiers
 
Application of Exponential Gamma Distribution in Modeling Queuing Data
Application of Exponential Gamma Distribution in Modeling Queuing DataApplication of Exponential Gamma Distribution in Modeling Queuing Data
Application of Exponential Gamma Distribution in Modeling Queuing Data
 

Similar to IRJET- Agricultural Crop Classification Models in Data Mining Techniques

CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEYCLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
Editor IJMTER
 
Case Study: Prediction on Iris Dataset Using KNN Algorithm
Case Study: Prediction on Iris Dataset Using KNN AlgorithmCase Study: Prediction on Iris Dataset Using KNN Algorithm
Case Study: Prediction on Iris Dataset Using KNN Algorithm
IRJET Journal
 
Review of Algorithms for Crime Analysis & Prediction
Review of Algorithms for Crime Analysis & PredictionReview of Algorithms for Crime Analysis & Prediction
Review of Algorithms for Crime Analysis & Prediction
IRJET Journal
 
IRJET- Medical Data Mining
IRJET- Medical Data MiningIRJET- Medical Data Mining
IRJET- Medical Data Mining
IRJET Journal
 
Feature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering TechniquesFeature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering Techniques
IRJET Journal
 
IRJET - Enlightening Farmers on Crop Yield
IRJET -  	  Enlightening Farmers on Crop YieldIRJET -  	  Enlightening Farmers on Crop Yield
IRJET - Enlightening Farmers on Crop Yield
IRJET Journal
 
Analysis of Common Supervised Learning Algorithms Through Application
Analysis of Common Supervised Learning Algorithms Through ApplicationAnalysis of Common Supervised Learning Algorithms Through Application
Analysis of Common Supervised Learning Algorithms Through Application
aciijournal
 
IRJET- Analyze Weather Condition using Machine Learning Algorithms
IRJET-  	  Analyze Weather Condition using Machine Learning AlgorithmsIRJET-  	  Analyze Weather Condition using Machine Learning Algorithms
IRJET- Analyze Weather Condition using Machine Learning Algorithms
IRJET Journal
 
IRJET - A Survey on Machine Learning Intelligence Techniques for Medical ...
IRJET -  	  A Survey on Machine Learning Intelligence Techniques for Medical ...IRJET -  	  A Survey on Machine Learning Intelligence Techniques for Medical ...
IRJET - A Survey on Machine Learning Intelligence Techniques for Medical ...
IRJET Journal
 
Analysis of Common Supervised Learning Algorithms Through Application
Analysis of Common Supervised Learning Algorithms Through ApplicationAnalysis of Common Supervised Learning Algorithms Through Application
Analysis of Common Supervised Learning Algorithms Through Application
aciijournal
 
ANALYSIS OF COMMON SUPERVISED LEARNING ALGORITHMS THROUGH APPLICATION
ANALYSIS OF COMMON SUPERVISED LEARNING ALGORITHMS THROUGH APPLICATIONANALYSIS OF COMMON SUPERVISED LEARNING ALGORITHMS THROUGH APPLICATION
ANALYSIS OF COMMON SUPERVISED LEARNING ALGORITHMS THROUGH APPLICATION
aciijournal
 
Assessment of Decision Tree Algorithms on Student’s Recital
Assessment of Decision Tree Algorithms on Student’s RecitalAssessment of Decision Tree Algorithms on Student’s Recital
Assessment of Decision Tree Algorithms on Student’s Recital
IRJET Journal
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image Processing
IRJET Journal
 
Random forest model for forecasting vegetable prices: a case study in Nakhon ...
Random forest model for forecasting vegetable prices: a case study in Nakhon ...Random forest model for forecasting vegetable prices: a case study in Nakhon ...
Random forest model for forecasting vegetable prices: a case study in Nakhon ...
IJECEIAES
 
IRJET- Supervised Learning Classification Algorithms Comparison
IRJET- Supervised Learning Classification Algorithms ComparisonIRJET- Supervised Learning Classification Algorithms Comparison
IRJET- Supervised Learning Classification Algorithms Comparison
IRJET Journal
 
IRJET- Supervised Learning Classification Algorithms Comparison
IRJET- Supervised Learning Classification Algorithms ComparisonIRJET- Supervised Learning Classification Algorithms Comparison
IRJET- Supervised Learning Classification Algorithms Comparison
IRJET Journal
 
IRJET- Study of Prediction Algorithms on Aviation Accident Dataset using Rapi...
IRJET- Study of Prediction Algorithms on Aviation Accident Dataset using Rapi...IRJET- Study of Prediction Algorithms on Aviation Accident Dataset using Rapi...
IRJET- Study of Prediction Algorithms on Aviation Accident Dataset using Rapi...
IRJET Journal
 
IRJET- Agricultural Productivity System
IRJET- Agricultural Productivity SystemIRJET- Agricultural Productivity System
IRJET- Agricultural Productivity System
IRJET Journal
 
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
IJAEMSJORNAL
 

Similar to IRJET- Agricultural Crop Classification Models in Data Mining Techniques (20)

CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEYCLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
 
Case Study: Prediction on Iris Dataset Using KNN Algorithm
Case Study: Prediction on Iris Dataset Using KNN AlgorithmCase Study: Prediction on Iris Dataset Using KNN Algorithm
Case Study: Prediction on Iris Dataset Using KNN Algorithm
 
Review of Algorithms for Crime Analysis & Prediction
Review of Algorithms for Crime Analysis & PredictionReview of Algorithms for Crime Analysis & Prediction
Review of Algorithms for Crime Analysis & Prediction
 
IRJET- Medical Data Mining
IRJET- Medical Data MiningIRJET- Medical Data Mining
IRJET- Medical Data Mining
 
Feature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering TechniquesFeature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering Techniques
 
IRJET - Enlightening Farmers on Crop Yield
IRJET -  	  Enlightening Farmers on Crop YieldIRJET -  	  Enlightening Farmers on Crop Yield
IRJET - Enlightening Farmers on Crop Yield
 
Analysis of Common Supervised Learning Algorithms Through Application
Analysis of Common Supervised Learning Algorithms Through ApplicationAnalysis of Common Supervised Learning Algorithms Through Application
Analysis of Common Supervised Learning Algorithms Through Application
 
IRJET- Analyze Weather Condition using Machine Learning Algorithms
IRJET-  	  Analyze Weather Condition using Machine Learning AlgorithmsIRJET-  	  Analyze Weather Condition using Machine Learning Algorithms
IRJET- Analyze Weather Condition using Machine Learning Algorithms
 
IRJET - A Survey on Machine Learning Intelligence Techniques for Medical ...
IRJET -  	  A Survey on Machine Learning Intelligence Techniques for Medical ...IRJET -  	  A Survey on Machine Learning Intelligence Techniques for Medical ...
IRJET - A Survey on Machine Learning Intelligence Techniques for Medical ...
 
Analysis of Common Supervised Learning Algorithms Through Application
Analysis of Common Supervised Learning Algorithms Through ApplicationAnalysis of Common Supervised Learning Algorithms Through Application
Analysis of Common Supervised Learning Algorithms Through Application
 
ANALYSIS OF COMMON SUPERVISED LEARNING ALGORITHMS THROUGH APPLICATION
ANALYSIS OF COMMON SUPERVISED LEARNING ALGORITHMS THROUGH APPLICATIONANALYSIS OF COMMON SUPERVISED LEARNING ALGORITHMS THROUGH APPLICATION
ANALYSIS OF COMMON SUPERVISED LEARNING ALGORITHMS THROUGH APPLICATION
 
Assessment of Decision Tree Algorithms on Student’s Recital
Assessment of Decision Tree Algorithms on Student’s RecitalAssessment of Decision Tree Algorithms on Student’s Recital
Assessment of Decision Tree Algorithms on Student’s Recital
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image Processing
 
Random forest model for forecasting vegetable prices: a case study in Nakhon ...
Random forest model for forecasting vegetable prices: a case study in Nakhon ...Random forest model for forecasting vegetable prices: a case study in Nakhon ...
Random forest model for forecasting vegetable prices: a case study in Nakhon ...
 
IRJET- Supervised Learning Classification Algorithms Comparison
IRJET- Supervised Learning Classification Algorithms ComparisonIRJET- Supervised Learning Classification Algorithms Comparison
IRJET- Supervised Learning Classification Algorithms Comparison
 
IRJET- Supervised Learning Classification Algorithms Comparison
IRJET- Supervised Learning Classification Algorithms ComparisonIRJET- Supervised Learning Classification Algorithms Comparison
IRJET- Supervised Learning Classification Algorithms Comparison
 
IRJET- Study of Prediction Algorithms on Aviation Accident Dataset using Rapi...
IRJET- Study of Prediction Algorithms on Aviation Accident Dataset using Rapi...IRJET- Study of Prediction Algorithms on Aviation Accident Dataset using Rapi...
IRJET- Study of Prediction Algorithms on Aviation Accident Dataset using Rapi...
 
TBerger_FinalReport
TBerger_FinalReportTBerger_FinalReport
TBerger_FinalReport
 
IRJET- Agricultural Productivity System
IRJET- Agricultural Productivity SystemIRJET- Agricultural Productivity System
IRJET- Agricultural Productivity System
 
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

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
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
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
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
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
 

Recently uploaded (20)

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
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
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
 

IRJET- Agricultural Crop Classification Models in Data Mining Techniques

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 282 AGRICULTURAL CROP CLASSIFICATION MODELS IN DATA MINING TECHNIQUES J. Saranya1, Dr. M. Mohamed Sathik2, Dr. S. Shajun Nisha3 1M.phil Research Scholar, PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India 2Principal, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India 3Assistant Professor & Head, PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Data mining is relatively a new approach in the field of agriculture. Extraction of knowledge in agricultural data is a difficult task. These difficulties are due to climate, geographical and biological factors. In order to handle these problems, remote sensing technology offers traditional methods to categorize agricultural crops. This paper focuses on the analysis of the agricultural landsat data and finding optimal parameters to maximize the accuracy level of classified crops using data miningtechniqueslikeNaiveBayes. The performance metrics used for analysis are kappa statistics, Correctly classified instances, Incorrectly classified instances, Mean absolute Error, Root Mean Squared Error, Average precision and Average Recall. Key Words: Data mining, Naive Byes classifier, Landsat, Accuracy 1. INTRODUCTION Agriculture is the most important area of application, particularly in developingcountries.The useoftechnologyin agriculture can change the decision-making situation and farmers can produce a better way. Data mining plays a crucial role in decision making on several issues related to the field of agriculture. Data mining is a useful technique for finding the relevant pattern of the huge data set. The agriculture field contains many data such as soil data, harvest data, metrological data, geographical and Landsat data. Landsat data are used to analyze and handle with algorithms in data mining such asNaiveByes.Thismethodis used in the Landsat data and produce extraordinary significant benefits and predictions that can be used for commercial and scientific purposes. 1.1 LANDSAT The Landsat satellite series has provided a continuous earth observation data record since the early 1970 s. Landsat1-3 carried the multi spectral scanner system instrument. In addition to MSS, Landsat 4 and 5 carried out the thematic mapper instrument in the age of the Landsat 30m pixel resolution. [6]Landsat 5 was launched on March1,1984and functioned over 28 years until 2012.Landsat7waslaunched on April 15, 1999 and with Enhanced Thematic MapperPlus the favorable 30 m spatial resolution with betteraccuracyin radiometric and geometric calibration. Both Landsat5and7 included a thermal infrared band at a spatial resolution of 120m and 60 m respectively. Landsat 8 was launched on February 2013. The Landsat 8 includes the operational land imager and the thermal infrared sensors. The Landsat data are corrected radio metrically and geometrically by the USGS Earth resources Observation and science center. Terrain correction is applied using a digital elevation model and ground control points.USGSdistributes shortwave Landsat data digital number and surface reflectance. They can be downloaded through the USGS (United States Geological Survey)global visualizationviewer to make the entire archive of Landsat data available at no charge[5]. A fundamental Challenge in pursuit of either of these goals is the considerable spatial and temporal heterogeneity of agriculture landscapes[1]. 1.2 LITERATURE REVIEW Yang, Z., Mueller [2] have proposed a choice tree- administered arrangement techniqueisutilizedtocreate the openly accessible state level trim cover groupings and give edit real estate’s gauges dependent on the CDL and NASS June Agricultural Survey ground truth to the NASS Agricultural Statistics Board. This paper gives a diagram of the NASS CDL program. It depicts different information, handling strategies, order and approval, precision evaluation, CDL item particulars, scattering settings and the product real estate estimation procedure. Duro, D.C., Franklin et. al [3] have proposed Pixel-based and protest based picture examination approaches for ordering wide land cover classes over farming scenes are looked at utilizing three administered machine learning calculations: Decision tree (DT), RandomForest(RF),and vectormachine (SVM). By and large grouping correctnesses between pixel based and question based arrangements were not measurably critical (p>0.05) when a similar machine learning calculations were connected. Utilizingobject-based picture examination, there was a factually noteworthy distinction in grouping precision between maps delivered utilizing the DT calculation contrasted with maps created utilizing either RF (p=0.0116) or SVM calculations (p=0.0067). Utilizing pixel-based picture examination,there
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 283 was no measurably critical contrast (p>0.05) between results delivered utilizing distinctive arrangement calculations. Kathija and Dr.S.Shajun Nisha. [8] have proposed the smallest subset of features from Wisconsin DiagnosisBreast Cancer (WDBC) dataset by applying confusion matrix accuracy and 10-fold cross validation methodto ensurehigh accurate classification of breast cancer that can ensure highly accurate ensemble classification of breast cancer in benign or malignant. A.AmeerRashedKhan,Dr.S.ShajunNisha andDr.M.Mohamed Sathik.[9]have proposed the performance of different clustering algorithm suchasExpectationMaximization(EM), Farthest Fast and K-means by correctly clustered instances and time taken to build the model for mushroom dataset using data mining tool WEKA. 1.3 Motivation Justification Bayes' rule is a general technique in classification, but costly in terms of requiring large training sets. Naïve Bayes classifiers are based on the assumption that likelihoods of each feature are independent of those of other features. By making independence assumptions, much less training data is required. Often the results are very good. 1.4 Outline of the proposed work 1.5 Organization of the paper This paper is organized as follows: In SectionIIdescribesthe classification methods. Section III Display the Experimental results, and in section IV conclusion is placed. 2. METHODOLODY In this paper Naïve Byes classification methodology are used to find the accuracy of crop Classification. 2.1 Dataset Dataset consists of different attributes that have complex relationships between dynamic variables. There are two types of datasets training and testing. Training data set consists of 449 instances, Testing data set consists of 94 instances. 2.2 Classification 2.2.1 Naïve Byes Naive Bayes ApproachisBayesianapproachforclassification is a statistical and linear classifier which predicts class label for data instance on the basis of distribution of attribute values. This is a parametric classification where the size of the classifier remains fixed. Distribution can be normal (Gaussian), kernel, multivariate or multi nominal. While normal distribution for weather data, Bayesian classifiers use Bayes theorem to find posterior probabilities of input data instance of all classes. Class label having maximum conditional probability is assigned to data instance. Naive Bayes attributes have no effect on each other and they have independent distribution of values. Let the training data X, the posterior probability of a hypothesis h, P (h|x) follows the Bayes theorem as: P(h|x)= Where P(h|x) is the posterior probability of hypothesis h over training data X, P(x|h) is the probability of likelihood that the X is conditionallyindependentofothervariablesand also called prior probability. Maximum the posterior probability strengthens the selected arguments for prediction. 3. EXPERIMENTAL RESULTS 3.1 Performance Metrics 3.1.1 True Positive Rate A true positive is an outcome where the model correctly predicts the positive tuples. It measures the proportion of actual positives that are correctly identified. True Positive Rate = 3.1.2 False Positive Rate The false positive rate is ratio between the numbers of negative events wrongly classified as positive. False Positive Rate = 3.1.3 Precision It is the proportion of instances that are truly of a class divided by the total instances classified as that class.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 284 Precision = 3.1.4 Recall It is the proportion of instances classified as a given class divided by the actual total in that class (equivalent to TP rate) Recall = 3.1.5 F-Measure A combined measure for precision and recall is calculated as F-measure= 3.1.6 Matthews Correlation Coefficient MCC has a range of values from -1 to 1 where -1 indicates completely wrong binary classifier while 1 indicates a completely a correct binary classifier. Using the MCC allows one to gauge how well their classification model/function is performing. MCC = 3.1.7 Precision Recall Curve The PRC is called as Precision recall characteristics curve. It is a comparison of two operating characteristics (PPV and sensitivity) as the criteria. A PRC curve is a graphical plot which explain the performance of binary classifiers as its discrimination threshold is varied. 3.1.8 Receiver Operating Characteristics ROC is comparison of two operating characteristics TPRand FPR. A receiver operating characteristic curve is a graphical action which analyses the performance of a classified as its partiality threshold is varied. It is an completion of plotting the true positive rate vs. false positive rate at varied threshold settings. 3.1.9 Mean Absolute Error Mean Absolute Error is the common difference between the Original Values and the Predicted Values. It gives us the capacity how far the predictions were fromtheactualoutput. They don’t gives us any idea of the direction of the error. we are under predicting the data or over predicting the data. Mathematically, it is written as Mean Absolute Error = 3.1.10 Mean Squared Error Mean Squared Error(MSE) issimilar to Mean AbsoluteError, the only difference being that MSE takes the fair and square difference between the original values and the predicted values. The advantage of MSE being that it iseasier to compute the gradient, whereas Mean Absolute Error requires complicated linear programming tools to compute the gradient. As, we take square of the error, the effect of larger errors become more pronounced then smaller error, hence the model can now focus more on the larger errors. Mean Squared Error = 2 3.2 Performance Evaluation Table 1: Detailed Accuracy On Training Dataset CORN BTCORN SOYBEAN WEIGHTED AVERAGE TP RATE 1 0.404 0.419 0.47 FP RATE 0.538 0.005 0.066 0.08 PRECISION 0.175 0.99 0.756 0.83 RECALL 1 0.404 0.419 0.47 F-MEASURE 0.298 0.574 0.539 0.534 MCC 0.284 0.468 0.429 0.436 ROC 0.856 0.738 0.731 0.748 PRC 0.571 0.831 0.659 0.748 Table 2: Detailed Accuracy On Testing Dataset CORN BTCORN SOYBEAN WEIGHTED AVERAGE TP RATE 1 0.52 0.267 0.521 FP RATE 0.486 0.159 0 0.166 PRECISION 0.414 0.542 1 0.728 RECALL 1 0.52 0.267 0.521 F-MEASURE 0.585 0.531 0.421 0.492 MCC 0.461 0.365 0.399 0.406 ROC 0.945 0.764 0.905 0.878 PRC 0.795 0.705 0.909 0.826 Chart 1: Performance Evaluation Comparison for Crop Dataset
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 285 Table 3: Dataset Classification Based On Its Properties PERFORMANCE METRICS NAIVE BYES TRAINING TESTIING CORRECTLY CLASSIFIED INSTANCES 211 49 INCORRECTLY CLASSIFIED INSTANCES 238 45 KAPPA STATISTICS 0.2916 0.329 MEAN ABSOLUTE ERROR 0.3827 0.302 ROOT MEAN SQUARED ERROR 0.5596 0.5092 RELATIVE ABSOLUTE ERROR 97.69% 71.25% ROOT RELATIVE SQUARED ERROR 93.73% 98.69% 3. CONCLUSIONS Various data mining techniques are implemented on the input data to assess the best performance yielding method. The present work used data miningtechniquesNaivebyesto obtain the optimal parameters to achieve higher accuracy of crop classification. In future enhancements, we have a comparative analysis of different classification algorithm with the accuracy levels and choose the best algorithm in classification models. REFERENCES 1) Bolton, D.K., Friedl and M.A., “Forecastingcropyield using remotely sensed vegetation indices and crop phenology metrics., ” Elsevier, 2013. 2) Boryan, C., Yang, Z., Mueller, R., Craig and M., “Monitoring US agriculture: the US Department of Agriculture, National Agricultural StatisticsService, Cropland Data Layer Program.,” Elsevier, 2011. 3) Duro, D.C., Franklin, S.E., Dube and M.G., “A comparison of pixel-based and object based image analysis with selected machine learning algorithms for the classification of agricultural landscapes using SPOT-5 HRG imagery.,” Elsevier, 2012. 4) Hansen, M.C., Loveland and T.R., “A review of large area monitoring of land cover change usingLandsat data.,” Elsevier, 2012. 5) Lobell, and D.B., “The use of satellite data for crop yield gap analysis.,” Elsevier, 2013. 6) Yaping Cai, Kaiyu Guan and Jian Peng., “A high Performance and in season classification system of field level crop types using time series landsat data and a machine learning approach.,” Elsevier, 2014. 7) Kathija and Dr. S.Shajun Nisha., “Breast CancerData Classification Using SVM and Naïve Bayes Techniques., ”International Journal of Innovative Research in Computer and Communication Engineering, 2016. 8) A.Ameer Rashed Khan, Dr.S.Shajun Nisha and Dr.M.Mohamed Sathik., “Clustering Techniques For MushroomDataset.,”International ResearchJournal of Engineering and Technology (IRJET), 2018. BIOGRAPHIES J.Saranya,M.Phil Researchscholar,currently pursiung at sadakathullah appa college,Ihad completed my PG at Apollo arts and Science college, Madras University in IT and completed my B.Sc., Computer Science at Govindammal Aditanar College for Women, Manonmaniam Sundaranar University, Tirunelveli. I had a certification of NPTEL courses. My research area is in Data Mining. Dr.M.Mohamed Sathik, Principal Sadakathullah Appa college,Tirunelveli.He has completed Ph.D(Computer science & engineering) Ph.D(Computer science), M.Phil. (Computer Science),M.Tech(ComputerScience and Information Technology) in Manonmaniam Sundaranar University, Tirunelveli. He has so far guided more than 40 research scholars. He has publishedmorethan100papers in International Journals and also two books.Heisa memberof curriculum development committee of various universities and autonomous colleges of Tamil Nadu. He is a syndicate member Manonmaniam SundaranarUniversity, Tirunelveli. His specializations are VRML, Image Processing and Sensor Networks. Dr.S.Shajun Nisha, Assistant Professor and Head of the PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli. She has completed M.Phil. (Computer Science) M.Tech (Computer and Information Technology) in Manonmaniam Sundaranar University, Tirunelveli and She had completed Ph.D (Computer Science) in Bharathiar university, Coimbatore.She hasinvolvedinvariousacademic activities. She has attended so many national and international seminars, conferences and presented numerous research papers. She is a member of ISTE and IEANG and her specialization is Medical Image Processing and Neural Networks