cbow topic

List cbow repositories

word2vec-win32

46
Stars
40
Forks
Watchers

A word2vec port for Windows.

lightNLP

823
Stars
212
Forks
Watchers

基于Pytorch和torchtext的自然语言处理深度学习框架。

koan

261
Stars
18
Forks
Watchers

A word2vec negative sampling implementation with correct CBOW update.

pyRDF2Vec

241
Stars
47
Forks
Watchers

🐍 Python Implementation and Extension of RDF2Vec

nlp_learning

235
Stars
92
Forks
Watchers

结合python一起学习自然语言处理 (nlp): 语言模型、HMM、PCFG、Word2vec、完形填空式阅读理解任务、朴素贝叶斯分类器、TFIDF、PCA、SVD

pytorch-continuous-bag-of-words

81
Stars
29
Forks
Watchers

The Continuous Bag-of-Words model (CBOW) is frequently used in NLP deep learning. It's a model that tries to predict words given the context of a few words before and a few words after the target word...

game2vec

70
Stars
6
Forks
Watchers

TensorFlow implementation of word2vec applied on https://www.kaggle.com/tamber/steam-video-games dataset, using both CBOW and Skip-gram.

fastTextR

22
Stars
2
Forks
Watchers

Efficient learning of word representations

learningspoons

31
Stars
14
Forks
Watchers

nlp lecture-notes and source code

CS224n--NLP-with-Deep-Learning

18
Stars
16
Forks
Watchers

This repo contains my solution to the Stanford course "NLP with Deep Learning" under CS224n code. Here, you can find the solution for all classes starting form 2018