• Stars
    star
    122
  • Rank 290,617 (Top 6 %)
  • Language
    Jupyter Notebook
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LSTM 实现的股票最高价预测

Pytorch Stock LSTM

预测股票价格的简单小程序,LSTM 实现,基于 Pytorch。数据预处理时,将训练数据和验证数据进行了统一处理,发生了数据泄露,因此仅供娱乐,并不实用。

全局 局部