SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013

A Prediction Model for Taiwan Tourism Industry
Stock Index
Han-Chen Huang and Fang-Wei Chang
Yu Da University of Science and Technology, Taiwan

ABSTRACT
Investors and scholars pay continuous attention to the stock market, as each day, many investors attempt to
use different methods to predict stock price trends. However, as stock price is affected by economy, politics,
domestic and foreign situations, emergency, human factor, and other unknown factors, it is difficult to
establish an accurate prediction model. This study used a back-propagation neural network (BPN) as the
research approach, and input 29 variables, such as international exchange rate, indices of international
stock markets, Taiwan stock market analysis indicators, and overall economic indicators, to predict
Taiwan’s monthly tourism industry stock index. The empirical findings show that the BPN prediction model
has better predictive accuracy, Absolute Relative Error is 0.090058, and correlation coefficient is
0.944263. The model has low error and high correlation, and can serve as reference for investors and
relevant industries.

KEYWORDS
Artificial Neural Network, Stock Market Analysis, Prediction Model

1. INTRODUCTION
Investors aim to reduce risk and obtain high returns in stock investment; however, there are many
factors affecting stock market changes. Prediction of stock market change is difficult and
complicated; the previous studies have conducted fundamental analysis [1,2] and technical
analysis [3,4] to predict stock change. Nowadays, with advancements of technologies, and
improvement of computer algorithm performance, Artificial Neural Network (ANN) is derived to
deal with complicated and mass stock prediction problems. The relevant research findings have
demonstrated that ANN has good accuracy and reliability in stock market prediction.
ANN is a type of artificial intelligence. Due to better fault tolerance, it is able to accurately
predict results even if some noise occurs. Thus, many researches use ANN to predict changes of
stock indices. This study uses BPN to establish a model for prediction of Taiwan’s monthly
tourism industry stock indices. The international exchange rate, international stock indices,
Taiwan stock analysis indicator, and overall economic index, are input variables to improve the
accuracy of the prediction model [5-8].

2. RESEARCH METHOD
ANN is an information processing system that simulates brain and neural networks, and can store,
learn, and recall external input signals. ANN is a computing system involving software and
hardware, which uses a mass of interconnected artificial nerve cells to simulate neural networks.
It obtains and calculates information from external environments or other nerve cells, and sends
the results to external environments or other nerve cells [5-8].
DOI : 10.5121/ijcsit.2013.5609

113
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013

In this study, the proposed ANN is divided into three parts: process element, layers, and network,
as shown in Figure 1 [9-14].

Figure 1. Three-layer network model architecture [11-14]

(1) Process element: artificial neurons are called nerve cells, artificial nerve cells, or process
element. Each type of nerve cells are sent in the shape of a fan, and become the input of
other types of nerve cells. The relationship between input and output values of each
element can be expressed by the weighted product of input value and function.
(2) Layer: the part consisting of several process elements with the same functions is called a
layer. The artificial neural network contains three layers: input layer, hidden layer, and
output layer.
(3) Network: the architecture consisting of different layers is network connection. Layers are
bonded through neurons to form the entire network connection. It has two functions of
learning and recall.

2.1. ANN operation steps
Step 1: Analyze-International exchange rate, international stock markets (Dow Jones index,
Nasdaq index, ICIW 225 and Shanghai composite index), technical analysis of Taiwan
stock market (MA5, MA10, MA20, K9, D9, BIAS5, BIAS10, BIAS20, RSI5, RSI14,
MACD, and OSC), and overall economy (consumer price index, Taiwan’s GDP, cyclical
indicators, industrial production index, expected rate of inflation, score of business cycle
indicators), are used as input variables to predict Taiwan’s monthly tourism industry
indices: the data between November 2003 and May 2013 were selected, for a total of 127
data; where 70% of data are used for model training, 15% for model verification, and
15% for model testing.
Step 2: Preprocess-The image range of input variables is set to intervals [-1,+1], and [0,1], and
variable data are normalized.
114
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013

Step 3: Network architecture design: automatic search function is used to select the optimal
network architecture. The optimal network architecture is 29-71-1 (Figure 2); the Input
layer has 29 neurons, the hidden layer has one layer with 71 neurons, and the output
layer has one neuron.
Step 4: Network training and verification: quick propagation is used. The quick propagation
coefficient is set to 10, and the learning rate is set to 0.2. The limit for number of
iterations is set to 2000 times for network training (Figure 3).

Figure 2. The result of optimal network architecture

Figure 3. Absolute error of iterative convergence
115
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013

2.2. Evaluation criterion
In this study, three indices are used to evaluate the accuracy of the proposed model:
AE (absolute error) is the difference between the measured value and true value.
ARE (absolute relative error) is expressed as a percentage ratio of absolute error to true
value, and can reflect the confidence level of data. The smaller the value, the higher the
confidence level.
r(correlation coefficient), when r is close to 1, the actual value is highly related to the
predicted value, and when r is close to 0, the actual value is less related to the predicted
value.

3. RESULTS OF EMPIRICAL ANALYSIS
In this study, the 29 input variables, including international exchange rate, indices of international
stock markets, indicators of Taiwan stock market analysis, and overall economic indicator, are
used to predict the monthly tourism industry stock index. The results of model training are as
shown in Table 1. The output value and actual value of the model are ARE=1.8611% and r=
0.996878, indicating the trained model has low error and high correlation. Figures 4 and 5 are the
trend chart and scatter diagram of the model input value and actual value. It can be found that the
input value can reflect the fluctuation of actual value, and has high correlation.
Table 1. Results from model training

Target

Output

AE

ARE

Mean

106.299136

106.22766

1.758696

0.018611

Std Dev

32.807466

32.486709

1.915795

0.020894

Correlation: 0.996878

Figure 4. Trend chart of model training

116
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013

Figure 5. Scatter diagram of model training

The results of model verification are as shown in Table 2. The output value and actual value of
the model are ARE= 6.8242% and r= 0.996878, indicating the model has low error and high
correlation. Figures 6 and 7 are the trend chart and scatter diagram of the model input value and
actual value. It can be found that the input value can reflect the fluctuation of actual value, and
has high correlation.
Table 2. Results from model verification

Target

Output

AE

ARE

Mean

108.472353

104.653816

7.626058

0.068242

Std Dev

40.76889

33.526889

8.36618

0.053997

Correlation: 0.977641

Figure 6. Trend chart of model verification
117
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013

Figure 7. Scatter diagram of model verification

The results of model testing are as shown in Table 3. The output value and actual value of the
model are ARE= 9.0058% and r= 0.996878, indicating the model has low error and high
correlation. Figures 8 and 9 are the trend chart and scatter diagram of the model input value and
actual value. It can be found that input value can reflect the fluctuation of actual value, and has
high correlation.
Table 3. Results from model testing

Target

Output

AE

ARE

Mean

119.123529

117.29254

9.87264

0.090058

Std Dev

36.33083

35.617172

7.116143

0.070703

Correlation: 0.944263

Figure 8. Trend chart of model testing
118
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013

Figure 9. Scatter diagram of model testing

4. CONCLUSIONS
This study used BPN to establish a model for predicting the monthly tourism industry stock
index. Moreover, the 29 input variables, such as international exchange rate, indices of
international stock markets, indicators of Taiwan stock market technical analysis, and overall
economic indicator, are used to predict Taiwan’s monthly tourism industry stock index. The BPN
has better prediction accuracy, ARE is 9.8058%, and correlation is 0.944263, which indicates the
model has low error and high correlation. The model can accurately predicate trends and index
changes. The findings can serve as reference for future study or investors.

REFERENCES
[1]

Zou, H.W., & Tang, B.Y., (2004) “Theoretic Models and Empirical Analysis of Stock Prices
Volatility”, Journal of Natural Science of Heilongjiang University, Vol. 21, No. 3, pp. 49-53.
[2] Ivanovic, Z., Bogdan, S., & Baresa, S., (2013) “Strategy of Stock Valuation by Fundamental
analysis”, UTMS Journal of Economics, Vol. 4, No. 1, pp. 45-51.
[3] Raeia, R., Mohammadia, S., & Tajik, M.M., (2011) “An Intelligent Technical Analysis Using Neural
Network”, Management Science Letters, Vol. 1, No. 3, pp. 355-362.
[4] B. Martinovic, “Stock market prediction using technical analysis”, Economic Annals, Vol. 51, No.
170, pp. 125-146, 2006.
[5] Chang, Y.W., (2013) “An Improved Artificial Neural Network Model for Stock Price Forecasting”,
Journal of National Taipei College of Business, No. 23, pp. 1-18.
[6] Mantri, J.K., Nayak, B.B., & Nayak, B.B., (2012) “Design Neural Network for Stock Market
Volatility: Accuracy Measurement”, International Journal of Computer Technology and Applications,
Vol. 3, No. 1, pp. 242-250.
[7] Nair, B.B., Mohandas, V.P., & Sakthivel, N.R., (2010) “A Genetic Algorithm Optimized Decision
Tree-SVM based Stock Market Trend Prediction System”, International Journal on Computer Science
and Engineering, Vol. 2, No. 2, pp. 9.
[8] Tehrani, R. & Khodayar, F., (2010) “Optimization of the Artificial Neural Networks Using Ant
Colony Algorithm to Predict the Variation of Stock Price Index”, Journal of Applied Sciences, Vol.
10, No. 3, pp. 221-225.
[9] Yeh, Y.C., (2009) Artificial Neural Network Application and Implementation, Taipei City: Scholars
Books.
[10] Yiin, A., (2005) SQL Server 2005 Data Mining, Taipei City: Delight press.
119
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013

[11] Chang, F.C. & Chang, L. C., (2005) Artificial Neural Network, Taipei City: Tung Hua Books.
[12] Jiang, X.F., (2013) “An Effective Decision Support System based on Neural Networks and Its
Application”, International Journal of Advancements in Computing Technology, Vol. 5, No. 1, pp.
37-45.
[13] Zhang, J., Chen, Y., Zhao, H., & Lu, X., (2013) “Novel Calculation Method of Man-hour Quota
Based on Parts Similarity and Neural Networks”, International Journal of Digital Content Technology
and its Applications, Vol. 7, No. 1, pp. 469-476.
[14] Hu, D., (2013) “A Method of Identifying Enterprises’ Core Competencies Based on Artificial Neural
Network”, Advances in Information Sciences and Service Sciences, Vol. 5, No. 2, pp. 168-176.

120

Más contenido relacionado

La actualidad más candente

Argument to use Both Statistical and Graphical Evaluation Techniques in Groun...
Argument to use Both Statistical and Graphical Evaluation Techniques in Groun...Argument to use Both Statistical and Graphical Evaluation Techniques in Groun...
Argument to use Both Statistical and Graphical Evaluation Techniques in Groun...IRJET Journal
 
Improved correlation analysis and visualization of industrial alarm data
Improved correlation analysis and visualization of industrial alarm dataImproved correlation analysis and visualization of industrial alarm data
Improved correlation analysis and visualization of industrial alarm dataISA Interchange
 
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...csandit
 
Facial expression recognition based on wapa and oepa fastica
Facial expression recognition based on wapa and oepa fasticaFacial expression recognition based on wapa and oepa fastica
Facial expression recognition based on wapa and oepa fasticaijaia
 
A REVIEW ON PREDICTIVE ANALYTICS IN DATA MINING
A REVIEW ON PREDICTIVE ANALYTICS IN DATA MININGA REVIEW ON PREDICTIVE ANALYTICS IN DATA MINING
A REVIEW ON PREDICTIVE ANALYTICS IN DATA MININGijccmsjournal
 
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...Hari KC
 
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...IRJET Journal
 
AnAccurate and Dynamic Predictive Mathematical Model for Classification and P...
AnAccurate and Dynamic Predictive Mathematical Model for Classification and P...AnAccurate and Dynamic Predictive Mathematical Model for Classification and P...
AnAccurate and Dynamic Predictive Mathematical Model for Classification and P...inventionjournals
 
STOCK MARKET PREDICTION USING MACHINE LEARNING METHODS
STOCK MARKET PREDICTION USING MACHINE LEARNING METHODSSTOCK MARKET PREDICTION USING MACHINE LEARNING METHODS
STOCK MARKET PREDICTION USING MACHINE LEARNING METHODSIAEME Publication
 
Sugarcane yield forecasting using
Sugarcane yield forecasting usingSugarcane yield forecasting using
Sugarcane yield forecasting usingijaia
 
Development of Decision Support System for Ordering Goods using Fuzzy Tsukamoto
Development of Decision Support System for Ordering Goods using Fuzzy Tsukamoto Development of Decision Support System for Ordering Goods using Fuzzy Tsukamoto
Development of Decision Support System for Ordering Goods using Fuzzy Tsukamoto IJECEIAES
 
4317mlaij02
4317mlaij024317mlaij02
4317mlaij02mlaij
 
Decision Making in Optimizing a Product of a Small Scale Industry: A Bayesian...
Decision Making in Optimizing a Product of a Small Scale Industry: A Bayesian...Decision Making in Optimizing a Product of a Small Scale Industry: A Bayesian...
Decision Making in Optimizing a Product of a Small Scale Industry: A Bayesian...INFOGAIN PUBLICATION
 

La actualidad más candente (13)

Argument to use Both Statistical and Graphical Evaluation Techniques in Groun...
Argument to use Both Statistical and Graphical Evaluation Techniques in Groun...Argument to use Both Statistical and Graphical Evaluation Techniques in Groun...
Argument to use Both Statistical and Graphical Evaluation Techniques in Groun...
 
Improved correlation analysis and visualization of industrial alarm data
Improved correlation analysis and visualization of industrial alarm dataImproved correlation analysis and visualization of industrial alarm data
Improved correlation analysis and visualization of industrial alarm data
 
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
 
Facial expression recognition based on wapa and oepa fastica
Facial expression recognition based on wapa and oepa fasticaFacial expression recognition based on wapa and oepa fastica
Facial expression recognition based on wapa and oepa fastica
 
A REVIEW ON PREDICTIVE ANALYTICS IN DATA MINING
A REVIEW ON PREDICTIVE ANALYTICS IN DATA MININGA REVIEW ON PREDICTIVE ANALYTICS IN DATA MINING
A REVIEW ON PREDICTIVE ANALYTICS IN DATA MINING
 
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
 
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
 
AnAccurate and Dynamic Predictive Mathematical Model for Classification and P...
AnAccurate and Dynamic Predictive Mathematical Model for Classification and P...AnAccurate and Dynamic Predictive Mathematical Model for Classification and P...
AnAccurate and Dynamic Predictive Mathematical Model for Classification and P...
 
STOCK MARKET PREDICTION USING MACHINE LEARNING METHODS
STOCK MARKET PREDICTION USING MACHINE LEARNING METHODSSTOCK MARKET PREDICTION USING MACHINE LEARNING METHODS
STOCK MARKET PREDICTION USING MACHINE LEARNING METHODS
 
Sugarcane yield forecasting using
Sugarcane yield forecasting usingSugarcane yield forecasting using
Sugarcane yield forecasting using
 
Development of Decision Support System for Ordering Goods using Fuzzy Tsukamoto
Development of Decision Support System for Ordering Goods using Fuzzy Tsukamoto Development of Decision Support System for Ordering Goods using Fuzzy Tsukamoto
Development of Decision Support System for Ordering Goods using Fuzzy Tsukamoto
 
4317mlaij02
4317mlaij024317mlaij02
4317mlaij02
 
Decision Making in Optimizing a Product of a Small Scale Industry: A Bayesian...
Decision Making in Optimizing a Product of a Small Scale Industry: A Bayesian...Decision Making in Optimizing a Product of a Small Scale Industry: A Bayesian...
Decision Making in Optimizing a Product of a Small Scale Industry: A Bayesian...
 

Destacado

Top 7 hr specialist interview questions answers
Top 7 hr specialist interview questions answersTop 7 hr specialist interview questions answers
Top 7 hr specialist interview questions answersjob-interview-questions
 
Oral project Thomas Kim
Oral project Thomas KimOral project Thomas Kim
Oral project Thomas KimThomas Kim
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer ExperienceYuan Wang
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanPost Planner
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionIn a Rocket
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting PersonalKirsty Hulse
 

Destacado (13)

Top 7 hr specialist interview questions answers
Top 7 hr specialist interview questions answersTop 7 hr specialist interview questions answers
Top 7 hr specialist interview questions answers
 
Top 7 nanny interview questions answers
Top 7 nanny interview questions answersTop 7 nanny interview questions answers
Top 7 nanny interview questions answers
 
OSPF 2
OSPF 2OSPF 2
OSPF 2
 
I love hitsbasics
I love hitsbasicsI love hitsbasics
I love hitsbasics
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
โครงร่าง
โครงร่างโครงร่าง
โครงร่าง
 
โครงร่าง
โครงร่างโครงร่าง
โครงร่าง
 
Oral project Thomas Kim
Oral project Thomas KimOral project Thomas Kim
Oral project Thomas Kim
 
shahbaz
shahbazshahbaz
shahbaz
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media Plan
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming Convention
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting Personal
 

Similar a A Prediction Model for Taiwan Tourism Industry Stock Index

Regression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexRegression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexiaemedu
 
A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...eSAT Journals
 
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...IRJET Journal
 
Comparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
Comparative Study of Pre-Trained Neural Network Models in Detection of GlaucomaComparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
Comparative Study of Pre-Trained Neural Network Models in Detection of GlaucomaIRJET Journal
 
IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...
IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...
IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...IRJET Journal
 
Neural Network Implementation Control Mobile Robot
Neural Network Implementation Control Mobile RobotNeural Network Implementation Control Mobile Robot
Neural Network Implementation Control Mobile RobotIRJET Journal
 
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
 
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET Journal
 
Applications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionApplications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionIRJET Journal
 
Fuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis
Fuzzy Regression Model for Knee Osteoarthritis Disease DiagnosisFuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis
Fuzzy Regression Model for Knee Osteoarthritis Disease DiagnosisIRJET Journal
 
8517ijaia03
8517ijaia038517ijaia03
8517ijaia03ijaia
 
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning TechniquesData-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning TechniquesIJCSIS Research Publications
 
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET Journal
 
Face recognition using gaussian mixture model & artificial neural network
Face recognition using gaussian mixture model & artificial neural networkFace recognition using gaussian mixture model & artificial neural network
Face recognition using gaussian mixture model & artificial neural networkeSAT Journals
 
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...IRJET Journal
 
Neuro-Fuzzy Model for Strategic Intellectual Property Cost Management
Neuro-Fuzzy Model for Strategic Intellectual Property Cost ManagementNeuro-Fuzzy Model for Strategic Intellectual Property Cost Management
Neuro-Fuzzy Model for Strategic Intellectual Property Cost ManagementEditor IJCATR
 
Neuro-Fuzzy Model for Strategic Intellectual Property Cost Management
Neuro-Fuzzy Model for Strategic Intellectual Property Cost ManagementNeuro-Fuzzy Model for Strategic Intellectual Property Cost Management
Neuro-Fuzzy Model for Strategic Intellectual Property Cost ManagementEditor IJCATR
 

Similar a A Prediction Model for Taiwan Tourism Industry Stock Index (20)

40120130405012
4012013040501240120130405012
40120130405012
 
Regression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexRegression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock index
 
A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...
 
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...
 
Comparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
Comparative Study of Pre-Trained Neural Network Models in Detection of GlaucomaComparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
Comparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
 
En36855867
En36855867En36855867
En36855867
 
IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...
IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...
IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...
 
Neural Network Implementation Control Mobile Robot
Neural Network Implementation Control Mobile RobotNeural Network Implementation Control Mobile Robot
Neural Network Implementation Control Mobile Robot
 
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
 
StockMarketPrediction
StockMarketPredictionStockMarketPrediction
StockMarketPrediction
 
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
 
Applications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionApplications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer Prediction
 
Fuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis
Fuzzy Regression Model for Knee Osteoarthritis Disease DiagnosisFuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis
Fuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis
 
8517ijaia03
8517ijaia038517ijaia03
8517ijaia03
 
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning TechniquesData-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
 
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
 
Face recognition using gaussian mixture model & artificial neural network
Face recognition using gaussian mixture model & artificial neural networkFace recognition using gaussian mixture model & artificial neural network
Face recognition using gaussian mixture model & artificial neural network
 
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
 
Neuro-Fuzzy Model for Strategic Intellectual Property Cost Management
Neuro-Fuzzy Model for Strategic Intellectual Property Cost ManagementNeuro-Fuzzy Model for Strategic Intellectual Property Cost Management
Neuro-Fuzzy Model for Strategic Intellectual Property Cost Management
 
Neuro-Fuzzy Model for Strategic Intellectual Property Cost Management
Neuro-Fuzzy Model for Strategic Intellectual Property Cost ManagementNeuro-Fuzzy Model for Strategic Intellectual Property Cost Management
Neuro-Fuzzy Model for Strategic Intellectual Property Cost Management
 

Último

Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
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
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 

Último (20)

Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
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
 

A Prediction Model for Taiwan Tourism Industry Stock Index

  • 1. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013 A Prediction Model for Taiwan Tourism Industry Stock Index Han-Chen Huang and Fang-Wei Chang Yu Da University of Science and Technology, Taiwan ABSTRACT Investors and scholars pay continuous attention to the stock market, as each day, many investors attempt to use different methods to predict stock price trends. However, as stock price is affected by economy, politics, domestic and foreign situations, emergency, human factor, and other unknown factors, it is difficult to establish an accurate prediction model. This study used a back-propagation neural network (BPN) as the research approach, and input 29 variables, such as international exchange rate, indices of international stock markets, Taiwan stock market analysis indicators, and overall economic indicators, to predict Taiwan’s monthly tourism industry stock index. The empirical findings show that the BPN prediction model has better predictive accuracy, Absolute Relative Error is 0.090058, and correlation coefficient is 0.944263. The model has low error and high correlation, and can serve as reference for investors and relevant industries. KEYWORDS Artificial Neural Network, Stock Market Analysis, Prediction Model 1. INTRODUCTION Investors aim to reduce risk and obtain high returns in stock investment; however, there are many factors affecting stock market changes. Prediction of stock market change is difficult and complicated; the previous studies have conducted fundamental analysis [1,2] and technical analysis [3,4] to predict stock change. Nowadays, with advancements of technologies, and improvement of computer algorithm performance, Artificial Neural Network (ANN) is derived to deal with complicated and mass stock prediction problems. The relevant research findings have demonstrated that ANN has good accuracy and reliability in stock market prediction. ANN is a type of artificial intelligence. Due to better fault tolerance, it is able to accurately predict results even if some noise occurs. Thus, many researches use ANN to predict changes of stock indices. This study uses BPN to establish a model for prediction of Taiwan’s monthly tourism industry stock indices. The international exchange rate, international stock indices, Taiwan stock analysis indicator, and overall economic index, are input variables to improve the accuracy of the prediction model [5-8]. 2. RESEARCH METHOD ANN is an information processing system that simulates brain and neural networks, and can store, learn, and recall external input signals. ANN is a computing system involving software and hardware, which uses a mass of interconnected artificial nerve cells to simulate neural networks. It obtains and calculates information from external environments or other nerve cells, and sends the results to external environments or other nerve cells [5-8]. DOI : 10.5121/ijcsit.2013.5609 113
  • 2. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013 In this study, the proposed ANN is divided into three parts: process element, layers, and network, as shown in Figure 1 [9-14]. Figure 1. Three-layer network model architecture [11-14] (1) Process element: artificial neurons are called nerve cells, artificial nerve cells, or process element. Each type of nerve cells are sent in the shape of a fan, and become the input of other types of nerve cells. The relationship between input and output values of each element can be expressed by the weighted product of input value and function. (2) Layer: the part consisting of several process elements with the same functions is called a layer. The artificial neural network contains three layers: input layer, hidden layer, and output layer. (3) Network: the architecture consisting of different layers is network connection. Layers are bonded through neurons to form the entire network connection. It has two functions of learning and recall. 2.1. ANN operation steps Step 1: Analyze-International exchange rate, international stock markets (Dow Jones index, Nasdaq index, ICIW 225 and Shanghai composite index), technical analysis of Taiwan stock market (MA5, MA10, MA20, K9, D9, BIAS5, BIAS10, BIAS20, RSI5, RSI14, MACD, and OSC), and overall economy (consumer price index, Taiwan’s GDP, cyclical indicators, industrial production index, expected rate of inflation, score of business cycle indicators), are used as input variables to predict Taiwan’s monthly tourism industry indices: the data between November 2003 and May 2013 were selected, for a total of 127 data; where 70% of data are used for model training, 15% for model verification, and 15% for model testing. Step 2: Preprocess-The image range of input variables is set to intervals [-1,+1], and [0,1], and variable data are normalized. 114
  • 3. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013 Step 3: Network architecture design: automatic search function is used to select the optimal network architecture. The optimal network architecture is 29-71-1 (Figure 2); the Input layer has 29 neurons, the hidden layer has one layer with 71 neurons, and the output layer has one neuron. Step 4: Network training and verification: quick propagation is used. The quick propagation coefficient is set to 10, and the learning rate is set to 0.2. The limit for number of iterations is set to 2000 times for network training (Figure 3). Figure 2. The result of optimal network architecture Figure 3. Absolute error of iterative convergence 115
  • 4. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013 2.2. Evaluation criterion In this study, three indices are used to evaluate the accuracy of the proposed model: AE (absolute error) is the difference between the measured value and true value. ARE (absolute relative error) is expressed as a percentage ratio of absolute error to true value, and can reflect the confidence level of data. The smaller the value, the higher the confidence level. r(correlation coefficient), when r is close to 1, the actual value is highly related to the predicted value, and when r is close to 0, the actual value is less related to the predicted value. 3. RESULTS OF EMPIRICAL ANALYSIS In this study, the 29 input variables, including international exchange rate, indices of international stock markets, indicators of Taiwan stock market analysis, and overall economic indicator, are used to predict the monthly tourism industry stock index. The results of model training are as shown in Table 1. The output value and actual value of the model are ARE=1.8611% and r= 0.996878, indicating the trained model has low error and high correlation. Figures 4 and 5 are the trend chart and scatter diagram of the model input value and actual value. It can be found that the input value can reflect the fluctuation of actual value, and has high correlation. Table 1. Results from model training Target Output AE ARE Mean 106.299136 106.22766 1.758696 0.018611 Std Dev 32.807466 32.486709 1.915795 0.020894 Correlation: 0.996878 Figure 4. Trend chart of model training 116
  • 5. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013 Figure 5. Scatter diagram of model training The results of model verification are as shown in Table 2. The output value and actual value of the model are ARE= 6.8242% and r= 0.996878, indicating the model has low error and high correlation. Figures 6 and 7 are the trend chart and scatter diagram of the model input value and actual value. It can be found that the input value can reflect the fluctuation of actual value, and has high correlation. Table 2. Results from model verification Target Output AE ARE Mean 108.472353 104.653816 7.626058 0.068242 Std Dev 40.76889 33.526889 8.36618 0.053997 Correlation: 0.977641 Figure 6. Trend chart of model verification 117
  • 6. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013 Figure 7. Scatter diagram of model verification The results of model testing are as shown in Table 3. The output value and actual value of the model are ARE= 9.0058% and r= 0.996878, indicating the model has low error and high correlation. Figures 8 and 9 are the trend chart and scatter diagram of the model input value and actual value. It can be found that input value can reflect the fluctuation of actual value, and has high correlation. Table 3. Results from model testing Target Output AE ARE Mean 119.123529 117.29254 9.87264 0.090058 Std Dev 36.33083 35.617172 7.116143 0.070703 Correlation: 0.944263 Figure 8. Trend chart of model testing 118
  • 7. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013 Figure 9. Scatter diagram of model testing 4. CONCLUSIONS This study used BPN to establish a model for predicting the monthly tourism industry stock index. Moreover, the 29 input variables, such as international exchange rate, indices of international stock markets, indicators of Taiwan stock market technical analysis, and overall economic indicator, are used to predict Taiwan’s monthly tourism industry stock index. The BPN has better prediction accuracy, ARE is 9.8058%, and correlation is 0.944263, which indicates the model has low error and high correlation. The model can accurately predicate trends and index changes. The findings can serve as reference for future study or investors. REFERENCES [1] Zou, H.W., & Tang, B.Y., (2004) “Theoretic Models and Empirical Analysis of Stock Prices Volatility”, Journal of Natural Science of Heilongjiang University, Vol. 21, No. 3, pp. 49-53. [2] Ivanovic, Z., Bogdan, S., & Baresa, S., (2013) “Strategy of Stock Valuation by Fundamental analysis”, UTMS Journal of Economics, Vol. 4, No. 1, pp. 45-51. [3] Raeia, R., Mohammadia, S., & Tajik, M.M., (2011) “An Intelligent Technical Analysis Using Neural Network”, Management Science Letters, Vol. 1, No. 3, pp. 355-362. [4] B. Martinovic, “Stock market prediction using technical analysis”, Economic Annals, Vol. 51, No. 170, pp. 125-146, 2006. [5] Chang, Y.W., (2013) “An Improved Artificial Neural Network Model for Stock Price Forecasting”, Journal of National Taipei College of Business, No. 23, pp. 1-18. [6] Mantri, J.K., Nayak, B.B., & Nayak, B.B., (2012) “Design Neural Network for Stock Market Volatility: Accuracy Measurement”, International Journal of Computer Technology and Applications, Vol. 3, No. 1, pp. 242-250. [7] Nair, B.B., Mohandas, V.P., & Sakthivel, N.R., (2010) “A Genetic Algorithm Optimized Decision Tree-SVM based Stock Market Trend Prediction System”, International Journal on Computer Science and Engineering, Vol. 2, No. 2, pp. 9. [8] Tehrani, R. & Khodayar, F., (2010) “Optimization of the Artificial Neural Networks Using Ant Colony Algorithm to Predict the Variation of Stock Price Index”, Journal of Applied Sciences, Vol. 10, No. 3, pp. 221-225. [9] Yeh, Y.C., (2009) Artificial Neural Network Application and Implementation, Taipei City: Scholars Books. [10] Yiin, A., (2005) SQL Server 2005 Data Mining, Taipei City: Delight press. 119
  • 8. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 6, December 2013 [11] Chang, F.C. & Chang, L. C., (2005) Artificial Neural Network, Taipei City: Tung Hua Books. [12] Jiang, X.F., (2013) “An Effective Decision Support System based on Neural Networks and Its Application”, International Journal of Advancements in Computing Technology, Vol. 5, No. 1, pp. 37-45. [13] Zhang, J., Chen, Y., Zhao, H., & Lu, X., (2013) “Novel Calculation Method of Man-hour Quota Based on Parts Similarity and Neural Networks”, International Journal of Digital Content Technology and its Applications, Vol. 7, No. 1, pp. 469-476. [14] Hu, D., (2013) “A Method of Identifying Enterprises’ Core Competencies Based on Artificial Neural Network”, Advances in Information Sciences and Service Sciences, Vol. 5, No. 2, pp. 168-176. 120