An open API service indexing awesome lists of open source software.

https://github.com/vfdev-5/nn_tests

Neural Network tests
https://github.com/vfdev-5/nn_tests

deep-learning keras

Last synced: about 2 months ago
JSON representation

Neural Network tests

Awesome Lists containing this project

README

          

# Neural Network tests with Keras

(Theano backend)

*Interactive notebooks to investigate some topics of deep learning*

## Formula learning

- [Ratio formula learning](ratio_formula_learning.ipynb)

Learn a ratio function `f(x)=(x_1 - x_n)/(x_1 + x_n)` with a fully-connected network and a custom architecture.
Compare approximated function with theoretical function.