Skip to content
#

bidirectional-lstm

Here are 221 public repositories matching this topic...

Abstractive text summarization models having encoder decoder architecture built using just LSTMs, Bidirectional LSTMs and Hybrid architecture and trained on TPU. Also pre-trained word embedding is used to speed up the process.

  • Updated Apr 5, 2021
  • Jupyter Notebook

A news article's title and description should be classified into the following groups in order to solve this classification problem: 1-World, 2-Sports, 3-Business and 4-Science/Tech .Here is a sequence of data. This is a sequential problem, thus we may use bidirectional LSTM for classification since we have access to the data.

  • Updated Apr 26, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the bidirectional-lstm 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 bidirectional-lstm topic, visit your repo's landing page and select "manage topics."

Learn more