Python/neural_network
Mantas Zimnickas 12f69a86f5 Remove code with side effects from main (#1577)
* Remove code with side effects from main

When running tests withy pytest, some modules execute code in main scope
and open plot or browser windows.

Moves such code under `if __name__ == "__main__"`.

* fixup! Format Python code with psf/black push
2019-11-17 19:38:48 +01:00
..
back_propagation_neural_network.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
convolution_neural_network.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
gan.py Remove code with side effects from main (#1577) 2019-11-17 19:38:48 +01:00
input_data.py GitHub Action formats our code with psf/black (#1569) 2019-11-14 19:59:43 +01:00
perceptron.py Factors of a number (#1493) 2019-10-29 23:54:30 +01:00