#include <SharkDefs.h>
#include <Array/Array.h>
#include <ReClaM/Optimizer.h>
Go to the source code of this file.
Classes | |
| class | RpropPlus |
| This class offers methods for the usage of the Resilient-Backpropagation-algorithm with weight-backtracking. More... | |
| class | RpropMinus |
| This class offers methods for the usage of the Resilient-Backpropagation-algorithm without weight-backtracking. More... | |
| class | IRpropPlus |
| This class offers methods for the usage of the improved Resilient-Backpropagation-algorithm with weight-backtracking. More... | |
| class | IRpropMinus |
| This class offers methods for the usage of the improved Resilient-Backpropagation-algorithm without weight-backtracking. More... | |
Typedefs | |
| typedef IRpropPlus | Rprop99 |
| Used to connect the class names with the year of publication of the paper in which the algorithm was introduced. | |
| typedef IRpropMinus | Rprop99d |
| Used to connect the class names with the year of publication of the paper in which the algorithm was introduced. | |
| typedef RpropPlus | Rprop93 |
| Used to connect the class names with the year of publication of the paper in which the algorithm was introduced. | |
| typedef RpropMinus | Rprop94 |
| Used to connect the class names with the year of publication of the paper in which the algorithm was introduced. | |
Four classes with four versions of the algorithm are included in this file:
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Definition in file Rprop.h.
| typedef RpropMinus Rprop94 |
| typedef IRpropPlus Rprop99 |
| typedef IRpropMinus Rprop99d |