monk1337 / word_embedding-in-tensorflowLinks
This repository contain Code how to use pre-trained word-embedding in tensorflow
☆31Updated 6 years ago
Alternatives and similar repositories for word_embedding-in-tensorflow
Users that are interested in word_embedding-in-tensorflow are comparing it to the libraries listed below
Sorting:
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 7 years ago
- Code for TF tutorials (CS20SI and CS224N)☆47Updated 7 years ago
- Implement en-fr translation task by implenting seq2seq, encoder-decoder in RNN layers with Attention mechanism and Beamsearch inference d…☆21Updated 7 years ago
- My bachelor's degree thesis (with code and experiments) on sentiment classification of Russian texts using Bi-RNN with attention mechanis…☆45Updated 7 years ago
- Keras implementation of Nested LSTMs☆88Updated 6 years ago
- Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)☆81Updated 2 years ago
- Tensorflow implementation of Very Deep Convolutional Networks for Natural Language Processing☆79Updated 7 years ago
- Kaggle: Quora Insincere Questions Classification - detect toxic content to improve online conversations☆36Updated 6 years ago
- Kaggle Quora Questions Pairs Competition☆88Updated 6 years ago
- implement the paper" Very Deep Convolutional Networks for Natural Language Processing"(https://arxiv.org/abs/1606.01781 ) in tensorflow☆55Updated last week
- Used two different methods to predict the sentiment (positive or negative) of movie reviews.☆56Updated 7 years ago
- The code for our submission in Kaggle's competition Quora Question Pairs which ranked in the top 25%.☆30Updated 5 years ago
- ☆23Updated 7 years ago
- Kaggle Competition: Using deep learning to solve quora's question pairs problem☆54Updated 7 years ago
- ☆24Updated 7 years ago
- A tensorflow implementation of Convolutional Neural Networks for Sentence Classification☆76Updated 8 years ago
- Solution to Kaggle's Quora Duplicate Question Detection Competition☆137Updated 6 years ago
- The project surveys 16+ Natural Language Processing (NLP) research papers that propose novel Deep Neural Network Models for Text Classifi…☆193Updated 7 years ago
- Bidirectional LSTM + CRF (Conditional Random Fields) in Tensorflow☆56Updated 7 years ago
- (arXiv:1509.06664) Reasoning about Entailment with Neural Attention.☆44Updated 6 years ago
- Bidirectional GRU with attention mechanism on imdb sentimental analysis dataset☆34Updated 7 years ago
- This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.☆104Updated 7 years ago
- An implementation of LSTM with Recurrent Batch Normalization.☆19Updated 8 years ago
- Experiments of ELMo that deep contextualized word representation in Keras with Tensorflow Hub.☆14Updated 6 years ago
- Example Recurrent Neural Networks for Sentiment Analysis (Aspect-Based) on SemEval 2014☆74Updated 6 years ago
- Use transfer learning for Text_classification with BERT.☆21Updated 2 years ago
- Implement deep memory network used for Aspect Level Sentiment Classification☆15Updated 2 years ago
- recurrent attention based on keras. Question Answering SQUAD dataset☆21Updated 8 years ago
- Train, save and serve a linear regression model in TensorFlow☆32Updated 4 years ago
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆79Updated 6 years ago