The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
178 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, ...
7
votes
1answer
941 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
238 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, ...