hengluchang / deep-news-summarizationLinks
News summarization using sequence to sequence model with attention in TensorFlow.
☆188Updated 7 years ago
Alternatives and similar repositories for deep-news-summarization
Users that are interested in deep-news-summarization are comparing it to the libraries listed below
Sorting:
- ☆387Updated 7 years ago
- Uses Recurrent Neural Network (LSTM/GRU/basic_RNN units) for summarization of amazon reviews☆132Updated 7 years ago
- Text summarization using seq2seq in Keras☆292Updated 3 years ago
- Implementation of the paper -> https://arxiv.org/abs/1709.00155. For converting information present in the form of structured data into n…☆187Updated 6 years ago
- A seq2seq model that can generate summaries from fine food reviews on Amazon.☆234Updated 7 years ago
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆166Updated 5 years ago
- A sequence to sequence model for abstractive text summarization☆78Updated 7 years ago
- Tensorflow seq2seq Implementation of Text Summarization.☆644Updated 2 years ago
- Convolutional Neural Network for Text Classification in Tensorflow☆139Updated 8 years ago
- Preparing a dataset for TensorFlow text summarization (TextSum) model.☆146Updated 8 years ago
- ☆143Updated 5 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
- Text Classification by Convolutional Neural Network in Keras☆218Updated 7 years ago
- Python Framework for Extractive Text Summarization☆113Updated 3 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
- CRF to detect named entities (primarily names of people)☆119Updated 8 years ago
- Keras DL models to answer 8th grade science multiple choice questions (Kaggle AllenAI competition).