The tag has no wiki summary.

learn more… | top users | synonyms

32
votes
10answers
13k views

How can I go about applying machine learning algorithms to stock markets?

I am not very sure, if this question fits in here. I have recently begun, reading and learning about machine learning. Can someone throw some light onto how to go about it or rather can anyone share ...
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 ...