Skip to content
#

self-attentive-rnn

Here are 10 public repositories matching this topic...

AREnets

Tensorflow-based framework which lists attentive implementation of the conventional neural network models (CNN, RNN-based), applicable for Relation Extraction classification tasks as well as API for custom model implementation

  • Updated Nov 8, 2023
  • Python

This repository provides a basic implementation of self-attention. The code demonstrates how attention mechanisms work in predicting the next word in a sequence. It's a basic implementation that demonstrates the core concept of attention but lacks the complexity of more advanced models like Transformers.

  • Updated Sep 23, 2024
  • Python

Improve this page

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

Learn more