Closed ixfoduap closed 4 years ago
Merging #391 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #391 +/- ##
=======================================
Coverage 97.83% 97.83%
=======================================
Files 58 58
Lines 6752 6752
=======================================
Hits 6606 6606
Misses 146 146
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9670bae...9670bae. Read the comment docs.
As part of the
train
module of the apps layer, thecost
module of the SF apps layer contains methods for evaluating and computing gradients of cost functions.This PR adds a class to the
cost
module dedicated to the Kullback-Liebler cost function, for which gradients can be calculated efficiently using classical methods.