LayerInt32x4 class

ANN Layer for Int32x4 types.

(This is experimental computation layer).

Inheritance

Constructors

LayerInt32x4(int size, bool withBiasNeuron, [ActivationFunction<int, Int32x4> activationFunction = const ActivationFunctionSigmoidFastInt100()])

Properties

activationFunction ActivationFunction<int, Int32x4>
finalinherited
asLayerHidden LayerHidden<int, Int32x4, SignalInt32x4, Scale<int>>
no setterinherited
asLayerInput LayerInput<int, Int32x4, SignalInt32x4, Scale<int>>
no setterinherited
asLayerOutput LayerOutput<int, Int32x4, SignalInt32x4, Scale<int>>
no setterinherited
format String
The signal format of this Layer.
no setterinherited
gradients List<SignalInt32x4>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasNextLayer bool
no setterinherited
layerType String
no setterinherited
length int
no setterinherited
neurons SignalInt32x4
no setterinherited
nextLayer Layer<int, Int32x4, SignalInt32x4, Scale<int>>?
no setterinherited
previousGradients List<SignalInt32x4>
no setterinherited
previousLayer Layer<int, Int32x4, SignalInt32x4, Scale<int>>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weights List<SignalInt32x4>
no setterinherited
withBiasNeuron bool
finalinherited

Methods

activateLayer() → void
inherited
connectTo(Layer<int, Int32x4, SignalInt32x4, Scale<int>> nextLayer, {Random? random, List<SignalInt32x4>? weights}) → void
inherited
getNeurons() List<int>
inherited
getNeuronsAsDouble() List<double>
inherited
getNeuronsAsString() List<String>
inherited
getNeuronsDenormalized(Scale<int> scale) List<int>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetGradients() → void
inherited
resetLayer() → void
inherited
resetNetwork() → void
inherited
resetNextLayerNetwork() → void
inherited
resetWeights([Random? rand]) → void
inherited
setNeurons(SignalInt32x4 signal) → void
inherited
toJson({bool withIndent = false}) String
Converts to an encoded JSON.
inherited
toJsonMap() Map<String, dynamic>
Converts this Layer to a JSON Map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited