Training and Inference: Distinct ML Processes
원본 영상 1:06Training involves the model adjusting its internal numerical parameters, known as weights, to identify and fit patterns within the provided data. This phase is where the model learns from historical information.
Conversely, inference is the stage where the model, with its weights already fixed or 'frozen,' receives new input and subsequently generates outputs. It is important to note that models do not continue to learn from real-time user input during the inference phase; their learning is confined to the training period.


