|
NNFS
Neural network library from scratch
|
This is the complete list of members for NNFS::Sigmoid, including all inherited members.
| _forward_input | NNFS::Activation | protected |
| Activation(ActivationType activation_type) | NNFS::Activation | inline |
| activation_type | NNFS::Activation | |
| backward(Eigen::MatrixXd &out, const Eigen::MatrixXd &dx) override | NNFS::Sigmoid | inlinevirtual |
| forward(Eigen::MatrixXd &out, const Eigen::MatrixXd &x) override | NNFS::Sigmoid | inlinevirtual |
| Layer(LayerType type) | NNFS::Layer | inline |
| Sigmoid() | NNFS::Sigmoid | inline |
| type | NNFS::Layer | |
| ~Layer()=default | NNFS::Layer | virtual |