Skip to content
#

lstm

Here are 6,195 public repositories matching this topic...

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 Nov 15, 2024
  • Python

This project develops a Persian RAG chatbot using LSTM with attention, embedding, tokenization, Google API integration, and Redis for recall. Optimizers like Adam and RMSprop, along with regularization (L1, L2) and data augmentation, enhance the model. Performance is evaluated through BLEU, ROUGE, and METEOR metrics.

  • Updated Nov 15, 2024
  • Python

Seq2SeqSharp is a tensor based fast & flexible deep neural network framework written by .NET (C#). It has many highlighted features, such as automatic differentiation, different network types (Transformer, LSTM, BiLSTM and so on), multi-GPUs supported, cross-platforms (Windows, Linux, x86, x64, ARM), multimodal model for text and images and so on.

  • Updated Nov 14, 2024
  • C#

"Stock Ticker Predictor" project basically aims to provide a visual representation and analysis of data related to time-series data which is constantly changing. This provides a dashboard to user, made using reactJs - tailwindCSS, displaying current trends and stocks data which uses "LSTM" + "XGBoost" model.

  • Updated Nov 13, 2024
  • JavaScript

This project develops a predictive model to identify early signs of mental health issues in adolescents using social media activity, school performance, health records, and an AI chatbot. It analyzes emotional tone, academic changes, and health data, offering personalized recommendations and resources for mental wellness.

  • Updated Nov 13, 2024
  • Jupyter Notebook

Improve this page

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

Learn more