NNFS
Neural network library from scratch
|
Protected Attributes | |
std::shared_ptr< NNFS::Softmax > | softmax_ = std::make_shared<NNFS::Softmax>() |
std::shared_ptr< NNFS::CCE > | cce_ = std::make_shared<NNFS::CCE>() |
std::shared_ptr< NNFS::CCESoftmax > | cce_softmax_ = std::make_shared<NNFS::CCESoftmax>(softmax_, cce_) |
|
protected |
|
protected |