Neural Network
This group contains functions for pre- and post-processing, as well as for the execution of neural network models.
Functions
Pre- & Postprocessing
Execution of neural networks
- ExecuteNeuralNetwork
With one input and one output. - ExecuteNeuralNetwork_MI
With multiple inputs (MI) and one output. - ExecuteNeuralNetwork_MIMO_String
With multiple inputs and outputs (MIMO). - ExecuteNeuralNetwork_MISO
With multiple inputs and a single specified output (MISO). - ExecuteNeuralNetwork_MO
One input and several outputs (MO). - ExecuteNeuralNetwork_SO
With one input and a single specified output (SO).
Postprocessing
Get the layer names
Further Information
- ConvertDataLayout
- ExecuteNeuralNetwork
- ExecuteNeuralNetwork (MI)
- ExecuteNeuralNetwork (MIMO_String)
- ExecuteNeuralNetwork (MISO)
- ExecuteNeuralNetwork (MO)
- ExecuteNeuralNetwork (SO)
- ExecuteNeuralNetwork_MultiLayerOutput
- ExecuteNeuralNetwork_SingleLayerOutput
- GetNeuralNetworkLayerNames
- GetNeuralNetworkLayerNames (Exp)
- GetNeuralNetworkLayerNames (String)
- NonMaxSuppression
- Reduce
- ReduceArg
- ReshapeImage
- Sigmoid
- SoftMax