Skip to content

juliusrueckin/bachelor-thesis-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bachelor Thesis Experiments

Similarity Explanation and Exploration in a heterogeneous Information Network

Usage of Competitor's Implementations

cd verse/src && make;
./verse -input data/karate.bcsr -output karate.bin -dim 128 -alpha 0.85 -threads 4 -nsamples 3
cd deepwalk-c/src && make;
./deepwalk -input ../../verse/data/karate.bcsr -output karate.bin -dim 128 -threads 4
cd node2vec-c/ && make;
./node2vec -input ../verse/data/karate.bcsr -output karate.bin -dim 128 -threads 4

Download latest GNU GSL Package here and extract it on your local machine. Then do

cd /gslu-extracted-path && ./configure && make && make install;
cd /path-to-line-directory/linux && make;
./line -train network_file -output embedding_file -binary 1 -size 200 -order 2 -negative 5 -samples 100 -rho 0.025 -threads 20

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published