Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
init.h
Go to the documentation of this file.
1#ifndef INCLUDE_TRAINER_INIT_H
2#define INCLUDE_TRAINER_INIT_H
3
4#include <random>
6
7namespace common {
8
9 void he_init(utec::algebra::Tensor<double, 2>& tensor, std::mt19937& rng);
10
11} // namespace common
12
13#endif
Definition agent.h:8
void he_init(utec::algebra::Tensor< double, 2 > &tensor, std::mt19937 &rng)
Definition init.cpp:7