Ecosyste.ms: Awesome
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
- Host: GitHub
- URL: https://github.com/vfdev-5/nn_tests
- Owner: vfdev-5
- Created: 2017-03-14T17:23:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T15:43:24.000Z (over 7 years ago)
- Last Synced: 2024-12-15T14:09:12.069Z (about 2 months ago)
- Topics: deep-learning, keras
- Language: Jupyter Notebook
- Size: 4.37 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.