word2vec_torch
Word embedding library
Torch implementation of Word2Vec algorithm for creating vector representations of words from text data
Word2Vec implementation in Torch
61 stars
8 watching
33 forks
Language: Lua
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
torch/graph | A Lua-based library for graph manipulation and visualization in Torch. | 35 |
vefstathiou/so_word2vec | This is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks. | 40 |
danieldk/go2vec | A package for reading and analyzing word embeddings from the word2vec format in Go. | 56 |
satwikkottur/visualword2vec | Learning word embeddings from abstract images to improve language understanding | 19 |
torch/demos | Torch7 tutorials and demos providing hands-on experience with the deep learning framework. | 355 |
juliatext/word2vec.jl | A Julia interface to the Word2Vec word embedding algorithm | 61 |
dalinvip/cw2vec | A software framework for learning Chinese word embeddings with stroke n-gram information | 274 |
xamla/torch-pcl | Bindings for integrating Point Cloud Library with the Torch programming framework. | 30 |
e-lab/torch7-demos | Demos and tutorials for the Lua-based machine learning framework Torch7 | 43 |
tca19/dict2vec | A framework to learn word embeddings using lexical dictionaries | 115 |
junwei-pan/fasttext_torch | A Torch implementation of fasttext-based text classification | 72 |
e-lab/torch-toolbox | A collection of reusable components and utilities for building Torch-based projects | 199 |
harvardnlp/sent-conv-torch | This project provides an implementation of Kim's sentence convolution code using Lua and Torch for text classification. | 449 |
jwyang/jule.torch | Implementations of joint unsupervised learning algorithm for deep representations and image clusters using Torch | 288 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |