A PyTorch Example to Use RNN for Financial Prediction
chandlerzuo.github.io › blog › 2017A PyTorch Example to Use RNN for Financial Prediction. 04 Nov 2017 | Chandler. While deep learning has successfully driven fundamental progress in natural language processing and image processing, one pertaining question is whether the technique will equally be successful to beat other models in the classical statistics and machine learning areas to yield the new state-of-the-art methodology ...
RNN for generating time series - PyTorch Forums
discuss.pytorch.org › t › rnn-for-generating-timeFeb 02, 2017 · I’m trying to modify the world_language_model example to generate a time series. My naive approach was to replace the softmax output with a single linear output layer, and change the loss function to MSELoss. Unfortunately, my network seems to learn to output the current input, instead of predicting the next sample. So when I try to generate a new time series, the network is soon stuck at a ...