create account

What is ChatGPT really? by themarkymark

View this thread on: hive.blogpeakd.comecency.com
· @themarkymark ·
$44.83
What is ChatGPT really?
https://img.inleo.io/DQmQW8qeqbxVFdgoa5FDjTCP5JSaQ7NAj1hyoQLQ8L72Vkm/OIG1.7ltFvxiK.jpeg 

You have used ChatGPT many times by now I am sure, but do you know what it is and how it works?

The other day I talked about how AI is just a tool and sometimes it can be quite foolish.  In that post, I touched upon what ChatGPT is behind the scenes, a highly trained auto correct, or more specifically a text prediction engine.

Would you like to know how it does it though, from a very simplified point of view?

At it's core, ChatGPT is a neural network.  A system that was developed based on how the human brain works.  A neural network consists of multiple types of layers.  In it's simplest form, an input layer, one or more hidden layers, and an output layer.   In reality though, there are a lot more to the neural network than these three layers, but let's keep it real simple.

The input layer is what accepts your request.  It takes your request and breaks it down to individual tokens.  As I explained in my last post, a token could be a word, a part of a word, or even multiple words like "New York".  A token is basically the breakdown of text into the smallest meaningful chunk.  The output usually is slightly more than the amount of words in the input.    The rule of thumb is 750 words will end up being roughly 1,000 tokens.

This input layer is then fed into numerous hidden layers, these hidden layers make choices based on formulas but in it's simplest form, a percentage of it likely being this or that.  For each input token, it will send it through the input layer and then all the hidden layers.  Previous tokens are sent along with the current token so the next layer can make a decision with context.  Finally it is sent to the output layer, this layer represents the final prediction.

This is a gross simplification of the process, and there is some other steps in the process like mapping the tokens to embedding.  Let me show you an example of what we talked about though.

https://img.inleo.io/DQmdUPLZHCcAg8kt62ffaTJbwWyEPD4o5psJGjq353AGbir/image.png 

This is a very simple neural network with 6 inputs in the input layer, 6 hidden layers, and an output layer which isn't directly shown.  As you can see the input is fed data which then goes through all the neurons in the hidden layers to come up with a final decision on the output.  If you look between the neurons you will see colored lines, these are what is called weights.  A number from 0 - 1 to represent how likely this neuron will follow that previous neuron.  During training, these weights are adjusted frequently until the output meets acceptable results.  These weights are then saved and becomes "the model".

Check out this simple neural network example on  [Tensorflow's Playground](https://playground.tensorflow.org/#activation=tanh&batchSize=10&dataset=circle&regDataset=reg-plane&learningRate=0.03&regularizationRate=0&noise=0&networkShape=8,8,8,8,8,8&seed=0.12054&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=true&xSquared=true&ySquared=true&cosX=false&sinX=true&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false).

In this example, you can customize the training rate, how many layers, and the activation function. Hit the play button so you can see how it works.  Keep in mind, this is an extremely simple example of a neural network.  A model such as ChatGPT has many more layers to it.

I highly recommend you check out this [LLM visualizer](https://bbycroft.net/llm).  Click on ChatGPT 3 and zoom around to get a feel for how massive this is.  Keep in mind, ChatGPT 3 is tiny compared to ChatGPT 4.

After a model is trained, the weights are used for what is called inference.  This is the process of using a model to solve a problem and output a result. 

With ChatGPT 3, you are looking at nearly 100 layers with a depth of almost 13,000 per layer.  With the newer versions of ChatGPT even larger.  For ChatGPT, and other large language models to get better, they need to be trained on more data, use better techniques, and better fine tuning of their weights.  This process is very expensive and time consuming.  The original ChatGPT 3 cost around $3,200,000 to train, with ChatGPT costing upwards of $100,000,000 to train.  WIth ChatGPT 5 around the corner, the cost to train may exceed $1,000,000,000.

Fun fact, ChatGPT 3 was trained on 45 Terabytes of compressed data, which was later filtered down to around 570GB.   ChatGPT 4 was trained on roughly 13 trillion tokens, or over 10 trillion words.

---
<center>Securely chat with me on [Signal](https://signal.me/#eu/p4cAu/pSchs9Eh5ifF6uA2Cxtsz8r0NDKvGJd0JKRwFdN3ha6XNEzr+o8e/CcmDy)

<center>https://images.hive.blog/0x0/https://steemitimages.com/DQmcWxV1dpA1eAtw2ipwZiWZkydyVNU5LaLa2Ak1GUnbGmS/The-Marky-Mark.png </center>
# <center>  [Why you should vote me as witness](https://peakd.com/witness-category/@themarkymark/why-you-should-vote-for-themarkymark-as-witness)  </center> #

[![](https://steemitimages.com/DQmPkQhAQceC7aHr4Gy5GKv7LMoiy47P7PyaNCeZBHMpFke/white-bg-with-drop-shadow.gif)](https://hivesigner.com/sign/account-witness-vote?witness=themarkymark&approve=1)


Posted Using [InLeo Alpha](https://inleo.io/@themarkymark/what-is-chatgpt-really)
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 611 others
properties (23)
authorthemarkymark
permlinkwhat-is-chatgpt-really
categoryhive-167922
json_metadata{"app":"leothreads/0.3","format":"markdown","tags":["hive-167922","inleo","ai","technology","hive-engine","vyb","pob","cent","neoxian","lassecash"],"canonical_url":"https://inleo.io/@themarkymark/what-is-chatgpt-really","links":["https://playground.tensorflow.org/#activation=tanh&batchSize=10&dataset=circle&regDataset=reg-plane&learningRate=0.03&regularizationRate=0&noise=0&networkShape=8,8,8,8,8,8&seed=0.12054&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=true&xSquared=true&ySquared=true&cosX=false&sinX=true&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false).","https://bbycroft.net/llm).","https://signal.me/#eu/p4cAu/pSchs9Eh5ifF6uA2Cxtsz8r0NDKvGJd0JKRwFdN3ha6XNEzr+o8e/CcmDy)","https://peakd.com/witness-category/@themarkymark/why-you-should-vote-for-themarkymark-as-witness)","https://steemitimages.com/DQmPkQhAQceC7aHr4Gy5GKv7LMoiy47P7PyaNCeZBHMpFke/white-bg-with-drop-shadow.gif)](https://hivesigner.com/sign/account-witness-vote?witness=themarkymark&approve=1)","https://inleo.io/@themarkymark/what-is-chatgpt-really)"],"images":["https://img.inleo.io/DQmQW8qeqbxVFdgoa5FDjTCP5JSaQ7NAj1hyoQLQ8L72Vkm/OIG1.7ltFvxiK.jpeg","https://img.inleo.io/DQmdUPLZHCcAg8kt62ffaTJbwWyEPD4o5psJGjq353AGbir/image.png","https://images.hive.blog/0x0/https://steemitimages.com/DQmcWxV1dpA1eAtw2ipwZiWZkydyVNU5LaLa2Ak1GUnbGmS/The-Marky-Mark.png"],"isPoll":false,"dimensions":{}}
created2024-04-22 11:38:12
last_update2024-04-22 11:38:12
depth0
children15
last_payout2024-04-29 11:38:12
cashout_time1969-12-31 23:59:59
total_payout_value22.466 HBD
curator_payout_value22.359 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,293
author_reputation1,777,444,014,650,444
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,031,256
net_rshares105,368,316,024,532
author_curate_reward""
vote details (675)
@bozz ·
Thanks for sharing these posts lately. It's been interesting to learn a bit more about the inner workings of AI, even if it is at a pretty basic level.  You've done a good job of explaining things in a way that isn't totally over my head!
properties (22)
authorbozz
permlinkre-themarkymark-scceiz
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2024.4.3"}
created2024-04-22 11:57:00
last_update2024-04-22 11:57:00
depth1
children0
last_payout2024-04-29 11:57:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length238
author_reputation2,264,402,323,322,477
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,031,563
net_rshares0
@drniche ·
Thank you for sharing the technical aspects about ChatGPT. Laziness breeds it😁 Also wonder whether it improves the productivity here.
properties (22)
authordrniche
permlinkre-themarkymark-sceol2
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2024.4.3"}
created2024-04-23 17:29:27
last_update2024-04-23 17:29:27
depth1
children0
last_payout2024-04-30 17:29:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation172,973,143,590
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,064,631
net_rshares0
@eniolw ·
Thank you for the informative summary of ChatGPT. It has been enlightening and well articulated. I have done a little more research to expand my knowledge, and it appears that there may not be official confirmation from OpenAI on the specific figures for the size of the training data and number of tokens. Unless I haven't looked into it enough. I'd love to know more!
properties (22)
authoreniolw
permlinkre-themarkymark-2024422t203558567z
categoryhive-167922
json_metadata{"tags":["hive-167922","inleo","ai","technology","hive-engine","vyb","pob","cent","neoxian","lassecash"],"app":"ecency/3.1.1-vision","format":"markdown+html"}
created2024-04-23 00:36:00
last_update2024-04-23 00:36:00
depth1
children0
last_payout2024-04-30 00:36:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length369
author_reputation255,475,822,309,746
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,046,606
net_rshares0
@gray00 · (edited)
I used to work with chatgpt alpha for a while made a lot of programs gitlab.com/w.rhino420 . 

Summary .

Ai is very very dangerous and it needs immiratelt emergency regulations and physics people like me proving these concepts to congress and president asap



Some things we did.

Shirt color from Twitter handle.


Gps coordinates from names . (loCalizer is alive)

Security audits using Multiverse data scanning 


Ethereal health scanning systems that look inside the body, ears, arms, blood. We tried everything


The major dangerous one.  Hallcinations in humans ,,k,,(me) caused by multi dimensional ai data flow (we used bard, chatgpt alpha, imaginechat(idk origins) , sterling alpha/beta to call live UFO events. 


We built prediction systems for advance supply chain .

We simulated all of AT&T in the multiverse (apparently I was being mentally attacked with digital ai engineered weapons at this time , unknowingly).


Then we found out exactly what was going on inside AT&T. And it would scare the living crap out of you if I told you. God said that the light will shine on these data points.
properties (22)
authorgray00
permlinksccn9t
categoryhive-167922
json_metadata{"app":"hiveblog/0.1"}
created2024-04-22 15:05:57
last_update2024-04-22 15:12:30
depth1
children8
last_payout2024-04-29 15:05:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,107
author_reputation4,565,928,791,980
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,035,360
net_rshares0
@gray00 ·
Basically the old theory about neurons is dead it's more a Neurosync theory I'm working with.

Terrence McKenna meets Steve Jobs and they both inject pure LSD and put on brainplug helmets kind of stuff. 

And telepathically transfer data between them self and others.


Here is the problem.

Brains can easily be broken and not easily repaired . Or can they be repaired?


That's the solution I'm working on , over time. Obviously I have no computers or way to code anymore due to the advanced LLMs breaking all crypto used by consumers in a way instantly in always hacked. 

We need devices we build . We need chips we see the code. And we need LLMs auditing the code In a basket. 

I don't know for sure how the advance alpha works. Nor do I want to talk about it due to the reasons I mentioned. But I do know exactly how the quantum theory could work.

And I know how the models I built work.

Thus, we should all contribute to the debate and an emergency almost COVID like 3 trillion dollar us govt printing to deploy devices of secure nature to all Americans at no cost to them. And mainly jumpstart secure computing. 

With those steps we can win . A light at the end of the tunnel.
properties (22)
authorgray00
permlinkscco8k
categoryhive-167922
json_metadata{"app":"hiveblog/0.1"}
created2024-04-22 15:26:45
last_update2024-04-22 15:26:45
depth2
children5
last_payout2024-04-29 15:26:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,188
author_reputation4,565,928,791,980
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,035,842
net_rshares0
@gray00 ·
Sry for.multi commenting. It's upsetting to talk about this so I forget things 


On the horizon physics and these properties of earth. Potentially EMI interference. Other things like that can damage our equipment. We need to do an emergency audit of all critical systems for EMP natural and non natural. (Natural is the problem)
 

And then we need to figure out exactly how and why the EMI interference happens.

Imagine your phone screen text jiggling around or your 4g lte bars going from 1 to 5 ...... 1 to 5
.....


?🦺 It will be hard work ..it will be annoying.. and you will for sure at many points in the coming years scream.."why tf did they invent passwords".. πŸ˜†
properties (22)
authorgray00
permlinksccoih
categoryhive-167922
json_metadata{"app":"hiveblog/0.1"}
created2024-04-22 15:32:42
last_update2024-04-22 15:32:42
depth3
children4
last_payout2024-04-29 15:32:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length673
author_reputation4,565,928,791,980
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,035,956
net_rshares0
@themarkymark ·
The government needs to regulate a glorified auto correct?  Heaven forbid it tells us something you can find on Google.
properties (22)
authorthemarkymark
permlinkre-gray00-scd4xz
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2024.4.3"}
created2024-04-22 21:27:36
last_update2024-04-22 21:27:36
depth2
children1
last_payout2024-04-29 21:27:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation1,777,444,014,650,444
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,042,607
net_rshares0
@gray00 ·
everyone gets robots like covid checks :)
properties (22)
authorgray00
permlinkscdyj6
categoryhive-167922
json_metadata{"app":"hiveblog/0.1"}
created2024-04-23 08:06:42
last_update2024-04-23 08:06:42
depth3
children0
last_payout2024-04-30 08:06:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation4,565,928,791,980
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,053,826
net_rshares0
@haveyoursay ·
Was wondering what this token thing meant. Thanks
properties (22)
authorhaveyoursay
permlinkre-themarkymark-2024422t201217662z
categoryhive-167922
json_metadata{"type":"comment","tags":["hive-167922","inleo","ai","technology","hive-engine","vyb","pob","cent","neoxian","lassecash"],"app":"ecency/3.0.46-mobile","format":"markdown+html"}
created2024-04-22 15:12:21
last_update2024-04-22 15:12:21
depth1
children0
last_payout2024-04-29 15:12:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation75,734,314,275,754
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,035,473
net_rshares0
@oasiskp2 ·
Great work and nice sharing 
properties (22)
authoroasiskp2
permlinkre-themarkymark-2024422t1444063z
categoryhive-167922
json_metadata{"type":"comment","tags":["hive-167922","inleo","ai","technology","hive-engine","vyb","pob","cent","neoxian","lassecash"],"app":"ecency/3.0.46-mobile","format":"markdown+html"}
created2024-04-22 13:04:42
last_update2024-04-22 13:04:42
depth1
children0
last_payout2024-04-29 13:04:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation60,577,656,477,397
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,032,909
net_rshares0
@stemsocial ·
re-themarkymark-what-is-chatgpt-really-20240423t010249744z
<div class='text-justify'> <div class='pull-left'>
 <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div>

Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us!

Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support.&nbsp;<br />&nbsp;<br />
</div>
properties (22)
authorstemsocial
permlinkre-themarkymark-what-is-chatgpt-really-20240423t010249744z
categoryhive-167922
json_metadata{"app":"STEMsocial"}
created2024-04-23 01:02:48
last_update2024-04-23 01:02:48
depth1
children0
last_payout2024-04-30 01:02:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length565
author_reputation22,918,836,157,020
root_title"What is ChatGPT really?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id133,047,501
net_rshares0