dnn_cool_activations: Simple Numpy activation functions
Project description
dnn_cool_activations
Simple numpy actions, currently just sigmoid and softmax.
import numpy as np
from dnn_cool_activations.base import sigmoid
sigmoid(np.array([0., -23, 51.]))
# array([0.5, 0. , 1. ])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dnn_cool_activations-0.1.2.tar.gz
.
File metadata
- Download URL: dnn_cool_activations-0.1.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e60f8b249c850d56711af0a26b15058dbe4f6066f2136884f99ffc20c8a26680 |
|
MD5 | 372cdd6acd9d45d2147bdc23f02d77d2 |
|
BLAKE2b-256 | 706a69075e9bc94f67ee5c59df4dca22b2ac8606f83bee8fe04dcce852962d1c |