Free Historical Data

This data was taken from the FORTITUDE Database.
Data is in the form DATE - OPEN - HIGH - LOW - CLOSE - VOLUME - OPEN INTEREST

I have no idea what all these numbers can possibly mean, I just use them as time series to be predicted by my neural networks

Here is the results of using Class 2 and Class 3 entities to predict the d8 time series, above (mean & normalised), based on the other seven (d1, d2, ..., d7. I have used a window of 50 time points from each of the first seven time series. This gave me a training vector of 7x50 = 350 time points. The target output consisted of the 51st time point of the d8 time series. The training set consisted of the first 150 vectors. The test set of all the vectors.



Prediction by a Class 2 Entity



Prediction by a Class 3 Entity


Here are the np scripts I used for training and testing: