We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6192fb + 1358967 commit 6cd3051Copy full SHA for 6cd3051
bench/mathematics/logistic-regression.fpcore
@@ -10,6 +10,6 @@
10
11
(- (log (+ 1 (exp x))) (* x y)))
12
13
-(FPCore (x y)
+(FPCore (x)
14
:name "Logistic function from Lakshay Garg"
15
(- (/ 2 (+ 1 (exp (* -2 x)))) 1))
0 commit comments