samueljamesbell / doc2vecLinks
A simple and readable implementation of doc2vec, using Python 3, Keras and TensorFlow.
☆20Updated 3 years ago
Alternatives and similar repositories for doc2vec
Users that are interested in doc2vec are comparing it to the libraries listed below
Sorting:
- Implementation of character based convolutional neural network☆261Updated 4 years ago
- Applying NLP transfer learning techniques to predict Tweet stance toward a topic☆107Updated 6 years ago
- Do NLP tasks with some SOTA methods☆92Updated 5 years ago
- Evolution of word vectors from long, sparse, and 1-hot to short, dense, and context sensitive☆28Updated 2 years ago
- Text-to-SQL Generation for Question Answering on Electronic Medical Records☆134Updated 4 years ago
- architectures and pre-trained models for long document classification.☆154Updated 5 years ago
- NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT☆234Updated 2 years ago
- ☆45Updated 2 years ago
- Comparatively fine-tuning pretrained BERT models on downstream, text classification tasks with different architectural configurations in …☆126Updated 5 years ago
- How to encode sentences in a high-dimensional vector space, a.k.a., sentence embedding.☆135Updated 3 years ago
- A simple technique to integrate BERT from tf hub to keras☆258Updated 2 years ago
- 🛒 Simple recommender with matrix factorization, graph, and NLP. Beating the regular collaborative filtering baseline.☆146Updated last year
- Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for employing Transformer models in text classif…☆312Updated 5 years ago
- Simple State-of-the-Art BERT-Based Sentence Classification with Keras / TensorFlow 2. Built with HuggingFace's Transformers.☆201Updated last year
- Preprocessing Library for Natural Language Processing☆165Updated 3 years ago
- Lecture summarization with BERT☆153Updated 3 years ago
- SentAugment is a data augmentation technique for NLP that retrieves similar sentences from a large bank of sentences. It can be used in c…☆359Updated 3 years ago
- Minimalist implementation of a BERT Sentence Classifier with PyTorch Lightning, Transformers and PyTorch-NLP.☆218Updated 2 years ago
- A small repo showing how to easily use BERT (or other transformers) for inference☆99Updated 6 years ago
- 🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch.☆68Updated 5 years ago
- Topic modeling with word vectors☆119Updated 4 years ago
- Enriching BERT with Knowledge Graph Embedding for Document Classification (PyTorch)☆160Updated 6 years ago
- A Python library for Interpretable Machine Learning in Text Classification using the SS3 model, with easy-to-use visualization tools for …☆349Updated 3 months ago
- Enhancing the BERT training with Semi-supervised Generative Adversarial Networks