Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel-e/rustml
/ sigmoid_derivative
Method
sigmoid_derivative
src/ops.rs:91–95 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
}
90
91
fn sigmoid_derivative(&self) -> Self {
92
let mut x = self.clone();
93
x.isigmoid_derivative();
94
x
95
}
96
97
fn recip(&self) -> Self {
98
let mut x = self.clone();
Callers
1
backprop
Method · 0.80
Calls
1
isigmoid_derivative
Method · 0.80
Tested by
no test coverage detected