rnn-language-model
Here are 29 public repositories matching this topic...
Language:All
Sort:Most stars
Implementing Recurrent Neural Network from Scratch
- Updated
May 28, 2018 - Python
Keras implementations of three language models: character-level RNN, word-level RNN and Sentence VAE (Bowman, Vilnis et al 2016).
- Updated
May 22, 2021 - Python
Implementation of Music Generation in PyTorch
- Updated
Jun 27, 2019 - Jupyter Notebook
RNN-based language models in pytorch
- Updated
Nov 6, 2019 - Python
Imageboard bot with recurrent neural network (RNN, GRU)
- Updated
Sep 11, 2022 - Python
Char RNN Language Model based on Tensorflow
- Updated
May 25, 2016 - Python
BlackOut and Adaptive Softmax for language models by Chainer
- Updated
Oct 20, 2017 - Python
The main task of the character-level language model is to predict the next character given all previous characters in a sequence of data, i.e. generates text character by character.
- Updated
Jan 6, 2021 - Jupyter Notebook
attempt at implementing "Memory Architectures in Recurrent Neural Network Language Models" as a part of the ICLR 2018 reproducibility challenge
- Updated
Dec 23, 2017 - Python
s-atmech is an independent Open Source, Deep Learning python library which implements attention mechanism as a RNN(Recurrent Neural Network) Layer as Encoder-Decoder system. (Supports all Models both Luong and Bhanadau).
- Updated
Oct 1, 2020 - Python
- Updated
Feb 19, 2018 - Python
Classifies the movie reviews as positive or negative using LSTM Networks
- Updated
Jun 20, 2019 - Jupyter Notebook
Code and scripts for training, testing and sampling auto-regressive recurrent language models on PyTorch with RNN, GRU and LSTM layers
- Updated
Feb 25, 2021 - Python
s-atmech is an independent Open Source, Deep Learning python library which implements attention mechanism as a RNN(Recurrent Neural Network) Layer as Encoder-Decoder system. (only supports Bahdanau Attention right now).
- Updated
Dec 30, 2019 - Python
A lightweight, deep learning library written in pure Python
- Updated
Sep 20, 2024 - Python
In this kaggle competition I used TimeDistributed layer of keras to classify if questions asked on quora are same or duplicate.
- Updated
May 7, 2019 - Jupyter Notebook
Harnessing NLP for Historical Text Analysis: A Case Study on the Indus Valley Civilization
- Updated
Sep 23, 2024 - Jupyter Notebook
Classifying whether a disaster tweet is real or not using LSTM and GloVe word embeddings
- Updated
Aug 23, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to thernn-language-model topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thernn-language-model topic, visit your repo's landing page and select "manage topics."