this post was submitted on 26 Mar 2024
376 points (96.5% liked)

Programmer Humor

25567 readers
948 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] victorz@lemmy.world 10 points 1 year ago (2 children)

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.

[–] marcos@lemmy.world 20 points 1 year ago (2 children)

Yes.

You train it on some data, and ask it about different data. Otherwise it just hard-codes the answers.

[–] Morphit@feddit.uk 7 points 1 year ago

They're just like us.

[–] victorz@lemmy.world 1 points 1 year ago

Gotcha, thank you!

[–] ArtVandelay@lemmy.world 3 points 1 year ago

Yes, it's called a train test split, and is often 80/20 or there about