SlideShare une entreprise Scribd logo
1  sur  7
Télécharger pour lire hors ligne
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
370
COMPARISON OF THE FORECASTING TECHNIQUES – ARIMA,
ANN AND SVM - A REVIEW
V.Anandhi1
Dr.R.Manicka Chezian2
Assistant Professor(Computer Science Associate Professor,
Department of Forest Resource Management, Department of Computer Science,
Forest College and Research Institute, NGM College, Pollachi-642001,
Mettupalayam 641 301,Tamil Nadu-India Tamil Nadu, India
ABSTRACT
Wood Pulp is the most common raw material in paper making.Forecasting is a
systematic effort to anticipate future events or conditions. Forecasting is usually carried out
using the statistical methods like ARIMA and nowadays Artificial Neural Networks (ANN)
and Support Vector Machines (SVM) are widely used in forecasting for its accuracy. In ANN,
a Levenberg-Marquardt Back Propagation (LMBP) algorithm has been used to develop the
ANN models. In developing the ANN models, different networks with different numbers of
neuron hidden layers were evaluated. The forecast is done using the feed forward Back
Propagation Network (BPN). Support Vector Regression (SVR), a category for support
vector machine attempts to minimize the generalization error bound so as to achieve
generalized performance. Regression is that of finding a function which approximates
mapping from an input domain to the real numbers on the basis of a training sample.
Keywords: Forecasting, ARIMA, Artificial Neural Networks (ANN) and Support Vector
Machines (SVM), Levenberg-Marquardt Back Propagation (LMBP), Back Propagation
Network (BPN)
I. INTRODUCTION
Forecasting is a systematic effort to anticipate future events or conditions. Forecasts
are more accurate for larger groups of items and for longer time periods. Many forecasters
depend heavily on models to help in forecasting. A model consists of mathematical
expressions or equations which describe relationship among variables. A forecaster’s choice
of forecasting model is the key importance. Applications of forecasting include rainfall, stock
market- price, cash forecasting in banks etc. Forecasting is usually carried out using the
statistical methods like ARIMA and nowadays Artificial Neural Networks (ANN) and
Support Vector Machines (SVM) are widely used in forecasting for its accuracy.
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING
& TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 3, May-June (2013), pp. 370-376
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
371
II. FORECASTING SYSTEM
A good forecasting system has qualities that distinguish it from other systems. The
qualities provide a useful basis for understanding why good forecasting systems outperform
others over time. If users understand the rationale of a forecast, they can appraise the
uncertainty of the forecast, and they will know when to revise the forecast in light of
changing circumstances. The more accurate a forecast is, the better are the decisions that
depend upon it. Inaccurate forecasts lead to too much or too little capacity and can be very
costly. Forecasts cost money, time and effort. Added expense must purchase added accuracy,
flexibility, or insight. A sophisticated forecasting system requires ample staff resources and
technical skills for maintenance. Choice of a forecasting system must include a commitment
to the resources necessary to maintain it and avoid systems the utility will be unable or
unwilling to maintain. Earlier statistical methods were used for forecasting. A time series
model was constructed solely from the past values of the variables to be forecast. Single
equation time series model known as ‘autoregressive models’ – the ARIMA (Auto
Regressive Integrated Moving Average) model. Auto Regressive is a model in which a
variable is a function of only its past values, except for deviations introduced by an error term.
Integrated are the period to period changes in the level of the original variable employed in
the estimation procedure rather than the level of the variable itself. Moving average
procedure has been used to eliminate any inter correlations of the error term to its own past or
future values. ARIMA models- Autoregressive Integrated Moving-average, Can represent a
wide range of time series, a “stochastic” modeling approach that can be used to calculate the
probability of a future value lying between two specified limits.
For more than two decades, Box and Jenkins Auto-Regressive Integrated Moving
Average (ARIMA) techniquehas been widely used for time series forecasting. However,
ARIMA is a general univariate model and it is developed based on the assumption that the
time series being forecasted are linear and stationary. Because of its popularity, the ARIMA
model has been used as a benchmark to evaluate many new modeling approaches [1]. The
method of least squares was used to estimate the parameters in ARIMA. Artificial Neural
Network(ANN) largely used in forecasting, assists multivariate analysis. Multivariate models
can rely on greater information, where not only the lagged time series being forecast, but also
other indicators (such as technical, fundamental, inter-marker etc. for financial market), are
combined to act as predictors. In addition, ANN is more effective in describing the dynamics
of nonstationary time series due to its unique non-parametric, non-assumable, noise-tolerant
and adaptive properties. ANNs are universal function approximators that can map any
nonlinear function without a priori assumptions about the data [2].
AUTOREGRESSIVE (AR) MODEL
An Autoregressive (AR) model is a representation of a type of random process; as
such, it describes certain time-varying processes in nature, economics, etc. The
autoregressive model specifies that the output variable depends linearly on its own previous
values, the notation AR (p) indicates an autoregressive model of order p. The AR (p) model is
defined as
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
372
Where the parameters of the model are, is a constant, and is white noise. This
can be equivalently written using the backshift operatorB as
So that, moving the summation term to the left side and using polynomial notation, we have
An autoregressive model can thus be viewed as the output of an all-poleinfinite
impulse response filter whose input is white noise.Some constraints are necessary on the
values of the parameters of this model in order that the model remains wide-sense stationary.
For example, processes in the AR model with |φ1| ≥ 1 are not stationary. More generally, for
an AR (p) model to be wide-sense stationary, the roots of the polynomial
must lie within the unit circle, i.e., each root must satisfy
Machine learning techniques
Machine learning, a branch of artificial intelligence, was originally employed to
develop techniques to enable computers to learn. It includes a number of advanced statistical
methods for regression and classification. In certain applications it is sufficient to directly
predict the dependent variable without focusing on the underlying relationships between
variables. In other cases, the underlying relationships can be very complex and the
mathematical form of the dependencies unknown. For such cases, machine learning
techniques emulate human cognition and learn from training examples to predict future
events.
Artificial Neural Network
Artificial Neural Networks (ANNs) are models based on the neural structure of the
brain. The brain learns from experience. Artificial neural networks try to mimic the
functioning of the brain. A neural network is a massively parallel distributor processor made
up of simple processing units. It has a natural property for storing experiential knowledge and
making it available for use.
Fig.1 Artificial Neural Network Architecture
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
373
The architecture of ANN is designed by the number of layers, number of neurons in
each layer, weights between neurons, a transfer function that controls the generation of output
in a neuron. A supervised training is accomplished by presenting a sequence of training
vectors, or patterns, each with an associated target output vector [3]. Neural networks are a
class of nonlinear model that can approximate any nonlinear function to an arbitrary degree
of accuracy and have the potential to be used as forecasting tools in many different areas [4].
The most commonly used neural network architecture is multilayer feedforwardnetwork. It
consists of an input layer, an output layer and one or more intermediate layer called hidden
layer. All the nodes at each layer are connected to each node at the upper layer by
interconnection strength called weights. A training algorithm is used to attain a set of weights
that minimizes the difference the target and actual output produced by the network. There are
many different neural net learning algorithms found in the literature. The ANN model is a
mathematical model inspired by the function of the human brain and its use is mainly
motivated by its capability of approximating a function to any degree of accuracy.
ANN, is a method which has few limiting hypotheses and can be easily adapted to the
types of data. Secondly, ANN can be generalized. Thirdly, ANN has a general functional
structure. Furthermore, ANN can be classified as non-linear models. One critical decision is
to determine the appropriate architecture, that is, the number of layers, number of nodes in
each layers, and the number of arcs which interconnect with the nodes. Feedforward neural
network (FNN) has been used in many studies for the forecasting process of the
series[5].Most popular supervised training algorithm is BPN. Back propagation is a form of
supervised learning for multi-layer nets, also known as the generalized delta rule. Error data
at the output layer is "back propagated" to earlier ones, allowing incoming weights to these
layers to be updated[6]. It is most often used as training algorithm in current neural network
applications. Determining the architecture depends on the basic problem. ANN gives good
accuracy and thus more preferred for forecasting.ANN had a significantly lower error
compared with other methods[7] .
Support Vector Machines
Support Vector Machines (SVM) is learning machines implementing the structural
risk minimization inductive principle to obtain good generalization on a limited number of
learning patterns. The theory has originally been developed by Vapnik[1] and his co-workers
on a basis of a separable bipartition problem at the AT & T Bell Laboratories. SVM
implements a learning algorithm, useful for recognizing subtle patterns in complex data sets.
Instead of minimizing the observed training error, Support Vector Regression (SVR) attempts
to minimize the eneralization error bound so as to achieve generalized performance. There
are two main categories for support vector machines: support vector classification (SVC) and
support vector regression (SVR). SVM is a learning system using a high dimensional feature
space. It yields prediction functions that are expanded on a subset of support vectors. SVM
can generalize complicated gray level structures with only a very few support vectors and
thus provides a new mechanism for image compression. A version of a SVM for regression
has been proposed in 1997 by Vapnik, Steven Golowich, and Alex Smola [8]. This method is
called support vector regression (SVR)the model produced by SVR only depends on a subset
of the training data, because the cost function for building the model ignores any training data
that is close (within a threshold ε) to the model prediction [9]. Support Vector Regression
(SVR) is the most common application form of SVMs. Support vector machines project the
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
374
data into a higher dimensional space and maximize the margins between classes or minimize
the error margin for regression[10].
Support Vector Machines (SVMs) are a popular machine learning method for
classification, regression, and other learning tasks. Basic principle of SVM is that, given a set
of points which need to be classified into two classes, find a separating hyper plane which
maximizes the margin between the two classes. This will ensure the better classification of
the unseen points, i.e. better generalization. In SVR, our goal is to find a function f(x) that has
at most deviation from the actually obtained targets yi for all the training data. Support vector
regression is the natural extension of large margin kernel methods [11] used for classification
to regression analysis. The problem of regression is that of finding a function which
approximates mapping from an input domain to the real numbers on the basis of a training
sample. This refers to the difference between the hypothesis output and it’s training [12]
value as the residual of the output, an indication of the accuracy of the fit at this point. One
must decide how to measure the importance of this accuracy, as small residuals may be
inevitable even while we need to avoid in large ones. The loss function determines this
measure. Each choice of loss function will result in a different overall strategy for performing
regression.
Fig. 2. ε -insensitive Loss Function for regression
Fig. 3. ε -insensitive zone for non-linear support vector regression
Support vector regression performs linear regression in the feature space using ε -
insensitive loss function and, at the same time, tries to reduce model complexity by
minimizing ||w ||2. Support vector machines (SVM) are used as they reduce the time and
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
375
expertise needed to construct/train price forecasting models. Also SVM has lower tune-able
parameters with parameter values choice being less critical for good forecasting results. SVM
can optimize its structure (tune its parameter settings) on input training data provided. SVM
training includes solving quadratic optimization as it has only a unique solution and does not
involve weights random initialization as training NN does. So an SVM with the similar
parameter settings and trained on identical data provides identical results. This increases
SVM forecast repeatability while reducing training runs number needed to locate optimum
SVM parameter settings [13].Data non-regularity enables SVMs to be used for regression
analysis, for example when data is not distributed regularly or has a known distribution [14].
Information to be transformed is evaluated prior to entering classification techniques score.
SVM techniques’ advantages are: SVMs gain flexibility through kernel introduction in the
choice of threshold form separating instances which do not need to be linear or have similar
functional form for all data. This is because its function is non-parametric and operates
locally. No assumptions are necessary as kernel contains a non-linear transformation and its
functional transformation ensures that data is linearly separable. Transformation is implicit on
a robust theoretical basis without the need for human judgment. When parameters C and r (in
the case of a Gaussian kernel) are chosen correctly, SVMs provide a good out-of-sample
generalization ensuring that selecting an appropriate generalization grade ensures that SVMs
are robust, even with a biased training sample. As optimality problem is convex, SVMs
deliver unique solutions which are advantageous when compared to Neural Networks which
have local minima linked multiple solutions and so might not be robust over samples.
V. CONCLUSION
A Support Vector Regression based prediction model appropriately tuned can
outperform other more complex models. Support vector regression is a statistical method for
creating regression functions of arbitrary type from a set of training data. Testing the quality
of regression on the training set shows good prediction accuracy. A neural network model
with improved learning technique is also promising for forecasting. The Artificial Neural
Networks, the well-known function approximators in prediction and system modelling, has
recently shown its great applicability in time-series analysis and forecasting.
ACKNOWLEDGMENTS
Sincere thanks to Mr. R. Sreenivasan, Assistant General Manager, Tamil Nadu
Newsprint and Papers Limited (TNPL), karur, Dr. K. T. Parthiban, Professor and Head, Tree
Breeding, Dr. P. Durairasu, Dean, FC&RI, Dr. M. Anjugam, Professor and Head, Forest
College and Research Institute for their guidance and support.
REFERENCES
[1] H. B. Hwarng and H. T. Ang, “A simple neural network for ARMA(p,q) time series,”
OMEGA: Int. Journal of Management Science, vol. 29, pp 319-333, 2002.
[2] L. Cao and F. Tay, “Financial forecasting using support vector machines,” Neural
Comput.&Applic, vol. 10, pp.184-192, 2001.
[3] V. Anandhi, R. ManickaChezian and K.T. Parthiban, “Forecast of Demand and Supply of
Pulpwood using Artificial Neural Network”, International Journal of Computer Science and
Telecommunications, pp. 35-38, 2012.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
376
[4] JoarderKamruzzaman and Ruhul A. Sarker, “ANN-Based Forecasting of Foreign
Currency Exchange Rates”, Neural Information Processing - Letters and Reviews, Vol. 3,
No. 2, May 2004.
[5] CemKadilar, MuammerSimsek and CagdasHakanAladag, “ Forecasting the exchange rate
series with ann: the case of turkey”, Istanbul University Econometrics and Statistics e-
Journal, pages 17-29, 2009.
[6] V. Anandhi, R. ManickaChezian, “Backpropagation Algorithm for Forecasting the Price
of Pulpwood –Eucalyptus”, International Journal of Advanced Research in Computer
Science, pp.355-357,2012
[7]K. Mohammadi, H. R. Eslami and Sh. DayyaniDardashti, “ Comparison of Regression,
ARIMA and ANN Models for Reservoir Inflow Forecasting using Snowmelt Equivalent (a
Case study of Karaj) “ , J. Agric. Sci. Technol. pp. 17-30,2005
[8] V. Vapnik, S. Golowich, and A. Smola, “Support vector method for function
approximation, regression estimation, and signal processing,” Neural Information Processing
Systems, vol. 9, MIT Press, Cambridge,MA. 1997.
[9] D. Basak, S. Pal, and D. C. Patranabis, “Neural Information Processing,” Letters and
Reviews, vol. 11, no. 10, pp. 203-224, October 2007.
[10] “A Comparison of Machine Learning Techniques and Traditional Methods,” Journal of
Applied Sciences, vol. 9, pp. 521-527.
[11] K. P. Soman, R. Loganathan, and V. Ajay, “Support vector machines and other kernel
methods,” Centre for Excellence in Computational Engineering and Networking Amrita
Vishwa Vidyapeetham.
[12] H. Drucker, C. J. C. Burges, L. Kaufman, A. Smola, and V. Vapnik, “Support vector
regression machines,” Advances in NeuralInformation Processing Systems, The MIT Press,
vol. 9, pp. 155, 1997.
[13]Sansom, D. C., Downs, T., & Saha, T. K. (2003). Evaluation of support vector machine
based forecasting tool in electricity price forecasting for Australian national electricity market
participants. Journal of Electrical and Electronics Engineering, Australia, 22(3), 227-
234,2003.
[14]Zhang, L., Lin, F., & Zhang, B. (2001, October). Support vector machine learning for
image retrieval. In Image Processing, 2001. Proceedings. International Conference on
(Vol. 2, pp. 721-724)IEEE, 2001.
[15] M. Nirmala and S. M. Sundaram, “Modeling and Predicting the Monthly Rainfall in
Tamilnadu as a Seasonal Multivariate Arima Process”, International Journal of Computer
Engineering & Technology (IJCET), Volume 1, Issue 1, 2010, pp. 103 - 111, ISSN Print:
0976 – 6367, ISSN Online: 0976 – 6375.
[16] Vilas Naik and Raghavendra Havin, “Entropy Features Trained Support Vector Machine
Based Logo Detection Method for Replay Detection and Extraction from Sports Videos”,
International Journal of Graphics and Multimedia (IJGM), Volume 4, Issue 1, 2013,
pp. 20 - 30, ISSN Print: 0976 – 6448, ISSN Online: 0976 –6456.
[17] Ankush Gupta, Ameesh Kumar Sharma and Umesh Sharma, “To Forecast the Future
Demand of Electrical Energy in India: by Arima & Exponential Methods”, International
Journal of Advanced Research in Engineering & Technology (IJARET), Volume 4, Issue 2,
2013, pp. 197 - 205, ISSN Print: 0976-6480, ISSN Online: 0976-6499.

Contenu connexe

Tendances

Data base management systems ppt
Data base management systems pptData base management systems ppt
Data base management systems pptsuthi
 
basics of computer system ppt
basics of computer system pptbasics of computer system ppt
basics of computer system pptSuaj
 
1. Introduction to Computer (CSI-321)
1. Introduction to Computer (CSI-321)1. Introduction to Computer (CSI-321)
1. Introduction to Computer (CSI-321)ghayour abbas
 
Intrusion Detection System using AI and Machine Learning Algorithm
Intrusion Detection System using AI and Machine Learning AlgorithmIntrusion Detection System using AI and Machine Learning Algorithm
Intrusion Detection System using AI and Machine Learning AlgorithmIRJET Journal
 
YL basic computer Learning
YL basic computer LearningYL basic computer Learning
YL basic computer Learningdilom1986
 
Types of computer
Types of computer Types of computer
Types of computer Sajib007
 
Internet Terms and Definitions
Internet Terms and DefinitionsInternet Terms and Definitions
Internet Terms and DefinitionsRoi Fernandez
 
Chapter 01 - Introduction
Chapter 01 - IntroductionChapter 01 - Introduction
Chapter 01 - IntroductionCésar de Souza
 
3. basic organization of a computer
3. basic organization of a computer3. basic organization of a computer
3. basic organization of a computerSHIKHA GAUTAM
 
Notepad Testing Report
Notepad Testing Report  Notepad Testing Report
Notepad Testing Report Paras
 
Types of software
Types of softwareTypes of software
Types of softwarelatifah2001
 
Basics of the Computer System
Basics of the Computer SystemBasics of the Computer System
Basics of the Computer SystemAhsan Rahim
 
Performance testing
Performance testing Performance testing
Performance testing BugRaptors
 
Computer basics for beginners
Computer basics for beginnersComputer basics for beginners
Computer basics for beginnersAbdul45678
 

Tendances (20)

Data base management systems ppt
Data base management systems pptData base management systems ppt
Data base management systems ppt
 
basics of computer system ppt
basics of computer system pptbasics of computer system ppt
basics of computer system ppt
 
1. Introduction to Computer (CSI-321)
1. Introduction to Computer (CSI-321)1. Introduction to Computer (CSI-321)
1. Introduction to Computer (CSI-321)
 
Intrusion Detection System using AI and Machine Learning Algorithm
Intrusion Detection System using AI and Machine Learning AlgorithmIntrusion Detection System using AI and Machine Learning Algorithm
Intrusion Detection System using AI and Machine Learning Algorithm
 
YL basic computer Learning
YL basic computer LearningYL basic computer Learning
YL basic computer Learning
 
Types of computer
Types of computer Types of computer
Types of computer
 
Internet Terms and Definitions
Internet Terms and DefinitionsInternet Terms and Definitions
Internet Terms and Definitions
 
Basic of computer
Basic of computerBasic of computer
Basic of computer
 
"MOUSE" HARDWARE
"MOUSE" HARDWARE "MOUSE" HARDWARE
"MOUSE" HARDWARE
 
Hardware concepts
Hardware conceptsHardware concepts
Hardware concepts
 
Computer presentation
Computer presentationComputer presentation
Computer presentation
 
Chapter 01 - Introduction
Chapter 01 - IntroductionChapter 01 - Introduction
Chapter 01 - Introduction
 
3. basic organization of a computer
3. basic organization of a computer3. basic organization of a computer
3. basic organization of a computer
 
Notepad Testing Report
Notepad Testing Report  Notepad Testing Report
Notepad Testing Report
 
Types of software
Types of softwareTypes of software
Types of software
 
Basics of the Computer System
Basics of the Computer SystemBasics of the Computer System
Basics of the Computer System
 
What is the psychology of testing
What is the psychology of testingWhat is the psychology of testing
What is the psychology of testing
 
Performance testing
Performance testing Performance testing
Performance testing
 
Computer basics for beginners
Computer basics for beginnersComputer basics for beginners
Computer basics for beginners
 
Computer Presentation.pdf
Computer Presentation.pdfComputer Presentation.pdf
Computer Presentation.pdf
 

En vedette

Predicting Stock Market Price Using Support Vector Regression
Predicting Stock Market Price Using Support Vector RegressionPredicting Stock Market Price Using Support Vector Regression
Predicting Stock Market Price Using Support Vector RegressionChittagong Independent University
 
Financial time series_forecasting_svm
Financial time series_forecasting_svmFinancial time series_forecasting_svm
Financial time series_forecasting_svmMohamed DHAOUI
 
Iaetsd early detection of breast cancer
Iaetsd early detection of breast cancerIaetsd early detection of breast cancer
Iaetsd early detection of breast cancerIaetsd Iaetsd
 
Scipy 2011 Time Series Analysis in Python
Scipy 2011 Time Series Analysis in PythonScipy 2011 Time Series Analysis in Python
Scipy 2011 Time Series Analysis in PythonWes McKinney
 
Support Vector Machine (SVM) Based Classifier For Khmer Printed Character-set...
Support Vector Machine (SVM) Based Classifier For Khmer Printed Character-set...Support Vector Machine (SVM) Based Classifier For Khmer Printed Character-set...
Support Vector Machine (SVM) Based Classifier For Khmer Printed Character-set...osify
 
Artificial Neural Network in a Tic Tac Toe Symfony Console Application - Symf...
Artificial Neural Network in a Tic Tac Toe Symfony Console Application - Symf...Artificial Neural Network in a Tic Tac Toe Symfony Console Application - Symf...
Artificial Neural Network in a Tic Tac Toe Symfony Console Application - Symf...aferrandini
 
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
 
Wavelets AND counterlets
Wavelets  AND  counterletsWavelets  AND  counterlets
Wavelets AND counterletsAvichal Sharma
 
Particle Swarm Optimization
Particle Swarm OptimizationParticle Swarm Optimization
Particle Swarm OptimizationStelios Petrakis
 
Support Vector Machine without tears
Support Vector Machine without tearsSupport Vector Machine without tears
Support Vector Machine without tearsAnkit Sharma
 
Support vector machine
Support vector machineSupport vector machine
Support vector machineMusa Hawamdah
 
Image Classification And Support Vector Machine
Image Classification And Support Vector MachineImage Classification And Support Vector Machine
Image Classification And Support Vector MachineShao-Chuan Wang
 
Linear regression without tears
Linear regression without tearsLinear regression without tears
Linear regression without tearsAnkit Sharma
 

En vedette (20)

Time series Forecasting using svm
Time series Forecasting using  svmTime series Forecasting using  svm
Time series Forecasting using svm
 
Predicting Stock Market Price Using Support Vector Regression
Predicting Stock Market Price Using Support Vector RegressionPredicting Stock Market Price Using Support Vector Regression
Predicting Stock Market Price Using Support Vector Regression
 
Financial time series_forecasting_svm
Financial time series_forecasting_svmFinancial time series_forecasting_svm
Financial time series_forecasting_svm
 
50120140506006
5012014050600650120140506006
50120140506006
 
[IJET-V1I3P22] Authors :Dipali D. Deokar, Chandrasekhar G. Patil.
[IJET-V1I3P22] Authors :Dipali D. Deokar, Chandrasekhar G. Patil.[IJET-V1I3P22] Authors :Dipali D. Deokar, Chandrasekhar G. Patil.
[IJET-V1I3P22] Authors :Dipali D. Deokar, Chandrasekhar G. Patil.
 
Iaetsd early detection of breast cancer
Iaetsd early detection of breast cancerIaetsd early detection of breast cancer
Iaetsd early detection of breast cancer
 
10.1.1.151.4974
10.1.1.151.497410.1.1.151.4974
10.1.1.151.4974
 
About SVM
About SVMAbout SVM
About SVM
 
Scipy 2011 Time Series Analysis in Python
Scipy 2011 Time Series Analysis in PythonScipy 2011 Time Series Analysis in Python
Scipy 2011 Time Series Analysis in Python
 
Time series Forecasting
Time series ForecastingTime series Forecasting
Time series Forecasting
 
Support Vector Machine (SVM) Based Classifier For Khmer Printed Character-set...
Support Vector Machine (SVM) Based Classifier For Khmer Printed Character-set...Support Vector Machine (SVM) Based Classifier For Khmer Printed Character-set...
Support Vector Machine (SVM) Based Classifier For Khmer Printed Character-set...
 
Artificial Neural Network in a Tic Tac Toe Symfony Console Application - Symf...
Artificial Neural Network in a Tic Tac Toe Symfony Console Application - Symf...Artificial Neural Network in a Tic Tac Toe Symfony Console Application - Symf...
Artificial Neural Network in a Tic Tac Toe Symfony Console Application - Symf...
 
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 ...
 
Wavelets AND counterlets
Wavelets  AND  counterletsWavelets  AND  counterlets
Wavelets AND counterlets
 
Particle Swarm Optimization
Particle Swarm OptimizationParticle Swarm Optimization
Particle Swarm Optimization
 
Support Vector Machine without tears
Support Vector Machine without tearsSupport Vector Machine without tears
Support Vector Machine without tears
 
Support vector machine
Support vector machineSupport vector machine
Support vector machine
 
Image Classification And Support Vector Machine
Image Classification And Support Vector MachineImage Classification And Support Vector Machine
Image Classification And Support Vector Machine
 
Lecture12 - SVM
Lecture12 - SVMLecture12 - SVM
Lecture12 - SVM
 
Linear regression without tears
Linear regression without tearsLinear regression without tears
Linear regression without tears
 

Similaire à Comparison of the forecasting techniques – arima, ann and svm a review-2

Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Sarvesh Kumar
 
A Time Series ANN Approach for Weather Forecasting
A Time Series ANN Approach for Weather ForecastingA Time Series ANN Approach for Weather Forecasting
A Time Series ANN Approach for Weather Forecastingijctcm
 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryIRJET Journal
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...IJERDJOURNAL
 
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEYRAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEYcsandit
 
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEYRAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEYcscpconf
 
Stock Prediction Using Artificial Neural Networks
Stock Prediction Using Artificial Neural NetworksStock Prediction Using Artificial Neural Networks
Stock Prediction Using Artificial Neural Networksijbuiiir1
 
A Combined Model between Artificial Neural Networks and ARIMA Models
A Combined Model between Artificial Neural Networks and ARIMA ModelsA Combined Model between Artificial Neural Networks and ARIMA Models
A Combined Model between Artificial Neural Networks and ARIMA Modelspaperpublications3
 
Pattern recognition system based on support vector machines
Pattern recognition system based on support vector machinesPattern recognition system based on support vector machines
Pattern recognition system based on support vector machinesAlexander Decker
 
Survey on Artificial Neural Network Learning Technique Algorithms
Survey on Artificial Neural Network Learning Technique AlgorithmsSurvey on Artificial Neural Network Learning Technique Algorithms
Survey on Artificial Neural Network Learning Technique AlgorithmsIRJET Journal
 
Automatic time series forecasting using nonlinear autoregressive neural netwo...
Automatic time series forecasting using nonlinear autoregressive neural netwo...Automatic time series forecasting using nonlinear autoregressive neural netwo...
Automatic time series forecasting using nonlinear autoregressive neural netwo...journalBEEI
 
Pattern Recognition using Artificial Neural Network
Pattern Recognition using Artificial Neural NetworkPattern Recognition using Artificial Neural Network
Pattern Recognition using Artificial Neural NetworkEditor IJCATR
 
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
 

Similaire à Comparison of the forecasting techniques – arima, ann and svm a review-2 (20)

50120140504015
5012014050401550120140504015
50120140504015
 
Social_Distancing_DIS_Time_Series
Social_Distancing_DIS_Time_SeriesSocial_Distancing_DIS_Time_Series
Social_Distancing_DIS_Time_Series
 
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
 
A Time Series ANN Approach for Weather Forecasting
A Time Series ANN Approach for Weather ForecastingA Time Series ANN Approach for Weather Forecasting
A Time Series ANN Approach for Weather Forecasting
 
Unit 3
Unit 3Unit 3
Unit 3
 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term Memory
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
 
20320140501002
2032014050100220320140501002
20320140501002
 
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEYRAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
 
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEYRAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
RAINFALL PREDICTION USING DATA MINING TECHNIQUES - A SURVEY
 
Stock Prediction Using Artificial Neural Networks
Stock Prediction Using Artificial Neural NetworksStock Prediction Using Artificial Neural Networks
Stock Prediction Using Artificial Neural Networks
 
Y4502158163
Y4502158163Y4502158163
Y4502158163
 
A Combined Model between Artificial Neural Networks and ARIMA Models
A Combined Model between Artificial Neural Networks and ARIMA ModelsA Combined Model between Artificial Neural Networks and ARIMA Models
A Combined Model between Artificial Neural Networks and ARIMA Models
 
40120130405012
4012013040501240120130405012
40120130405012
 
Pattern recognition system based on support vector machines
Pattern recognition system based on support vector machinesPattern recognition system based on support vector machines
Pattern recognition system based on support vector machines
 
Survey on Artificial Neural Network Learning Technique Algorithms
Survey on Artificial Neural Network Learning Technique AlgorithmsSurvey on Artificial Neural Network Learning Technique Algorithms
Survey on Artificial Neural Network Learning Technique Algorithms
 
Automatic time series forecasting using nonlinear autoregressive neural netwo...
Automatic time series forecasting using nonlinear autoregressive neural netwo...Automatic time series forecasting using nonlinear autoregressive neural netwo...
Automatic time series forecasting using nonlinear autoregressive neural netwo...
 
Pattern Recognition using Artificial Neural Network
Pattern Recognition using Artificial Neural NetworkPattern Recognition using Artificial Neural Network
Pattern Recognition using Artificial Neural Network
 
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...
 
Hz3414691476
Hz3414691476Hz3414691476
Hz3414691476
 

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

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
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
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
🐬 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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 

Dernier (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
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
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 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 🐘
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 

Comparison of the forecasting techniques – arima, ann and svm a review-2

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 370 COMPARISON OF THE FORECASTING TECHNIQUES – ARIMA, ANN AND SVM - A REVIEW V.Anandhi1 Dr.R.Manicka Chezian2 Assistant Professor(Computer Science Associate Professor, Department of Forest Resource Management, Department of Computer Science, Forest College and Research Institute, NGM College, Pollachi-642001, Mettupalayam 641 301,Tamil Nadu-India Tamil Nadu, India ABSTRACT Wood Pulp is the most common raw material in paper making.Forecasting is a systematic effort to anticipate future events or conditions. Forecasting is usually carried out using the statistical methods like ARIMA and nowadays Artificial Neural Networks (ANN) and Support Vector Machines (SVM) are widely used in forecasting for its accuracy. In ANN, a Levenberg-Marquardt Back Propagation (LMBP) algorithm has been used to develop the ANN models. In developing the ANN models, different networks with different numbers of neuron hidden layers were evaluated. The forecast is done using the feed forward Back Propagation Network (BPN). Support Vector Regression (SVR), a category for support vector machine attempts to minimize the generalization error bound so as to achieve generalized performance. Regression is that of finding a function which approximates mapping from an input domain to the real numbers on the basis of a training sample. Keywords: Forecasting, ARIMA, Artificial Neural Networks (ANN) and Support Vector Machines (SVM), Levenberg-Marquardt Back Propagation (LMBP), Back Propagation Network (BPN) I. INTRODUCTION Forecasting is a systematic effort to anticipate future events or conditions. Forecasts are more accurate for larger groups of items and for longer time periods. Many forecasters depend heavily on models to help in forecasting. A model consists of mathematical expressions or equations which describe relationship among variables. A forecaster’s choice of forecasting model is the key importance. Applications of forecasting include rainfall, stock market- price, cash forecasting in banks etc. Forecasting is usually carried out using the statistical methods like ARIMA and nowadays Artificial Neural Networks (ANN) and Support Vector Machines (SVM) are widely used in forecasting for its accuracy. INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 3, May-June (2013), pp. 370-376 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 371 II. FORECASTING SYSTEM A good forecasting system has qualities that distinguish it from other systems. The qualities provide a useful basis for understanding why good forecasting systems outperform others over time. If users understand the rationale of a forecast, they can appraise the uncertainty of the forecast, and they will know when to revise the forecast in light of changing circumstances. The more accurate a forecast is, the better are the decisions that depend upon it. Inaccurate forecasts lead to too much or too little capacity and can be very costly. Forecasts cost money, time and effort. Added expense must purchase added accuracy, flexibility, or insight. A sophisticated forecasting system requires ample staff resources and technical skills for maintenance. Choice of a forecasting system must include a commitment to the resources necessary to maintain it and avoid systems the utility will be unable or unwilling to maintain. Earlier statistical methods were used for forecasting. A time series model was constructed solely from the past values of the variables to be forecast. Single equation time series model known as ‘autoregressive models’ – the ARIMA (Auto Regressive Integrated Moving Average) model. Auto Regressive is a model in which a variable is a function of only its past values, except for deviations introduced by an error term. Integrated are the period to period changes in the level of the original variable employed in the estimation procedure rather than the level of the variable itself. Moving average procedure has been used to eliminate any inter correlations of the error term to its own past or future values. ARIMA models- Autoregressive Integrated Moving-average, Can represent a wide range of time series, a “stochastic” modeling approach that can be used to calculate the probability of a future value lying between two specified limits. For more than two decades, Box and Jenkins Auto-Regressive Integrated Moving Average (ARIMA) techniquehas been widely used for time series forecasting. However, ARIMA is a general univariate model and it is developed based on the assumption that the time series being forecasted are linear and stationary. Because of its popularity, the ARIMA model has been used as a benchmark to evaluate many new modeling approaches [1]. The method of least squares was used to estimate the parameters in ARIMA. Artificial Neural Network(ANN) largely used in forecasting, assists multivariate analysis. Multivariate models can rely on greater information, where not only the lagged time series being forecast, but also other indicators (such as technical, fundamental, inter-marker etc. for financial market), are combined to act as predictors. In addition, ANN is more effective in describing the dynamics of nonstationary time series due to its unique non-parametric, non-assumable, noise-tolerant and adaptive properties. ANNs are universal function approximators that can map any nonlinear function without a priori assumptions about the data [2]. AUTOREGRESSIVE (AR) MODEL An Autoregressive (AR) model is a representation of a type of random process; as such, it describes certain time-varying processes in nature, economics, etc. The autoregressive model specifies that the output variable depends linearly on its own previous values, the notation AR (p) indicates an autoregressive model of order p. The AR (p) model is defined as
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 372 Where the parameters of the model are, is a constant, and is white noise. This can be equivalently written using the backshift operatorB as So that, moving the summation term to the left side and using polynomial notation, we have An autoregressive model can thus be viewed as the output of an all-poleinfinite impulse response filter whose input is white noise.Some constraints are necessary on the values of the parameters of this model in order that the model remains wide-sense stationary. For example, processes in the AR model with |φ1| ≥ 1 are not stationary. More generally, for an AR (p) model to be wide-sense stationary, the roots of the polynomial must lie within the unit circle, i.e., each root must satisfy Machine learning techniques Machine learning, a branch of artificial intelligence, was originally employed to develop techniques to enable computers to learn. It includes a number of advanced statistical methods for regression and classification. In certain applications it is sufficient to directly predict the dependent variable without focusing on the underlying relationships between variables. In other cases, the underlying relationships can be very complex and the mathematical form of the dependencies unknown. For such cases, machine learning techniques emulate human cognition and learn from training examples to predict future events. Artificial Neural Network Artificial Neural Networks (ANNs) are models based on the neural structure of the brain. The brain learns from experience. Artificial neural networks try to mimic the functioning of the brain. A neural network is a massively parallel distributor processor made up of simple processing units. It has a natural property for storing experiential knowledge and making it available for use. Fig.1 Artificial Neural Network Architecture
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 373 The architecture of ANN is designed by the number of layers, number of neurons in each layer, weights between neurons, a transfer function that controls the generation of output in a neuron. A supervised training is accomplished by presenting a sequence of training vectors, or patterns, each with an associated target output vector [3]. Neural networks are a class of nonlinear model that can approximate any nonlinear function to an arbitrary degree of accuracy and have the potential to be used as forecasting tools in many different areas [4]. The most commonly used neural network architecture is multilayer feedforwardnetwork. It consists of an input layer, an output layer and one or more intermediate layer called hidden layer. All the nodes at each layer are connected to each node at the upper layer by interconnection strength called weights. A training algorithm is used to attain a set of weights that minimizes the difference the target and actual output produced by the network. There are many different neural net learning algorithms found in the literature. The ANN model is a mathematical model inspired by the function of the human brain and its use is mainly motivated by its capability of approximating a function to any degree of accuracy. ANN, is a method which has few limiting hypotheses and can be easily adapted to the types of data. Secondly, ANN can be generalized. Thirdly, ANN has a general functional structure. Furthermore, ANN can be classified as non-linear models. One critical decision is to determine the appropriate architecture, that is, the number of layers, number of nodes in each layers, and the number of arcs which interconnect with the nodes. Feedforward neural network (FNN) has been used in many studies for the forecasting process of the series[5].Most popular supervised training algorithm is BPN. Back propagation is a form of supervised learning for multi-layer nets, also known as the generalized delta rule. Error data at the output layer is "back propagated" to earlier ones, allowing incoming weights to these layers to be updated[6]. It is most often used as training algorithm in current neural network applications. Determining the architecture depends on the basic problem. ANN gives good accuracy and thus more preferred for forecasting.ANN had a significantly lower error compared with other methods[7] . Support Vector Machines Support Vector Machines (SVM) is learning machines implementing the structural risk minimization inductive principle to obtain good generalization on a limited number of learning patterns. The theory has originally been developed by Vapnik[1] and his co-workers on a basis of a separable bipartition problem at the AT & T Bell Laboratories. SVM implements a learning algorithm, useful for recognizing subtle patterns in complex data sets. Instead of minimizing the observed training error, Support Vector Regression (SVR) attempts to minimize the eneralization error bound so as to achieve generalized performance. There are two main categories for support vector machines: support vector classification (SVC) and support vector regression (SVR). SVM is a learning system using a high dimensional feature space. It yields prediction functions that are expanded on a subset of support vectors. SVM can generalize complicated gray level structures with only a very few support vectors and thus provides a new mechanism for image compression. A version of a SVM for regression has been proposed in 1997 by Vapnik, Steven Golowich, and Alex Smola [8]. This method is called support vector regression (SVR)the model produced by SVR only depends on a subset of the training data, because the cost function for building the model ignores any training data that is close (within a threshold ε) to the model prediction [9]. Support Vector Regression (SVR) is the most common application form of SVMs. Support vector machines project the
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 374 data into a higher dimensional space and maximize the margins between classes or minimize the error margin for regression[10]. Support Vector Machines (SVMs) are a popular machine learning method for classification, regression, and other learning tasks. Basic principle of SVM is that, given a set of points which need to be classified into two classes, find a separating hyper plane which maximizes the margin between the two classes. This will ensure the better classification of the unseen points, i.e. better generalization. In SVR, our goal is to find a function f(x) that has at most deviation from the actually obtained targets yi for all the training data. Support vector regression is the natural extension of large margin kernel methods [11] used for classification to regression analysis. The problem of regression is that of finding a function which approximates mapping from an input domain to the real numbers on the basis of a training sample. This refers to the difference between the hypothesis output and it’s training [12] value as the residual of the output, an indication of the accuracy of the fit at this point. One must decide how to measure the importance of this accuracy, as small residuals may be inevitable even while we need to avoid in large ones. The loss function determines this measure. Each choice of loss function will result in a different overall strategy for performing regression. Fig. 2. ε -insensitive Loss Function for regression Fig. 3. ε -insensitive zone for non-linear support vector regression Support vector regression performs linear regression in the feature space using ε - insensitive loss function and, at the same time, tries to reduce model complexity by minimizing ||w ||2. Support vector machines (SVM) are used as they reduce the time and
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 375 expertise needed to construct/train price forecasting models. Also SVM has lower tune-able parameters with parameter values choice being less critical for good forecasting results. SVM can optimize its structure (tune its parameter settings) on input training data provided. SVM training includes solving quadratic optimization as it has only a unique solution and does not involve weights random initialization as training NN does. So an SVM with the similar parameter settings and trained on identical data provides identical results. This increases SVM forecast repeatability while reducing training runs number needed to locate optimum SVM parameter settings [13].Data non-regularity enables SVMs to be used for regression analysis, for example when data is not distributed regularly or has a known distribution [14]. Information to be transformed is evaluated prior to entering classification techniques score. SVM techniques’ advantages are: SVMs gain flexibility through kernel introduction in the choice of threshold form separating instances which do not need to be linear or have similar functional form for all data. This is because its function is non-parametric and operates locally. No assumptions are necessary as kernel contains a non-linear transformation and its functional transformation ensures that data is linearly separable. Transformation is implicit on a robust theoretical basis without the need for human judgment. When parameters C and r (in the case of a Gaussian kernel) are chosen correctly, SVMs provide a good out-of-sample generalization ensuring that selecting an appropriate generalization grade ensures that SVMs are robust, even with a biased training sample. As optimality problem is convex, SVMs deliver unique solutions which are advantageous when compared to Neural Networks which have local minima linked multiple solutions and so might not be robust over samples. V. CONCLUSION A Support Vector Regression based prediction model appropriately tuned can outperform other more complex models. Support vector regression is a statistical method for creating regression functions of arbitrary type from a set of training data. Testing the quality of regression on the training set shows good prediction accuracy. A neural network model with improved learning technique is also promising for forecasting. The Artificial Neural Networks, the well-known function approximators in prediction and system modelling, has recently shown its great applicability in time-series analysis and forecasting. ACKNOWLEDGMENTS Sincere thanks to Mr. R. Sreenivasan, Assistant General Manager, Tamil Nadu Newsprint and Papers Limited (TNPL), karur, Dr. K. T. Parthiban, Professor and Head, Tree Breeding, Dr. P. Durairasu, Dean, FC&RI, Dr. M. Anjugam, Professor and Head, Forest College and Research Institute for their guidance and support. REFERENCES [1] H. B. Hwarng and H. T. Ang, “A simple neural network for ARMA(p,q) time series,” OMEGA: Int. Journal of Management Science, vol. 29, pp 319-333, 2002. [2] L. Cao and F. Tay, “Financial forecasting using support vector machines,” Neural Comput.&Applic, vol. 10, pp.184-192, 2001. [3] V. Anandhi, R. ManickaChezian and K.T. Parthiban, “Forecast of Demand and Supply of Pulpwood using Artificial Neural Network”, International Journal of Computer Science and Telecommunications, pp. 35-38, 2012.
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 376 [4] JoarderKamruzzaman and Ruhul A. Sarker, “ANN-Based Forecasting of Foreign Currency Exchange Rates”, Neural Information Processing - Letters and Reviews, Vol. 3, No. 2, May 2004. [5] CemKadilar, MuammerSimsek and CagdasHakanAladag, “ Forecasting the exchange rate series with ann: the case of turkey”, Istanbul University Econometrics and Statistics e- Journal, pages 17-29, 2009. [6] V. Anandhi, R. ManickaChezian, “Backpropagation Algorithm for Forecasting the Price of Pulpwood –Eucalyptus”, International Journal of Advanced Research in Computer Science, pp.355-357,2012 [7]K. Mohammadi, H. R. Eslami and Sh. DayyaniDardashti, “ Comparison of Regression, ARIMA and ANN Models for Reservoir Inflow Forecasting using Snowmelt Equivalent (a Case study of Karaj) “ , J. Agric. Sci. Technol. pp. 17-30,2005 [8] V. Vapnik, S. Golowich, and A. Smola, “Support vector method for function approximation, regression estimation, and signal processing,” Neural Information Processing Systems, vol. 9, MIT Press, Cambridge,MA. 1997. [9] D. Basak, S. Pal, and D. C. Patranabis, “Neural Information Processing,” Letters and Reviews, vol. 11, no. 10, pp. 203-224, October 2007. [10] “A Comparison of Machine Learning Techniques and Traditional Methods,” Journal of Applied Sciences, vol. 9, pp. 521-527. [11] K. P. Soman, R. Loganathan, and V. Ajay, “Support vector machines and other kernel methods,” Centre for Excellence in Computational Engineering and Networking Amrita Vishwa Vidyapeetham. [12] H. Drucker, C. J. C. Burges, L. Kaufman, A. Smola, and V. Vapnik, “Support vector regression machines,” Advances in NeuralInformation Processing Systems, The MIT Press, vol. 9, pp. 155, 1997. [13]Sansom, D. C., Downs, T., & Saha, T. K. (2003). Evaluation of support vector machine based forecasting tool in electricity price forecasting for Australian national electricity market participants. Journal of Electrical and Electronics Engineering, Australia, 22(3), 227- 234,2003. [14]Zhang, L., Lin, F., & Zhang, B. (2001, October). Support vector machine learning for image retrieval. In Image Processing, 2001. Proceedings. International Conference on (Vol. 2, pp. 721-724)IEEE, 2001. [15] M. Nirmala and S. M. Sundaram, “Modeling and Predicting the Monthly Rainfall in Tamilnadu as a Seasonal Multivariate Arima Process”, International Journal of Computer Engineering & Technology (IJCET), Volume 1, Issue 1, 2010, pp. 103 - 111, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [16] Vilas Naik and Raghavendra Havin, “Entropy Features Trained Support Vector Machine Based Logo Detection Method for Replay Detection and Extraction from Sports Videos”, International Journal of Graphics and Multimedia (IJGM), Volume 4, Issue 1, 2013, pp. 20 - 30, ISSN Print: 0976 – 6448, ISSN Online: 0976 –6456. [17] Ankush Gupta, Ameesh Kumar Sharma and Umesh Sharma, “To Forecast the Future Demand of Electrical Energy in India: by Arima & Exponential Methods”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 4, Issue 2, 2013, pp. 197 - 205, ISSN Print: 0976-6480, ISSN Online: 0976-6499.