Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
This is the complete list of members for Dense< T >, including all inherited members.
backward(const algebra::Tensor< T, 2 > &dZ) -> algebra::Tensor< T, 2 > override | Dense< T > | inline |
utec::neural_network::ILayer::backward(const algebra::Tensor< T, 2 > &gradients) -> algebra::Tensor< T, 2 >=0 | utec::neural_network::ILayer< T > | pure virtual |
Dense(const size_t in_f, const size_t out_f) | Dense< T > | inline |
Dense(const size_t in_f, const size_t out_f, auto init_w_fun, auto init_b_fun) | Dense< T > | inline |
forward(const algebra::Tensor< T, 2 > &x) -> algebra::Tensor< T, 2 > override | Dense< T > | inline |
utec::neural_network::ILayer::forward(const algebra::Tensor< T, 2 > &x) -> algebra::Tensor< T, 2 >=0 | utec::neural_network::ILayer< T > | pure virtual |
id() const -> LayerId override | Dense< T > | inlinevirtual |
load(std::istream &in) -> Dense< T > | Dense< T > | inlinestatic |
save(std::ostream &out) const override | Dense< T > | inlinevirtual |
update_params(IOptimizer< T > &optimizer) override | Dense< T > | inline |
utec::neural_network::ILayer::update_params(IOptimizer< T > &optimizer) | utec::neural_network::ILayer< T > | inlinevirtual |
~ILayer()=default | utec::neural_network::ILayer< T > | virtual |