You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/asciidoc/machine-learning/node-embeddings/graph-sage/specific-train-configuration.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
| learningRate | Float | 0.1 | yes | The learning rate determines the step size at each iteration while moving toward a minimum of a loss function.
15
15
| epochs | Integer | 1 | yes | Number of times to traverse the graph.
16
16
| <<common-configuration-max-iterations,maxIterations>> | Integer | 10 | yes | Maximum number of iterations per epoch. Each iteration the weights are updated.
17
-
| <<common-configuration-max-iterations,batchesPerIteration>>| Integer | `concurrency` | yes | Number of batches to consider per weight updates.
17
+
| batchSamplingRatio | Float | `concurrency * batchSize / nodeCount` | yes | Sampling ratio of batches to consider per weight updates. By default, each thread evaluates a single batch. The gradients per batch are averaged to update the weights.
18
18
| searchDepth | Integer | 5 | yes | Maximum depth of the RandomWalks to sample nearby nodes for the training.
19
19
| negativeSampleWeight | Integer | 20 | yes | The weight of the negative samples. Higher values increase the impact of negative samples in the loss.
20
20
| <<common-configuration-relationship-weight-property,relationshipWeightProperty>> | String | null | yes | Name of the relationship property to use as weights. If unspecified, the algorithm runs unweighted.
0 commit comments