YongYu123 / Financial-GraphAttention

FinGAT: A Financial Graph Attention Networkto Recommend Top-K Profitable Stocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FinGAT: A Financial Graph Attention Networkto Recommend Top-K Profitable Stocks

This is our implementation for the paper: FinGAT: A Financial Graph Attention Networkto Recommend Top-K Profitable Stocks

Requirements

  • pytorch==1.0.0
  • numpy==1.16.4
  • pandas==0.25.3

Model architecture

How to train the model

  1. Run clean_data.py This script would run the preprocessing for raw data and dump a preprocessed file.
  2. Run train.py you can tune the hyper parameters by adding args after train.py e.g. python3 train.py --epoch 10 --l2 1e-6 etc.
--epoch: number of epochs
--l2: l2 regularization
--dim: dimension for hidden layer
--alpha: The adaptive weight on MAE loss
--beta: The adaptive weight on classification loss
--gamma: The adaptive weight on ranking loss
--lr: learning rate
--device: The device name for training, if train with cpu please use:"cpu"

Result

About

FinGAT: A Financial Graph Attention Networkto Recommend Top-K Profitable Stocks


Languages

Language:Python 100.0%