The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
974 views

Multilayer Perceptron (Neural Network) for Time Series Prediction

I have it in mind to build a Multilayer Perceptron for predicting financial time series. I understand the algorithm concepts (linear combiner, activation function, etc). But while trying to build the ...
2
votes
1answer
240 views

Econometric vs ANN models for forecast?

I hope this is an appropriate question for this forum... for me it is an obvious query since it intrigues me for a long time. Ok, assume there are 2 distinct classes of models: econometric (AR, MA, ...
0
votes
2answers
185 views

Howto Calculate An Error's Partial Derivative in ANN

This is a follow-on question from this post I made, "Multilayer Perceptron (Neural Network) for Time Series Prediction", a few months back. I'm constructing a feed-forward artificial neural network, ...