LINE
LINE copied to clipboard
Why not iterate the algorithm many times just like Word2Vec
The algorithm just runs one time in TrainLINEThread function in line.cpp, why not iterate the algorithm many times just like Word2Vec?
The number of update steps is controlled by samples * 1 million. And 'samples' is a running argument in line.cpp.