Skip to content

Conversation

b0noI
Copy link
Collaborator

@b0noI b0noI commented Apr 13, 2018

No description provided.

@b0noI b0noI requested a review from andrey-kotkovets April 13, 2018 13:43
@@ -170,6 +170,24 @@ public void backwardSignalReceived(final Double error) {

final var dzLearningRate = dz * context.getLearningRate();
backwardConnections = backwardConnections.add(inputSignals.scalarMultiply(dzLearningRate));
if (context.getRegularizationRate() != 0.) {
backwardConnections.walkInColumnOrder(new RealMatrixChangingVisitor() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@b0noI
backwardConnections is a 1:N vector.
So, in my view, it makes sense to use walkInRowOrder instead of walkInColumnOrder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants