• 大小: 993B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: Matlab
  • 标签: MATLAB  

资源简介

基于matlab的人工神经网络分类器示例基于matlab的人工神经网络分类器示例

资源截图

代码片段和文件信息

function Y = vl_nnsoftmax(XdzdY)
%VL_NNSOFTMAX CNN softmax.
%   Y = VL_NNSOFTMAX(X) applies the softmax operator the data X. X
%   has dimension H x W x D x N packing N arrays of W x H
%   D-dimensional vectors.
%
%   D can be thought of as the number of possible classes and the
%   function computes the softmax along the D dimension. Often W=H=1
%   but this is not a requirement as the operator is applied
%   convolutionally at all spatial locations.
%
%   DZDX = VL_NNSOFTMAX(X DZDY) c

评论

共有 条评论