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