Sequence prediction

Home > Computer Science > Artificial intelligence and machine learning > Supervised Learning > Sequence prediction

Sequence prediction is a type of Supervised Learning in which the goal is to predict a sequence of output values based on a sequence of input values. Example: Predicting the weather for the next week based on past weather patterns.