Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
Go to the source code of this file.
Classes | |
struct | common::Sample< Input, Output > |
class | common::IAgent< Input, Output > |
class | common::DigitReader |
Namespaces | |
namespace | common |
Typedefs | |
using | common::IDigitAgent = IAgent<std::vector<double>, int> |
using | common::DigitSample = Sample<std::vector<double>, int> |