Crate neural_network_study

Source

Modules§

nn_tests

Structs§

Matrix
A simple 2-dimensional matrix with basic operations
NeuralNetwork
A simple feedforward neural network with one hidden layer.