mojave man page for mpscnnlogsoftmax

Query: mpscnnlogsoftmax

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MPSCNNLogSoftMax(3)					 MetalPerformanceShaders.framework				       MPSCNNLogSoftMax(3)

NAME
MPSCNNLogSoftMax
SYNOPSIS
#import <MPSCNNSoftMax.h> Inherits MPSCNNKernel. Additional Inherited Members Detailed Description This depends on Metal.framework The logarithmic softMax filter can be achieved by taking the natural logarithm of the the result of the softMax filter. The results are often used to construct a loss function to be minimized when training neural networks. For each feature channel per pixel in an image in a feature map, the logarithmic softMax filter computes the following: result channel in pixel = pixel(x,y,k)) - ln{sum(exp(pixel(x,y,0)) ... exp(pixel(x,y,N-1))} where N is the number of feature channels and y = ln{x} satisfies e^y = x. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNLogSoftMax(3)
Related Man Pages
mpscnnlogsoftmaxgradient(3) - mojave
mpscnnneuronhardsigmoid(3) - mojave
mpscnnneuronpower(3) - mojave
mpscnnsoftmaxgradient(3) - mojave
mpscnnupsampling(3) - mojave
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
My first PERL incarnation... Audio Oscillograph
Controlling user input
Python 3.8.0rc1 released.
[BASH] eval command not expanding variables as expected.