SlideShare a Scribd company logo
1 of 5
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 04 Issue: 02 December 2015, Page No.92-96
ISSN: 2278-2419
92
Investigating Performance and Quality in
Electronic Industry via Data Mining Techniques
Davoud GholamianGonabadi1
, Seyed Mohamad Hosseinioun2
, Jamal Shahrabi3
, Mohammad AliMoradi4
Department of Industrial Engineering and Management Systems, Amirkabir University of Technology, Tehran, Iran
Email: Alimoradi@gmail.com, Dgholamian@gmail.com,M.moh.hoss@gmail.com,Jamalshahrabi@aut.ac.ir
Abstract-The organizations have always sought ways and
methodologies to boost the quality level of their product.
Obviously, economic aspect ought to be taken into account,
eschewing irrational costs in the system. Data mining can be
applied as one of the best technics at hand in case of analysis
and prediction of performance and quality. In this work, we
have used a new methodology based on data mining to predict
and improve the quality level of the electronic parts. The
results suggest better accuracy compared to the previous
studies.
Keywords-Prediction of Quality; Data Mining; Electronic
Industry
I. INTRODUCTION
High quality production has always been an issue, largely
focused on by companies and organizations in their incessant
attempt to gain advantage over their competitors, consequently,
leading to a continuous quest for the right methodologies to
boost the quality level of their products. On the other hand, the
balancing the demanded quality level and the expenses of the
desired change is an inevitable part of the decision making, as
naturally, any change ought to be economically profitable at
last.
From another viewpoint, defected products cause additional
costs due to rework, amendments, reconstructions and wasted
time, imposing unnecessary costs to the system. Obviously, as
the probability of such failures decrease, and their causes are
annihilated, we can expect the fall of respective costs.
Therefore, studying the past data of defected parts and causes
failures are invaluable part of production planning, chiefly by
eliminating these causes and avoid the failures of the past in
the future. Detecting the patterns and extracting the knowledge
hidden in the data is the way to go, and data mining is an
indispensable tool for such purpose that has been used and
trusted for long [1]. Current methods of analyzing production
parts data, mainly working based on annual statistical data or
superficial checking have serious deficiencies regarding the
prediction of quality, efficiency and accessibility of parts.
Nowadays, consequently, analyzing experts try to exploit
stronger methods for the abovementioned. Recently, data
mining has been used widely to process and extract patterns in
the data. Tools such as data warehousing, data mining, etc.
have opened up new gates before industry and production to
win noticeable advantage in the market [2]. Specifically, using
data mining- the extraction of hidden information within large
data bases- organization are enabled to predict the upcoming
events and make informed decisions [3]. Data mining has
largely helped productivity by increasing the opportunity of
predicting and detecting error and inefficiency [4]. In this
research we try to predict the quality and performance of
electronic parts using data mining tools. It is our believe that,
by following the offered methodology in the paper, we can
boost the quality level of the electronic products. The literature
review is presented in part 2 of the paper, the third part, offers
the methodology employed, the fourth part covers a
presentation of the data, and the application of the offered
methodology on the case. And finally, in the fifth part, the
results of the study are uncovered, analyzed and studied.
II. LITERATURE REVIEW
Data mining discovers the hidden patterns in the data, and is
actually a part of a wider process of knowledge extraction [2].
Quality prediction is on the other hand one of the most
essential issues in quality management and reliability. In this
section, a number of papers corresponding to data mining are
application in quality engineering and reliability, germane to
the research at hand, is reviewed.
In the domain of detecting defected parts by data mining tools
few papers are available [2]. Khediri et al. for instance, have
applied support vector regression control charts for
multivariable non-linear auto correlated processes-used to
detect error- and process control charts. The results suggest
that the employed control charts are capable of effectively
monitoring the behavior of the processes, with considerable
guarantee of limiting the prospective false errors [5]. Zhang et
al. have applied data mining tools to control welding quality
and management systems. In this research, the quality of
welding is calculated using time series. The results show that
gathering and analyzing data by data mining technics online
would have considerable positive afflictions on the quality of
future welding [6]. In the domain of quality management,
Abbasi and Akhavan Niaki used neural network to predict the
nonconforming and defected cases in high efficiency
processes. The results indicate ease of application and high
accuracy of the method [7]. Liu et al. in the control process
based on principle component analysis in drying corn used
neural network. As the drying process is often very complex
due to the multi-variability and non-linearity, neural network
was preferred to other methods for such prospect. The results
suggest high accuracy and consistency [8].
III. METHODOLOGY
In this study, in order to analyze and predict the performance
and quality of the electronic parts, the following methodology
is applied.
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 04 Issue: 02 December 2015, Page No.92-96
ISSN: 2278-2419
93
A. Ordinary Least Square
Ordinary least squares (OLS) regression is arguably the most
widely used method for fitting linear statistical models. An
OLS regression model takes the familiar form:
𝑌𝑖 = 𝛽0 + 𝛽1𝑋𝑖1 + 𝛽2𝑋𝑖2 + ⋯ + 𝛽𝑘𝑋𝑖𝑝 + 𝜀𝑖 (1)
where 𝑌𝑖 is case i’s value on the outcome variable, 𝛽0 is the
regression constant, 𝑋𝑖𝑗 is case i’s score on the jth of 𝑝
predictor variables in the model, 𝛽𝑗 is predictor j’s partial
regression weight, and 𝜀𝑖 is the error for case i. Using matrix
notation, Equation 1 can be represented as:
𝒚 = 𝑿𝛽 + 𝜀 (2)
where 𝒚 is an 𝑛 × 1 vector of outcome observations, X is a 𝑛 ×
(𝑝 + 1) matrix of predictor variable values (including a
column of ones for the regression constant), and 𝜀 is an 𝑛 × 1
vector of errors, where 𝑛 is the sample size and 𝑝 is the number
of predictor variables. The 𝑝 partial regression coefficients in 𝛽
provide information about each predictor variable’s unique or
partial relationship with the outcome variable. Researchers are
often interested in testing the null hypothesis that a specific
element in 𝛽 is zero or constructing a confidence interval for
that element using a sample-derived estimate combined with an
estimate of the sampling variance of the estimate [9].
The validity of the hypothesis tests and confidence intervals as
implemented in most statistical computing packages depends
on the extent to which the model’s assumptions are met. The
assumptions of the OLS regression model include that (1) the
𝑌𝑖s are generated according to the model specified in Equation
1, (2) the 𝑿 values are fixed (rather than random), (3) the errors
are uncorrelated random variables with (4) zero means, and (5)
constant variance, the latter assumption known as
homoscedasticity. Assumptions (1) and (4) require book-length
treatment but in effect state simply that the model is correctly
specified (see, e.g., [10], [11]). When the predictors are
random variables rather than fixed, assumption (2) can be
relaxed without causing major problems by interpreting the
partial regression coefficients as “conditional” on values of 𝑿,
provided that the conditional expectation of 𝜀 given the values
of 𝑿 is zero. Unfortunately, this conditional expectation may
well be nonzero, such as when predictors contain measurement
error. Measurement error in predictors can bias OLS regression
estimates, a topic that is beyond the scope of the present
article. A nice introduction can be found in [10].
B. Principal Component Analysis (PCA)
Principle Component Analysis is the most popular method of
dimension reduction. The aim is to make an orthogonal
transformation through which, using the linear combination of
the principal components, we reach fewer number of new
features. It is worth mentioning that chiefly, the method
follows the same procedure for the numeric and categorical
variables, but in some case, it has a whole conceptual
difference. In this section, merely, the application of principle
component analysis is explained on the data. To convert the
initial features to the principle components, the following steps
are to be executed [12].
1. Firstly, we standardize the data, in a way that all values are
in one specific range. Plus, the average of each feature aj will
equal zero using the conversion below.
(3)
x
̃i,j = xi,j −
1
m
∑ xi,j
m
i=1
2. The matrix corresponding to the covariance of the data we
have from the second step is calculated as below:
(4)
V = X′
X
3. The eigenvalues and eigenvectors corresponding to the
covariance matrix is calculated:
(5)
det(V − λI) = 0
The eigenvalues are derived from the determinant shown in (5)
in which it is the identity matrix. Solving the abovementioned
determinant, we will have n eigenvalues at hand.
And to get to the eigenvectors, the following calculations ought
to be done.
(6)
Vwj = wj × λj; j = 1,2, … , n
In which the wj is the jth
eigenvector of covariance matrix.
4. Selecting the principle components.
(7)
Iq =
λ1 + λ2 + ⋯ + λq
λ1 + λ2 + ⋯ + λn
In the above relation we have: λ1 ≥ λ2 ≥ ⋯ ≥ λn.
Iq indicates the explicable changes of the q principle
components.
To select the principle components, a threshold Imin is set.
Now, the number of principle components is the smallest q, for
which the following relation applies.
(8)
Iq > Imin
5. Set the new features.
(9)
Pj = Xwj; j = 1,2, … , q
C. Multilayer Perceptron Neural Network
Multilayered Perceptron Neural Network is one of a kind of the
leading neural networks that possess a more complex structure
compared with the Perceptron as it encompasses all input,
hidden and output nodes. The input nodes are designed to
receive the descriptive features. Usually, the input nodes are
equal to the descriptive variables. The hidden nodes are
connected either to the input nodes or other hidden units by the
input arches from one side and by the output arches to either
other hidden nodes or the output layer from the other. In the
output layer, the values received from the hidden layer are
converted to the output values corresponding to the desired
prediction in the form of output variables. It is usual to design
only one output node in case of classification problems. The
activation function is usually linear function, Sigmoid
Function, or Hyperbolic Tangent. In this study we have applied
the Levenberg-Marquardt method to determine the weights that
we will elaborate in the following. The method has the
following process for learning [12]:
1. Set a random variable for the weights and their threshold.
2. Make an input output pattern for the data in the form of (xk
,
tk
), in which xk
is input value and tk
is target value.
3. The data received as the input are then transferred to the
hidden layer using the weights and then activation functions
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 04 Issue: 02 December 2015, Page No.92-96
ISSN: 2278-2419
94
are applied.
4. The output of the network is calculated by the following
formula (I is the input vector size)
(10)
ok
= f (∑ wixi
k
l
i=1
)
If the network output and the actual value are not consistent,
using the Levenberg-Marquardt method, the weights are
updated.
5. if the steps are taken and the difference of the weights in two
consecutive iteration is not the equal to zero, go to the third
step.
D. Levenberg-Marquardt
The application of Error Back Propagation 4 method has had
considerable positive effects in the learning process of neural
network. Despite the endeavors to speed up the learning
process using Back Propagation, relatively little improvement
has been achieved. Levenberg-Marquardt method is the
expanded form of Back Prop algorithm. This method enjoys
the speed of Newton algorithm and consistency of Gradient
Descent Method.
In the Error Back Propagation algorithm, F(w) acts as the
performance measure of difference between the output of the
model and the real data and it is our aim to minimize this
deficit.
(11)
F(w) = eT
e
In which w = [w1, w2, … , wN] corresponds to all the weights
in the network. Also e is a vector representing the error for the
training data. This way, the differences between weights in
each step is calculated:
(12)
∆w = [JT
J + μI]−1
JT
e
In which J is the Jacobean Matrix, μ is the learning rate and is
updated in accordance with β (depending on the output).
1. Assigning random weights and to μ (usually, it is considered
as 0.1.)
2. Calculating the sum of squared error of the training data as F
(w).
3. Calculating ∆w and updating w.
4. If the F (w) in the previous iteration is smaller than that of
the current iteration, then:
(13)
w = w + ∆w
μ = μ × β (β = 0.1)
Go back to the 2nd
step, otherwise:
(14)
μ =
μ
β
And return to the 4th
step.
The proposed approach in this paper is shown in Figure 1.
Figure 1: Proposed Approach
IV. DATA AND RESULT
The data is gathered from the website of California University
Machine Learning. In this study, using the input variables,
relative performance of the CPUs manufactured by numerous
brands is analyzed. The summary of data is shown Table 1.
TABLE 1: SUMMARY OF DATA
PRP
Correlat
ion
Standa
rd
Deviati
on
Mea
n
Mi
n
Ma
x
Varia
bl
Type
Variable
Name
----
----
----
----
----
Nomi
nal
vendor
name
----
----
----
----
----
Nomi
nal
Model
Name
(many
unique
symbols)
-0.3071
260.3
203.8
17
150
0
Intege
r
machine
cycle
time in
nanoseco
nds
(MYCT)
0.7949
3878.7
2868
64
320
00
Intege
r
minimu
m main
memory
in
kilobytes
(MMIN)
0.863
11726.
6
1179
6.1
64
640
00
Intege
r
maximu
m main
memory
in
kilobytes
(MMAX
)
0.6626
40.6
25.2
0
256
Intege
r
cache
memory
in
kilobytes
(CACH)
0.6089
6.8
4.7
0
52
Intege
r
minimu
m
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 04 Issue: 02 December 2015, Page No.92-96
ISSN: 2278-2419
95
channels
in units
(CHMIN
)
0.6052
26
18.2
0
176
Intege
r
maximu
m
channels
in units
(CHMA
X)
1
160.8
105.6
6
115
0
Intege
r
publishe
d relative
performa
nce
(PRP)
E. The Results of Principle Component Analysis
As the variables take the form of either Nominal or Discrete,
and no missing value is observed, we first perform feature
extraction methods on the data. The PCA method is applied in
case of discrete variables and CATPCA for the Nominal. The
minimum amount of explicable change is selected to be 0.95.
As the result, the Nominal variables were converted to two
components and the Discrete variables to 5 components.
F. The OLS Regression Results
Using the OLS regression, the results are summarized in the
Figure 2, Figure 3 and Table 2
TABLE 2: OLS REGRESSION RESULTS
Std.Error
t-Student
Coefficient
Variables
3.93
17.55
69.14**
Constant
35.50
1.87
54.69*
Component 1
35.44
-1.82
-53.91*
Component 2
13.32
-6.45
-86.02**
Component 3
31.82
3.38
107.90**
Component 4
26.25
-7.70
-202.22**
Component 5
53.08
3.81
202.69**
Component 6
29.01
4.65
135.14**
Component 7
Note: * and ** indicate 10 and 1 significant respectively.
In the 99 percent level, the components 1 and 2 are not
sensible, also, the components 3 to 7 are sensible and the effect
on variable y is as follows:
The components 3 and 5, have a negative effect on the variable
y, causing it to decrease in case of their augment. Other
components, 4, 6 and 7 are in positive relation. Among the
components, 5 have the strongest effect (negative) and 6 the
strongest positive effect on y.
Furthermore, considering the adjusted R-square, 83.6 percent
of the changes in y are explicable by the input components
mentioned, showing a considerable level of fitness. Mean
Square Error and Mean Absolute Error in case of this data set
are 2878.703 and 34.402 respectively. It is worth mentioning
that the results achieved here are weaker compared to [13].
G. MLP Neural Network Results
With the purpose of predicting the Relative Performance of the CPUs,
we have used the Multi-layer Perceptron Neural Network as well.
After the determination of parameters, the results for MSE and
MADare 820.83 and 22.24 respectively, as showed below is Figure 3.
It is considerable that the results of this study are noticeably better
than [13].
Figure 2: Results from OLS Regression and Published Regression
Figure 3: Results from MLP NN and Published Regression
V. CONCLUSION
In this research, with the purpose of analyzing and predicting
the quality and performance of electronic parts, a new
methodology has been exploited. To study the performance of
this new methodology, data corresponding to the performance
of CPUs are borrowed from the California University data
base. The results suggesting a considerable improvement by
applying the Multilayer Perceptron Neural Network compared
to the OLS regression methods.
REFERENCES
[1] Ostadi, Bakhtiar; Rezai, Kamran; Aghdasi, Mohammad, 1386, The
application of data mining for improving the product quality level, The
proceeding of the first data mining conference in Iran, Tehran, Amirkabir
University of Technology, The institute of Gita Data Processing. (In
Persian)
[2] Amouie, Golriz; Bagheri Dehnavi, Malihe; Minaie Bigdeli, Behrouz, 1390,
Proposing a model for detecting the product defects using data mining
technics, The first conference of computer and IT students, Tabriz
University, Tabriz. (In Persian)
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 04 Issue: 02 December 2015, Page No.92-96
ISSN: 2278-2419
96
[3] Chris Rygielski, Jyun-Cheng Wang , David C. Yen.” Data mining
techniques for customer Relationship management” Technology in Society
24 (2002) 413–502.
[4] Kai-Ying Chen , Long-Sheng Chen, Mu-Chen Chen , Chia-Lung Lee.”
Using SVM based method for equipment fault detection in a thermal
power plant” Computers in Industry 62 (2011) 42–50.
[5] Khediri, I. B., Weihs, C., & Limam, M. (2010). Support vector regression
control charts for multivariate nonlinear autocorrelated processes.
Chemometrics and Intelligent Laboratory Systems, 103(1), 76-81.
[6] Zhang, C. H., Di, L., & An, Z. (2003, November). Welding quality
monitoring and management system based on data mining technology. In
Machine Learning and Cybernetics, 2003 International Conference on
(Vol. 1, pp. 13-17). IEEE.
[7] Abbasi, B., & Akhavan Niaki, S. T. (2007). Monitoring high-yields
processes with defects count in nonconforming items by artificial neural
network. Applied mathematics and computation, 188(1), 262-270.
[8] Liu, X., Chen, X., Wu, W., & Zhang, Y. (2006). Process control based on
principal component analysis for maize drying. Food control, 17(11), 894-
899.
[9] A. F. Hayes and L. Cai, "Using heteroskedasticity-consistent standard
error estimators in OLS regression: An introduction and software
implementation," Behavior Research Methods, vol. 39, pp. 709-722, 2007.
[10]W. D. Berry, Understanding regression assumptions vol. 92: Sage, 1993.
[11]H. White, "A heteroskedasticity-consistent covariance matrix estimator
and a direct test for heteroskedasticity," Econometrica: Journal of the
Econometric Society, pp. 817-838, 1980.
[12]V. Carlo, "Business intelligence :data mining and optimization for decision
making," Editorial John Wiley and Sons, 2009.
[13]P. Ein-Dor and J. Feldmesser, "Attributes of the performance of central
processing units: A relative performance prediction model,"
Communications of the ACM, vol .30 ,pp. 308-317, 19.

More Related Content

Similar to Investigating Performance and Quality in Electronic Industry via Data Mining Techniques

A Survey and Comparative Study of Filter and Wrapper Feature Selection Techni...
A Survey and Comparative Study of Filter and Wrapper Feature Selection Techni...A Survey and Comparative Study of Filter and Wrapper Feature Selection Techni...
A Survey and Comparative Study of Filter and Wrapper Feature Selection Techni...theijes
 
Estimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachEstimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachcsandit
 
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHcscpconf
 
A KPI-based process monitoring and fault detection framework for large-scale ...
A KPI-based process monitoring and fault detection framework for large-scale ...A KPI-based process monitoring and fault detection framework for large-scale ...
A KPI-based process monitoring and fault detection framework for large-scale ...ISA Interchange
 
Survey paper on Big Data Imputation and Privacy Algorithms
Survey paper on Big Data Imputation and Privacy AlgorithmsSurvey paper on Big Data Imputation and Privacy Algorithms
Survey paper on Big Data Imputation and Privacy AlgorithmsIRJET Journal
 
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET Journal
 
Selecting the correct Data Mining Method: Classification & InDaMiTe-R
Selecting the correct Data Mining Method: Classification & InDaMiTe-RSelecting the correct Data Mining Method: Classification & InDaMiTe-R
Selecting the correct Data Mining Method: Classification & InDaMiTe-RIOSR Journals
 
Identification of important features and data mining classification technique...
Identification of important features and data mining classification technique...Identification of important features and data mining classification technique...
Identification of important features and data mining classification technique...IJECEIAES
 
A Threshold fuzzy entropy based feature selection method applied in various b...
A Threshold fuzzy entropy based feature selection method applied in various b...A Threshold fuzzy entropy based feature selection method applied in various b...
A Threshold fuzzy entropy based feature selection method applied in various b...IJMER
 
A study and survey on various progressive duplicate detection mechanisms
A study and survey on various progressive duplicate detection mechanismsA study and survey on various progressive duplicate detection mechanisms
A study and survey on various progressive duplicate detection mechanismseSAT Journals
 
IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET Journal
 
IRJET- Fault Detection and Prediction of Failure using Vibration Analysis
IRJET-	 Fault Detection and Prediction of Failure using Vibration AnalysisIRJET-	 Fault Detection and Prediction of Failure using Vibration Analysis
IRJET- Fault Detection and Prediction of Failure using Vibration AnalysisIRJET Journal
 
Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...eSAT Publishing House
 
Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...eSAT Journals
 
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...ertekg
 
Determination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsDetermination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsIRJET Journal
 
Determination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsDetermination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsIRJET Journal
 
Control chart pattern recognition using k mica clustering and neural networks
Control chart pattern recognition using k mica clustering and neural networksControl chart pattern recognition using k mica clustering and neural networks
Control chart pattern recognition using k mica clustering and neural networksISA Interchange
 
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 MiningIRJET Journal
 
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation TechniquesReview on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniquesijtsrd
 

Similar to Investigating Performance and Quality in Electronic Industry via Data Mining Techniques (20)

A Survey and Comparative Study of Filter and Wrapper Feature Selection Techni...
A Survey and Comparative Study of Filter and Wrapper Feature Selection Techni...A Survey and Comparative Study of Filter and Wrapper Feature Selection Techni...
A Survey and Comparative Study of Filter and Wrapper Feature Selection Techni...
 
Estimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachEstimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approach
 
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
 
A KPI-based process monitoring and fault detection framework for large-scale ...
A KPI-based process monitoring and fault detection framework for large-scale ...A KPI-based process monitoring and fault detection framework for large-scale ...
A KPI-based process monitoring and fault detection framework for large-scale ...
 
Survey paper on Big Data Imputation and Privacy Algorithms
Survey paper on Big Data Imputation and Privacy AlgorithmsSurvey paper on Big Data Imputation and Privacy Algorithms
Survey paper on Big Data Imputation and Privacy Algorithms
 
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
 
Selecting the correct Data Mining Method: Classification & InDaMiTe-R
Selecting the correct Data Mining Method: Classification & InDaMiTe-RSelecting the correct Data Mining Method: Classification & InDaMiTe-R
Selecting the correct Data Mining Method: Classification & InDaMiTe-R
 
Identification of important features and data mining classification technique...
Identification of important features and data mining classification technique...Identification of important features and data mining classification technique...
Identification of important features and data mining classification technique...
 
A Threshold fuzzy entropy based feature selection method applied in various b...
A Threshold fuzzy entropy based feature selection method applied in various b...A Threshold fuzzy entropy based feature selection method applied in various b...
A Threshold fuzzy entropy based feature selection method applied in various b...
 
A study and survey on various progressive duplicate detection mechanisms
A study and survey on various progressive duplicate detection mechanismsA study and survey on various progressive duplicate detection mechanisms
A study and survey on various progressive duplicate detection mechanisms
 
IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence Chain
 
IRJET- Fault Detection and Prediction of Failure using Vibration Analysis
IRJET-	 Fault Detection and Prediction of Failure using Vibration AnalysisIRJET-	 Fault Detection and Prediction of Failure using Vibration Analysis
IRJET- Fault Detection and Prediction of Failure using Vibration Analysis
 
Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...
 
Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...
 
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
 
Determination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsDetermination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O Rings
 
Determination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsDetermination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O Rings
 
Control chart pattern recognition using k mica clustering and neural networks
Control chart pattern recognition using k mica clustering and neural networksControl chart pattern recognition using k mica clustering and neural networks
Control chart pattern recognition using k mica clustering and neural networks
 
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
 
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation TechniquesReview on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
 

More from IIRindia

An Investigation into Brain Tumor Segmentation Techniques
An Investigation into Brain Tumor Segmentation Techniques An Investigation into Brain Tumor Segmentation Techniques
An Investigation into Brain Tumor Segmentation Techniques IIRindia
 
E-Agriculture - A Way to Digitalization
E-Agriculture - A Way to DigitalizationE-Agriculture - A Way to Digitalization
E-Agriculture - A Way to DigitalizationIIRindia
 
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...IIRindia
 
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...IIRindia
 
Silhouette Threshold Based Text Clustering for Log Analysis
Silhouette Threshold Based Text Clustering for Log AnalysisSilhouette Threshold Based Text Clustering for Log Analysis
Silhouette Threshold Based Text Clustering for Log AnalysisIIRindia
 
Analysis and Representation of Igbo Text Document for a Text-Based System
Analysis and Representation of Igbo Text Document for a Text-Based SystemAnalysis and Representation of Igbo Text Document for a Text-Based System
Analysis and Representation of Igbo Text Document for a Text-Based SystemIIRindia
 
A Survey on E-Learning System with Data Mining
A Survey on E-Learning System with Data MiningA Survey on E-Learning System with Data Mining
A Survey on E-Learning System with Data MiningIIRindia
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
 
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...IIRindia
 
Feature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierFeature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierIIRindia
 
A Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesA Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesIIRindia
 
V5_I2_2016_Paper11.docx
V5_I2_2016_Paper11.docxV5_I2_2016_Paper11.docx
V5_I2_2016_Paper11.docxIIRindia
 
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...IIRindia
 
A Clustering Based Collaborative and Pattern based Filtering approach for Big...
A Clustering Based Collaborative and Pattern based Filtering approach for Big...A Clustering Based Collaborative and Pattern based Filtering approach for Big...
A Clustering Based Collaborative and Pattern based Filtering approach for Big...IIRindia
 
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...IIRindia
 
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...IIRindia
 
A Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationA Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationIIRindia
 
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...IIRindia
 
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...IIRindia
 
Survey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesSurvey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesIIRindia
 

More from IIRindia (20)

An Investigation into Brain Tumor Segmentation Techniques
An Investigation into Brain Tumor Segmentation Techniques An Investigation into Brain Tumor Segmentation Techniques
An Investigation into Brain Tumor Segmentation Techniques
 
E-Agriculture - A Way to Digitalization
E-Agriculture - A Way to DigitalizationE-Agriculture - A Way to Digitalization
E-Agriculture - A Way to Digitalization
 
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
 
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
 
Silhouette Threshold Based Text Clustering for Log Analysis
Silhouette Threshold Based Text Clustering for Log AnalysisSilhouette Threshold Based Text Clustering for Log Analysis
Silhouette Threshold Based Text Clustering for Log Analysis
 
Analysis and Representation of Igbo Text Document for a Text-Based System
Analysis and Representation of Igbo Text Document for a Text-Based SystemAnalysis and Representation of Igbo Text Document for a Text-Based System
Analysis and Representation of Igbo Text Document for a Text-Based System
 
A Survey on E-Learning System with Data Mining
A Survey on E-Learning System with Data MiningA Survey on E-Learning System with Data Mining
A Survey on E-Learning System with Data Mining
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
 
Feature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierFeature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM Classifier
 
A Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesA Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining Techniques
 
V5_I2_2016_Paper11.docx
V5_I2_2016_Paper11.docxV5_I2_2016_Paper11.docx
V5_I2_2016_Paper11.docx
 
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
 
A Clustering Based Collaborative and Pattern based Filtering approach for Big...
A Clustering Based Collaborative and Pattern based Filtering approach for Big...A Clustering Based Collaborative and Pattern based Filtering approach for Big...
A Clustering Based Collaborative and Pattern based Filtering approach for Big...
 
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
 
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
 
A Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationA Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image Segmentation
 
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
 
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
 
Survey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesSurvey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord Images
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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 Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
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
 

Recently uploaded (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
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...
 

Investigating Performance and Quality in Electronic Industry via Data Mining Techniques

  • 1. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 04 Issue: 02 December 2015, Page No.92-96 ISSN: 2278-2419 92 Investigating Performance and Quality in Electronic Industry via Data Mining Techniques Davoud GholamianGonabadi1 , Seyed Mohamad Hosseinioun2 , Jamal Shahrabi3 , Mohammad AliMoradi4 Department of Industrial Engineering and Management Systems, Amirkabir University of Technology, Tehran, Iran Email: Alimoradi@gmail.com, Dgholamian@gmail.com,M.moh.hoss@gmail.com,Jamalshahrabi@aut.ac.ir Abstract-The organizations have always sought ways and methodologies to boost the quality level of their product. Obviously, economic aspect ought to be taken into account, eschewing irrational costs in the system. Data mining can be applied as one of the best technics at hand in case of analysis and prediction of performance and quality. In this work, we have used a new methodology based on data mining to predict and improve the quality level of the electronic parts. The results suggest better accuracy compared to the previous studies. Keywords-Prediction of Quality; Data Mining; Electronic Industry I. INTRODUCTION High quality production has always been an issue, largely focused on by companies and organizations in their incessant attempt to gain advantage over their competitors, consequently, leading to a continuous quest for the right methodologies to boost the quality level of their products. On the other hand, the balancing the demanded quality level and the expenses of the desired change is an inevitable part of the decision making, as naturally, any change ought to be economically profitable at last. From another viewpoint, defected products cause additional costs due to rework, amendments, reconstructions and wasted time, imposing unnecessary costs to the system. Obviously, as the probability of such failures decrease, and their causes are annihilated, we can expect the fall of respective costs. Therefore, studying the past data of defected parts and causes failures are invaluable part of production planning, chiefly by eliminating these causes and avoid the failures of the past in the future. Detecting the patterns and extracting the knowledge hidden in the data is the way to go, and data mining is an indispensable tool for such purpose that has been used and trusted for long [1]. Current methods of analyzing production parts data, mainly working based on annual statistical data or superficial checking have serious deficiencies regarding the prediction of quality, efficiency and accessibility of parts. Nowadays, consequently, analyzing experts try to exploit stronger methods for the abovementioned. Recently, data mining has been used widely to process and extract patterns in the data. Tools such as data warehousing, data mining, etc. have opened up new gates before industry and production to win noticeable advantage in the market [2]. Specifically, using data mining- the extraction of hidden information within large data bases- organization are enabled to predict the upcoming events and make informed decisions [3]. Data mining has largely helped productivity by increasing the opportunity of predicting and detecting error and inefficiency [4]. In this research we try to predict the quality and performance of electronic parts using data mining tools. It is our believe that, by following the offered methodology in the paper, we can boost the quality level of the electronic products. The literature review is presented in part 2 of the paper, the third part, offers the methodology employed, the fourth part covers a presentation of the data, and the application of the offered methodology on the case. And finally, in the fifth part, the results of the study are uncovered, analyzed and studied. II. LITERATURE REVIEW Data mining discovers the hidden patterns in the data, and is actually a part of a wider process of knowledge extraction [2]. Quality prediction is on the other hand one of the most essential issues in quality management and reliability. In this section, a number of papers corresponding to data mining are application in quality engineering and reliability, germane to the research at hand, is reviewed. In the domain of detecting defected parts by data mining tools few papers are available [2]. Khediri et al. for instance, have applied support vector regression control charts for multivariable non-linear auto correlated processes-used to detect error- and process control charts. The results suggest that the employed control charts are capable of effectively monitoring the behavior of the processes, with considerable guarantee of limiting the prospective false errors [5]. Zhang et al. have applied data mining tools to control welding quality and management systems. In this research, the quality of welding is calculated using time series. The results show that gathering and analyzing data by data mining technics online would have considerable positive afflictions on the quality of future welding [6]. In the domain of quality management, Abbasi and Akhavan Niaki used neural network to predict the nonconforming and defected cases in high efficiency processes. The results indicate ease of application and high accuracy of the method [7]. Liu et al. in the control process based on principle component analysis in drying corn used neural network. As the drying process is often very complex due to the multi-variability and non-linearity, neural network was preferred to other methods for such prospect. The results suggest high accuracy and consistency [8]. III. METHODOLOGY In this study, in order to analyze and predict the performance and quality of the electronic parts, the following methodology is applied.
  • 2. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 04 Issue: 02 December 2015, Page No.92-96 ISSN: 2278-2419 93 A. Ordinary Least Square Ordinary least squares (OLS) regression is arguably the most widely used method for fitting linear statistical models. An OLS regression model takes the familiar form: 𝑌𝑖 = 𝛽0 + 𝛽1𝑋𝑖1 + 𝛽2𝑋𝑖2 + ⋯ + 𝛽𝑘𝑋𝑖𝑝 + 𝜀𝑖 (1) where 𝑌𝑖 is case i’s value on the outcome variable, 𝛽0 is the regression constant, 𝑋𝑖𝑗 is case i’s score on the jth of 𝑝 predictor variables in the model, 𝛽𝑗 is predictor j’s partial regression weight, and 𝜀𝑖 is the error for case i. Using matrix notation, Equation 1 can be represented as: 𝒚 = 𝑿𝛽 + 𝜀 (2) where 𝒚 is an 𝑛 × 1 vector of outcome observations, X is a 𝑛 × (𝑝 + 1) matrix of predictor variable values (including a column of ones for the regression constant), and 𝜀 is an 𝑛 × 1 vector of errors, where 𝑛 is the sample size and 𝑝 is the number of predictor variables. The 𝑝 partial regression coefficients in 𝛽 provide information about each predictor variable’s unique or partial relationship with the outcome variable. Researchers are often interested in testing the null hypothesis that a specific element in 𝛽 is zero or constructing a confidence interval for that element using a sample-derived estimate combined with an estimate of the sampling variance of the estimate [9]. The validity of the hypothesis tests and confidence intervals as implemented in most statistical computing packages depends on the extent to which the model’s assumptions are met. The assumptions of the OLS regression model include that (1) the 𝑌𝑖s are generated according to the model specified in Equation 1, (2) the 𝑿 values are fixed (rather than random), (3) the errors are uncorrelated random variables with (4) zero means, and (5) constant variance, the latter assumption known as homoscedasticity. Assumptions (1) and (4) require book-length treatment but in effect state simply that the model is correctly specified (see, e.g., [10], [11]). When the predictors are random variables rather than fixed, assumption (2) can be relaxed without causing major problems by interpreting the partial regression coefficients as “conditional” on values of 𝑿, provided that the conditional expectation of 𝜀 given the values of 𝑿 is zero. Unfortunately, this conditional expectation may well be nonzero, such as when predictors contain measurement error. Measurement error in predictors can bias OLS regression estimates, a topic that is beyond the scope of the present article. A nice introduction can be found in [10]. B. Principal Component Analysis (PCA) Principle Component Analysis is the most popular method of dimension reduction. The aim is to make an orthogonal transformation through which, using the linear combination of the principal components, we reach fewer number of new features. It is worth mentioning that chiefly, the method follows the same procedure for the numeric and categorical variables, but in some case, it has a whole conceptual difference. In this section, merely, the application of principle component analysis is explained on the data. To convert the initial features to the principle components, the following steps are to be executed [12]. 1. Firstly, we standardize the data, in a way that all values are in one specific range. Plus, the average of each feature aj will equal zero using the conversion below. (3) x ̃i,j = xi,j − 1 m ∑ xi,j m i=1 2. The matrix corresponding to the covariance of the data we have from the second step is calculated as below: (4) V = X′ X 3. The eigenvalues and eigenvectors corresponding to the covariance matrix is calculated: (5) det(V − λI) = 0 The eigenvalues are derived from the determinant shown in (5) in which it is the identity matrix. Solving the abovementioned determinant, we will have n eigenvalues at hand. And to get to the eigenvectors, the following calculations ought to be done. (6) Vwj = wj × λj; j = 1,2, … , n In which the wj is the jth eigenvector of covariance matrix. 4. Selecting the principle components. (7) Iq = λ1 + λ2 + ⋯ + λq λ1 + λ2 + ⋯ + λn In the above relation we have: λ1 ≥ λ2 ≥ ⋯ ≥ λn. Iq indicates the explicable changes of the q principle components. To select the principle components, a threshold Imin is set. Now, the number of principle components is the smallest q, for which the following relation applies. (8) Iq > Imin 5. Set the new features. (9) Pj = Xwj; j = 1,2, … , q C. Multilayer Perceptron Neural Network Multilayered Perceptron Neural Network is one of a kind of the leading neural networks that possess a more complex structure compared with the Perceptron as it encompasses all input, hidden and output nodes. The input nodes are designed to receive the descriptive features. Usually, the input nodes are equal to the descriptive variables. The hidden nodes are connected either to the input nodes or other hidden units by the input arches from one side and by the output arches to either other hidden nodes or the output layer from the other. In the output layer, the values received from the hidden layer are converted to the output values corresponding to the desired prediction in the form of output variables. It is usual to design only one output node in case of classification problems. The activation function is usually linear function, Sigmoid Function, or Hyperbolic Tangent. In this study we have applied the Levenberg-Marquardt method to determine the weights that we will elaborate in the following. The method has the following process for learning [12]: 1. Set a random variable for the weights and their threshold. 2. Make an input output pattern for the data in the form of (xk , tk ), in which xk is input value and tk is target value. 3. The data received as the input are then transferred to the hidden layer using the weights and then activation functions
  • 3. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 04 Issue: 02 December 2015, Page No.92-96 ISSN: 2278-2419 94 are applied. 4. The output of the network is calculated by the following formula (I is the input vector size) (10) ok = f (∑ wixi k l i=1 ) If the network output and the actual value are not consistent, using the Levenberg-Marquardt method, the weights are updated. 5. if the steps are taken and the difference of the weights in two consecutive iteration is not the equal to zero, go to the third step. D. Levenberg-Marquardt The application of Error Back Propagation 4 method has had considerable positive effects in the learning process of neural network. Despite the endeavors to speed up the learning process using Back Propagation, relatively little improvement has been achieved. Levenberg-Marquardt method is the expanded form of Back Prop algorithm. This method enjoys the speed of Newton algorithm and consistency of Gradient Descent Method. In the Error Back Propagation algorithm, F(w) acts as the performance measure of difference between the output of the model and the real data and it is our aim to minimize this deficit. (11) F(w) = eT e In which w = [w1, w2, … , wN] corresponds to all the weights in the network. Also e is a vector representing the error for the training data. This way, the differences between weights in each step is calculated: (12) ∆w = [JT J + μI]−1 JT e In which J is the Jacobean Matrix, μ is the learning rate and is updated in accordance with β (depending on the output). 1. Assigning random weights and to μ (usually, it is considered as 0.1.) 2. Calculating the sum of squared error of the training data as F (w). 3. Calculating ∆w and updating w. 4. If the F (w) in the previous iteration is smaller than that of the current iteration, then: (13) w = w + ∆w μ = μ × β (β = 0.1) Go back to the 2nd step, otherwise: (14) μ = μ β And return to the 4th step. The proposed approach in this paper is shown in Figure 1. Figure 1: Proposed Approach IV. DATA AND RESULT The data is gathered from the website of California University Machine Learning. In this study, using the input variables, relative performance of the CPUs manufactured by numerous brands is analyzed. The summary of data is shown Table 1. TABLE 1: SUMMARY OF DATA PRP Correlat ion Standa rd Deviati on Mea n Mi n Ma x Varia bl Type Variable Name ---- ---- ---- ---- ---- Nomi nal vendor name ---- ---- ---- ---- ---- Nomi nal Model Name (many unique symbols) -0.3071 260.3 203.8 17 150 0 Intege r machine cycle time in nanoseco nds (MYCT) 0.7949 3878.7 2868 64 320 00 Intege r minimu m main memory in kilobytes (MMIN) 0.863 11726. 6 1179 6.1 64 640 00 Intege r maximu m main memory in kilobytes (MMAX ) 0.6626 40.6 25.2 0 256 Intege r cache memory in kilobytes (CACH) 0.6089 6.8 4.7 0 52 Intege r minimu m
  • 4. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 04 Issue: 02 December 2015, Page No.92-96 ISSN: 2278-2419 95 channels in units (CHMIN ) 0.6052 26 18.2 0 176 Intege r maximu m channels in units (CHMA X) 1 160.8 105.6 6 115 0 Intege r publishe d relative performa nce (PRP) E. The Results of Principle Component Analysis As the variables take the form of either Nominal or Discrete, and no missing value is observed, we first perform feature extraction methods on the data. The PCA method is applied in case of discrete variables and CATPCA for the Nominal. The minimum amount of explicable change is selected to be 0.95. As the result, the Nominal variables were converted to two components and the Discrete variables to 5 components. F. The OLS Regression Results Using the OLS regression, the results are summarized in the Figure 2, Figure 3 and Table 2 TABLE 2: OLS REGRESSION RESULTS Std.Error t-Student Coefficient Variables 3.93 17.55 69.14** Constant 35.50 1.87 54.69* Component 1 35.44 -1.82 -53.91* Component 2 13.32 -6.45 -86.02** Component 3 31.82 3.38 107.90** Component 4 26.25 -7.70 -202.22** Component 5 53.08 3.81 202.69** Component 6 29.01 4.65 135.14** Component 7 Note: * and ** indicate 10 and 1 significant respectively. In the 99 percent level, the components 1 and 2 are not sensible, also, the components 3 to 7 are sensible and the effect on variable y is as follows: The components 3 and 5, have a negative effect on the variable y, causing it to decrease in case of their augment. Other components, 4, 6 and 7 are in positive relation. Among the components, 5 have the strongest effect (negative) and 6 the strongest positive effect on y. Furthermore, considering the adjusted R-square, 83.6 percent of the changes in y are explicable by the input components mentioned, showing a considerable level of fitness. Mean Square Error and Mean Absolute Error in case of this data set are 2878.703 and 34.402 respectively. It is worth mentioning that the results achieved here are weaker compared to [13]. G. MLP Neural Network Results With the purpose of predicting the Relative Performance of the CPUs, we have used the Multi-layer Perceptron Neural Network as well. After the determination of parameters, the results for MSE and MADare 820.83 and 22.24 respectively, as showed below is Figure 3. It is considerable that the results of this study are noticeably better than [13]. Figure 2: Results from OLS Regression and Published Regression Figure 3: Results from MLP NN and Published Regression V. CONCLUSION In this research, with the purpose of analyzing and predicting the quality and performance of electronic parts, a new methodology has been exploited. To study the performance of this new methodology, data corresponding to the performance of CPUs are borrowed from the California University data base. The results suggesting a considerable improvement by applying the Multilayer Perceptron Neural Network compared to the OLS regression methods. REFERENCES [1] Ostadi, Bakhtiar; Rezai, Kamran; Aghdasi, Mohammad, 1386, The application of data mining for improving the product quality level, The proceeding of the first data mining conference in Iran, Tehran, Amirkabir University of Technology, The institute of Gita Data Processing. (In Persian) [2] Amouie, Golriz; Bagheri Dehnavi, Malihe; Minaie Bigdeli, Behrouz, 1390, Proposing a model for detecting the product defects using data mining technics, The first conference of computer and IT students, Tabriz University, Tabriz. (In Persian)
  • 5. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 04 Issue: 02 December 2015, Page No.92-96 ISSN: 2278-2419 96 [3] Chris Rygielski, Jyun-Cheng Wang , David C. Yen.” Data mining techniques for customer Relationship management” Technology in Society 24 (2002) 413–502. [4] Kai-Ying Chen , Long-Sheng Chen, Mu-Chen Chen , Chia-Lung Lee.” Using SVM based method for equipment fault detection in a thermal power plant” Computers in Industry 62 (2011) 42–50. [5] Khediri, I. B., Weihs, C., & Limam, M. (2010). Support vector regression control charts for multivariate nonlinear autocorrelated processes. Chemometrics and Intelligent Laboratory Systems, 103(1), 76-81. [6] Zhang, C. H., Di, L., & An, Z. (2003, November). Welding quality monitoring and management system based on data mining technology. In Machine Learning and Cybernetics, 2003 International Conference on (Vol. 1, pp. 13-17). IEEE. [7] Abbasi, B., & Akhavan Niaki, S. T. (2007). Monitoring high-yields processes with defects count in nonconforming items by artificial neural network. Applied mathematics and computation, 188(1), 262-270. [8] Liu, X., Chen, X., Wu, W., & Zhang, Y. (2006). Process control based on principal component analysis for maize drying. Food control, 17(11), 894- 899. [9] A. F. Hayes and L. Cai, "Using heteroskedasticity-consistent standard error estimators in OLS regression: An introduction and software implementation," Behavior Research Methods, vol. 39, pp. 709-722, 2007. [10]W. D. Berry, Understanding regression assumptions vol. 92: Sage, 1993. [11]H. White, "A heteroskedasticity-consistent covariance matrix estimator and a direct test for heteroskedasticity," Econometrica: Journal of the Econometric Society, pp. 817-838, 1980. [12]V. Carlo, "Business intelligence :data mining and optimization for decision making," Editorial John Wiley and Sons, 2009. [13]P. Ein-Dor and J. Feldmesser, "Attributes of the performance of central processing units: A relative performance prediction model," Communications of the ACM, vol .30 ,pp. 308-317, 19.