skipgram topic

List skipgram repositories

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

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

Skip-Gram-Model-PyTorch

48
Stars
12
Forks
Watchers

PyTorch implementation of the Word2Vec (Skip-Gram Model) and visualizing the trained embeddings using TSNE

subgraph2vec_tf

26
Stars
11
Forks
Watchers

This repository contains the TensorFlow implemtation of subgraph2vec (KDD MLG 2016) paper

node2vec-spark

21
Stars
1
Forks
Watchers

Billion-scale node2vec in scala-spark

AI-Self-learning-Chatbot

22
Stars
8
Forks
Watchers

A neural network-based AI chatbot has been designed that uses LSTM as its training model for both encoding and decoding. The chatbot works like an open domain chatbot that can answer day-to-day questi...

Word2vec

19
Stars
7
Forks
Watchers

word2vec implementation (for skip-gram and cbow) and simple application of word2vec in sentiment analysis

symptom-disease

47
Stars
32
Forks
Watchers

Finds out symptoms similar to a given symptom, from a symptom-disease data set.