XiaohuiGuoEartha / NLP_Project_Abstractive_SummarizationLinks
Used Python “keras” package to develop a unidirectional LSTM based deep learning model “encoder-decoder networks” for title generation on news data set. Improved the architecture by using attention. Created tensorboard visualizations to show the validation accuracy and loss. Evaluated the summaries using the ROUGE score.
☆17Updated 7 years ago
Alternatives and similar repositories for NLP_Project_Abstractive_Summarization
Users that are interested in NLP_Project_Abstractive_Summarization are comparing it to the libraries listed below
Sorting:
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆79Updated 7 years ago
- *SEM 2018: Learning Distributed Event Representations with a Multi-Task Approach☆21Updated 7 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 8 years ago
- Code for Named Entity Recognition using Deep Bidirectional LSTM(Char and Word Level Embedding) + HighWay Layer + CRF☆23Updated 8 years ago
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆167Updated 5 years ago
- Extracting all the features of a product from its reviews, giving every feature a score (depending on the user reviews) and also ranking …☆46Updated 5 years ago
- Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on …☆53Updated 6 years ago
- This repo contains implementation of advanced ML techniques. Includes model ensembles, cost-sensitive learning and dealing with class imb…☆18Updated 7 years ago
- Chinese Text Generation using LSTM☆11Updated 8 years ago
- TensorFlow code and pre-trained models for A Dynamic Word Representation Model Based on Deep Context. It combines the idea of BERT model…☆15Updated 6 years ago
- A bidirectional LSTM with attention for multiclass/multilabel text classification.☆173Updated last year
- Machine Learning Project of Semester VI students(Group 3) at School of Engineering and Applied Science, Ahmedabad University.☆26Updated 8 years ago
- Implementing sentiment analysis using CNN and LSTMs☆21Updated 6 years ago
- My bachelor's degree thesis (with code and experiments) on sentiment classification of Russian texts using Bi-RNN with attention mechanis…☆45Updated 8 years ago
- Tensorflow implementation of multi-task learning for language modeling and text classification.☆31Updated 3 years ago
- Kaggle: Quora Insincere Questions Classification - detect toxic content to improve online conversations☆36Updated 6 years ago
- 🎭 Sentiment Analysis of Twitter data using combined CNN and LSTM Neural Network models☆310Updated 7 years ago
- Text Generation using Bidirectional LSTM and Doc2Vec models☆62Updated 6 years ago
- Text classification models: cnn, self-attention, cnn-rnf, rnn-att, capsule-net. TensorFlow. Single GPU or multi GPU☆19Updated 5 years ago
- Sentiment Analysis: Deep Bi-LSTM+attention model☆45Updated 3 years ago
- Python implementation of a time-series model with (optional) attention where the encoder is CNN, decoder is LSTM, and more.☆22Updated 9 years ago
- This Machine Learning project deals with Coupon Recommendations based on Revenue Uplift☆11Updated 4 years ago
- Time series prediction and text analysis using Keras LSTM, plus clustering, association rules mining☆32Updated 8 years ago
- A sequence-to-sequence framework of Keras-based generative attention mechanisms that humans can read.一个人类可以阅读的基于Keras的代注意力机制的序列到序列的框架/模型,…☆18Updated 7 years ago
- These are my solutions to all six assignments of tensorflow tutorial in Udacity, covering CNN, RNN, Regularization (L2 and dropout), Embe…☆10Updated 8 years ago
- Used LSTM on Flickr dataset☆12Updated 7 years ago
- Document clustering using Density Based Spatial Clustering (DBSCAN) [undergrad NLP class project 2015@TU]☆79Updated last year
- Train, save and serve a linear regression model in TensorFlow☆32Updated 5 years ago
- This is a drop-in Keras layer for ELMo embeddings.☆47Updated 6 years ago
- Tensorflow Implementation of Recurrent Neural Network (Vanilla, LSTM, GRU) for Text Classification☆118Updated 7 years ago