mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
ed19b1cf0c
* Add binary step activation function * fix: ruff line too long error * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor: add link to directory * revert: add link to directory * fix: algorithm bug and docs * Update neural_network/activation_functions/binary_step.py * fix: ruff line too long error --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> |
||
---|---|---|
.. | ||
binary_step.py | ||
exponential_linear_unit.py | ||
leaky_rectified_linear_unit.py | ||
mish.py | ||
rectified_linear_unit.py | ||
scaled_exponential_linear_unit.py | ||
sigmoid_linear_unit.py | ||
soboleva_modified_hyperbolic_tangent.py | ||
softplus.py | ||
squareplus.py |