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

https://github.com/ntnu-ai-lab/rprop

Resilient backpropagation algorithm (RProp) optimizer implemented for Keras/TF
https://github.com/ntnu-ai-lab/rprop

Last synced: about 1 month ago
JSON representation

Resilient backpropagation algorithm (RProp) optimizer implemented for Keras/TF

Awesome Lists containing this project

README

        

* About
This is a simple implementation of the Rprop (Riedman et al 1994) algorithm for
Keras, which should be easy to reimplement to Tensorflow.
* Usage
Just add to your codebase and implement, pass it along as a optimizer to your
"model.compile(optimizer=prop-optimizer-object)"