this post was submitted on 18 Aug 2023
603 points (96.2% liked)

Programmer Humor

19557 readers
529 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] theycallmebeez@lemmy.ml 0 points 1 year ago (10 children)

ChatGPT is built upon a GPT language model, which is a type of Artificial Intelligence.

[–] Xylight@lemmy.xylight.dev 6 points 1 year ago* (last edited 1 year ago) (9 children)

(This isn't my opinion, just saying what I think they are)

They are saying it's not intelligent in any way though. It sees a bunch of words as numbers and spits out some new numbers that the prediction algorithm creates.

[–] Yendor@sh.itjust.works 2 points 1 year ago (3 children)

That’s not how ChatGPT works.

GPT is an LLM that use RNN. An RNN (Recurrent neural network) is not an algorithm.

[–] kittenbridgeasteroid@discuss.tchncs.de 1 points 1 year ago (1 children)

Yes, but a neural network is just a collection of ML algorithms.

[–] Yendor@sh.itjust.works 0 points 1 year ago

Yea, but not really. The algorithms are available for free, but they don’t do anything useful by themselves. The RNN is built by training the neural net, which uses grading/classification of training data to increase or decrease millions of coefficients of a multi-layer filter. It’s the training data, the classification feedback and the processing power that actually creates the AI.

load more comments (1 replies)
load more comments (6 replies)
load more comments (6 replies)