Python/neural_network
Ramandeep Singh 64d8504170
Add 2-hidden layer neural network with back propagation using sigmoid activation function (#4037)
* added neural network with 2 hidden layers

* Revert "added neural network with 2 hidden layers"

This reverts commit fa4e2ac86e.

* added neural network with 2 hidden layers

* passing pre-commit requirements

* doctest completed

* added return hints

* added example

* example added

* completed doctest's

* changes made as per the review

* changes made

* changes after review

* changes

* spacing

* changed return type

* changed dtype
2020-12-26 21:43:20 +05:30
..
__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 Add 2-hidden layer neural network with back propagation using sigmoid activation function (#4037) 2020-12-26 21:43:20 +05:30
back_propagation_neural_network.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
convolution_neural_network.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
gan.py_tf Travis CI: Upgrade to Python 3.8 (#1783) 2020-02-23 04:23:00 +01:00
input_data.py_tf Travis CI: Upgrade to Python 3.8 (#1783) 2020-02-23 04:23:00 +01:00
perceptron.py Test the exception conditions (#1853) 2020-04-13 02:10:21 +02:00