Added Loss functions to docs

This commit is contained in:
Adarsh Kumar 2020-03-02 13:33:44 +05:30 committed by GitHub
parent f9e31a020c
commit 89d07c07ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,10 @@ GroupNorm
## Cost Functions
```@docs
Flux.mae
Flux.mse
Flux.msle
Flux.huber_loss
Flux.crossentropy
Flux.logitcrossentropy
Flux.binarycrossentropy
@ -64,4 +67,7 @@ Flux.logitbinarycrossentropy
Flux.kldivergence
Flux.poisson
Flux.hinge
Flux.squared_hinge
Flux.dice_coeff_loss
Flux.tversky_loss
```