Robert Lopez / CMSIS5
Embed: (wiki syntax)

« Back to documentation index

Neural Network Functions

Neural Network Functions

These functions perform basic operations for neural network layers. More...

Modules

 Neural Network Activation Functions
 

Perform activation layers, including ReLU (Rectified Linear Unit), sigmoid and tanh.


 Neural Network Convolution Functions
 

Perform convolution layer.


 Fully-connected Layer Functions
 

Perform fully-connected layer.


 Neural Network Pooling Functions
 

Perform pooling functions, including max pooling and average pooling.


 Softmax Functions
 

EXP(2) based softmax function.



Detailed Description

These functions perform basic operations for neural network layers.