word2gauss
Word embeddings library
This implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings.
Gaussian word embeddings
190 stars
114 watching
52 forks
Language: Python
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A Python implementation of a topical word embedding technique used in natural language processing and information retrieval. | 314 |
| A project implementing a method to incorporate morphological information into word embeddings using a neural network model | 52 |
| A toolkit for learning high-quality word and text representations from ngram co-occurrence statistics | 848 |
| A repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks | 23 |
| An open-source Go library for learning and manipulating vector representations of words | 476 |
| Provides an implementation of generalized additive models in Python for building flexible semi-parametric models | 876 |
| A PyTorch implementation of the skip-gram model for learning word embeddings. | 188 |
| Demonstrates word embedding in Indonesian language using pre-trained Word2vec models | 20 |
| A deep learning model that generates word embeddings by predicting words based on their dependency context | 291 |
| A package for reading and analyzing word embeddings from the word2vec format in Go. | 56 |
| A Python implementation of a neural network model for learning word embeddings from text data | 6 |
| Provides fast and efficient word embeddings for natural language processing. | 223 |
| Tools and techniques for analyzing word meanings from word embeddings | 212 |
| An implementation of a non-parameterized approach for building sentence representations | 19 |
| An implementation of Athiwaratkun and Wilson's multimodal word distribution model using Gaussian Mixture distributions. | 283 |