preview

Neural Networks Are Used For Forecasting

Decent Essays

Abstract— Neural networks are used for forecasting. The purpose of any learning algorithm is to find a function such that it maps a set of inputs to its correct output. Some input and output patterns can be easily learned by this neural networks. However, in the learning phase single-layer neural networks cannot learn patterns that are not linearly separable. Back propagation is a common method of training the neural networks. We are trying to develope the back propagation (BP) neural network to form a prediction model for prediction of various shares in stock market.
I. PROJECT DESCRIPTION
The stock market is predictable or not predictable is still a question without an answer. Most scientists and economists believe in stock is …show more content…

This paper has deep study of the BP neural network in
MATLAB, including how to create a neural network, how to initialize the network, training and simulation, and using
MATLAB programming function and achieve the designed BP neural network. The last but not the least, it is proved that the research method and the established model are practical and effective by empirical analysis of several stocks. It not only simplifies the network structure, but also improves the prediction accuracy as well, owning good predictive capability and generalization.
Deliverables for Stage1 are as follows:
 A general description of the system:
With the help of the prediction model, we are predicting the future price of different stocks over a future period of time. To achieve this, we need to train our model using the previous stock prices over a previous period of time, so that our model will predict the future price of the respective stocks. We are using the yahoo financial data set for training our data. The Back Propagation (BP) algorithm is used to train the model that we are building using neural networks. We are modelling our prediction using the MATLAB.
The user will

Get Access