Open winedarksea opened 3 years ago
This is very memory hungry...
MemoryError: Unable to allocate 1.20 TiB for an array with shape (406351, 406351) and data type float64
And an interesting graph on how it scales when more dimensions/series are added (x is series, y is seconds per series to calculate)
I modified the code given in this repo to what I think is a more generalized version (below) where the input is an array containing points generated by any sort of process. It gives a perfect result on predicting sin functions, but on a constant linear trend gives absolutely terrible, nonsense performance. By my understanding, that is simply the nature of reservoir computing, it can't handle a trend. Is that correct?
I would also appreciate any other insight you might have on the generalization of this function. Thanks!