A system is designed to compute a summary value at each time step by calculating a weighted average of the last four items in a sequence. The core design principle is that items closer to the current time step should have a greater influence on the summary than items from further in the past. If the weights are applied to the items in order from oldest to most recent, which of the following sets of coefficients best implements this principle?
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A system is designed to compute a summary value at each time step by calculating a weighted average of the last four items in a sequence. The core design principle is that items closer to the current time step should have a greater influence on the summary than items from further in the past. If the weights are applied to the items in order from oldest to most recent, which of the following sets of coefficients best implements this principle?
Improving a Time-Sensitive Prediction System
Rationale for Increasing Weights in a Moving Average