Tagged Questions
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, ...
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 ...
4
votes
0answers
406 views
Algorithms for predicting a couple points in the future
I'm familiar with supervised learning algorithms like regression and neural networks which look at a bunch of input points and learn a function which outputs a value (the value varying depending on ...
10
votes
3answers
1k views
How to incorporate technical indicators into neural networks?
I plan to develop a neural network to trade commodities futures, but while messing around with some code, a question came up. If I understand correctly, people use various technical indicators with ...
33
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 ...