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

Declares the StochasticGradientDescent (SGD) optimizer with optional momentum and Nesterov acceleration. More...

#include "optimizer.h"

Go to the source code of this file.

Classes

class  opennn::StochasticGradientDescent
 Mini-batch SGD with optional momentum, Nesterov acceleration and learning-rate decay. More...
 

Namespaces

namespace  opennn
 

Detailed Description

Declares the StochasticGradientDescent (SGD) optimizer with optional momentum and Nesterov acceleration.