You're correct! The keras example implementation of FastText uses a global average pooling is used to reduce the dimensionality [0]. [0] https://github.com/keras-team/keras/blob/master/examples/imd...
Often the w2v embedding layer will be the first layer of a network, through which a document of word representations will be passed. The output of the embedding layer will be a 2 dimensional tensor with the embedding…
You're correct! The keras example implementation of FastText uses a global average pooling is used to reduce the dimensionality [0]. [0] https://github.com/keras-team/keras/blob/master/examples/imd...
Often the w2v embedding layer will be the first layer of a network, through which a document of word representations will be passed. The output of the embedding layer will be a 2 dimensional tensor with the embedding…