mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-01 00:20:18 +00:00
3 lines
48 B
Mathematica
3 lines
48 B
Mathematica
function X = sigm(P)
|
|
X = 1./(1+exp(-P));
|
|
end |