Results for "sequences"
Recurrent Neural Network
Intermediate
Networks with recurrent connections for sequences; largely supplanted by Transformers for many tasks.
Language Model
Intermediate
A model that assigns probabilities to sequences of tokens; often trained by next-token prediction.
Autoregressive Model
Intermediate
Generates sequences one token at a time, conditioning on past tokens.
Beam Search
Intermediate
Search algorithm for generation that keeps top-k partial sequences; can improve likelihood but reduce diversity.
Trajectory Optimization
Advanced
Optimizing continuous action sequences.