StraightforwardNeuralNetwork
StraightforwardNeuralNetwork copied to clipboard
Can add static_assert here to check all type of neurons.
https://github.com/MatthieuHernandez/StraightforwardNeuralNetwork/blob/50afbd964f382eb1571084d52c5f443c807054f9/src/neural_network/layer/neuron/BaseNeuron.hpp#L45C137-L45C137
static_assert(BaseNeuron<SimpleNeron>);