See: Description
| Class | Description |
|---|---|
| Embedding<T> |
An Embedding block map a collection of items to 1-Dimensional representative
NDArrays. |
| Embedding.Builder<T> | |
| Linear |
A Linear block applies a linear transformation \(Y = XW^T + b\).
|
| Linear.Builder | |
| Prelu |
Applies Leaky Parametric ReLU activation element-wise to the input.
|