Rprop

Rprop training for Artificial Neural Networks

You are now following this Submission

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 (2026). Rprop (https://www.mathworks.com/matlabcentral/fileexchange/32445-rprop), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Deep Learning Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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