|
OpenNN
Open-source neural networks library
|
Declares the LevenbergMarquardtAlgorithm optimizer and the BackPropagationLM helper structure that holds its per-iteration scratch state. More...
#include "layer.h"#include "batch.h"#include "dense_layer.h"#include "optimizer.h"#include "forward_propagation.h"#include "back_propagation.h"Go to the source code of this file.
Classes | |
| struct | opennn::BackPropagationLM |
| Scratch state used by LevenbergMarquardtAlgorithm. More... | |
| class | opennn::LevenbergMarquardtAlgorithm |
| Levenberg-Marquardt optimizer with adaptive damping. More... | |
Namespaces | |
| namespace | opennn |
Declares the LevenbergMarquardtAlgorithm optimizer and the BackPropagationLM helper structure that holds its per-iteration scratch state.