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

error in the sigmoid function #145

Merged
merged 1 commit into from
Jun 26, 2018

Conversation

ThomBerthou
Copy link
Contributor

Change sigmoid function from 1 / (1 + np.exp(x)) to 1 / (1 + np.exp(-x))

Change sigmoid function from 1 / (1 + np.exp(x)) to 1 / (1 + np.exp(-x))
@ljvmiranda921
Copy link
Owner

Wow I didn't see this. Thanks for the catch, @thomasces ! Let me merge this to master and make a patch release.

@ljvmiranda921 ljvmiranda921 self-requested a review June 26, 2018 15:19
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.

2 participants