OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
levenberg_marquardt_algorithm.h File Reference

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
 

Detailed Description

Declares the LevenbergMarquardtAlgorithm optimizer and the BackPropagationLM helper structure that holds its per-iteration scratch state.