An open API service indexing awesome lists of open source software.

https://github.com/hfrost0/tgc_torch

A Pytorch implementation of paper "Temporal Relational Ranking for Stock Prediction"
https://github.com/hfrost0/tgc_torch

implementation pytorch stock-price-prediction

Last synced: about 1 year ago
JSON representation

A Pytorch implementation of paper "Temporal Relational Ranking for Stock Prediction"

Awesome Lists containing this project

README

          

# TGC_torch
A Pytorch implementation of the paper [Temporal Relational Ranking for Stock Prediction](https://arxiv.org/abs/1809.09441).
The officical tensorflow implementation is [here](https://github.com/fulifeng/Temporal_Relational_Stock_Ranking)
# requirements
Python>=3.6 and torch>=1.3
# Run the code
Once you download the data that provided by [link](https://github.com/fulifeng/Temporal_Relational_Stock_Ranking), put the files to the ```data``` folder, and then run the ```train.py``` to train a RelationLSTM using TGC.