JPDev@programming.dev to Programmer Humor@programming.dev · 8 months agoMachine Learningprogramming.devimagemessage-square11fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageMachine Learningprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 8 months agomessage-square11fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up0·8 months agoNo, this is because the testing set can be derived from the training set. Overfitting alone can’t get you to 1.
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up0·8 months agoSo as an eli5, that’s basically that you have to “ask” it stuff it has never heard before? AI has come after my time in higher education.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up0·8 months agoYes. You train it on some data, and ask it about different data. Otherwise it just hard-codes the answers.
minus-squareArtVandelay@lemmy.worldlinkfedilinkEnglisharrow-up0·8 months agoYes, it’s called a train test split, and is often 80/20 or there about
No, this is because the testing set can be derived from the training set.
Overfitting alone can’t get you to 1.
So as an eli5, that’s basically that you have to “ask” it stuff it has never heard before? AI has come after my time in higher education.
Yes.
You train it on some data, and ask it about different data. Otherwise it just hard-codes the answers.
They’re just like us.
Yes, it’s called a train test split, and is often 80/20 or there about
Gotcha!