Skip to content

Jakelee24/word2vec_module-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word2Vec_Module

Introduction

Word2vec is a group of related models that are used to produce word embeddings.

In this project I implement the word2vec by using the tensorflow. now this project is part of the Sentiment-Analysis, please check it out.

Setup

Make sure you have the following is installed:

  • Python3
  • Tensorflow
  • NumPy
  • SciPy
  • Pandas
  • Matplotlib

Dataset

for the dataset please make sure your training data .txt file is like following:

Sentence Class
I like this movie! 1
I hate this feeling. 0
............... ..

About

Word2vec is a group of related models that are used to produce word embeddings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages