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

Output layer activation should be a softmax #224

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kvenkman
Copy link

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 kvenkman requested a review from MarkDaoust as a code owner June 22, 2020 13:32
@googlebot googlebot added the cla: yes CLA has been signed label Jun 22, 2020
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes CLA has been signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants