LINE icon indicating copy to clipboard operation
LINE copied to clipboard

Why not iterate the algorithm many times just like Word2Vec

Open gsp2014 opened this issue 7 years ago • 1 comments

The algorithm just runs one time in TrainLINEThread function in line.cpp, why not iterate the algorithm many times just like Word2Vec?

gsp2014 avatar Jul 03 '17 07:07 gsp2014

The number of update steps is controlled by samples * 1 million. And 'samples' is a running argument in line.cpp.

futureer avatar Jan 17 '18 16:01 futureer