Python/neural_network
Barun Parua d9562033f6
added a function to calculate perceived frequency by observer using Doppler Effect (#10776)
* avg and mps speed formulae added

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

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

* avg and mps speed formulae added

* fixed_spacing

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

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

* spacing

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

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

* ws

* added amicable numbers

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

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

* added amicable numbers

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

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

* spacing

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

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

* removed

* changed name of file and added code improvements

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

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

* issues fixed due to pi

* requested changes added

* Created doppler_effect_of_sound.py

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

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

* Updated doppler_effect_of_sound.py

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

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

* added desc names

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

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

* fixed spacing

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

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

* renamed doppler_effect_of_sound.py to doppler_frequency.py

* used expection handling rather than print statements

* fixed spacing for ruff

* Update doppler_frequency.py

This is super slick!  Well done.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2023-10-22 00:33:50 +02: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.DISABLED added a function to calculate perceived frequency by observer using Doppler Effect (#10776) 2023-10-22 00:33:50 +02:00
simple_neural_network.py Add simple neural network (#6452) 2022-10-30 08:05:44 +01:00