OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
levenberg_marquardt_algorithm.h File Reference
#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
 Backprop scratch state specific to Levenberg-Marquardt (per-sample errors, Jacobian, Hessian approx). More...
 
class  opennn::LevenbergMarquardtAlgorithm
 Levenberg-Marquardt optimizer combining Gauss-Newton and gradient descent through an adaptive damping factor. More...
 

Namespaces

namespace  opennn