Neuron Net
Modules
Here is a list of all modules:
[detail level 123]
 Global constants
 Defines Object types identifiedUsed to identify classes in a library
 ArraysUsed to identify array classes
 CPUUsed to identify classes with CPU calculation
 GPUUsed to identify classes with GPU calculation
 Defines for OpenCL kernels identifiedUsed as indexes when calling functions OpenCL
 Neuron BaseDescribes the process for the Neuron Base
 Feed Forward proccess kernelDescribes the forward path process for the Neuron Base
 Gradients Calculation kernelsDescribes the process of gradients calculation for the Neuron Base
 Updating Weights Calculation kernelDescribes the process of optimization weights for the Neuron Base
 Pooling layer's neuronDescribes the process for the Neuron of pooling layer
 Pooling layer's neuron Feed ForwardDescribes the feed forward process for the Neuron of pooling layer
 Pooling layer's neuron Gradients Calculation kernelsDescribes the gradient calculation process for the Neuron of pooling layer
 Convolution layer's neuronDescribes the process for the Neuron of convolution layer
 Convolution layer's neuron Feed ForwardDescribes the feed forward process for the Neuron of convolution layer
 Convolution layer's neuron Gradients Calculation kernelsDescribes the gradient calculation process for the Neuron of convolution layer
 Convolution layer's neuron Update weights kernelsDescribes the optimization process for the Neuron of convolution layer
 Attention layer's neuronDescribes the process for the Neuron of attention layer
 Attention layer's neuron Feed ForwardDescribes the feed forward process for the Neuron of attention layer
 Attention layer's neuron Gradients CalculationDescribes the gradients calculation process for the Neuron of attention layer
 Kernels of matrix normalization processDescribes the process of matrix normalization
 ENUM