I am confused about whether AI models always produce the same output for the same input. Some people say they’re deterministic, while others say they’re probabilistic. What’s the difference, and which types of models behave in which way?
2 Likes
In my experience, some AI models are deterministic-they give the same answer every time. But many modern models include randomness, so their responses may vary slightly even with identical input.
1 Like
I’ve noticed that not all AI models behave predictably. Some are fixed, while others, especially generative models, use randomness to create fresh or creative outputs instead of repeating the same response.