Skip to content

ktsaurabh/recursive_WSABIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive WSABIE (to be updated)

This program depends upon keras and theano. So make sure to install these with appropriate path provided.

./data folder contains a sample file to run the program. These are 1000 abstracts obtained from CiteSeer. ./models folder will hold the model learned.

GPU command: THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python tag_embeddings_test_rsdae.py

CPU command: THEANO_FLAGS=mode=FAST_RUN,device=cpu python tag_embeddings_test_rsdae.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages