Build a new Layer with neurons neurones. Every neuron has "inputs" inputs and the activation function f.
Overload List
Build a new Layer with neurons neurones. Every neuron has "inputs" inputs and the activation function f.
public Layer(int,int,ActivationFunction);
Build a new Layer with neurons neurones. Every neuron has "inputs" inputs and the sigmoid activation function.