Python/neural_network
Tianyi Zheng b6b45eb1ce
Fix numpy deprecation warning in 2_hidden_layers_neural_network.py (#10424)
* updating DIRECTORY.md

* updating DIRECTORY.md

* updating DIRECTORY.md

* updating DIRECTORY.md

* Fix deprecation warning in 2_hidden_layers_neural_network.py

Fix numpy deprecation warning:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2023-10-16 01:41:45 +02:00
..
activation_functions Add binary step activation function (#10030) 2023-10-08 19:34:50 -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