lstm-model topic

List lstm-model repositories

time-series-forecasting-pytorch

190
Stars
77
Forks
Watchers

Acquiring data from Alpha Vantage and predicting stock prices with PyTorch's LSTM

Tong-Music

98
Stars
19
Forks
Watchers

Lyrics and rap lyrics AI-generate system based on GPT-2 and LSTM / 基于GPT-2和LSTM的歌词和说唱歌词创作系统

lstm_sentence_classifier

75
Stars
32
Forks
Watchers

LSTM-based Models for Sentence Classification in PyTorch

pytorch_Highway_Networks

71
Stars
18
Forks
Watchers

Highway Networks implement in pytorch

Python_ds_Research

43
Stars
23
Forks
Watchers

Python based Quant Finance Models, Tools and Algorithmic Decision Making

FinBERT-QA-notebooks

30
Stars
7
Forks
Watchers

Notebooks for fine-tuning a BERT model and training a LSTM model for financial QA

Deep-Learning

33
Stars
17
Forks
Watchers

This repo provides projects on deep-learning mainly using Tensorflow 2.0

Text-Classification-LSTMs-PyTorch

62
Stars
21
Forks
Watchers

The aim of this repository is to show a baseline model for text classification by implementing a LSTM-based model coded in PyTorch. In order to provide a better understanding of the model, it will be...

Text-Generation-BiLSTM-PyTorch

46
Stars
19
Forks
Watchers

In this repository you will find an end-to-end model for text generation by implementing a Bi-LSTM-LSTM based model with PyTorch's LSTMCells.