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

https://github.com/ahlusar1989/feed-forward-nn-modular

An attempt to modularize components of an artificial neural network into discrete interfaces. Allows for introduction of different activation functions.
https://github.com/ahlusar1989/feed-forward-nn-modular

Last synced: 6 months ago
JSON representation

An attempt to modularize components of an artificial neural network into discrete interfaces. Allows for introduction of different activation functions.

Awesome Lists containing this project

README

          

# feed-forward-nn-modular
An attempt to modularize components of an artificial neural network into discrete interfaces. Allows for introduction of different activation functions.