Skip to content
#

rnn

Here are 1,265 public repositories matching this topic...

Mambular is a Python package that brings the power of Mamba architectures to tabular data, offering a suite of deep learning models for regression, classification, and distributional regression tasks. This includes models like Mambular, FT-Transformer, TabTransformer and tabular ResNets.

  • Updated Sep 19, 2024
  • Python

The Sign Language Interpreter leverages Mediapipe and a hybrid Convolutional Neural Network (CNN) to translate sign language gestures into text. This project is designed to help people who communicate using sign language interact more seamlessly with those who do not understand it.

  • Updated Sep 7, 2024
  • Python

RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.

  • Updated Sep 4, 2024
  • 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 Aug 28, 2024
  • Python

Improve this page

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

Learn more