[][src]Module radiate_matrix_tree::matrix_tree::network

Structs

NeuralNetwork

The neural network struct is meant to represent a simple feed forward neural network with the ability to maniupate it's weights and biases, and feed forward a 1D vector of a predetermined size (input_size).