examples icon indicating copy to clipboard operation
examples copied to clipboard

Output layer activation should be a softmax

Open kvenkman opened this issue 5 years ago • 1 comments

In these example notebooks, the activation function on the output layer is not specified. According to the documentation, I believe they would be defaulting to 'None' (no function being applied to the inputs).

Updating the model definition so that the activation function is 'softmax', which should produce the intended model behaviour.

kvenkman avatar Jun 22 '20 13:06 kvenkman

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB