eazygrad.functions¶
Activations¶
Math¶
Special Functions¶
Compute |
|
Compute the softmax of a tensor along a given axis. |
|
Compute the logarithm of the softmax along a given axis. |
Losses¶
Compute the mean squared error loss. |
|
Compute the negative log-likelihood loss from log-probabilities. |
|
Compute binary cross-entropy loss from unnormalized logits. |
|
Compute binary cross-entropy loss from probabilities. |
|
Compute cross-entropy loss from class logits. |