AI Models Inference
All concepts on using AI Models
Inference means using an AI model to get results.
We feed new data into the AI model. The model produces a result
During inference the model does not learn and the internal mathematical model is fixed.
Inference is the phase where we benefit from all the work done during training. The model is now used to:
- make predictions or
- classify data or
- generate text or images
Some models are already trained and ready to use.