NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
SGDTest Class Reference
Inheritance diagram for SGDTest:
[legend]

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

double lr
 
double decay
 
double momentum
 
std::shared_ptr< NNFS::SGDsgd
 
std::shared_ptr< NNFS::Denselayer
 
int input_size
 
int output_size
 

Member Function Documentation

◆ SetUp()

void SGDTest::SetUp ( )
inlineoverrideprotected

◆ TearDown()

void SGDTest::TearDown ( )
inlineoverrideprotected

Member Data Documentation

◆ decay

double SGDTest::decay
protected

◆ input_size

int SGDTest::input_size
protected

◆ layer

std::shared_ptr<NNFS::Dense> SGDTest::layer
protected

◆ lr

double SGDTest::lr
protected

◆ momentum

double SGDTest::momentum
protected

◆ output_size

int SGDTest::output_size
protected

◆ sgd

std::shared_ptr<NNFS::SGD> SGDTest::sgd
protected

The documentation for this class was generated from the following file: