17.1.5 Getting the Loss Value For a DeepWalk Model
You can fetch the loss value as described in the following code:
opg4j> var loss = model.getLoss()
double loss = model.getLoss();
loss = model.loss
Parent topic: Using the DeepWalk Algorithm
You can fetch the loss value as described in the following code:
opg4j> var loss = model.getLoss()
double loss = model.getLoss();
loss = model.loss
Parent topic: Using the DeepWalk Algorithm