Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Sigmoid function code
vinayarun
Mar 16th, 2016
103
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Octave
0.06 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
g
=
sigmoid
(
z
)
g
=
1.0
./
(
1.0
+
exp
(
-
z
)
)
;
end
Add Comment
Please,
Sign In
to add comment
Public Pastes
BTC Wallet Credentials have been reset
GetText | 5 min ago | 0.24 KB
Untitled
C++ | 9 min ago | 0.51 KB
Obfuscate lua
Python | 36 min ago | 1.30 KB
EnergyRecv
Lua | 57 min ago | 0.91 KB
Untitled
C++ | 1 hour ago | 3.61 KB
Mirror Words JS Fundamentals
JavaScript | 1 hour ago | 1.00 KB
Operação lógica dentro da string SOSL
Java | 1 hour ago | 0.22 KB
Untitled
C++ | 1 hour ago | 3.12 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!