Hacker News new | ask | show | jobs
by gamerDude 1627 days ago
So, yeah. I could actually use some help on language here. Is Desired Output what I tagged it as?

I think output is confusing me a bit. Output being predicted value? And then desired output is user tagged value?

1 comments

Desired Output is what you tagged it as. Function Output is what the model predicted.

We tried to make the lingo developer-friendly. We think of models as functions that transform inputs to outputs. Instead of writing code to do so, as developers usually do, you train the function by providing desired outputs to sample inputs.