Layer-Based Neural Network 4.26
Layer Based Neural Network
this is Layer Base NeuralNetwork Blueprint Plugin.
you can build a NeuralNetwork using several kinds of Layers.
Main Class of this Plugin is "NglSimpleLayerStackNN".
this class have some methods for "Build Network", "Train" and "Inference".
"Layer Class" is Part of NglSimpleLayerStackNN. There are 8 different Layer Classes.
NglSimpleLayerStackNN is constructed by adding several Layers.
NglSimpleLayerStackNN processes the Stacked Layer in order from the input side to the output side.