hlamba28 / NMT-with-Attention-MechanismLinks
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 6 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
Sorting:
- This is where I put all my work in Natural Language Processing☆97Updated 4 years ago
- Text Generation using Bidirectional LSTM and Doc2Vec models☆62Updated 6 years ago
- Collection of Notebooks for Natural Language Processing with PyTorch☆31Updated 6 years ago
- Transfer Learning for NLP Tasks☆55Updated 6 years ago
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆166Updated 5 years ago
- The implementation of text classification using character level convoultion neural networks using Keras☆150Updated 2 years ago
- An example on how to train supervised classifiers for multi-label text classification using sklearn pipelines☆110Updated 7 years ago
- All my experiments with AI and ML☆119Updated 7 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 7 years ago
- CNN for intent classification task in a Chatbot☆101Updated 5 years ago
- State of the Art results in Intent Classification using Sematic Hashing for three datasets: AskUbuntu, Chatbot and WebApplication.☆134Updated 5 years ago
- A bidirectional LSTM with attention for multiclass/multilabel text classification.☆173Updated last year
- ☆23Updated 7 years ago
- A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python☆102Updated 6 years ago
- shabeelkandi / Handling-Out-of-Vocabulary-Words-in-Natural-Language-Processing-using-Language-Modelling☆69Updated 5 years ago
- Keras + Universal Sentence Encoder = Transfer Learning for text data☆33Updated 6 years ago
- my approach to the kaggle speech recognition challenge☆25Updated 7 years ago
- ☆31Updated 7 years ago
- code and supplementary materials for a series of Medium articles about the BERT model☆77Updated 2 years ago
- Goal-Oriented Chatbot trained with Deep Reinforcement Learning☆182Updated 6 years ago
- ☆19Updated 4 years ago
- TensorFlow implementation of 'Ask Me Anything: Dynamic Memory Networks for Natural Language Processing (2015)'☆42Updated 7 years ago
- Text Generation Using A Variational Autoencoder☆110Updated 8 years ago
- A simple technique to integrate BERT from tf hub to keras☆258Updated 2 years ago
- Neural Machine Translation using word level seq2seq model and embeddings☆38Updated 7 years ago
- Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2☆64Updated 2 years ago
- Position embedding layers in Keras☆58Updated 3 years ago
- Bidirectional LSTM + CRF (Conditional Random Fields) in Tensorflow☆56Updated 7 years ago
- Keras implementation of character-level sequence-to-sequence learning for spelling correction☆73Updated 6 years ago
- A word2vec implementation in Keras☆52Updated 7 years ago