mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-12 02:12:36 +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 |