A preprocessing layer which maps text features to integer sequences.| TensorFlow
Recurrent Neural Networks (RNNs) are a class of neural networks that form associations between sequential data points. For example, the average sales made per month over a certain period. The data has a natural progression from month to month, meaning that the sales for the first month are the only| Machine learning nuggets
GloVe: Global Vectors for Word Representation| nlp.stanford.edu
The recent wave of generative language models is the culmination of years of research starting with the seminal "Attention is All You Need" paper. The paper introduced the Transformer architecture that would later be used as the backbone for numerous language models. These text generation language models are autoregressive, meaning| Machine learning nuggets
Turns positive integers (indexes) into dense vectors of fixed size.| TensorFlow
TensorFlow| Machine learning nuggets