Copy this bookmark:
Intelligent Trading: Practical Implementation of Neural Network based time series (stock) prediction - PART 1
january 2012 by sandbags
The following introduction is to allow viewers to understand the basic concepts and practical implementation of neural nets towards a financial time series. I will not go too deep into detail about the mathematics behind the neural net at the moment. My goal is to get you to understand practical details about how to actually implement a neural net using simple tools and models. We will start with a simple model to understand a basic time series. The time series waveform is a simple sine wave with the period set to 30 days. It is implemented in excel as a source file to be processed in any Machine Learning capable software.
machine-learning
neural-networks
january 2012 by sandbags