|
OpenNN
Open-source neural networks library
|
Declares the Embedding layer: a vocabulary lookup followed by an optional scale, positional encoding and dropout. More...
#include "layer.h"#include "operators.h"#include "forward_propagation.h"#include "back_propagation.h"Go to the source code of this file.
Classes | |
| class | opennn::Embedding |
| Token-id-to-vector lookup layer used in language models. More... | |
Namespaces | |
| namespace | opennn |
Declares the Embedding layer: a vocabulary lookup followed by an optional scale, positional encoding and dropout.