Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error in the sigmoid function (#145)
Change sigmoid function from 1 / (1 + np.exp(x)) to 1 / (1 + np.exp(-x)) TODO: Make patch release v.0.2.1
- Loading branch information