Skip to content

Conversation

@Mike-Orlov
Copy link

@Mike-Orlov Mike-Orlov commented Dec 5, 2021

Hi, I've just stumbled upon a little misprint in ELU block python code. I believe we should use "np.exp(z)" instead of "e^z" (or declare variable "e").

Hi, I've just stumbled upon a little misprint in ELU block python code. We should use "np.exp(z)" instead of "e^z" (or declare variable "e").
@bfortuner
Copy link
Owner

I think this is OK actually, as it's the math equation here not the code?

Copy link

@koobot koobot left a comment

Choose a reason for hiding this comment

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

The proposed change is being made in the wrong place.

The update np.exp(z) needs to be made to line 15 of activation_functions.py

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.

3 participants