| Interface | Description |
|---|---|
| ITaskLoss |
ITaskLoss interface - inorder to add new loss function in you own task you should implement this interface
this interface enables us to create multiple task loss functions and compare between them
|
| Class | Description |
|---|---|
| TaskLossDummyData |
Dummy Task Loss example
|
| TaskLossMultiClass |
MNIST Task Loss example - 0/1 implementation
|
| TaskLossOCR |
Loss function for the OCR task
Created by yossiadi on 7/18/15.
|
| TaskLossRank | |
| TaskLossVowelDuration |
Vowel Duration Task Loss example
The implementation is: max{0, |ys - ys'| - epsilon} + max{0, |ye - ye'| - epsilon}
|