Python/neural_network
Shivansh Bhatnagar 572de4f15e
Added A General Swish Activation Function inNeural Networks (#10415)
* Added A General Swish Activation Function inNeural Networks

* Added the general swish function in the SiLU function and renamed it as swish.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Shivansh Bhatnagar <shivansh.bhatnagar.mat22@iitbhu.ac.in>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-18 10:50:18 -04:00
..
activation_functions Added A General Swish Activation Function inNeural Networks (#10415) 2023-10-18 10:50:18 -04:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
2_hidden_layers_neural_network.py Fix numpy deprecation warning in 2_hidden_layers_neural_network.py (#10424) 2023-10-16 01:41:45 +02:00
back_propagation_neural_network.py Style sigmoid function in harmony with pep guideness (#6677) 2023-09-04 13:38:26 -04:00
convolution_neural_network.py [pre-commit.ci] pre-commit autoupdate (#9543) 2023-10-07 21:32:28 +02:00
gan.py_tf [pre-commit.ci] pre-commit autoupdate (#9543) 2023-10-07 21:32:28 +02:00
input_data.py.DEPRECATED.txt Fix ruff errors (#8936) 2023-08-09 13:25:30 +05:30
perceptron.py refactor: Indent ... for visual purposes (#7744) 2022-10-27 19:42:30 +02:00
simple_neural_network.py Add simple neural network (#6452) 2022-10-30 08:05:44 +01:00