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

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

double lr
 
double decay
 
double epsilon
 
double beta1
 
double beta2
 
std::shared_ptr< NNFS::Adamadam
 
std::shared_ptr< NNFS::Denselayer
 
int input_size
 
int output_size
 

Member Function Documentation

◆ SetUp()

void AdamTest::SetUp ( )
inlineoverrideprotected

◆ TearDown()

void AdamTest::TearDown ( )
inlineoverrideprotected

Member Data Documentation

◆ adam

std::shared_ptr<NNFS::Adam> AdamTest::adam
protected

◆ beta1

double AdamTest::beta1
protected

◆ beta2

double AdamTest::beta2
protected

◆ decay

double AdamTest::decay
protected

◆ epsilon

double AdamTest::epsilon
protected

◆ input_size

int AdamTest::input_size
protected

◆ layer

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

◆ lr

double AdamTest::lr
protected

◆ output_size

int AdamTest::output_size
protected

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