SlideShare a Scribd company logo
1 of 5
Download to read offline
Principle Component Analysis for Classification of the Quality of
Aromatic Rice
Etika Kartikadarma1*
,Sari Wijayanti2
, Sari Ayu Wulandari3
, Fauzi Adi Rafrastara1
1 Faculty of Computer Science, Universitas Dian Nuswantoro, 50131,Indonesia
2 Information Engineering Department,STMIK Jenderal A Yani, Yogyakarta,552851,Indonesia
3Faculty of Engineering, Universitas Dian Nuswantoro, 50131,Indonesia
*
email: etika.kartikadarma@dsn.dinus.ac.id
Abstract—This research introduces an instrument for performing
quality control on aromatic rice by utilizing feature extraction of
Principle Component Analysis (PCA) method. Our proposed system
(DNose v0.2) uses the principle of electronic nose or enose. Enose is
a detector instrument that work based on classification of the smell,
like function of human nose. It has to be trained first for recognizing
the smell before work in classification process.
The aim of this research is to build an enose system for quality
control instrument, especially on aromatic rice. The advantage of this
systemis easy to operate and not damaging the object of research. In
this experiment, ATMega 328 and 6 gas sensors are involved in the
electronic module and PCA method is used for classification process.
Keywords— Enose, Principal Component Analysis, Aromatic
Rice, Quality Control Instrument
I. INTRODUCTION
One of the natural wealth of Indonesia is the diversity in
tropical plant, and aromatic rice is a part of it, especially from
group of rice. Aromatic rice is different to the common one in
term of smell and quality [1]. It has a musty smell because of
sugar fermentation [2]. The experiment for such kind of rice
actually can be conducted in laboratories, but it takes a long
time and costly.
A new hope as an alternative way to test the aromatic rice
quickly and accurately has landed and it is available in the body
of electronic nose (hereinafter referred as enose) [3]. The
application of enose is so wide nowadays, including medical
field [4]. Enose even can bring the benefit on the daily activity,
like to monitor the ripeness level oftomatoes based on its aroma
[5]. By looking at the potentiality, enose is proper to be
developed more and more and to be implemented, especially in
Indonesia.
II. SYSTEM DESCRIPTION
Dinus Nose (DNose) v0.2 is a new version of enose that
developed in UDINUS (Universitas Dian Nuswantoro,
Indonesia), with some improvements on pattern recognition
engine. Our previous system, DNose v0.1 [6], could
successfully recognize 80% the smell of tofu.
This DNose v0.2 is composed of sensor array system,
electronic data acquisition system, and clustering systemusing
PCA method. In this research, DNose v0.2 is developed with
the aim to determine and classify the rice quality on food
industry.
FIGURE 1. DNOSE V0.2
A. Array Sensor System
This enose system consists of 6 gas sensors: TGS825,
TGS826, TGS822, TGS813, TGS2620 and TGS2611. Those
sensors are metal oxide sensor and very useful for olfactory
system. Figure 2 describes the characteristic respond of sensor
array when tested with aroma. Initially the aroma was sprayed
into chamber sampler, then absorbed and thrown away slowly.
FIGURE 2. CHARACTERISTIC OF SENSOR ARRAY
B. Clustering System
PCA is a method to extract and reduce initial pattern vector
numbers into fewer pattern vectors,called principle component.
In MATLAB, PCA has some functions that can be used to
improve our system performance. The steps of PCA are as
follows:
 Define the template vector
0 2 4 6 8 10 12 14 16 18 20
-5000
0
5000
10000
15000
20000
Frequency
Voltage
Characteristic Array Sensor
TGS825
TGS826
TGS813
TGS822
TGS2620
TGS2611
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, August 2017
315 https://sites.google.com/site/ijcsis/
ISSN 1947-5500

















mnmmm
n
n
AAAA
AAAA
AAAA
A
321
2232221
1131211
................
................ .............................(1)
 Find the reduction vector and variance matrix. The value
of variance matrix represents eigen value.
       
       
       
        












4342414
4332313
4232212
4131211
var,cov,cov,cov
,covvar,cov,cov
,cov,covvar,cov
,cov,cov,covvar
AAAAAAA
AAAAAAA
AAAAAAA
AAAAAAA
(2)
 The result of theorem 2 will be used to find the
covariance matrix. The value of covariance matrix
represents the eigen value.
 To create Matrix L we can check the diagonal value of
theorem 2 (Matrix A). That diagonal matrix represents
the eigen value.

















n
L



0000
0...000
00..00
0000
0000
2
1
..........…………...(3) (15)
 Where n  ......21 .
 Find the set of eigen vector { nuuu .,........., 21
} from
matrix S where iv
is orthonormal eigen vector and
consistent to the eigen value i
.
 Principal Component is obtained from the equation
below [7].
'.AuPC ii 
……………………………...(4)
C. Normalization
Gas sensing systemwhich is also known as systemforaroma
detection and identification, become an important research for
examining the quality of food material. An enose with VOC
(Volatile Organic Compound) systemcan works very well in a
special place with certain air temperature, signal booster, and
gas sensor. Figaro gas sensor is also using VOC system.
However, there is a main problem on VOC systemthat it cannot
identified well on the patterns which almost alike. It has low
sensitivity on sensing system[7]. On this case,the success rate
of PCA with VOC is considered low since there is no algorithm
to perform the learning process from new aroma.
Actually, the process of pattern normalization can affect to
the loss of information on concentration level, but somehow,
some algorithms like NN, GA, and Cluster Analysis are using
the normalized response.
The most common normalization methods forenose research
are amplitude and frequency normalization. The result of
amplitude normalization is linier amplitude where the highest
value of normalized amplitude is 1. Amplitude normalization
method keeps the form of the signal and it only moves on
positive axis of Cartesian coordinate y.
One of the popular amplitude normalization methods is
Power Average. This method is begun by finding the highest
score of pattern vector. It then performs division between
pattern vector and the maximum score of pattern vector. After
completing this step, then we find the average of normalized
pattern vector for each class. Finally, the obtained average
score is taken as template pattern that going to be compared
with experiment data.
On frequency normalization, the result is in the form of
polarized amplitude, and it is moving on the positive and
negative axis from Cartesian coordinate y. Frequency
normalization method that commonly used is fft (fast fourier
transform). This method is begun by finding fft score of each
pattern vector. Next, the normalized pattern vectoris calculated
to find the average score for each cluster. Finally, this average
score is compared with experiment data, as a pattern template.
III. EXPERIMENT
The aim of this research is to propose a DNose v0.2 based
on PCA method for recognizing the smell of aromatic rice. The
steps are as follows:
1. Measuring odorant, weight: 1 ons.
2. Collecting censordata for 1 minute in a room with 270 C
temperature, and volume of odorant chamber is 1573
cm3.
3. Perform sampling odorant data to find the Analog
Digital Converting (ADC) value from Microcontroller,
fs = 3Hz.
4. Performing data normalization by using 2 methods:
power average and fft (fast fourier transform) method.
5. Applying PCA clustering with the results of those 2
normalization method.
6. Repeating the experiment up to 3 times for each method.
IV. RESULT AND DISCUSSION
A. Experiment of Power Average Normalization
Power average method is done by processing voltage data
that yielded by those six censors, which initially have 60
samples then reduced to 20 samples, with sampling frequency
fs = 3 Hz. The average of FFT normalization is listed in Table
1, whereas the graph for normalization result of censor1 to 6 is
illustrated in Figure 3.
TABEL I
RESULT OF POWER AVERAGE NORMALIZATION
Quality Censor 1 Censor2 Censor3 Censor4 Censor5 Censor6
KW1 2.14E+08 3.89E+08 2.05E+08 2.03E+08 1.73E+08 2.23E+08
KW2 56845310 1.7E+08 1.95E+08 1.39E+08 1.07E+08 2.68E+15
KW3 84248108 3.07E+08 93200111 76526991 69535669 3.27E+08
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, Augus 2017
316 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
FIGURE 3.THERESULT OF POWERAVERAGE NORMALIZATION
The gathered result of power average normalization is
clustered by using PCA, as illustrated in Figure 4, 5, 6, and 7.
FIGURE 4. BLOCK PLOT OF POWER AVERAGE NORMALIZATION ON PCA
TABEL 2
DEVIATION STANDARD ON PCA POWER AVERAGE NORMALIZATION
Censor 1 Censor 2 Censor 3 Censor 4 Censor 5 Censor 6
869.4426 710.0997 675.6139 646.1813 580.0782 626.4368
Table 2 shows that deviation standard of PCA with power
average normalization is still high, with the highest deviation is
on censor1 (869.4426) and the lowest deviation is on censor5
(580.0782). Those data can be a reference to extract some
censors that have high deviation standard as it can obstruct the
pattern recognition process.
The clustering result of power average normalization shows
that the clusters are still distributed and the distance of each
cluster is still close, as illustrated in Figure 6.
The pareto chart illustrates the plots of variable percentage
which explained on each Principle Component (PC). Figure 6
shows the clear differences between first and second
component. However, the variance differences between those
two components is still less than 50%, so it is required more
components to be involved. According to Figure 6, the first two
components represent 2/3 of total variabilities on the template.
Here, we can use FFT to reduce the dimension so that we can
visualize the data.
FIGURE 5.THE FIRST AND SECOND PRINCIPAL COMPONENTS WITH POWER
AVERAGE NORMALIZATION METHOD
-3 -2 -1 0 1 2 3 4
-3
-2
-1
0
1
2
3
4
1st Principal Component
2ndPrincipalComponent
1716
1412
11
1020
519
4
3
2
8
7
1
96
53
44
45
54
57
56
46
4143
5249
5948 58
55
50
475160
3934
42
28
33
35
243124
36223825
40
37
23
21
30
29
26
27 32
KWALITAS 3
KWALITAS 2
KWALITAS 1
FIGURE 6.THE FIRST AND SECOND PRINCIPAL COMPONENTS CLUSTER
DESCRIPTION WITH POWER AVERAGE NORMALIZATION
FIGURE 7. PARETO DIAGRAM OFEACH PRINCIPAL COMPONENT WITH POWER
AVERAGE NORMALIZATION
B. Experiment of FFT Normalization
Power average method is applied by processing the voltage
data that obtained from those six censors. Initially it has 60
samples and then reduced to 20 samples, with sampling
frequency fs = 3 Hz. The average of FFT normalization is listed
in Table 3, whereas the graph for normalization result of censor
1 to 6 is illustrated in Figure 7.
1 2 3 4 5 6
0
0.5
1
KW1
1 2 3 4 5 6
0
0.5
1
KW2
1 2 3 4 5 6
0
0.5
1
KW3
1000 1500 2000 2500 3000 3500 4000 4500
TGS822
TGS825
TGS826
TGS2620
TGS824
TGS2020
Values
-3 -2 -1 0 1 2 3 4
-3
-2
-1
0
1
2
3
4
1st Principal Component
2ndPrincipalComponent
53
44
45
54
57
56
5948 58
55
46
43434343
52
434343
35
33
28
42
3439
4760 51
50
49
2424
32
36223825
40
37
21
23
30
27
26
29
4
3
21
7
986
519
181010
11
20
1213
1617
1313131413131314
1 2 3 4 5
0
10
20
30
40
50
60
70
80
90
Principal Component
VarianceExplained(%)
0%
10%
20%
30%
40%
50%
60%
70%
80%
90%
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, Augus 2017
317 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
TABEL 3
THE RESULT OF FFT NORMALIZATION
Quality Censor 1 Censor2 Censor3 Censor4 Censor5 Censor6
KW1 4.2E+09 7.77E+09 4.02E+09 3.97E+09 3.4E+09 4.36E+09
KW2 1.02E+09 3.29E+09 3.82E+09 2.76E+09 2.05E+09 1.91E+19
KW3 1.54E+09 6.13E+09 1.79E+09 1.44E+09 1.33E+09 6.41E+09
FIGURE 8. RESULT OF FFT NORMALIZATION
On this step,the result of FFT normalization is clustered by
using PCA, as shown in figure 8, 9, and 10.
FIGURE 9. BLOCK PLOT OF FFT NORMALIZATION ON PCA
TABLE4
DEVIATION STANDARD ON PCA WITH FFT NORMALIZATION
Censor 1 Censor 2 Censor 3 Censor 4 Censor5 Censor6
0 0 0 0 0 0.1291
Table 4 explains the deviation standard of PCA (FFT
normalization) which has slight better score, with the highest
deviation is only on censor6 (0.1291) and the lowest deviation
is on censor1 to 5 (0). Those data can be a reference to remove
the censor that has high deviation standard. This is because a
censor with high deviation standard can obstruct the pattern
recognition process.So, in this case,we remove censor6.
FIGURE 10. THE FIRST AND SECOND PRINCIPAL COMPONENTS
The clustering result of power average normalization shows
that the clusters have been well concentrated,and the distance
among each cluster is far enough.There is a new cluster created
by merging between cluster 2 and 3. Table 5 shows the list of
clusters involved.
TABLE5
PATTERN VECTOR DISTRIBUTION OF PCA WITH FFT NORMALIZATION
Quality Rows
KW1 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
KW2 21,22,23,25,26,27,28,29,31,33,34,35,36,37,39,40
KW3 41,43,44,45,46,48,49,50,51,52,53,54,56,57,58,59
New Cluster 24,30,32,38,42,47,55,60
According to Table 5, Q1 (Quality 1) has distribution 0%,
whereas the distribution of both Q2 and Q3 are 20%.
FIGURE 11. PARETO DIAGRAM OF EACH PRINCIPAL COMPONENT
By applying the result of PCA into pattern recognition
algorithm, the smaller distribution score on PCA systemmeans
the pattern can be recognized easier.
The above pareto chart illustrates the plots of variable
percentage which explained on each Principle Component (PC).
Figure 10 shows the big differences between first and second
component. However, the variance differences between those
two components is still less than 84%, so it is required more
components to be involved. According to Figure 6, the first two
components represent 2/3 of total variabilities on the template.
Here, we can use FFT to reduce the dimension so that we can
visualize the data.
1 2 3 4 5 6
-5
0
5
x 10
-20
KW1
1 2 3 4 5 6
0
2
4
x 10
-29
KW2
1 2 3 4 5 6
-1
0
1
x 10
-18
KW3
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
TGS822
TGS825
TGS826
TGS2620
TGS824
TGS2020
Values
-14 -12 -10 -8 -6 -4 -2 0 2
-8
-6
-4
-2
0
2
4
1st Principal Component
2ndPrincipalComponent
1
41
21
42424245151512424242424
4141414141
2121
11
1 2
0
10
20
30
40
50
60
70
80
90
Principal Component
VarianceExplained(%)
0%
10%
20%
30%
40%
50%
60%
70%
80%
90%
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, Augus 2017
318 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
V. CONCLUSION
Based on the experiment and gathered result, we conclude
that FFT normalization method is better than power average
one. It is proved by the score of variability explained on FFT is
higher than the score of variability explained on poweraverage
normalization method. However, by using FFT, the result of
clustering process is still less than 0.1%. Therefore, the further
research is needed to find the better normalization method that
can produce significant improvement of the percentage of
variability explained.
ACKNOWLEDGEMENT
We would like to express our gratitude to Dr. Eng. Kuwat
Triana, M.Si, he has been our mentor for this research: eNose
for detection of quality of aromatic rice.
REFERENCES
1. Http://www.paskomnas.com. (March 2012). Isu-Strategis-Ketahanan-
Pangan.
2. Http://kimia.upi.edu. (March2012). BahanAjar Kuliah.
3. N. E. Barbri, et al., "Application of Portable Electronic Nose Sistem to
Assess The Freshness of Moroccan Sardines," Materials Science and
Engineering vol. C28, p. 656, 2008.
4. A. D'Amico, et al., "OlfactorySistems for Medical Applications," Sensors
and Actuators vol. B, 130, p. 458, 2008.
5. A. H. Gomez, et al., "Monitoring Storage Shelf Life of Tomato Using
Electronic Nose Tecnique," Jurnal of Food Engineering vol. 85, p. 625,
2008.
6. Wulandari, S. A., Hidayat, R., Firmansyah, E.,Teknik, J., Fakultas,E.,
Universitas, T., …Indonesia, Y. (n.d.).PENGELOMPOKAN AROMA
TAHU BERFORMALIN BERBASISMETODE PCA (PRINCIPLE
COMPONENT ANALYSIS).
7. Smith, L. I. (2002). A tutorial on Principal Components Analysis
Introduction.
8. R. Polikar, et al., "DETECTION AND IDENTIFICATION OF
ODORANTS USING AN ELECTRONIC NOSE," IEEE, vol. 0-7803-
7041 -4/01 02001, 2011.
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, Augus 2017
319 https://sites.google.com/site/ijcsis/
ISSN 1947-5500

More Related Content

What's hot

Applications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionApplications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionIRJET Journal
 
[71]a counting algorithm for tangerine yield estimation
[71]a counting algorithm for tangerine yield estimation[71]a counting algorithm for tangerine yield estimation
[71]a counting algorithm for tangerine yield estimationUlzii-Orshikh Dorj
 
SVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
SVM Classification of MRI Brain Images for ComputerAssisted DiagnosisSVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
SVM Classification of MRI Brain Images for ComputerAssisted DiagnosisIJECEIAES
 
Consistent Nonparametric Spectrum Estimation Via Cepstrum Thresholding
Consistent Nonparametric Spectrum Estimation Via Cepstrum ThresholdingConsistent Nonparametric Spectrum Estimation Via Cepstrum Thresholding
Consistent Nonparametric Spectrum Estimation Via Cepstrum ThresholdingCSCJournals
 
Developmental Mega Sample: Exploring Inter-Individual Variation
Developmental Mega Sample: Exploring Inter-Individual VariationDevelopmental Mega Sample: Exploring Inter-Individual Variation
Developmental Mega Sample: Exploring Inter-Individual VariationSaigeRutherford
 
Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection inijistjournal
 
MLTDD : USE OF MACHINE LEARNING TECHNIQUES FOR DIAGNOSIS OF THYROID GLAND DIS...
MLTDD : USE OF MACHINE LEARNING TECHNIQUES FOR DIAGNOSIS OF THYROID GLAND DIS...MLTDD : USE OF MACHINE LEARNING TECHNIQUES FOR DIAGNOSIS OF THYROID GLAND DIS...
MLTDD : USE OF MACHINE LEARNING TECHNIQUES FOR DIAGNOSIS OF THYROID GLAND DIS...cscpconf
 
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...IRJET Journal
 
MPPT for Photovoltaic System Using Multi-objective Improved Particle Swarm Op...
MPPT for Photovoltaic System Using Multi-objective Improved Particle Swarm Op...MPPT for Photovoltaic System Using Multi-objective Improved Particle Swarm Op...
MPPT for Photovoltaic System Using Multi-objective Improved Particle Swarm Op...Nooria Sukmaningtyas
 
ANN Based Features Selection Approach Using Hybrid GA-PSO for Sirna Design
ANN Based Features Selection Approach Using Hybrid GA-PSO for Sirna DesignANN Based Features Selection Approach Using Hybrid GA-PSO for Sirna Design
ANN Based Features Selection Approach Using Hybrid GA-PSO for Sirna DesignAIRCC Publishing Corporation
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...journalBEEI
 
V1_issue1paperSEVEN_F59
V1_issue1paperSEVEN_F59V1_issue1paperSEVEN_F59
V1_issue1paperSEVEN_F59Danish Gondal
 
Initial Optimal Parameters of Artificial Neural Network and Support Vector Re...
Initial Optimal Parameters of Artificial Neural Network and Support Vector Re...Initial Optimal Parameters of Artificial Neural Network and Support Vector Re...
Initial Optimal Parameters of Artificial Neural Network and Support Vector Re...IJECEIAES
 
Breath analysis by quantum cascade spectroscopy - Master thesis by Olav Grouw...
Breath analysis by quantum cascade spectroscopy - Master thesis by Olav Grouw...Breath analysis by quantum cascade spectroscopy - Master thesis by Olav Grouw...
Breath analysis by quantum cascade spectroscopy - Master thesis by Olav Grouw...Olav Grouwstra
 
Lung Cancer Detection using Decision Tree Algorithm
Lung Cancer Detection using Decision Tree AlgorithmLung Cancer Detection using Decision Tree Algorithm
Lung Cancer Detection using Decision Tree AlgorithmIRJET Journal
 
Photoacoustic technology for biological tissues characterization
Photoacoustic technology for biological tissues characterizationPhotoacoustic technology for biological tissues characterization
Photoacoustic technology for biological tissues characterizationjournalBEEI
 
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET Journal
 
Recognition of Tomato Late Blight by using DWT and Component Analysis
Recognition of Tomato Late Blight by using DWT and Component Analysis Recognition of Tomato Late Blight by using DWT and Component Analysis
Recognition of Tomato Late Blight by using DWT and Component Analysis Yayah Zakaria
 

What's hot (19)

Applications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionApplications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer Prediction
 
[71]a counting algorithm for tangerine yield estimation
[71]a counting algorithm for tangerine yield estimation[71]a counting algorithm for tangerine yield estimation
[71]a counting algorithm for tangerine yield estimation
 
SVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
SVM Classification of MRI Brain Images for ComputerAssisted DiagnosisSVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
SVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
 
Consistent Nonparametric Spectrum Estimation Via Cepstrum Thresholding
Consistent Nonparametric Spectrum Estimation Via Cepstrum ThresholdingConsistent Nonparametric Spectrum Estimation Via Cepstrum Thresholding
Consistent Nonparametric Spectrum Estimation Via Cepstrum Thresholding
 
Developmental Mega Sample: Exploring Inter-Individual Variation
Developmental Mega Sample: Exploring Inter-Individual VariationDevelopmental Mega Sample: Exploring Inter-Individual Variation
Developmental Mega Sample: Exploring Inter-Individual Variation
 
Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection in
 
MLTDD : USE OF MACHINE LEARNING TECHNIQUES FOR DIAGNOSIS OF THYROID GLAND DIS...
MLTDD : USE OF MACHINE LEARNING TECHNIQUES FOR DIAGNOSIS OF THYROID GLAND DIS...MLTDD : USE OF MACHINE LEARNING TECHNIQUES FOR DIAGNOSIS OF THYROID GLAND DIS...
MLTDD : USE OF MACHINE LEARNING TECHNIQUES FOR DIAGNOSIS OF THYROID GLAND DIS...
 
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
 
MPPT for Photovoltaic System Using Multi-objective Improved Particle Swarm Op...
MPPT for Photovoltaic System Using Multi-objective Improved Particle Swarm Op...MPPT for Photovoltaic System Using Multi-objective Improved Particle Swarm Op...
MPPT for Photovoltaic System Using Multi-objective Improved Particle Swarm Op...
 
ANN Based Features Selection Approach Using Hybrid GA-PSO for Sirna Design
ANN Based Features Selection Approach Using Hybrid GA-PSO for Sirna DesignANN Based Features Selection Approach Using Hybrid GA-PSO for Sirna Design
ANN Based Features Selection Approach Using Hybrid GA-PSO for Sirna Design
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...
 
V1_issue1paperSEVEN_F59
V1_issue1paperSEVEN_F59V1_issue1paperSEVEN_F59
V1_issue1paperSEVEN_F59
 
Initial Optimal Parameters of Artificial Neural Network and Support Vector Re...
Initial Optimal Parameters of Artificial Neural Network and Support Vector Re...Initial Optimal Parameters of Artificial Neural Network and Support Vector Re...
Initial Optimal Parameters of Artificial Neural Network and Support Vector Re...
 
Breath analysis by quantum cascade spectroscopy - Master thesis by Olav Grouw...
Breath analysis by quantum cascade spectroscopy - Master thesis by Olav Grouw...Breath analysis by quantum cascade spectroscopy - Master thesis by Olav Grouw...
Breath analysis by quantum cascade spectroscopy - Master thesis by Olav Grouw...
 
Lung Cancer Detection using Decision Tree Algorithm
Lung Cancer Detection using Decision Tree AlgorithmLung Cancer Detection using Decision Tree Algorithm
Lung Cancer Detection using Decision Tree Algorithm
 
Photoacoustic technology for biological tissues characterization
Photoacoustic technology for biological tissues characterizationPhotoacoustic technology for biological tissues characterization
Photoacoustic technology for biological tissues characterization
 
C04631115
C04631115C04631115
C04631115
 
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
 
Recognition of Tomato Late Blight by using DWT and Component Analysis
Recognition of Tomato Late Blight by using DWT and Component Analysis Recognition of Tomato Late Blight by using DWT and Component Analysis
Recognition of Tomato Late Blight by using DWT and Component Analysis
 

Similar to PCA Classification of Aromatic Rice Quality

Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...IRJET Journal
 
Neural Network Model Development with Soft Computing Techniques for Membrane ...
Neural Network Model Development with Soft Computing Techniques for Membrane ...Neural Network Model Development with Soft Computing Techniques for Membrane ...
Neural Network Model Development with Soft Computing Techniques for Membrane ...IJECEIAES
 
Survey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogramSurvey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogramIJECEIAES
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)IAESIJEECS
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)IAESIJEECS
 
Analog circuit fault diagnosis via FOA-LSSVM
Analog circuit fault diagnosis via FOA-LSSVMAnalog circuit fault diagnosis via FOA-LSSVM
Analog circuit fault diagnosis via FOA-LSSVMTELKOMNIKA JOURNAL
 
PerkinElmer: Whole Tablet Measurements Using the Frontier Tablet Autosampler ...
PerkinElmer: Whole Tablet Measurements Using the Frontier Tablet Autosampler ...PerkinElmer: Whole Tablet Measurements Using the Frontier Tablet Autosampler ...
PerkinElmer: Whole Tablet Measurements Using the Frontier Tablet Autosampler ...PerkinElmer, Inc.
 
Multimode system condition monitoring using sparsity reconstruction for quali...
Multimode system condition monitoring using sparsity reconstruction for quali...Multimode system condition monitoring using sparsity reconstruction for quali...
Multimode system condition monitoring using sparsity reconstruction for quali...IJECEIAES
 
An evaluation of machine learning algorithms coupled to an electronic olfact...
An evaluation of machine learning algorithms coupled to an  electronic olfact...An evaluation of machine learning algorithms coupled to an  electronic olfact...
An evaluation of machine learning algorithms coupled to an electronic olfact...IJECEIAES
 
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...gerogepatton
 
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...ijaia
 
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...gerogepatton
 
I041214752
I041214752I041214752
I041214752IOSR-JEN
 
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007Journal For Research
 
Artificial Neural Network and Multi-Response Optimization in Reliability Meas...
Artificial Neural Network and Multi-Response Optimization in Reliability Meas...Artificial Neural Network and Multi-Response Optimization in Reliability Meas...
Artificial Neural Network and Multi-Response Optimization in Reliability Meas...inventionjournals
 
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...IRJET Journal
 
презентация за варшава
презентация за варшавапрезентация за варшава
презентация за варшаваValeriya Simeonova
 

Similar to PCA Classification of Aromatic Rice Quality (20)

Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
 
Neural Network Model Development with Soft Computing Techniques for Membrane ...
Neural Network Model Development with Soft Computing Techniques for Membrane ...Neural Network Model Development with Soft Computing Techniques for Membrane ...
Neural Network Model Development with Soft Computing Techniques for Membrane ...
 
Survey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogramSurvey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogram
 
C044041723
C044041723C044041723
C044041723
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)
 
Analog circuit fault diagnosis via FOA-LSSVM
Analog circuit fault diagnosis via FOA-LSSVMAnalog circuit fault diagnosis via FOA-LSSVM
Analog circuit fault diagnosis via FOA-LSSVM
 
PerkinElmer: Whole Tablet Measurements Using the Frontier Tablet Autosampler ...
PerkinElmer: Whole Tablet Measurements Using the Frontier Tablet Autosampler ...PerkinElmer: Whole Tablet Measurements Using the Frontier Tablet Autosampler ...
PerkinElmer: Whole Tablet Measurements Using the Frontier Tablet Autosampler ...
 
Ec4030
Ec4030Ec4030
Ec4030
 
Multimode system condition monitoring using sparsity reconstruction for quali...
Multimode system condition monitoring using sparsity reconstruction for quali...Multimode system condition monitoring using sparsity reconstruction for quali...
Multimode system condition monitoring using sparsity reconstruction for quali...
 
An evaluation of machine learning algorithms coupled to an electronic olfact...
An evaluation of machine learning algorithms coupled to an  electronic olfact...An evaluation of machine learning algorithms coupled to an  electronic olfact...
An evaluation of machine learning algorithms coupled to an electronic olfact...
 
Disease Prediction Using Machine Learning
Disease Prediction Using Machine LearningDisease Prediction Using Machine Learning
Disease Prediction Using Machine Learning
 
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
 
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
 
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
A MODIFIED MAXIMUM RELEVANCE MINIMUM REDUNDANCY FEATURE SELECTION METHOD BASE...
 
I041214752
I041214752I041214752
I041214752
 
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
 
Artificial Neural Network and Multi-Response Optimization in Reliability Meas...
Artificial Neural Network and Multi-Response Optimization in Reliability Meas...Artificial Neural Network and Multi-Response Optimization in Reliability Meas...
Artificial Neural Network and Multi-Response Optimization in Reliability Meas...
 
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
 
презентация за варшава
презентация за варшавапрезентация за варшава
презентация за варшава
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

PCA Classification of Aromatic Rice Quality

  • 1. Principle Component Analysis for Classification of the Quality of Aromatic Rice Etika Kartikadarma1* ,Sari Wijayanti2 , Sari Ayu Wulandari3 , Fauzi Adi Rafrastara1 1 Faculty of Computer Science, Universitas Dian Nuswantoro, 50131,Indonesia 2 Information Engineering Department,STMIK Jenderal A Yani, Yogyakarta,552851,Indonesia 3Faculty of Engineering, Universitas Dian Nuswantoro, 50131,Indonesia * email: etika.kartikadarma@dsn.dinus.ac.id Abstract—This research introduces an instrument for performing quality control on aromatic rice by utilizing feature extraction of Principle Component Analysis (PCA) method. Our proposed system (DNose v0.2) uses the principle of electronic nose or enose. Enose is a detector instrument that work based on classification of the smell, like function of human nose. It has to be trained first for recognizing the smell before work in classification process. The aim of this research is to build an enose system for quality control instrument, especially on aromatic rice. The advantage of this systemis easy to operate and not damaging the object of research. In this experiment, ATMega 328 and 6 gas sensors are involved in the electronic module and PCA method is used for classification process. Keywords— Enose, Principal Component Analysis, Aromatic Rice, Quality Control Instrument I. INTRODUCTION One of the natural wealth of Indonesia is the diversity in tropical plant, and aromatic rice is a part of it, especially from group of rice. Aromatic rice is different to the common one in term of smell and quality [1]. It has a musty smell because of sugar fermentation [2]. The experiment for such kind of rice actually can be conducted in laboratories, but it takes a long time and costly. A new hope as an alternative way to test the aromatic rice quickly and accurately has landed and it is available in the body of electronic nose (hereinafter referred as enose) [3]. The application of enose is so wide nowadays, including medical field [4]. Enose even can bring the benefit on the daily activity, like to monitor the ripeness level oftomatoes based on its aroma [5]. By looking at the potentiality, enose is proper to be developed more and more and to be implemented, especially in Indonesia. II. SYSTEM DESCRIPTION Dinus Nose (DNose) v0.2 is a new version of enose that developed in UDINUS (Universitas Dian Nuswantoro, Indonesia), with some improvements on pattern recognition engine. Our previous system, DNose v0.1 [6], could successfully recognize 80% the smell of tofu. This DNose v0.2 is composed of sensor array system, electronic data acquisition system, and clustering systemusing PCA method. In this research, DNose v0.2 is developed with the aim to determine and classify the rice quality on food industry. FIGURE 1. DNOSE V0.2 A. Array Sensor System This enose system consists of 6 gas sensors: TGS825, TGS826, TGS822, TGS813, TGS2620 and TGS2611. Those sensors are metal oxide sensor and very useful for olfactory system. Figure 2 describes the characteristic respond of sensor array when tested with aroma. Initially the aroma was sprayed into chamber sampler, then absorbed and thrown away slowly. FIGURE 2. CHARACTERISTIC OF SENSOR ARRAY B. Clustering System PCA is a method to extract and reduce initial pattern vector numbers into fewer pattern vectors,called principle component. In MATLAB, PCA has some functions that can be used to improve our system performance. The steps of PCA are as follows:  Define the template vector 0 2 4 6 8 10 12 14 16 18 20 -5000 0 5000 10000 15000 20000 Frequency Voltage Characteristic Array Sensor TGS825 TGS826 TGS813 TGS822 TGS2620 TGS2611 International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, August 2017 315 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 2.                  mnmmm n n AAAA AAAA AAAA A 321 2232221 1131211 ................ ................ .............................(1)  Find the reduction vector and variance matrix. The value of variance matrix represents eigen value.                                              4342414 4332313 4232212 4131211 var,cov,cov,cov ,covvar,cov,cov ,cov,covvar,cov ,cov,cov,covvar AAAAAAA AAAAAAA AAAAAAA AAAAAAA (2)  The result of theorem 2 will be used to find the covariance matrix. The value of covariance matrix represents the eigen value.  To create Matrix L we can check the diagonal value of theorem 2 (Matrix A). That diagonal matrix represents the eigen value.                  n L    0000 0...000 00..00 0000 0000 2 1 ..........…………...(3) (15)  Where n  ......21 .  Find the set of eigen vector { nuuu .,........., 21 } from matrix S where iv is orthonormal eigen vector and consistent to the eigen value i .  Principal Component is obtained from the equation below [7]. '.AuPC ii  ……………………………...(4) C. Normalization Gas sensing systemwhich is also known as systemforaroma detection and identification, become an important research for examining the quality of food material. An enose with VOC (Volatile Organic Compound) systemcan works very well in a special place with certain air temperature, signal booster, and gas sensor. Figaro gas sensor is also using VOC system. However, there is a main problem on VOC systemthat it cannot identified well on the patterns which almost alike. It has low sensitivity on sensing system[7]. On this case,the success rate of PCA with VOC is considered low since there is no algorithm to perform the learning process from new aroma. Actually, the process of pattern normalization can affect to the loss of information on concentration level, but somehow, some algorithms like NN, GA, and Cluster Analysis are using the normalized response. The most common normalization methods forenose research are amplitude and frequency normalization. The result of amplitude normalization is linier amplitude where the highest value of normalized amplitude is 1. Amplitude normalization method keeps the form of the signal and it only moves on positive axis of Cartesian coordinate y. One of the popular amplitude normalization methods is Power Average. This method is begun by finding the highest score of pattern vector. It then performs division between pattern vector and the maximum score of pattern vector. After completing this step, then we find the average of normalized pattern vector for each class. Finally, the obtained average score is taken as template pattern that going to be compared with experiment data. On frequency normalization, the result is in the form of polarized amplitude, and it is moving on the positive and negative axis from Cartesian coordinate y. Frequency normalization method that commonly used is fft (fast fourier transform). This method is begun by finding fft score of each pattern vector. Next, the normalized pattern vectoris calculated to find the average score for each cluster. Finally, this average score is compared with experiment data, as a pattern template. III. EXPERIMENT The aim of this research is to propose a DNose v0.2 based on PCA method for recognizing the smell of aromatic rice. The steps are as follows: 1. Measuring odorant, weight: 1 ons. 2. Collecting censordata for 1 minute in a room with 270 C temperature, and volume of odorant chamber is 1573 cm3. 3. Perform sampling odorant data to find the Analog Digital Converting (ADC) value from Microcontroller, fs = 3Hz. 4. Performing data normalization by using 2 methods: power average and fft (fast fourier transform) method. 5. Applying PCA clustering with the results of those 2 normalization method. 6. Repeating the experiment up to 3 times for each method. IV. RESULT AND DISCUSSION A. Experiment of Power Average Normalization Power average method is done by processing voltage data that yielded by those six censors, which initially have 60 samples then reduced to 20 samples, with sampling frequency fs = 3 Hz. The average of FFT normalization is listed in Table 1, whereas the graph for normalization result of censor1 to 6 is illustrated in Figure 3. TABEL I RESULT OF POWER AVERAGE NORMALIZATION Quality Censor 1 Censor2 Censor3 Censor4 Censor5 Censor6 KW1 2.14E+08 3.89E+08 2.05E+08 2.03E+08 1.73E+08 2.23E+08 KW2 56845310 1.7E+08 1.95E+08 1.39E+08 1.07E+08 2.68E+15 KW3 84248108 3.07E+08 93200111 76526991 69535669 3.27E+08 International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, Augus 2017 316 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 3. FIGURE 3.THERESULT OF POWERAVERAGE NORMALIZATION The gathered result of power average normalization is clustered by using PCA, as illustrated in Figure 4, 5, 6, and 7. FIGURE 4. BLOCK PLOT OF POWER AVERAGE NORMALIZATION ON PCA TABEL 2 DEVIATION STANDARD ON PCA POWER AVERAGE NORMALIZATION Censor 1 Censor 2 Censor 3 Censor 4 Censor 5 Censor 6 869.4426 710.0997 675.6139 646.1813 580.0782 626.4368 Table 2 shows that deviation standard of PCA with power average normalization is still high, with the highest deviation is on censor1 (869.4426) and the lowest deviation is on censor5 (580.0782). Those data can be a reference to extract some censors that have high deviation standard as it can obstruct the pattern recognition process. The clustering result of power average normalization shows that the clusters are still distributed and the distance of each cluster is still close, as illustrated in Figure 6. The pareto chart illustrates the plots of variable percentage which explained on each Principle Component (PC). Figure 6 shows the clear differences between first and second component. However, the variance differences between those two components is still less than 50%, so it is required more components to be involved. According to Figure 6, the first two components represent 2/3 of total variabilities on the template. Here, we can use FFT to reduce the dimension so that we can visualize the data. FIGURE 5.THE FIRST AND SECOND PRINCIPAL COMPONENTS WITH POWER AVERAGE NORMALIZATION METHOD -3 -2 -1 0 1 2 3 4 -3 -2 -1 0 1 2 3 4 1st Principal Component 2ndPrincipalComponent 1716 1412 11 1020 519 4 3 2 8 7 1 96 53 44 45 54 57 56 46 4143 5249 5948 58 55 50 475160 3934 42 28 33 35 243124 36223825 40 37 23 21 30 29 26 27 32 KWALITAS 3 KWALITAS 2 KWALITAS 1 FIGURE 6.THE FIRST AND SECOND PRINCIPAL COMPONENTS CLUSTER DESCRIPTION WITH POWER AVERAGE NORMALIZATION FIGURE 7. PARETO DIAGRAM OFEACH PRINCIPAL COMPONENT WITH POWER AVERAGE NORMALIZATION B. Experiment of FFT Normalization Power average method is applied by processing the voltage data that obtained from those six censors. Initially it has 60 samples and then reduced to 20 samples, with sampling frequency fs = 3 Hz. The average of FFT normalization is listed in Table 3, whereas the graph for normalization result of censor 1 to 6 is illustrated in Figure 7. 1 2 3 4 5 6 0 0.5 1 KW1 1 2 3 4 5 6 0 0.5 1 KW2 1 2 3 4 5 6 0 0.5 1 KW3 1000 1500 2000 2500 3000 3500 4000 4500 TGS822 TGS825 TGS826 TGS2620 TGS824 TGS2020 Values -3 -2 -1 0 1 2 3 4 -3 -2 -1 0 1 2 3 4 1st Principal Component 2ndPrincipalComponent 53 44 45 54 57 56 5948 58 55 46 43434343 52 434343 35 33 28 42 3439 4760 51 50 49 2424 32 36223825 40 37 21 23 30 27 26 29 4 3 21 7 986 519 181010 11 20 1213 1617 1313131413131314 1 2 3 4 5 0 10 20 30 40 50 60 70 80 90 Principal Component VarianceExplained(%) 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, Augus 2017 317 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 4. TABEL 3 THE RESULT OF FFT NORMALIZATION Quality Censor 1 Censor2 Censor3 Censor4 Censor5 Censor6 KW1 4.2E+09 7.77E+09 4.02E+09 3.97E+09 3.4E+09 4.36E+09 KW2 1.02E+09 3.29E+09 3.82E+09 2.76E+09 2.05E+09 1.91E+19 KW3 1.54E+09 6.13E+09 1.79E+09 1.44E+09 1.33E+09 6.41E+09 FIGURE 8. RESULT OF FFT NORMALIZATION On this step,the result of FFT normalization is clustered by using PCA, as shown in figure 8, 9, and 10. FIGURE 9. BLOCK PLOT OF FFT NORMALIZATION ON PCA TABLE4 DEVIATION STANDARD ON PCA WITH FFT NORMALIZATION Censor 1 Censor 2 Censor 3 Censor 4 Censor5 Censor6 0 0 0 0 0 0.1291 Table 4 explains the deviation standard of PCA (FFT normalization) which has slight better score, with the highest deviation is only on censor6 (0.1291) and the lowest deviation is on censor1 to 5 (0). Those data can be a reference to remove the censor that has high deviation standard. This is because a censor with high deviation standard can obstruct the pattern recognition process.So, in this case,we remove censor6. FIGURE 10. THE FIRST AND SECOND PRINCIPAL COMPONENTS The clustering result of power average normalization shows that the clusters have been well concentrated,and the distance among each cluster is far enough.There is a new cluster created by merging between cluster 2 and 3. Table 5 shows the list of clusters involved. TABLE5 PATTERN VECTOR DISTRIBUTION OF PCA WITH FFT NORMALIZATION Quality Rows KW1 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 KW2 21,22,23,25,26,27,28,29,31,33,34,35,36,37,39,40 KW3 41,43,44,45,46,48,49,50,51,52,53,54,56,57,58,59 New Cluster 24,30,32,38,42,47,55,60 According to Table 5, Q1 (Quality 1) has distribution 0%, whereas the distribution of both Q2 and Q3 are 20%. FIGURE 11. PARETO DIAGRAM OF EACH PRINCIPAL COMPONENT By applying the result of PCA into pattern recognition algorithm, the smaller distribution score on PCA systemmeans the pattern can be recognized easier. The above pareto chart illustrates the plots of variable percentage which explained on each Principle Component (PC). Figure 10 shows the big differences between first and second component. However, the variance differences between those two components is still less than 84%, so it is required more components to be involved. According to Figure 6, the first two components represent 2/3 of total variabilities on the template. Here, we can use FFT to reduce the dimension so that we can visualize the data. 1 2 3 4 5 6 -5 0 5 x 10 -20 KW1 1 2 3 4 5 6 0 2 4 x 10 -29 KW2 1 2 3 4 5 6 -1 0 1 x 10 -18 KW3 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 TGS822 TGS825 TGS826 TGS2620 TGS824 TGS2020 Values -14 -12 -10 -8 -6 -4 -2 0 2 -8 -6 -4 -2 0 2 4 1st Principal Component 2ndPrincipalComponent 1 41 21 42424245151512424242424 4141414141 2121 11 1 2 0 10 20 30 40 50 60 70 80 90 Principal Component VarianceExplained(%) 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, Augus 2017 318 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 5. V. CONCLUSION Based on the experiment and gathered result, we conclude that FFT normalization method is better than power average one. It is proved by the score of variability explained on FFT is higher than the score of variability explained on poweraverage normalization method. However, by using FFT, the result of clustering process is still less than 0.1%. Therefore, the further research is needed to find the better normalization method that can produce significant improvement of the percentage of variability explained. ACKNOWLEDGEMENT We would like to express our gratitude to Dr. Eng. Kuwat Triana, M.Si, he has been our mentor for this research: eNose for detection of quality of aromatic rice. REFERENCES 1. Http://www.paskomnas.com. (March 2012). Isu-Strategis-Ketahanan- Pangan. 2. Http://kimia.upi.edu. (March2012). BahanAjar Kuliah. 3. N. E. Barbri, et al., "Application of Portable Electronic Nose Sistem to Assess The Freshness of Moroccan Sardines," Materials Science and Engineering vol. C28, p. 656, 2008. 4. A. D'Amico, et al., "OlfactorySistems for Medical Applications," Sensors and Actuators vol. B, 130, p. 458, 2008. 5. A. H. Gomez, et al., "Monitoring Storage Shelf Life of Tomato Using Electronic Nose Tecnique," Jurnal of Food Engineering vol. 85, p. 625, 2008. 6. Wulandari, S. A., Hidayat, R., Firmansyah, E.,Teknik, J., Fakultas,E., Universitas, T., …Indonesia, Y. (n.d.).PENGELOMPOKAN AROMA TAHU BERFORMALIN BERBASISMETODE PCA (PRINCIPLE COMPONENT ANALYSIS). 7. Smith, L. I. (2002). A tutorial on Principal Components Analysis Introduction. 8. R. Polikar, et al., "DETECTION AND IDENTIFICATION OF ODORANTS USING AN ELECTRONIC NOSE," IEEE, vol. 0-7803- 7041 -4/01 02001, 2011. International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, Augus 2017 319 https://sites.google.com/site/ijcsis/ ISSN 1947-5500