hlamba28 / NMT-with-Attention-Mechanism
In this project I implement Neural Machine Translation using Attention mechanism. The code is written using the TensorFlow library in Python. I have used TensorFlow functionalities like tf.data.Dataset to manage the input pipeline, Eager Execution and Model sub classing to create the model architecture.
☆24Updated 5 years ago
Alternatives and similar repositories for NMT-with-Attention-Mechanism:
Users that are interested in NMT-with-Attention-Mechanism are comparing it to the libraries listed below
- ☆18Updated 4 years ago
- Neural Machine Translation using word level seq2seq model and embeddings☆38Updated 6 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 7 years ago
- Translating English sentences to Marathi using Neural Machine Translation☆37Updated 6 years ago
- An Attention Layer in Keras☆43Updated 5 years ago
- Attention based sequence to sequence neural machine translation model built in keras.☆30Updated 6 years ago
- Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)☆81Updated 2 years ago
- State of the Art results in Intent Classification using Sematic Hashing for three datasets: AskUbuntu, Chatbot and WebApplication.☆134Updated 4 years ago
- Transfer Learning for NLP Tasks☆55Updated 6 years ago
- ☆23Updated 7 years ago
- Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2☆64Updated 2 years ago
- Keras + Universal Sentence Encoder = Transfer Learning for text data☆33Updated 6 years ago
- Machine Translation using Transfromers☆29Updated 5 years ago
- Keras implementations of three language models: character-level RNN, word-level RNN and Sentence VAE (Bowman, Vilnis et al 2016).☆43Updated 3 years ago
- ☆31Updated 6 years ago
- [Tutorial] Summarizing Text with Amazon Reviews☆25Updated 7 years ago
- Text Classification using transformer based models☆24Updated 4 years ago
- Collection of Notebooks for Natural Language Processing with PyTorch☆30Updated 6 years ago
- Kaggle: Quora Insincere Questions Classification - detect toxic content to improve online conversations☆36Updated 6 years ago
- Text classification with Convolution Neural Networks on Yelp, IMDB & sentence polarity dataset v1.0☆118Updated 3 years ago
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆80Updated 6 years ago
- TensorFlow implementation of 'Ask Me Anything: Dynamic Memory Networks for Natural Language Processing (2015)'☆42Updated 6 years ago
- Brown clustering in Python☆22Updated 7 years ago
- Bidirectional LSTM + CRF (Conditional Random Fields) in Tensorflow☆56Updated 7 years ago
- Universal seq2seq model for question generation, text summarization, machine translation etc. written in Python and Tensorflow 1.4 with T…☆32Updated 7 years ago
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆166Updated 5 years ago
- This repository contain Code how to use pre-trained word-embedding in tensorflow☆31Updated 6 years ago
- LM, ULMFit et al.☆46Updated 5 years ago
- An implementation of bidirectional LSTM-CRF for Named Entity Relationship on custom corpus with custom word embeddings☆13Updated 5 years ago
- Text Generation Using A Variational Autoencoder☆110Updated 7 years ago