Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
This is the complete list of members for NeuralNetwork< T >, including all inherited members.
add_layer(Args &&... args) | NeuralNetwork< T > | inline |
load(std::istream &in) -> NeuralNetwork< T > | NeuralNetwork< T > | inlinestatic |
NeuralNetwork() | NeuralNetwork< T > | inline |
predict(const algebra::Tensor< T, 2 > &X) -> algebra::Tensor< T, 2 > | NeuralNetwork< T > | inline |
save(std::ostream &out) const | NeuralNetwork< T > | inline |
train(const algebra::Tensor< T, 2 > &x, const algebra::Tensor< T, 2 > &y, const size_t epochs, const size_t batch_size, T learning_rate, std::mt19937 &rng) | NeuralNetwork< T > | inline |