Change loss to cost
This commit is contained in:
parent
d591b2b59e
commit
8a93be8c6c
|
@ -66,7 +66,7 @@ LayerNorm
|
||||||
GroupNorm
|
GroupNorm
|
||||||
```
|
```
|
||||||
|
|
||||||
## Loss Functions
|
## Cost Functions
|
||||||
```@docs
|
```@docs
|
||||||
mse
|
mse
|
||||||
crossentropy
|
crossentropy
|
||||||
|
@ -76,4 +76,4 @@ logitbinarycrossentropy
|
||||||
kldivergence
|
kldivergence
|
||||||
poisson
|
poisson
|
||||||
hinge
|
hinge
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue