SWEM
Text classifiers
A software project that implements word embedding-based models for text classification tasks and provides pre-trained embeddings and evaluation scripts.
The Tensorflow code for this ACL 2018 paper: "Baseline Needs More Love: On Simple Word-Embedding-Based Models and Associated Pooling Mechanisms"
284 stars
12 watching
54 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
deep-learningnatural-language-processingrepresentation-learningtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
apcode/tensorflow_fasttext | An open-source implementation of a text classification system using word embeddings and TensorFlow. | 302 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
tensorflow/text | Preprocessing and processing tools for text data in machine learning models | 1,233 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |
batzner/tensorlm | A library for text generation with recurrent neural networks using TensorFlow | 61 |
2shou/textgrocery | A text classification tool based on LibLinear with support for Chinese tokenize using jieba. | 678 |
raduionescu/vlawe-boswe | Software providing representations for text classification based on word embeddings and clustering | 10 |
arunmichaeldsouza/tensorflow-image-detection | A tool for training and classifying images using Google's Inception model and TensorFlow | 328 |
xiayandi/pytorch_text_classification | An implementation of convolutional neural networks for text classification using PyTorch | 66 |
hellochick/pspnet-tensorflow | A TensorFlow-based implementation of a semantic segmentation network for image classification tasks | 326 |
zhezhaoa/ngram2vec | A toolkit for learning high-quality word and text representations from ngram co-occurrence statistics | 846 |
bohanli/bert-flow | A TensorFlow implementation of sentence embedding from pre-trained language models | 529 |
kwotsin/tensorflow-enet | A deep neural network implementation for real-time semantic segmentation in computer vision | 257 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 599 |
tkuanlun350/tensorflow-segnet | A TensorFlow-based implementation of the SegNet segmentation algorithm, with modifications to address index unravel issues and support multiple features such as dilation and multi-resolution learning. | 369 |