SlideShare une entreprise Scribd logo
1  sur  10
Télécharger pour lire hors ligne
INTERNATIONAL JOURNAL OF ELECTRONICS AND 
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 
COMMUNICATION  
ENGINEERING  TECHNOLOGY (IJECET) 
ISSN 0976 – 6464(Print) 
ISSN 0976 – 6472(Online) 
Volume 5, Issue 7, July (2014), pp. 46-55 
© IAEME: http://www.iaeme.com/IJECET.asp 
Journal Impact Factor (2014): 7.2836 (Calculated by GISI) 
www.jifactor.com 
46 
 
IJECET 
© I A E M E 
DATA FILTRATION AND SIMULATION BY ARTIFICIAL NEURAL 
NETWORK 
Sweety H Meshram†*, VinayKeswani*, NileshBodne* 
*Department of Electronics  Communication, Vidharbha Institute of Technology, RTMNU 
Nagpur. 
†Corresponding author 
ABSTRACT 
The automotive industry requires an automated system to sort different sizes and shapes 
objects, images which are the mainly used component in the industry, to improve the overall 
productivity. There are things at which humans are still way ahead of the machines in terms of 
efficiency one of such thing is the recognition especially pattern recognition. There are several 
methods which are tested for giving the machines the intelligence in efficient way for pattern 
recognition purpose. The artificial neural network is one of the most optimization techniques used 
for training the networks for efficient recognition. Computer vision is the science and technology of 
machines that can see. The machine is made by integration of many parts to extract information from 
an image in order to solve some task. Principle component analysis is a technique that will be 
suitably used for the application purpose for sorting, inspection, fault diagnosis in various field. 
Keywords: Digital Signature, MATLAB, Recognition, Wavelet Transforms, Principle Component 
Analysis, Artificial Neural Network. 
1. INTRODUCTION 
The machine is made by integration of many parts to extract information from an image in 
order to solve some task. As a scientific discipline, computer vision is concerned with the theory 
behind artificial systems that extract information from images. Each of the application areas 
described above employ a range of computer vision tasks; with more or less well defined 
measurement or processing problems, which can be solved using a variety of methods. Some 
examples of typical computer vision tasks are presented below. Recognition is the classical problem 
in computer vision, image processing, and machine vision. It is related to the determination of 
whether or not the image data contains some specific object, feature, or activity.
International Journal of Electronics and Communication Engineering  Technology (IJECET), ISSN 0976 – 
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 
 
47 
 
The human perception of identifying an object is the natural logical thinking process by 
which humans recognise an object. But, machines are far behind the human recognition system of an 
object, so researchers are up-to increasing this efficiency of the machines. 
Artificial neural network is the evolutionary technique which mimics the human brain of 
retaining the data when it is first identified or trained. The main focus of this paper is on the various 
feature extraction techniques which can be used along with the artificial neural network]. The 
optimization algorithm has less iteration than implementation with Artificial Neural Network process 
for the same task and other improved algorithms while the convergence rate is faster and the 
precision is higher. Curve figures in terms of perimeter radius are used as feature extraction for 
recognizing objects. This method is efficient and more suitable for real time recognition systems 
compared with previous research because we can get better iteration time, speed of belt conveyor and 
accuracy. 
2. NEED OF ARTIFICIAL NEURAL NETWORK 
2.1 Concept of Artificial Neural Network 
An Artificial Neural Network (ANN) is an information processing paradigm that is inspired 
by the way biological nervous systems, such as the brain, process information. The key element of 
this paradigm is the novel structure of the information processing system. It is composed of a large 
number of highly interconnected processing elements (neurons) working in unison to solve specific 
problems. ANNs, like people, learn by example. An ANN is configured for a specific application, 
such as pattern recognition or data classification, through a learning process. Learning in biological 
systems involves adjustments to the synaptic connections that exist between the neurons. 
2. 2 Use of Artificial Neural Networks 
Neural networks, with their remarkable ability to derive meaning from complicated or 
imprecise data, can be used to extract patterns and detect trends that are too complex to be noticed by 
either humans or other computer techniques. A trained neural network can be thought of as an 
expert in the category of information it has been given to analyze. This expert can then be used to 
provide projections given new situations of interest and answer what if questions. 
Other advantages include: 
1. Adaptive learning: An ability to learn how to do tasks based on the data given for training or 
initial experience. 
2. Self-Organization: An ANN can create its own organization or representation of the 
information it receives during learning time. 
3. Real Time Operation: ANN computations may be carried out in parallel, and special hardware 
devices are being designed and manufactured which take advantage of this capability. 
4. Fault Tolerance via Redundant Information Coding: Partial destruction of a network leads to 
the corresponding degradation of performance. However, some network capabilities may be 
retained even with major network damage. 
2.3 From Human Neurons to Artificial Neurons 
We conduct these neural networks by first trying to deduce the essential features of neurons 
and their interconnections. We then typically program a computer to simulate these features. 
However because our knowledge of neurons is incomplete and our computing power is limited, our 
models are necessarily gross idealizations of real networks of neurons.
International Journal of Electronics and Communication Engineering  
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 
 
Some interesting numbers 
BRAIN 
Vprop=100m/s 
hz N w =100 
N=1010-1011 neurons 
The parallelism degree ~10 
processors with 100 Hz frequency. 10 
connected at the same time. 
1.4 Network Layers 
Technology (IJECET), ISSN 0976 
46-55 © IAEME 
9 w = 10 
• The commonest type of artificial neural network consists of three groups, or layers, of units: a 
layer of input units is connected to a layer of  
output units. 
• The activity of the input units represents the raw information that is fed into the network. 
• The activity of each hidden unit is determined by the activities of the input units and the weights 
on the connections between the input and the hidden units. 
• The behavior of the output units depends on the activity of the hidden units and the weights 
between the hidden and output units. 
3. DATA FILTERS 
That is all we need to know about Neural Nets, if we want to make forecasts. The next 
problem with which you will have to fight 
nobody knows what is noise and what is pure signal. 
Fig.1: 
3.1 Adaptive filters 
Main features, which we must obtain: 
1. Zero-phase distortion (because we are going to make forecasts and we shouldn’t influence on 
the data’s phase we have. 
2. We don’t know what real signal is and what 
like that. So one have to decide apriori what is the signal we want to obtain. 
48 
PC 
Vprop=3*108 m/s 
hz N 
N=109 
14 like 1014 
4 
 hidden units, which is connected to a layer of 
ut - is noise in real signals. And the biggest trouble, that 
Predictable novice in real signals 
is noise, especially in case of share 
– 
 
 values or smth
International Journal of Electronics and Communication Engineering  Technology (IJECET), ISSN 0976 – 
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 
 
3. In this artical I’m going to make an overview of 3 types of adaptive filters: Zero-phase filter 
(smoothing filter), Kalman filter (error estimator), and Empirical mode decomposition. 
49 
3.2 Zero-phase filter 
The main equation of this filter: 
( ) (1) ( ) (2) ( 1) .. 
y n b x n b x n 
= + − + 
... + b ( nb + 1) x ( n − nb ) − a (2) y ( n 
− 1) − 
.. 
.... − a ( na + 1) y ( n − 
na 
) 
The scheme of this filter 
Fig.2: Implementation of zero phase filter 
Where x(n) is the signal we have at the moment n . Z-1 – means that we take the previous 
value of the signal (moment (n-1)). b , a - are the filter coefficients. 
Filter performs zero-phase digital filtering by processing the input data in both the forward 
and reverse directions. After filtering in the forward direction, it reverses the filtered sequence and 
runs it back through the filter. The resulting sequence has precisely zero-phase distortion and double 
the filter order. Filter minimizes start-up and ending transients by matching initial conditions, and 
works for both real and complex inputs. Note that filter should not be used with differentiator and 
Hilbert FIR filters, since the operation of these filters depends heavily on their phase response. 
Problem: After the neural net the forecast will have 1 day delay if we tried to make forecast for one 
day. It looks like the picture on the right. But I should mention that all statistical values e.g. 
correlation coefficient are very good. It means that it’s is possible to use this filter, but with some 
kind of error estimator 
3.3 Kalman filter (error estimator) 
Consider a linear, discrete-time dynamical system. The concept of state is fundamental to this 
description. The state vector or simply state, denoted by x, is defined as the minimal set of data that 
is sufficient to uniquely describe the unforced dynamical behavior of the system; the subscript n 
denotes discrete time. In other words, the state is the least amount of data on the past behavior of the 
system that is needed to predict its future behavior. Typically, the state xk is unknown. To estimate it, 
we use a set of observed data, denoted by the vector yk. In mathematical terms, the block diagram 
embodies the
International Journal of Electronics and Communication Engineering  
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 
 
Technology (IJECET), ISSN 0976 
46-55 © IAEME 
Fig.3: Unforced dynamic behavior of system 
Following pair of equations: 
The equation of this filter is given below: 
Ù Ù Ù 
( ) ( 1) ( )[ ( ) ( 
x n = a x n − + k n y n − 
ac x n 
1)], 
− 
where x ( n ) = ax ( n − 1) + w ( n 
− 
1) model 
modelof generatingsignal, 
( ) whitenoiseand ( ) ( ) 
w n y n cx n 
− = + 
( n 
) 
n 
signalafter neuralnet , n 
( n 
) − 
whitenoise 
Problem: After Kalman filter the error became less, but there is still a day delay. 
The solution is Empirical Mode Decomposition. 
3.4 Empirical Mode Decomposition 
A new nonlinear technique, referred to as 
– 
 
(EMD), has 
recently been pioneered by N.E. Huang 
stationary sums of zero-mean AMFM components 
effective, the 
technique is faced with the difficulty of being essentially defined by an algorithm, and therefore of 
not admitting an analytical formulation which would allow for a theo 
retical performance evaluation. The purpose of this paper is therefore to contribute experimentally to a 
better understanding of the method and to propose various improvements upon the original 
formulation. Some preliminary elements of experim 
provided for giving a flavor of the efficiency of the decomposition, as well as of the difficulty of its 
interpretation. 
The starting point of the Empirical Mode Decomposition (EMD) is to consider oscillations in 
signals at a very local level. In fact, if we look at the evolution of a signal 
consecutive extrema (say, two minima occurring at times 
(local) high-frequency part {d(t),  t−  
terminating at the two minima and passing through the maximum which necessarily exists in 
between them. For the picture to be complete, one still has to identify the corresponding (local) low 
frequency part m(t), or local trend, so that we have 
this is done in some proper way for all the oscillations composing the entire signal, the procedure can 
then be applied on the residual consisting of all local trends, and cons 
50 
noise 
.4 Empirical  Mode  Decomposition  
et al.  for adaptively representing nonstationary signals as 
components. Although it often proved remarkably effective 
theoretical analysis and 
experimental performance evaluation will also be 
ignals x 
t− and t+), we can heuristicall 
   t   t+}, or local detail, which corresponds to the oscillation 
x(t) = m(t) + d(t) for t−  t  t 
constitutive components of a signal 
ental (t) between two 
heuristically define a 
low- 
 t+. Assuming that 
titutive
International Journal of Electronics and Communication Engineering  Technology (IJECET), ISSN 0976 – 
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 
 
can therefore be iteratively extracted. Given a signal x(t), the effective algorithm of EMD can be 
summarized as follows: 
1. Identity all extrema of x(t) 
2. Interpolate between minima (resp. maxima),ending up with some envelope emin(t) 
51 
(resp.emax(t)) 
3. Compute the mean m(t) = (emin(t)+emax(t))/2 
4. Extract the detail d(t) = x(t) − m(t) 
5. Iterate on the residual m(t) 
In practice, the above procedure has to be refined by a sifting process which amounts to first 
iterating steps 1 to 4 upon the detail signal d(t), until this latter can be considered as zero-mean 
according to some stopping criterion. Once this is achieved, the detail is referred to as an Intrinsic  
Mode Function (IMF), the corresponding residual is computed and step 5 applies. By construction, 
the number of extrema is decreased when going from one residual to the next, and the whole 
decomposition is guaranteed to be completed with a finite number of modes. Modes and residuals 
have been heuristically introduced on “spectral” arguments, but this must not be considered from a 
too narrow perspective. First, it is worth stressing the fact that, even in the case of harmonic 
oscillations, the high vs. low frequency discrimination mentioned above applies only locally and 
corresponds by no way to a pre-determined sub band filtering (as, e.g., in a wavelet transform). 
Selection of modes rather corresponds to an automatic and adaptive (signal-dependent) time-variant 
filtering. 
Let’s try to do this procedure with next signal x = 0,7sin(20pt) + 0,5sin(400pt),t Î[01] 
Fig.4: Intrinsic mode functions IMF#1 and IMF#2 shows shifting process
International Journal of Electronics and Communication Engineering  
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 
 
Let’s try to filter from high frequency part (light gray 
Fig.5: Filter from high frequency part (light gray 
Technology (IJECET), ISSN 0976 
46-55 © IAEME 
Problem: Using this method we have strong boundary effects. Sifting process can minimize this 
effect, but not at all. 
3.5 Zero-phase filter +Kalman filter +EMD = Solution 
The so called solution is next. We should use data, obtained from zero 
boundaries, we should use linear weighed sum of zero 
after the forecast is done, we should apply Kalman filter to the forecast. Let’s try to do that. The 
figure on the bottom is the forecast of some company’s share value (production set). There is no 
delay. 
Fig. 6: linear weighed sum of zero 
The bottom figures are zoomed pictures of previous figure 
Fig.7: Both are zoom pictures of figure no 6 
52 
– EMD, dark gray – zero phase filters) 
gray-EMD, dark gray-zero phase filters 
zero-phase filter on the 
zero-phase and some IMF’s in the middle. And 
zero-phase and some IMF’s (forecast of some share values) 
– 
 
ome
International Journal of Electronics and Communication Engineering  
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 
 
4. SIMULATION ANALYSIS 
If you are going to make forecast, you will need filters. The best way to make forecast is to 
use adaptive filters. Three of them I showed you. The thing I will show next isn’t the best way to 
make forecasts. I’m going to teach ANN to make forecast for one day. After that we suggest 
predicted value as an input to make forecast for the second day and so 
for Siemens share values. 
Here is Siemens function (for share values) 
Fig 8: Forecasting for Siemens share values 
Let’s filter it. 
Fig.9: Filter the Siemens function to make for 
Now we are ready to make forecast. 
Here is the forecast in comparison with real data. 
Technology (IJECET), ISSN 0976 
46-55 © IAEME 
53 
on. Let’s try to make forecast 
ilter cast 
–
International Journal of Electronics and Communication Engineering  Technology (IJECET), ISSN 0976 – 
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 
 
Fig. 10: Forecast in comparison with real data 
Of course it’s is better to use another techniques to make forecast’s for few days. But this 
approach can give you a chance to make forecast for 5-6 days depending on the function you are 
working with. 
54 
5. CONCLUSION 
We had compared both of inspection method in industrial application. The real time 
inspection method can be expected to improve quality control in manufacturing environment. 
However, the implementation of computer vision in manufacturing is not simply image processing 
problem. The real time visual inspection is an integration system of lighting system, image 
acquisition, computer, controller and handling equipment. The results show that the dimension can 
be calculated using image processing algorithm which measures the length, width, edge and diameter 
of press part. 
6. FUTURE WORK 
The results show the potential of the system to be implemented in metal-based industry. It is 
shown that the above algorithm can be used to perform real time visual inspection system. The 
routine consists of digital image acquisition, noise reduction, edge detection, and feature extraction. 
However, future work is necessarily needed to inspect another parameter of press part such as 
straightness, flatness, roundness, angle, profile, and weight for part with more complex shape. 
REFERENCES 
[1] Canbulut, F.  Sinanoglu, C. (2004). An Investigation on the Performance of Hydrostatic 
Pumps Using Artificial Neural Network. JSME,  International  Journal  Series  C, Vol. 47, 
864-872, ISSN: 1344-7653. 
[2] Homem de Mello, LS.  Arthur, CD. (1990). AND/OR Graph Representation of Assembly 
Plans. IEEE Transaction On Robotics and Automation; Vol. 6,No. 2, 188-199, ISSN: 1552- 
3098. 
[3] Sinanoglu, C., Kurban, AO.  Yıldırım, S. (2004). Analysis of Pressure Variations on 
Journal Bearing System Using Artificial Neural Network, Industrial  Lubrication  and  
Tribology, Vol. 56, No.2, 74-87, ISSN: 0036-8792. 
[4] Sinanoglu, C.  Börklü, HR. (2004). An Approach to Determine Geometric Feasibility to 
Assembly States by Intersection Matrices in Assembly Sequence Planning. Journal  of  
Intelligent Manufacturing, Vol. 15, 543-59, ISSN: 0956-5515.
International Journal of Electronics and Communication Engineering  Technology (IJECET), ISSN 0976 – 
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 
 
55 
 
[5] Sinanoglu, C.  Börklü, H.R. (2005). An Assembly Sequence Planning System for 
Mechanical Parts Using Neural Network, Assembly  Automation, Vol.25, No. 1, 38-52, 
ISSN: 0144-5154. 
[6] Chen, J., Benesty, J., Huang, Y. and Doclo, S., New Insights Into the Noise Reduction 
Wiener Filter, IEEE  Trans.  on  Audio,  Speech,  and  Language  Processing, Vol.14, No. 4, 
2006, pp. 1218-1234. 
[7] Anderson, James A., A Simple Neural Network Generating an Interactive Memory, 
Mathematical Biosciences, Volume 14, 1972. 
[8] Anderson, James A., Silverstein, Jack W., Ritzx, Stephen A., and Jones, Randall S., 
Distinctive Features, Categorical Perception, and Probability Learning: Some Applications 
of a Neural Model, Psychological Review, Volume 84, Number 5, September 1977. 
[9] Carpenter, Gail A., and Grossberg, Stephen, ART 2: Self-Organization of Stable Category 
Recognition Codes for Analog Input Patterns, Applied Optics, 1987. 
[10] Cottrell, G.W., Munro, P., and Zipser D., Learning Internal Representations form Gray- 
Scale Images: An Example of Extensional Programming, In Proc. 9th Annual Conference of  
the Cognitive Science Society, 1987. 
[11] Glover, David E., Optical Processing and Neuro computing in an Automated Inspection 
System, Journal of Neural Network Computing, Fall 1989. 
[12] Gorman, R.P., and Sejnowski, T.J., Analysis of Hidden Units in a Layered Network Trained 
to Classify Sonar Targets, Neural Networks, Volume 1, 1988. 
[13] Dr. Rajeshwari S. Mathad, “Supervised Learning in Artificial Neural Networks”, 
International  Journal  of  Electronics  and  Communication  Engineering  Technology  
(IJECET), Volume 5, Issue 3, 2014, pp. 208 - 215, ISSN Print: 0976- 6464, ISSN Online: 
0976 –6472.

Contenu connexe

Tendances

Neural Networks for Pattern Recognition
Neural Networks for Pattern RecognitionNeural Networks for Pattern Recognition
Neural Networks for Pattern RecognitionVipra Singh
 
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...IJECEIAES
 
SAR Image Classification by Multilayer Back Propagation Neural Network
SAR Image Classification by Multilayer Back Propagation Neural NetworkSAR Image Classification by Multilayer Back Propagation Neural Network
SAR Image Classification by Multilayer Back Propagation Neural NetworkIJMTST Journal
 
IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...
IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...
IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...IRJET Journal
 
Applications of Artificial Neural Networks in Civil Engineering
Applications of Artificial Neural Networks in Civil EngineeringApplications of Artificial Neural Networks in Civil Engineering
Applications of Artificial Neural Networks in Civil EngineeringPramey Zode
 
Hand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and PythonHand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and Pythonijtsrd
 
Application of CI in Motor Modeling
Application of CI in Motor ModelingApplication of CI in Motor Modeling
Application of CI in Motor ModelingYousuf Khan
 
Artificial Neural Network for hand Gesture recognition
Artificial Neural Network for hand Gesture recognitionArtificial Neural Network for hand Gesture recognition
Artificial Neural Network for hand Gesture recognitionVigneshwer Dhinakaran
 
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMDYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMcscpconf
 
Paper id 6122018109
Paper id 6122018109Paper id 6122018109
Paper id 6122018109IJRAT
 
NEURAL NETWORKS
NEURAL NETWORKSNEURAL NETWORKS
NEURAL NETWORKSESCOM
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networknainabhatt2
 
Application of Artificial Neural Networking for Determining the Plane of Vibr...
Application of Artificial Neural Networking for Determining the Plane of Vibr...Application of Artificial Neural Networking for Determining the Plane of Vibr...
Application of Artificial Neural Networking for Determining the Plane of Vibr...IOSRJMCE
 
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...COMPEGENCE
 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...IAEME Publication
 

Tendances (19)

Neural Networks for Pattern Recognition
Neural Networks for Pattern RecognitionNeural Networks for Pattern Recognition
Neural Networks for Pattern Recognition
 
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
 
SAR Image Classification by Multilayer Back Propagation Neural Network
SAR Image Classification by Multilayer Back Propagation Neural NetworkSAR Image Classification by Multilayer Back Propagation Neural Network
SAR Image Classification by Multilayer Back Propagation Neural Network
 
IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...
IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...
IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...
 
Applications of Artificial Neural Networks in Civil Engineering
Applications of Artificial Neural Networks in Civil EngineeringApplications of Artificial Neural Networks in Civil Engineering
Applications of Artificial Neural Networks in Civil Engineering
 
Hand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and PythonHand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and Python
 
B05211012
B05211012B05211012
B05211012
 
Application of CI in Motor Modeling
Application of CI in Motor ModelingApplication of CI in Motor Modeling
Application of CI in Motor Modeling
 
Artificial Neural Network for hand Gesture recognition
Artificial Neural Network for hand Gesture recognitionArtificial Neural Network for hand Gesture recognition
Artificial Neural Network for hand Gesture recognition
 
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMDYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
 
Paper id 6122018109
Paper id 6122018109Paper id 6122018109
Paper id 6122018109
 
NEURAL NETWORKS
NEURAL NETWORKSNEURAL NETWORKS
NEURAL NETWORKS
 
Kn2518431847
Kn2518431847Kn2518431847
Kn2518431847
 
Perceptron & Neural Networks
Perceptron & Neural NetworksPerceptron & Neural Networks
Perceptron & Neural Networks
 
E44082429
E44082429E44082429
E44082429
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Application of Artificial Neural Networking for Determining the Plane of Vibr...
Application of Artificial Neural Networking for Determining the Plane of Vibr...Application of Artificial Neural Networking for Determining the Plane of Vibr...
Application of Artificial Neural Networking for Determining the Plane of Vibr...
 
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
 

Similaire à 40120140507007

Artificial Neural Network: A brief study
Artificial Neural Network: A brief studyArtificial Neural Network: A brief study
Artificial Neural Network: A brief studyIRJET Journal
 
Artificial Neural Networks in Human Life: Future Challenges and its Applications
Artificial Neural Networks in Human Life: Future Challenges and its ApplicationsArtificial Neural Networks in Human Life: Future Challenges and its Applications
Artificial Neural Networks in Human Life: Future Challenges and its ApplicationsIRJET Journal
 
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMIRJET Journal
 
Review of Deep Neural Network Detectors in SM MIMO System
Review of Deep Neural Network Detectors in SM MIMO SystemReview of Deep Neural Network Detectors in SM MIMO System
Review of Deep Neural Network Detectors in SM MIMO Systemijtsrd
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.Surabhi Vasudev
 
Face Detection and Recognition using Back Propagation Neural Network (BPNN)
Face Detection and Recognition using Back Propagation Neural Network (BPNN)Face Detection and Recognition using Back Propagation Neural Network (BPNN)
Face Detection and Recognition using Back Propagation Neural Network (BPNN)IRJET Journal
 
Machine learning based augmented reality for improved learning application th...
Machine learning based augmented reality for improved learning application th...Machine learning based augmented reality for improved learning application th...
Machine learning based augmented reality for improved learning application th...IJECEIAES
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkGauravPandey319
 
Artificial intelligence in power systems seminar presentation
Artificial intelligence in  power systems seminar presentationArtificial intelligence in  power systems seminar presentation
Artificial intelligence in power systems seminar presentationMATHEW JOSEPH
 
Early detection of adult valve disease–mitral
Early detection of adult valve disease–mitralEarly detection of adult valve disease–mitral
Early detection of adult valve disease–mitralIAEME Publication
 
Early detection of adult valve disease mitral stenosis using the elman artifi...
Early detection of adult valve disease mitral stenosis using the elman artifi...Early detection of adult valve disease mitral stenosis using the elman artifi...
Early detection of adult valve disease mitral stenosis using the elman artifi...iaemedu
 
Early detection of adult valve disease mitral stenosis
Early detection of adult valve disease mitral stenosisEarly detection of adult valve disease mitral stenosis
Early detection of adult valve disease mitral stenosisIAEME Publication
 
Calculating voltage magnitudes and voltage phase angles of real electrical ne...
Calculating voltage magnitudes and voltage phase angles of real electrical ne...Calculating voltage magnitudes and voltage phase angles of real electrical ne...
Calculating voltage magnitudes and voltage phase angles of real electrical ne...IJECEIAES
 

Similaire à 40120140507007 (20)

Artificial Neural Network: A brief study
Artificial Neural Network: A brief studyArtificial Neural Network: A brief study
Artificial Neural Network: A brief study
 
Artificial Neural Networks in Human Life: Future Challenges and its Applications
Artificial Neural Networks in Human Life: Future Challenges and its ApplicationsArtificial Neural Networks in Human Life: Future Challenges and its Applications
Artificial Neural Networks in Human Life: Future Challenges and its Applications
 
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Project Report -Vaibhav
Project Report -VaibhavProject Report -Vaibhav
Project Report -Vaibhav
 
Review of Deep Neural Network Detectors in SM MIMO System
Review of Deep Neural Network Detectors in SM MIMO SystemReview of Deep Neural Network Detectors in SM MIMO System
Review of Deep Neural Network Detectors in SM MIMO System
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.
 
Face Detection and Recognition using Back Propagation Neural Network (BPNN)
Face Detection and Recognition using Back Propagation Neural Network (BPNN)Face Detection and Recognition using Back Propagation Neural Network (BPNN)
Face Detection and Recognition using Back Propagation Neural Network (BPNN)
 
Machine learning based augmented reality for improved learning application th...
Machine learning based augmented reality for improved learning application th...Machine learning based augmented reality for improved learning application th...
Machine learning based augmented reality for improved learning application th...
 
40120140507006
4012014050700640120140507006
40120140507006
 
40120140507006
4012014050700640120140507006
40120140507006
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial Neural Networks
Artificial Neural NetworksArtificial Neural Networks
Artificial Neural Networks
 
P2-Artificial.pdf
P2-Artificial.pdfP2-Artificial.pdf
P2-Artificial.pdf
 
Artificial intelligence in power systems seminar presentation
Artificial intelligence in  power systems seminar presentationArtificial intelligence in  power systems seminar presentation
Artificial intelligence in power systems seminar presentation
 
40120130405012
4012013040501240120130405012
40120130405012
 
Early detection of adult valve disease–mitral
Early detection of adult valve disease–mitralEarly detection of adult valve disease–mitral
Early detection of adult valve disease–mitral
 
Early detection of adult valve disease mitral stenosis using the elman artifi...
Early detection of adult valve disease mitral stenosis using the elman artifi...Early detection of adult valve disease mitral stenosis using the elman artifi...
Early detection of adult valve disease mitral stenosis using the elman artifi...
 
Early detection of adult valve disease mitral stenosis
Early detection of adult valve disease mitral stenosisEarly detection of adult valve disease mitral stenosis
Early detection of adult valve disease mitral stenosis
 
Calculating voltage magnitudes and voltage phase angles of real electrical ne...
Calculating voltage magnitudes and voltage phase angles of real electrical ne...Calculating voltage magnitudes and voltage phase angles of real electrical ne...
Calculating voltage magnitudes and voltage phase angles of real electrical ne...
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 

Dernier (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

40120140507007

  • 1. INTERNATIONAL JOURNAL OF ELECTRONICS AND International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME COMMUNICATION ENGINEERING TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME: http://www.iaeme.com/IJECET.asp Journal Impact Factor (2014): 7.2836 (Calculated by GISI) www.jifactor.com 46 IJECET © I A E M E DATA FILTRATION AND SIMULATION BY ARTIFICIAL NEURAL NETWORK Sweety H Meshram†*, VinayKeswani*, NileshBodne* *Department of Electronics Communication, Vidharbha Institute of Technology, RTMNU Nagpur. †Corresponding author ABSTRACT The automotive industry requires an automated system to sort different sizes and shapes objects, images which are the mainly used component in the industry, to improve the overall productivity. There are things at which humans are still way ahead of the machines in terms of efficiency one of such thing is the recognition especially pattern recognition. There are several methods which are tested for giving the machines the intelligence in efficient way for pattern recognition purpose. The artificial neural network is one of the most optimization techniques used for training the networks for efficient recognition. Computer vision is the science and technology of machines that can see. The machine is made by integration of many parts to extract information from an image in order to solve some task. Principle component analysis is a technique that will be suitably used for the application purpose for sorting, inspection, fault diagnosis in various field. Keywords: Digital Signature, MATLAB, Recognition, Wavelet Transforms, Principle Component Analysis, Artificial Neural Network. 1. INTRODUCTION The machine is made by integration of many parts to extract information from an image in order to solve some task. As a scientific discipline, computer vision is concerned with the theory behind artificial systems that extract information from images. Each of the application areas described above employ a range of computer vision tasks; with more or less well defined measurement or processing problems, which can be solved using a variety of methods. Some examples of typical computer vision tasks are presented below. Recognition is the classical problem in computer vision, image processing, and machine vision. It is related to the determination of whether or not the image data contains some specific object, feature, or activity.
  • 2. International Journal of Electronics and Communication Engineering Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 47 The human perception of identifying an object is the natural logical thinking process by which humans recognise an object. But, machines are far behind the human recognition system of an object, so researchers are up-to increasing this efficiency of the machines. Artificial neural network is the evolutionary technique which mimics the human brain of retaining the data when it is first identified or trained. The main focus of this paper is on the various feature extraction techniques which can be used along with the artificial neural network]. The optimization algorithm has less iteration than implementation with Artificial Neural Network process for the same task and other improved algorithms while the convergence rate is faster and the precision is higher. Curve figures in terms of perimeter radius are used as feature extraction for recognizing objects. This method is efficient and more suitable for real time recognition systems compared with previous research because we can get better iteration time, speed of belt conveyor and accuracy. 2. NEED OF ARTIFICIAL NEURAL NETWORK 2.1 Concept of Artificial Neural Network An Artificial Neural Network (ANN) is an information processing paradigm that is inspired by the way biological nervous systems, such as the brain, process information. The key element of this paradigm is the novel structure of the information processing system. It is composed of a large number of highly interconnected processing elements (neurons) working in unison to solve specific problems. ANNs, like people, learn by example. An ANN is configured for a specific application, such as pattern recognition or data classification, through a learning process. Learning in biological systems involves adjustments to the synaptic connections that exist between the neurons. 2. 2 Use of Artificial Neural Networks Neural networks, with their remarkable ability to derive meaning from complicated or imprecise data, can be used to extract patterns and detect trends that are too complex to be noticed by either humans or other computer techniques. A trained neural network can be thought of as an expert in the category of information it has been given to analyze. This expert can then be used to provide projections given new situations of interest and answer what if questions. Other advantages include: 1. Adaptive learning: An ability to learn how to do tasks based on the data given for training or initial experience. 2. Self-Organization: An ANN can create its own organization or representation of the information it receives during learning time. 3. Real Time Operation: ANN computations may be carried out in parallel, and special hardware devices are being designed and manufactured which take advantage of this capability. 4. Fault Tolerance via Redundant Information Coding: Partial destruction of a network leads to the corresponding degradation of performance. However, some network capabilities may be retained even with major network damage. 2.3 From Human Neurons to Artificial Neurons We conduct these neural networks by first trying to deduce the essential features of neurons and their interconnections. We then typically program a computer to simulate these features. However because our knowledge of neurons is incomplete and our computing power is limited, our models are necessarily gross idealizations of real networks of neurons.
  • 3. International Journal of Electronics and Communication Engineering 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. Some interesting numbers BRAIN Vprop=100m/s hz N w =100 N=1010-1011 neurons The parallelism degree ~10 processors with 100 Hz frequency. 10 connected at the same time. 1.4 Network Layers Technology (IJECET), ISSN 0976 46-55 © IAEME 9 w = 10 • The commonest type of artificial neural network consists of three groups, or layers, of units: a layer of input units is connected to a layer of output units. • The activity of the input units represents the raw information that is fed into the network. • The activity of each hidden unit is determined by the activities of the input units and the weights on the connections between the input and the hidden units. • The behavior of the output units depends on the activity of the hidden units and the weights between the hidden and output units. 3. DATA FILTERS That is all we need to know about Neural Nets, if we want to make forecasts. The next problem with which you will have to fight nobody knows what is noise and what is pure signal. Fig.1: 3.1 Adaptive filters Main features, which we must obtain: 1. Zero-phase distortion (because we are going to make forecasts and we shouldn’t influence on the data’s phase we have. 2. We don’t know what real signal is and what like that. So one have to decide apriori what is the signal we want to obtain. 48 PC Vprop=3*108 m/s hz N N=109 14 like 1014 4 hidden units, which is connected to a layer of ut - is noise in real signals. And the biggest trouble, that Predictable novice in real signals is noise, especially in case of share – values or smth
  • 4. International Journal of Electronics and Communication Engineering Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 3. In this artical I’m going to make an overview of 3 types of adaptive filters: Zero-phase filter (smoothing filter), Kalman filter (error estimator), and Empirical mode decomposition. 49 3.2 Zero-phase filter The main equation of this filter: ( ) (1) ( ) (2) ( 1) .. y n b x n b x n = + − + ... + b ( nb + 1) x ( n − nb ) − a (2) y ( n − 1) − .. .... − a ( na + 1) y ( n − na ) The scheme of this filter Fig.2: Implementation of zero phase filter Where x(n) is the signal we have at the moment n . Z-1 – means that we take the previous value of the signal (moment (n-1)). b , a - are the filter coefficients. Filter performs zero-phase digital filtering by processing the input data in both the forward and reverse directions. After filtering in the forward direction, it reverses the filtered sequence and runs it back through the filter. The resulting sequence has precisely zero-phase distortion and double the filter order. Filter minimizes start-up and ending transients by matching initial conditions, and works for both real and complex inputs. Note that filter should not be used with differentiator and Hilbert FIR filters, since the operation of these filters depends heavily on their phase response. Problem: After the neural net the forecast will have 1 day delay if we tried to make forecast for one day. It looks like the picture on the right. But I should mention that all statistical values e.g. correlation coefficient are very good. It means that it’s is possible to use this filter, but with some kind of error estimator 3.3 Kalman filter (error estimator) Consider a linear, discrete-time dynamical system. The concept of state is fundamental to this description. The state vector or simply state, denoted by x, is defined as the minimal set of data that is sufficient to uniquely describe the unforced dynamical behavior of the system; the subscript n denotes discrete time. In other words, the state is the least amount of data on the past behavior of the system that is needed to predict its future behavior. Typically, the state xk is unknown. To estimate it, we use a set of observed data, denoted by the vector yk. In mathematical terms, the block diagram embodies the
  • 5. International Journal of Electronics and Communication Engineering 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. Technology (IJECET), ISSN 0976 46-55 © IAEME Fig.3: Unforced dynamic behavior of system Following pair of equations: The equation of this filter is given below: Ù Ù Ù ( ) ( 1) ( )[ ( ) ( x n = a x n − + k n y n − ac x n 1)], − where x ( n ) = ax ( n − 1) + w ( n − 1) model modelof generatingsignal, ( ) whitenoiseand ( ) ( ) w n y n cx n − = + ( n ) n signalafter neuralnet , n ( n ) − whitenoise Problem: After Kalman filter the error became less, but there is still a day delay. The solution is Empirical Mode Decomposition. 3.4 Empirical Mode Decomposition A new nonlinear technique, referred to as – (EMD), has recently been pioneered by N.E. Huang stationary sums of zero-mean AMFM components effective, the technique is faced with the difficulty of being essentially defined by an algorithm, and therefore of not admitting an analytical formulation which would allow for a theo retical performance evaluation. The purpose of this paper is therefore to contribute experimentally to a better understanding of the method and to propose various improvements upon the original formulation. Some preliminary elements of experim provided for giving a flavor of the efficiency of the decomposition, as well as of the difficulty of its interpretation. The starting point of the Empirical Mode Decomposition (EMD) is to consider oscillations in signals at a very local level. In fact, if we look at the evolution of a signal consecutive extrema (say, two minima occurring at times (local) high-frequency part {d(t), t− terminating at the two minima and passing through the maximum which necessarily exists in between them. For the picture to be complete, one still has to identify the corresponding (local) low frequency part m(t), or local trend, so that we have this is done in some proper way for all the oscillations composing the entire signal, the procedure can then be applied on the residual consisting of all local trends, and cons 50 noise .4 Empirical Mode Decomposition et al. for adaptively representing nonstationary signals as components. Although it often proved remarkably effective theoretical analysis and experimental performance evaluation will also be ignals x t− and t+), we can heuristicall t t+}, or local detail, which corresponds to the oscillation x(t) = m(t) + d(t) for t− t t constitutive components of a signal ental (t) between two heuristically define a low- t+. Assuming that titutive
  • 6. International Journal of Electronics and Communication Engineering Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME can therefore be iteratively extracted. Given a signal x(t), the effective algorithm of EMD can be summarized as follows: 1. Identity all extrema of x(t) 2. Interpolate between minima (resp. maxima),ending up with some envelope emin(t) 51 (resp.emax(t)) 3. Compute the mean m(t) = (emin(t)+emax(t))/2 4. Extract the detail d(t) = x(t) − m(t) 5. Iterate on the residual m(t) In practice, the above procedure has to be refined by a sifting process which amounts to first iterating steps 1 to 4 upon the detail signal d(t), until this latter can be considered as zero-mean according to some stopping criterion. Once this is achieved, the detail is referred to as an Intrinsic Mode Function (IMF), the corresponding residual is computed and step 5 applies. By construction, the number of extrema is decreased when going from one residual to the next, and the whole decomposition is guaranteed to be completed with a finite number of modes. Modes and residuals have been heuristically introduced on “spectral” arguments, but this must not be considered from a too narrow perspective. First, it is worth stressing the fact that, even in the case of harmonic oscillations, the high vs. low frequency discrimination mentioned above applies only locally and corresponds by no way to a pre-determined sub band filtering (as, e.g., in a wavelet transform). Selection of modes rather corresponds to an automatic and adaptive (signal-dependent) time-variant filtering. Let’s try to do this procedure with next signal x = 0,7sin(20pt) + 0,5sin(400pt),t Î[01] Fig.4: Intrinsic mode functions IMF#1 and IMF#2 shows shifting process
  • 7. International Journal of Electronics and Communication Engineering 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. Let’s try to filter from high frequency part (light gray Fig.5: Filter from high frequency part (light gray Technology (IJECET), ISSN 0976 46-55 © IAEME Problem: Using this method we have strong boundary effects. Sifting process can minimize this effect, but not at all. 3.5 Zero-phase filter +Kalman filter +EMD = Solution The so called solution is next. We should use data, obtained from zero boundaries, we should use linear weighed sum of zero after the forecast is done, we should apply Kalman filter to the forecast. Let’s try to do that. The figure on the bottom is the forecast of some company’s share value (production set). There is no delay. Fig. 6: linear weighed sum of zero The bottom figures are zoomed pictures of previous figure Fig.7: Both are zoom pictures of figure no 6 52 – EMD, dark gray – zero phase filters) gray-EMD, dark gray-zero phase filters zero-phase filter on the zero-phase and some IMF’s in the middle. And zero-phase and some IMF’s (forecast of some share values) – ome
  • 8. International Journal of Electronics and Communication Engineering 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 4. SIMULATION ANALYSIS If you are going to make forecast, you will need filters. The best way to make forecast is to use adaptive filters. Three of them I showed you. The thing I will show next isn’t the best way to make forecasts. I’m going to teach ANN to make forecast for one day. After that we suggest predicted value as an input to make forecast for the second day and so for Siemens share values. Here is Siemens function (for share values) Fig 8: Forecasting for Siemens share values Let’s filter it. Fig.9: Filter the Siemens function to make for Now we are ready to make forecast. Here is the forecast in comparison with real data. Technology (IJECET), ISSN 0976 46-55 © IAEME 53 on. Let’s try to make forecast ilter cast –
  • 9. International Journal of Electronics and Communication Engineering Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME Fig. 10: Forecast in comparison with real data Of course it’s is better to use another techniques to make forecast’s for few days. But this approach can give you a chance to make forecast for 5-6 days depending on the function you are working with. 54 5. CONCLUSION We had compared both of inspection method in industrial application. The real time inspection method can be expected to improve quality control in manufacturing environment. However, the implementation of computer vision in manufacturing is not simply image processing problem. The real time visual inspection is an integration system of lighting system, image acquisition, computer, controller and handling equipment. The results show that the dimension can be calculated using image processing algorithm which measures the length, width, edge and diameter of press part. 6. FUTURE WORK The results show the potential of the system to be implemented in metal-based industry. It is shown that the above algorithm can be used to perform real time visual inspection system. The routine consists of digital image acquisition, noise reduction, edge detection, and feature extraction. However, future work is necessarily needed to inspect another parameter of press part such as straightness, flatness, roundness, angle, profile, and weight for part with more complex shape. REFERENCES [1] Canbulut, F. Sinanoglu, C. (2004). An Investigation on the Performance of Hydrostatic Pumps Using Artificial Neural Network. JSME, International Journal Series C, Vol. 47, 864-872, ISSN: 1344-7653. [2] Homem de Mello, LS. Arthur, CD. (1990). AND/OR Graph Representation of Assembly Plans. IEEE Transaction On Robotics and Automation; Vol. 6,No. 2, 188-199, ISSN: 1552- 3098. [3] Sinanoglu, C., Kurban, AO. Yıldırım, S. (2004). Analysis of Pressure Variations on Journal Bearing System Using Artificial Neural Network, Industrial Lubrication and Tribology, Vol. 56, No.2, 74-87, ISSN: 0036-8792. [4] Sinanoglu, C. Börklü, HR. (2004). An Approach to Determine Geometric Feasibility to Assembly States by Intersection Matrices in Assembly Sequence Planning. Journal of Intelligent Manufacturing, Vol. 15, 543-59, ISSN: 0956-5515.
  • 10. International Journal of Electronics and Communication Engineering Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 7, July (2014), pp. 46-55 © IAEME 55 [5] Sinanoglu, C. Börklü, H.R. (2005). An Assembly Sequence Planning System for Mechanical Parts Using Neural Network, Assembly Automation, Vol.25, No. 1, 38-52, ISSN: 0144-5154. [6] Chen, J., Benesty, J., Huang, Y. and Doclo, S., New Insights Into the Noise Reduction Wiener Filter, IEEE Trans. on Audio, Speech, and Language Processing, Vol.14, No. 4, 2006, pp. 1218-1234. [7] Anderson, James A., A Simple Neural Network Generating an Interactive Memory, Mathematical Biosciences, Volume 14, 1972. [8] Anderson, James A., Silverstein, Jack W., Ritzx, Stephen A., and Jones, Randall S., Distinctive Features, Categorical Perception, and Probability Learning: Some Applications of a Neural Model, Psychological Review, Volume 84, Number 5, September 1977. [9] Carpenter, Gail A., and Grossberg, Stephen, ART 2: Self-Organization of Stable Category Recognition Codes for Analog Input Patterns, Applied Optics, 1987. [10] Cottrell, G.W., Munro, P., and Zipser D., Learning Internal Representations form Gray- Scale Images: An Example of Extensional Programming, In Proc. 9th Annual Conference of the Cognitive Science Society, 1987. [11] Glover, David E., Optical Processing and Neuro computing in an Automated Inspection System, Journal of Neural Network Computing, Fall 1989. [12] Gorman, R.P., and Sejnowski, T.J., Analysis of Hidden Units in a Layered Network Trained to Classify Sonar Targets, Neural Networks, Volume 1, 1988. [13] Dr. Rajeshwari S. Mathad, “Supervised Learning in Artificial Neural Networks”, International Journal of Electronics and Communication Engineering Technology (IJECET), Volume 5, Issue 3, 2014, pp. 208 - 215, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.