mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-17 12:48:01 +00:00
3 lines
54 B
Mathematica
3 lines
54 B
Mathematica
|
|
function f=tanh_opt(A)
|
||
|
|
f=1.7159*tanh(2/3.*A);
|
||
|
|
end
|