OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
embedding_layer.h File Reference

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
 

Detailed Description

Declares the Embedding layer: a vocabulary lookup followed by an optional scale, positional encoding and dropout.