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.NN
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public class Basic
Public Class Basic
public ref class Basic

Inheritance Hierarchy


Object
  SiaNet.NN..::..Basic