examples
examples copied to clipboard
Output layer activation should be a softmax
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.
Check out this pull request on ![]()
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB