【ML】Inference & Learning

2023-04-10  本文已影响0人  盐果儿

Inference refers to the process of using a trained model to make predictions on new, unseen data. The process involves applying the learned parameters of the model to new inputs in order to predict the corresponding outputs.

Learning refers to the process of updating the parameters of a model based on the training data. During learning, the model is optimized to minimize a certain loss function on the training data, and the parameters are adjusted in order to improve the model's performance on the task at hand.

上一篇 下一篇

猜你喜欢

热点阅读