Basic Class
Functions to implement the basic layers like Dense, Activation, Dropout etc. They are made up of neurons that have learnable weights and biases. Each neuron receives some inputs, performs a dot product and optionally follows it with a non-linearity.
Namespace:
SiaNet.NNAssembly: SiaNet (in SiaNet.dll)