https://github.com/montyanderson/fast-sigmoid
Trying to find ways to speed up 1 / (1 + e^-x)
https://github.com/montyanderson/fast-sigmoid
Last synced: 3 months ago
JSON representation
Trying to find ways to speed up 1 / (1 + e^-x)
- Host: GitHub
- URL: https://github.com/montyanderson/fast-sigmoid
- Owner: montyanderson
- License: mit
- Created: 2016-12-21T14:06:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T14:33:10.000Z (over 8 years ago)
- Last Synced: 2025-01-18T00:40:56.059Z (4 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-sigmoid
Trying to find ways to speed up 1 / (1 + e^-x)