Namespace NeuralNetworks.Operations
Classes
- BiasAdd
Computes bias addition.
- Conv2D
Dimensions of the input are: [batch, channels, height, width] Dimensions of the param array are: [channels, filters, kernelSize, kernelSize] Padding is assumed to be the same on all sides = kernelSize / 2
- Operation<TIn, TOut>
Base class for an "operation" in a neural network.
- ParamOperation2D<TParam>
An Operation with parameters of type TParam.
- ParamOperation4D<TParam>
An Operation with parameters of type TParam.
- WeightMultiply
Weight multiplication operation for a neural network.