📄 identity.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -