Skip to content
#

gated-recurrent-units

Here are 62 public repositories matching this topic...

RNN is one of the very powerful deep-learning algorithm which works amazingly well on Sequential Data. As historical or past data plays major role in the prediction of sequential data, RNN takes these inputs of not only recent output but also past output. Here I have used GRU for the prediction of eminem's Rap.

  • Updated Sep 2, 2020
  • Jupyter Notebook

Social media platforms like Twitter are key sources of information during disasters, but sorting relevant tweets is challenging. In this project, I used machine learning to classify tweets as disaster-related or not, applying models like RNNs, BiLSTMs, GRUs, and ALBERT on a Kaggle dataset labeled for disaster content.

  • Updated Oct 12, 2024
  • Jupyter Notebook
Sentiment-Analysis-Exchange-Rates

Improve this page

Add a description, image, and links to the gated-recurrent-units topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gated-recurrent-units topic, visit your repo's landing page and select "manage topics."

Learn more