Table of Contents

Class ReGLUFeedForwardLayer<T>

Namespace
AiDotNet.NeuralNetworks.Layers
Assembly
AiDotNet.dll
public class ReGLUFeedForwardLayer<T> : GatedLinearUnitLayer<T>, ILayer<T>, IJitCompilable<T>, IDiagnosticsProvider, IWeightLoadable<T>, IDisposable

Type Parameters

T
Inheritance
ReGLUFeedForwardLayer<T>
Implements
Inherited Members

Constructors

ReGLUFeedForwardLayer(int, int)

public ReGLUFeedForwardLayer(int inputSize, int outputSize)

Parameters

inputSize int
outputSize int