Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue in the default output activation function of BaseMultiLayerNetwork #49

Closed
alley003 opened this issue Aug 11, 2014 · 2 comments
Closed

Comments

@alley003
Copy link

private ActivationFunction outputActivationFunction = Activations.softmax(); should be private ActivationFunction outputActivationFunction = Activations.softmax(true);

otherwise, a column wise softmax function will be applied to the output matrix. i.e. the sum of each column is 1. The correct output should have a row summation which is one.

@agibsonccc
Copy link
Contributor

Fixed. Thanks!

AlexDBlack pushed a commit that referenced this issue May 21, 2018
nightscape pushed a commit to nightscape/deeplearning4j that referenced this issue Jul 4, 2018
nightscape pushed a commit to nightscape/deeplearning4j that referenced this issue Jul 4, 2018
@lock
Copy link

lock bot commented Jan 22, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants