Christian Clauss
|
8668f5792d
|
Update simple_neural_network.py
|
2023-10-27 23:19:24 +02:00 |
|
Christian Clauss
|
dc7448d59f
|
forward_propagation(32, 500_000) # Was 10_000_000
|
2023-10-27 14:11:29 +02:00 |
|
Christian Clauss
|
ed4ec69c76
|
forward_propagation(32, 1_000_000) # Was 10_000_000
|
2023-10-27 13:16:22 +02:00 |
|
Christian Clauss
|
1b31c25fc3
|
simple_neural_network.py: Fewer forward propogations to speed tests
Closes #9718
|
2023-10-27 00:02:24 +02:00 |
|
Caio Cordeiro
|
f340bde6e0
|
Add simple neural network (#6452)
* feat: add simple foward propagation implementation
* fix: add PR requested changes
* feat: add code example
* fix: solve pre-commit failure
* feat: add doctest inside code execution
* fix: PR requested changes
* fix: pr requested changes
Co-authored-by: Caio Cordeiro <ccordeirodemorae@apple.com>
|
2022-10-30 08:05:44 +01:00 |
|