this post was submitted on 18 Aug 2023
596 points (96.1% liked)

Programmer Humor

21106 readers
1072 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
[–] [email protected] 0 points 2 years ago (10 children)

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

[–] [email protected] 6 points 2 years ago* (last edited 2 years 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.

[–] [email protected] 2 points 2 years 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.

[–] [email protected] 1 points 2 years ago (1 children)

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

[–] [email protected] 0 points 2 years 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)