Skip to content

Commit 8f42ec3

Browse files
author
Lukas Molzberger
committed
docu
1 parent 3c57f8d commit 8f42ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/aika/corpus/Document.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public void notifyWeightsModified(INeuron n, Collection<Synapse> inputSynapses)
184184

185185
/**
186186
* Updates the model after the training step.
187-
* It applies the weight and bias delta values and reflects the changes to the synapse weights in the logic node structure.
187+
* It applies the weight and bias delta values and reflects the changes in the logic node structure.
188188
*/
189189
public void commit() {
190190
modifiedWeights.forEach((n, inputSyns) -> Converter.convert(model, threadId, n, inputSyns));

0 commit comments

Comments
 (0)