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>
5
#include "
utec/algebra/tensor.h
"
6
7
namespace
common
{
8
9
void
he_init
(utec::algebra::Tensor<double, 2>& tensor, std::mt19937& rng);
10
11
}
// namespace common
12
13
#endif
common
Definition
agent.h:8
common::he_init
void he_init(utec::algebra::Tensor< double, 2 > &tensor, std::mt19937 &rng)
Definition
init.cpp:7
tensor.h
include
common
init.h
Generated by
1.14.0