Deep Learning Intermediate
timestep
One "unrolled" cell within a recurrent neural network.
Plain English Explanation
One "unrolled" cell within a recurrent neural network. For example, the following figure shows three timesteps (labeled with the subscripts t-1, t, and t+1):
How is it used?
Practitioners refer to timestep when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.