Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Word-Prediction-using-RNN

RNNs are unusually effective for time-series/sequential data.RNNs suffer from two major problems i.e.

  • Lack of long term memory
  • Vanishing gradients | Exploding Gradients

LSTMs have been designed to solve these problems with a clever arrangements of gates and a memory pipeline. But still it suffers is sentences and predictions are longer than the recurrence length.

Transformers in recent times have shown that with self-attention even these problems can be tackled given you have large datasets and training power. In this notebook I compare the performance between LSTMs and Transofrmer based models.

About

A comparisoin between LSTMs and BERT

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages