Zhenye-Na/DA-RNN
📃 𝖀𝖓𝖔𝖋𝖋𝖎𝖈𝖎𝖆𝖑 PyTorch Implementation of DA-RNN (arXiv:1704.02971)
This project helps financial analysts and traders predict future stock market index values. By taking minute-by-minute historical stock prices for multiple companies and the NASDAQ 100 index as input, it generates predictions for the NASDAQ 100 index. This tool is designed for anyone needing to forecast financial time series data.
424 stars. No commits in the last 6 months.
Use this if you need to predict future movements of a financial index or other complex time series by considering how individual contributing factors influence it.
Not ideal if you're looking for real-time trading signals or a tool that incorporates a broader range of economic indicators beyond historical stock prices.
Stars
424
Forks
141
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 22, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Zhenye-Na/DA-RNN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
datalogue/keras-attention
Visualizing RNNs using the attention mechanism
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is...
thushv89/attention_keras
Keras Layer implementation of Attention for Sequential models