Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
agent.h File Reference
#include <random>
#include <vector>
#include "utec/nn/neural_network.h"
Include dependency graph for agent.h:
This graph shows which files directly or indirectly include this file:

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>