identity.m

来自「回声状态神经网络(ESN)是一种性能优异的递归神经网络」· M 代码 · 共 12 行

M
12
字号
function result = identity(input)% IDENTITY just returns its input. % result <- input% it is needed when the activation function is linear while calling% feval(.)% Created April 30, 2006, D. Popovici% Copyright: Fraunhofer IAIS 2006 / Patent pendingresult = input ;   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?