NNFS
Neural network library from scratch
|
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::Adam > | adam |
std::shared_ptr< NNFS::Dense > | layer |
int | input_size |
int | output_size |
|
inlineoverrideprotected |
|
inlineoverrideprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |