The following is hyperparameters in demo.sh of glove. What is the meaning of VERBOSE
, MEMORY
, WINDOW_SIZE
and BINARY
.
The WINDOW_SIZE
is 15, is that means chose 15 words from right and chose 15 words from left?
VERBOSE=2 ?
MEMORY=4.0 ?
VOCAB_MIN_COUNT=5
VECTOR_SIZE=128
MAX_ITER=15
WINDOW_SIZE=15 ?
BINARY=2 ?
NUM_THREADS=8
X_MAX=100