The neural-networks tag has no wiki summary.
7
votes
1answer
940 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 ...