Rprop

Rprop training for Artificial Neural Networks
1.3K Downloads
Updated 23 Aug 2011

View License

One of the training methods for Artificial Neural Networks is the Resilient Propagation (Rprop). Rprop is usually faster compared to the classical Backpropagation. In this package 4 different Rprop algorithms present in the literature are specifically implemented to train an ANN: Rprop+, Rprop-, IRprop+, IRprop-.

Cite As

Roberto Calandra (2024). Rprop (https://www.mathworks.com/matlabcentral/fileexchange/32445-rprop), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Deep Learning Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

Another bit of documentation added

1.2.0.0

Improved the documentation and added a second demo. only small changes in the code.

1.0.0.0