Edit: The finalized version of the next chapter is out ua-cam.com/video/eMlx5fFNoYc/v-deo.html Early feedback on video drafts is always very important to me. Channel supporters always get a view of new videos before their release to help inform final revisions. Join at 3b1b.co/support if you’d like to be part of that early viewing group.
Could you share the name of the model that is used for text-to-speech generation ? Me and my teammate are working on a Song Translator as a senior design project. This might be very helpful. Thanks in advance :)
I graduated from Computer Science in 2017. Back then, the cutting edge of ML were Recurrent Neural Networks, in which I based my thesis. This video (and I'm sure the rest of this series) just allowed me to catch up to years of advancements in so little time. I cannot describe how important your teaching style is to the world. I've been reading articles, blogs, papers on embeddings and these topics for years now and I never got it quite like I got it today. In less than 30 minutes. Imagine a world in which every teacher taught like you. We would save millions and millions of man hours every hour. You truly have something special with this channel and I can only wish more people started imitating you with the same level of quality and care. If only this became the standard. You'd deserve a Noble Prize for propelling the next thoustand Nobel Prizes.
Same, I did a thesis about vectorize word back in 2017 and no one ever talked about the whole vector of word gives rise to meaning and context when you generate phrases. Too bad since noone was interested in ML back then, I leaned on web development and drop the ML :(
I was trying to understand chatGPT through videos and texts on the Internet. I always said: I wish 3b1b releases a video about it, it's the only way for someone inexperienced to understand, and here it is. Thank you very much for your contributions to youtube!!
no even the other videos are kinda meh, even if youre not inexperienced because they dont go in depth, i feel here people get a nice understanding of the concepts captured by the models instead of just the architecture of the models
It's kind of true, but if I had to recommend a good place to actually understand transformers and even other machine learning things I would definitely recommend StatQuest, its levels of clearly explaining what's going on are very high. But I'm also very excited to see how 3B1B is going to render all that visually as always
The fact that meaning behind tokens is embedded into this 12000 dimensional space, and you get relationships in terms of coordinates and direction, that exists across topics is mind blowing. Like, Japan -> sushi is similar to Germany -> bratwurst is just so darn neat
And it makes the absurdly ham fisted model tampering behind debacles like the Gemini launch look even more absurd. I can hear the troglodytes mobbing in the nth dimension.
You can actually try this out in your nearest large language model, like ChatGPT, CoPilot, Gemini, or Mistral. Just ask it to do vector math on the words. Since there isn't a predefined vector word calculus in English, the LLM defaults to just using a version of its own internal representation, and so it can eke out pretty results. I was able to duplicate Hitler - Germany + Italy = Mussolini and sushi - Japan + Germany = sausage (or bratwurst, bother score highly) in GPT-3.5-Turbo Complete. It also figured out sushi - Japan + Lebanon = shawarma; sushi - Japan + Korea = kimchi; Hitler - Germany + Spain = Franco; and Hitler - Germany + Russia = Stalin.
I listened to my professor explaining the crazy equation of softmax for a semester already, and you explained it so well with how temperature also plays a role there. Big RESPECT!
The return of the legend! This series is continuing, that is the best surprise of UA-cam, thanks Grant, you have no idea how much the young population of academia is indebted to you.
I have been working on transformers for the past few years and this is the greatest visualization of the underlying computation that I have seen. Your videos never disappoint!!
You are such an AMAZING teacher. I feel like you've really given thought to the learners perception and are kind enough to take the time and address asides and gotchas while you meticulously build components and piece them together all with a very natural progression that's moving towards "something" (hopefully comprehension). Thank you so much for your time, effort, and the quality of your work.
2 years ago I started studying transformers, backpropagation and the attention mechanism. Your videos were a corner stone for my understanding of those concepts! And now, partially thanks to you, I can say: “yeah, relatively smooth to understand”
@@gorgolyt You are right. The human get input from 5 senses , but 90 percent of the brain receptors are directly connected to optical and auditory nerves. That is where the visual dominates the other senses ... For blind people the auditory dominates...
@@lewebusl you said an obvious fact and then made a nonsensical bs conclusion out of it. there are no visual learners and it is a proven scientific fact
I am a math teacher and one of my classes is about AI. I am making watching this mini-series a mandatory requirement. This is just what my students need. Thanks for the exceptional quality of the content on your channel.
Writing my first academically published paper on AI rn and I have to say as a engineer in this space, this is one of the most complete and well nuanced explanations of these tools. Gold, nay platinum standard for educational content on this topic for decades to come.
This is absolutely one of the best videos for explaining the workings of LLMs. Love the visualisation and the innate ease with which the concepts were explained. Hats off!!
Man! You never fail to enlighten, entertain, and inspire us, nor do we get enough of your high-quality, yet very digestible, content! Thank you, Grant!
This video is gonna blow up. The visualizations will help many people that aren't familiar with NN's or Deep Learning to at least grasp a little bit what is happening under the hood. And with the crazy popularity of LLM's nowadays, this will for sure interest a lot of people
as someone who gave a lot of fellow students lessons in stem field classes i can tell you that the sheer amount of numbers arranged in matrices will immediately shut down the average persons brain...
Straight up the best video on this topic. The idea that the dimensions of the embedding space represent different properties of a token that can be applied across tokens is just SO cool!
orienting and ordering the space (called the 'latent' space) so that the most significant directions come first is called 'principal component analysis' (useful for giving humans the reigns to some degree since we get to turn those knobs and see something interesting but vaguely predictable happen)
I agree. I starting writing about that in a comment about 2 seconds into the video before I knew how well he was going to cover it since it's usually glossed over way too much in other introductions to these topics.
You made my day!! This topic was taught at my grad school and I needed some intuition today and you have uploaded the video!!! It seems you heard me!!Thanks a ton!! Please upload video of Vision Transformers, if possible
I am a non-AI software engineer and I’ve been watching multiple transformer and LLM talks from OpenAI, Stanford online, NLP PhDs, and even some AI founding researchers. Some with code, some with the encoder-decoder diagram, some with Attention is all you need paper, some with ML histories. Still, visualization helps the best when incorporating everything in mind. It’s just beautiful, and love the way you organize the academic terminologies. Salute to this series 100%!
I appreciate that you explain tokenization correctly and the usefulness of simplifying it. Many explanations skip all that and just state that the tokens are words.
There is a related idea here in how Roombas navigate houses. They clearly are forming a map of your house in their memory, but there is no guarantee they see it the same way we do i.e. the different zones they see in your house may not correspond nicely to the actual rooms in the house. In the end, though, it doesn't really matter, as long as the job gets done correctly
@@marshmellominiapple ChatGPT supports 95 languages. Not all equally well. But as a German yes it works just as well with german as it does with english.
@@marshmellominiapple Word2Vec and other vector embeddings of words like glove or whatever don't care about language. They don't "understand" the meaning of the words, they just eventually find patterns in unstructured data to create the embeddings. It works in any language and GPT has a ton of other languages in its training data
You can actually try this out in your nearest large language model, like ChatGPT, CoPilot, Gemini, or Mistral. Just ask it to do vector math on the words. Since there isn't a predefined vector word calculus in English, the LLM defaults to just using a version of its own internal representation, and so it can eke out pretty results. I was able to duplicate Hitler - Germany + Italy = Mussolini and sushi - Japan + Germany = sausage (or bratwurst, bother score highly) in GPT-3.5-Turbo Complete. It also figured out sushi - Japan + Lebanon = shawarma; sushi - Japan + Korea = kimchi; Hitler - Germany + Spain = Franco; and Hitler - Germany + Russia = Stalin.
Linear algebra would not be enough, but a nonlinear activation function (even one as simple as max(x, 0)) makes it enough to approximate anything you want just by adding more neurons!
7 місяців тому+10
Given words are descriptors and numbers are just arbitrarily precise adjectives... aka descriptions...
I’ve always sought teachings that succinctly capture the essence of a subject and connect it back to the main point of the story. Often, I’ve felt lost three lectures into a topic, mainly because I couldn’t grasp its core essence. You are the first teacher I’ve encountered who truly accomplishes this. While concepts like math and matrix multiplication are fascinating, understanding their real-world applications-the ‘so what’-is something very few educators have provided throughout my college and graduate studies. I still vividly remember your back-propagation video from several years ago; it has stayed fresh in my mind. I often base my discussion points on it during interviews or conversations with senior engineers. Thank you for everything you’re doing.
I always thought when people in the media say, "NO ONE actually understands how chat GPT works" they were lying, but no one was ever able to explain it in layman's terms regardless. I feel like this video is exactly the kind of digestible info that people need, well done.
Machine learning engineer here - plenty of people understand how the architecture of chatGPT works on a high level. When people in the media say that, what they mean is that nobody understands the underlying processing that the parameters are using to go from a list of tokens to a probability distribution over possible next tokens.
It's not a lie, it's just not very precise. No one can tell you exactly why one model decided the next word is "the" while another decided the next word is "a" and in that sense no one understands how a particular model works. The mechanism for how you train and run the model are understood however.
Think of it as the difference between knowing how genetics and DNA and replication works vs. knowing why a specific nucleotide in the human genome is adenine rather than guanine. There is an entire field of machine learning research dedicated to understanding how neural nets work beyond the architecture called AI interpretability.
Im a mechanical engineering student, but I code machine learning models for fun. I was telling my girlfriend just last night that your series on dense neural networks is the best to gain an intuitive understanding on the basic architecture of neural networks. You have no idea what a pleasant surprise it was to wake up to this!
It doesn't have to be just for fun. I was also in Mechanical Engineering, picked a master in control theory. And now I get to use Deep learning and NN's for intelligent control systems. Where you learn a model or a controller by making use of machine learning
Your videos are amazing! Anyone that can explain large complex subjects into short, fun, visual smart videos has master the subject. Thank you for sharing your knowledge with the world 🌎
Honestly I hope that in future, AI can produce such great content. This will probably tend to take a couple of years more, but I guess its possible. Even better: You got your own Curriculum based on your strengthens and weaknesses. For me this would be a combination of fireship and 3blue1brown content...
The idea of describing a vector basis as a long list of questions you need to answer is exactly the teaching tool I needed in my kit!! I love that perspective!
I graduated with a masters in Machine learning 10 years ago, and wrote a paper on filtering outliers from results of a genetic algorithms implementation. I worked as a software developer since then and now that I am trying to go back to the field, it felt like I had much to catch up. Your videos make my life easier. much thanks!
Thank you! You're so late 3Blue1Brown, it took me 10 hours of videos + blogs last year to understand what a transformer is! This is the long waited video! I'm sending this to all my friends.
I love how clean and natural the transaction from “the difference between men and women is almost the same as the one between all kinds of gender-related words” to “the difference between Italy and Germany is almost the same as the one from the vector representation of a certain couple of very powerful, influent and somewhat worldwide famous moustached-people that lived in those countries in the 1940s” was. Being italian myself, this is utterly hilarious, even more than it could have been alone. This is a brilliant show of how simple things can be if explained in a very simple way. You hide some details that are tough to explain as they are, building step by step simple analogies that help you through a robust comprehension of the overall topic. And this, my friends, is a brilliant showoff of teaching knowledge at its finests. This man is just perfect for this job. Very good work indeed.
this channel is so good at making math interesting, all my friends think im wack for enjoying math videos but its not hard to enjoy when you make them like this
I came across your channel in way of exploring/understanding Bayesian Statistics and was blown away by your 15 mins visual method video. Your way of teaching is amazing and I just couldn't stop on one. Saw your TED talk on Math and how it be engaging by ways of visual story telling where one forgets about the "Where am I going to use this...?" question. I am really glad I ran in your channel.. and now on to exploring many visually engaging stories and learning from you. Thank you for all your work!! 🙏🙏
Amazing work, your simple explanations in other videos in this series really helped me get a better understanding of what my masters classes were covering. Glad to see you’re continuing this series! ❤
I know the material of this chapter very well. Still, I watched it in its entirety just for the pleasure of watching a masterful presentation, the restful and authoritative cadence of the voice, and the gorgeous animation. Well done, Grant, yet again.
So you’re telling me computer models can quantify “a few” or “some” based on how close the value is to a given word of a number from its usage from training data? I love this
The best lecture I have ever seen on the intro to Transformers. These videos complement the book "Build a Large Language Model (From Scratch) - Sebastian Raschka" really well.
As an ML researcher this is an amazing video ❤. But please allow me to nitpick a little at 21:45 It’s important to note that while the “un-embedding layer” of a Transformer typically have a different set of weights from the embedding layer, in OpenAI’s GPT model each vector for each word in the un-embedding layer is exactly the same vector as ones in the embedding layer. This is not the case for Transformer models that has the output be in a different domain than the input (e.g, translating to a different language), but since the video is specifically talking about GPT. This is the specific of the implementation detailed in the “Improving Language Understanding by Generative Pre-Training” paper by OpenAI. The reusing weights make sense here because each the vector from the embedding is a sort of “context free” representation of the word. So there is not need to learn another set of weights.
@@tiborsaas And that is a good thing in many cases, it casts away illogical fears when you understand that there is no any kind of magic or thinking behind this. In practice it is just overhpyed guessing machine what word normally might come after X.
@@FinnishSuperSomebody this concept comes from 2017. We should actually be very very worried and keeping our eye closely on the progress that AI is making. The amount of progress they have made since the 2017 paper 📝 “Attention is all you need “ is insane.
This guy taught me how to build a neural network from scratch, I was waiting for this video, I even posted a request for it in the subreddit for this channel. I’m very glad this finally exists
OH MY GOODNESS Your timing is just right! I'm learning about deep neural nets and transformers will be my next topic this week. I'M SO EXCITED, I JUST CAN'T HIDE IT! I'M ABOUT TO LOSE MY MIND AND I THINK I LIKE IT!
Hello 3b1b, I wanted to say a huge thank you for this specific video. This was exactly what I've been needing. Every now and again, I thought to myself, as someone who's been interested in machine learning for my whole adult life, that I should really get a deep understanding of how a transformer works, to the point that I could implement a functional, albeit not efficient, one myself. Well, I'm on my way to that, this is at least a great introduction (and knowing your channel I really mean GREAT), and I really wanted to thank you for that! I know this is not much, but I'm not in a position to support this channel in a more meaningful way at the moment. Anyways, take care, and thanks again!
I'm glad you enjoyed. In case some how you haven't already come across them, I'd recommend the videos Andrej Karpathy does on coding up a GPT. In general, anything he makes is gold.
The funny thing about encoding in a "very high dimentional space" is that we are encoding vector spaces in the rationals, so this high dimentional space could just be represented as a subset of the reals (though it is not a very understandable representation since the UI also processes the representation into a rational approximation).
I started my deep learning journey from your original videos on deep learning. They inspired me to work in this field. I am about to start my first internship as a researcher in this field. Thank you 3blue1brown for this.
Blown away by the elegance - both visually and conceptually - in which this extremely complicated topic was taught! I never comment but was moved to express my sincerest gratitude! Thank you for all the time put into these beautiful videos.
The different sampling has to do with the search algorithm, like beam search, or any search involving topk or some tally of probabilities for the final score of the output. Any temperature will not change that the most probable token is the most probable token, so in a greedy search the temperature does not affect the output. This is a very common misconception, I'm a bit disappointed that it was slightly misleading here.
3blue1brown released a normal video today. So did Numberphile. So did nearly all the channels in my subsd. There's no wacky bullshit on the google homepage. No stupid gimmick feature in Maps. Have we done it? Have we finally killed off the lamest holiday? Is it finally dead?
Your videos are the only ones I watch multiple times to get the hang of it. But the way you visualize and explain it makes it way more enjoyable and interesting. Love your videos ❤
This channel is so good!! The way such complicated topics are broken down and explained is really of the highest standard. Please never stop making videos!
Yup, I'll need to watch most of these multiple times. But with 3B1B, the animations are so beautiful and the explanations are so good that I'm always happy to rewatch
The black box here is that the weights can't be individually interpreted. What's the contribution of each weight in the output, given an input? Or How does each weight explain such an output? What's the explicative power of that weight?
Thank you so much for this video. I have watched many on the topic and they teach you some parts, but you connected all the missing dots in a very effective way. Thanks.
This my friend, is visualisation heaven! I personally.... like I imagine many people.... struggle to conceptualise the inner workings of machine learning processes. But this right here demystifies so so much in so little time! A true benchmark in teaching!
I do not know you, and have just stumbled upon your lessons. Though you have undoubtedly heard it often, you are a gifted teacher in both context and visual delivery. Thank you for sharing your gift with all of us.
thank you so much. as a highschool student who's deeply intrigued by LLMs and deep learning, this was so much better than me trying to interpret the "attention is all you need" paper myself (with LLMs to help, ironically) haha. this is hands down the best resource on the transformer architecture and deep learning I've ever found - and I've been through a LOT. thank you :)
I’m a professional in this field, but always there is so much more to learn and understand. This is so incredibly high level and detailed at the same time, with so much intuition. Masterfully presented, thank you ❤
This channel is truly amazing if pay enough attention, and it is really astonishing how even language itself could be synthetized to a Matrix Multiplication and linear transformations it all converge to Algebra... On top of that the it is truly remarkable i is how you manage to make all these colorful entertaining videos about a topic as interesting as complex so seemingly easy hahaha like it was a child's game... so for that my friend Im subscribing to your channel :) keep up the good work!
Edit: The finalized version of the next chapter is out ua-cam.com/video/eMlx5fFNoYc/v-deo.html
Early feedback on video drafts is always very important to me. Channel supporters always get a view of new videos before their release to help inform final revisions. Join at 3b1b.co/support if you’d like to be part of that early viewing group.
@3Blue1Brown thanks explaining these things - it is very hard for web programmer to undestand math
Grant, this is so good! I've worked in ML about 8 years and this is one of the best descriptions I've seen. Very nicely done. Big 👍👍👍
Is this worth understanding?
@@JohnSegrave sir, could you recomend video analysis framework any video description model?
Could you share the name of the model that is used for text-to-speech generation ? Me and my teammate are working on a Song Translator as a senior design project. This might be very helpful. Thanks in advance :)
I graduated from Computer Science in 2017. Back then, the cutting edge of ML were Recurrent Neural Networks, in which I based my thesis. This video (and I'm sure the rest of this series) just allowed me to catch up to years of advancements in so little time.
I cannot describe how important your teaching style is to the world. I've been reading articles, blogs, papers on embeddings and these topics for years now and I never got it quite like I got it today. In less than 30 minutes.
Imagine a world in which every teacher taught like you. We would save millions and millions of man hours every hour.
You truly have something special with this channel and I can only wish more people started imitating you with the same level of quality and care. If only this became the standard. You'd deserve a Noble Prize for propelling the next thoustand Nobel Prizes.
Second that!
Same, I did a thesis about vectorize word back in 2017 and no one ever talked about the whole vector of word gives rise to meaning and context when you generate phrases.
Too bad since noone was interested in ML back then, I leaned on web development and drop the ML :(
Funny enough, the other 6 videos in this series all came out in 2017, so you probably didn't miss much.
Well transformers were first developed in 2017 so it was the cutting edge exactly when you graduated ^^
This is explained in layman terms, but in reality is more complicated than this
Grant casually uploading the best video on Transformers on UA-cam
i was expecting froggin electromagnets to be honest :-)
This video was insanely good!
Even having a basic understanding of what it is, this was still extremely helpful!
yeah but it did not talk about transformers in this chapter
I wish I could retweet this post.
I was trying to understand chatGPT through videos and texts on the Internet. I always said: I wish 3b1b releases a video about it, it's the only way for someone inexperienced to understand, and here it is. Thank you very much for your contributions to youtube!!
no even the other videos are kinda meh, even if youre not inexperienced because they dont go in depth, i feel here people get a nice understanding of the concepts captured by the models instead of just the architecture of the models
It's kind of true, but if I had to recommend a good place to actually understand transformers and even other machine learning things I would definitely recommend StatQuest, its levels of clearly explaining what's going on are very high. But I'm also very excited to see how 3B1B is going to render all that visually as always
I was also just looking into transformers due to their extreme takeover in computer vision!
shoulda just asked chatgpt
NLP specialization by Andrew covered everything 😅
The fact that meaning behind tokens is embedded into this 12000 dimensional space, and you get relationships in terms of coordinates and direction, that exists across topics is mind blowing. Like, Japan -> sushi is similar to Germany -> bratwurst is just so darn neat
And it makes the absurdly ham fisted model tampering behind debacles like the Gemini launch look even more absurd. I can hear the troglodytes mobbing in the nth dimension.
I‘ve come to this realization long time ago then I want to find isomorphic structures of concepts across different disciplines
@@dayelu2679🤓
You can actually try this out in your nearest large language model, like ChatGPT, CoPilot, Gemini, or Mistral. Just ask it to do vector math on the words. Since there isn't a predefined vector word calculus in English, the LLM defaults to just using a version of its own internal representation, and so it can eke out pretty results. I was able to duplicate Hitler - Germany + Italy = Mussolini and sushi - Japan + Germany = sausage (or bratwurst, bother score highly) in GPT-3.5-Turbo Complete.
It also figured out sushi - Japan + Lebanon = shawarma; sushi - Japan + Korea = kimchi; Hitler - Germany + Spain = Franco; and Hitler - Germany + Russia = Stalin.
Super disappointed. The German Sushi is called Rollmops.
I listened to my professor explaining the crazy equation of softmax for a semester already, and you explained it so well with how temperature also plays a role there. Big RESPECT!
The return of the legend! This series is continuing, that is the best surprise of UA-cam, thanks Grant, you have no idea how much the young population of academia is indebted to you.
I'm 26, young engineer. Thinking the same. Well said.
I liked your comment because I'm sure you're right but don't be ageist! 😊 Us olds love him too!
Young and seniors alike
And by logic, Grant is indebted to his 2015 era Stanford education. That was a high point in the faculty and curriculum in general there.
I have been working on transformers for the past few years and this is the greatest visualization of the underlying computation that I have seen. Your videos never disappoint!!
So if we "stop" you... then we avoid judgement day? We should meet for coffee
@@brian8507 "judgement day" 😭
@@brian8507 bro's got underlying psychological issues
I agree with you . Visualization is perfect way to understanding transformer architecture. Specifically attention mechanism
@@giacomobarattini1130its later than you thinj
I don't even know how many times I'm going to rewatch this.
True
3B1B doens't need to be saved in watch later folder because all his videos are worth watching later.
What will you set your weights n biases too?
same
Me fr
You are such an AMAZING teacher. I feel like you've really given thought to the learners perception and are kind enough to take the time and address asides and gotchas while you meticulously build components and piece them together all with a very natural progression that's moving towards "something" (hopefully comprehension). Thank you so much for your time, effort, and the quality of your work.
I have always been blown away by how great your visualization is for explaining ML concepts. Thanks a lot!
Its astonishing, amazing that this kind of info and explaination quality is available for free, this is way better than a University would explain it
Universities are buildings. Buildings can't talk. Therefore, they cannot explain.
2 years ago I started studying transformers, backpropagation and the attention mechanism. Your videos were a corner stone for my understanding of those concepts!
And now, partially thanks to you, I can say: “yeah, relatively smooth to understand”
This is heaven for visual learners. Animations are correlated smoothly with the intended learning point ...
There's no such thing as visual learners. Other than the blind, all humans are visual creatures. It's heaven for anyone who wants to learn.
@@gorgolyt You are right. The human get input from 5 senses , but 90 percent of the brain receptors are directly connected to optical and auditory nerves. That is where the visual dominates the other senses ... For blind people the auditory dominates...
@@lewebusl you said an obvious fact and then made a nonsensical bs conclusion out of it. there are no visual learners and it is a proven scientific fact
@@gorgolyt Yeah Veritasium did an excellent video debunking the pop-science nonsense behind this very commonly held misconception / fake science.
The genius in what you do is taking complicated concepts and making them easy to digest. That's truly impressive!
I am a math teacher and one of my classes is about AI. I am making watching this mini-series a mandatory requirement. This is just what my students need. Thanks for the exceptional quality of the content on your channel.
What class and grade do you teach?
It is a master 2 class on the mathematical foundations of AI.
This channel also has a linear algebra course which is also pretty good!
This series should continue. I thought it was dead after the 4th video. Lots of love and appreciation for your work
These videos probably take a long time to make
Writing my first academically published paper on AI rn and I have to say as a engineer in this space, this is one of the most complete and well nuanced explanations of these tools. Gold, nay platinum standard for educational content on this topic for decades to come.
I wish i had a friend as passionate as this channel is. It's like finding my family I've always wanted to have
I wish the same thing
become friends already you both
here we are 3b1bro now
Lets become friends
Be that friend to the younger people in your family.
This is absolutely one of the best videos for explaining the workings of LLMs. Love the visualisation and the innate ease with which the concepts were explained.
Hats off!!
Man! You never fail to enlighten, entertain, and inspire us, nor do we get enough of your high-quality, yet very digestible, content! Thank you, Grant!
Shame on Ruhollah Khomeini! He destroyed my country. He is a terrorist; a wolf in sheep's clothing.
This video is gonna blow up. The visualizations will help many people that aren't familiar with NN's or Deep Learning to at least grasp a little bit what is happening under the hood. And with the crazy popularity of LLM's nowadays, this will for sure interest a lot of people
as someone who gave a lot of fellow students lessons in stem field classes i can tell you that the sheer amount of numbers arranged in matrices will immediately shut down the average persons brain...
No, normal people just want to party.
Straight up the best video on this topic. The idea that the dimensions of the embedding space represent different properties of a token that can be applied across tokens is just SO cool!
i felt that
orienting and ordering the space (called the 'latent' space) so that the most significant directions come first is called 'principal component analysis' (useful for giving humans the reigns to some degree since we get to turn those knobs and see something interesting but vaguely predictable happen)
I agree. I starting writing about that in a comment about 2 seconds into the video before I knew how well he was going to cover it since it's usually glossed over way too much in other introductions to these topics.
You made my day!! This topic was taught at my grad school and I needed some intuition today and you have uploaded the video!!! It seems you heard me!!Thanks a ton!! Please upload video of Vision Transformers, if possible
Without doubt, the clearest and most "down to Earth" explanation of embeddings I have come across - amazing work.
I am a non-AI software engineer and I’ve been watching multiple transformer and LLM talks from OpenAI, Stanford online, NLP PhDs, and even some AI founding researchers. Some with code, some with the encoder-decoder diagram, some with Attention is all you need paper, some with ML histories. Still, visualization helps the best when incorporating everything in mind. It’s just beautiful, and love the way you organize the academic terminologies. Salute to this series 100%!
I appreciate that you explain tokenization correctly and the usefulness of simplifying it. Many explanations skip all that and just state that the tokens are words.
Apart from the fact that tokens CAN actually be longer than a word, too. :) Sub-word token does not mean that tokens must be smaller than a word.
There is a related idea here in how Roombas navigate houses. They clearly are forming a map of your house in their memory, but there is no guarantee they see it the same way we do i.e. the different zones they see in your house may not correspond nicely to the actual rooms in the house. In the end, though, it doesn't really matter, as long as the job gets done correctly
You *must* turn the linguistic vector math bit into a short. -Japan+sushi+germany=bratwurst is pure gold.
I am slightly offended it did not result in "Fischbrötchen".
@@XMysticHerox It was trained in English words only.
@@marshmellominiapple ChatGPT supports 95 languages. Not all equally well. But as a German yes it works just as well with german as it does with english.
@@marshmellominiapple Word2Vec and other vector embeddings of words like glove or whatever don't care about language. They don't "understand" the meaning of the words, they just eventually find patterns in unstructured data to create the embeddings. It works in any language and GPT has a ton of other languages in its training data
You can actually try this out in your nearest large language model, like ChatGPT, CoPilot, Gemini, or Mistral. Just ask it to do vector math on the words. Since there isn't a predefined vector word calculus in English, the LLM defaults to just using a version of its own internal representation, and so it can eke out pretty results. I was able to duplicate Hitler - Germany + Italy = Mussolini and sushi - Japan + Germany = sausage (or bratwurst, bother score highly) in GPT-3.5-Turbo Complete.
It also figured out sushi - Japan + Lebanon = shawarma; sushi - Japan + Korea = kimchi; Hitler - Germany + Spain = Franco; and Hitler - Germany + Russia = Stalin.
Grant shows just how creative you can get with linear algebra. Who would have guessed language (?!) was within its reach?
Look up "Word2Vec", it's an interestingly explored idea.
Linear algebra would not be enough, but a nonlinear activation function (even one as simple as max(x, 0)) makes it enough to approximate anything you want just by adding more neurons!
Given words are descriptors and numbers are just arbitrarily precise adjectives... aka descriptions...
@@Jesin00 Yes, lin alg alone isn't enough.
Well ML uses linear algebra and he just explains it
I’ve always sought teachings that succinctly capture the essence of a subject and connect it back to the main point of the story. Often, I’ve felt lost three lectures into a topic, mainly because I couldn’t grasp its core essence. You are the first teacher I’ve encountered who truly accomplishes this. While concepts like math and matrix multiplication are fascinating, understanding their real-world applications-the ‘so what’-is something very few educators have provided throughout my college and graduate studies. I still vividly remember your back-propagation video from several years ago; it has stayed fresh in my mind. I often base my discussion points on it during interviews or conversations with senior engineers. Thank you for everything you’re doing.
Your ability to add clarity to an incredibly complicated topic, and do it in an efficient way is just incredible. Thank you for your videos.
I always thought when people in the media say, "NO ONE actually understands how chat GPT works" they were lying, but no one was ever able to explain it in layman's terms regardless. I feel like this video is exactly the kind of digestible info that people need, well done.
Machine learning engineer here - plenty of people understand how the architecture of chatGPT works on a high level. When people in the media say that, what they mean is that nobody understands the underlying processing that the parameters are using to go from a list of tokens to a probability distribution over possible next tokens.
It's not a lie, it's just not very precise. No one can tell you exactly why one model decided the next word is "the" while another decided the next word is "a" and in that sense no one understands how a particular model works. The mechanism for how you train and run the model are understood however.
@@kevinscalesyeah just like any deep ANN
Think of it as the difference between knowing how genetics and DNA and replication works vs. knowing why a specific nucleotide in the human genome is adenine rather than guanine.
There is an entire field of machine learning research dedicated to understanding how neural nets work beyond the architecture called AI interpretability.
No one fully understands what the learned parameters mean. Many people understand the process by which they were learned.
Im a mechanical engineering student, but I code machine learning models for fun. I was telling my girlfriend just last night that your series on dense neural networks is the best to gain an intuitive understanding on the basic architecture of neural networks. You have no idea what a pleasant surprise it was to wake up to this!
good man
It doesn't have to be just for fun. I was also in Mechanical Engineering, picked a master in control theory. And now I get to use Deep learning and NN's for intelligent control systems. Where you learn a model or a controller by making use of machine learning
The best video explaining the transformer architecture that I've seen so far... and there are really good videos covering this topic. Thank you!!
This is by far the most organized explanation i've seen about transformers.
Your videos are amazing! Anyone that can explain large complex subjects into short, fun, visual smart videos has master the subject. Thank you for sharing your knowledge with the world 🌎
18:45 This the the clearest layman explanation of how attention works that I've ever seen. Amazing.
We need more Computer Science education like this! Amazing 🔥
Honestly I hope that in future, AI can produce such great content. This will probably tend to take a couple of years more, but I guess its possible. Even better: You got your own Curriculum based on your strengthens and weaknesses. For me this would be a combination of fireship and 3blue1brown content...
The idea of describing a vector basis as a long list of questions you need to answer is exactly the teaching tool I needed in my kit!! I love that perspective!
I graduated with a masters in Machine learning 10 years ago, and wrote a paper on filtering outliers from results of a genetic algorithms implementation. I worked as a software developer since then and now that I am trying to go back to the field, it felt like I had much to catch up. Your videos make my life easier. much thanks!
This teaching style with the visuals is so incredible. I cannot describe how thankful I am for them.
Thank you! You're so late 3Blue1Brown, it took me 10 hours of videos + blogs last year to understand what a transformer is! This is the long waited video! I'm sending this to all my friends.
here's to hoping this is not an April fools
it is - you would be a fool to not watch this video
It's 2nd April here
@@anuragpranavEven if you already know the subject? 😂
@@TheUnderscore_ it's never a bad idea to review what you know
@@TheUnderscore_ you are almost certainly limiting what you might know with that approach
Thank you so much for the immense work and talent that goes into your videos!
I love how clean and natural the transaction from “the difference between men and women is almost the same as the one between all kinds of gender-related words” to “the difference between Italy and Germany is almost the same as the one from the vector representation of a certain couple of very powerful, influent and somewhat worldwide famous moustached-people that lived in those countries in the 1940s” was.
Being italian myself, this is utterly hilarious, even more than it could have been alone.
This is a brilliant show of how simple things can be if explained in a very simple way. You hide some details that are tough to explain as they are, building step by step simple analogies that help you through a robust comprehension of the overall topic. And this, my friends, is a brilliant showoff of teaching knowledge at its finests. This man is just perfect for this job. Very good work indeed.
I am obsessed with this visualizations. This is true example of learn through visuals.
this channel is so good at making math interesting, all my friends think im wack for enjoying math videos but its not hard to enjoy when you make them like this
This couldn't have come at a better time for me! I'm very excited for this continuation of the series. Thanks Grant!
It's a tradition of mine to come back to this playlist every once in a while. what a piece of art. Thank you!
I came across your channel in way of exploring/understanding Bayesian Statistics and was blown away by your 15 mins visual method video. Your way of teaching is amazing and I just couldn't stop on one. Saw your TED talk on Math and how it be engaging by ways of visual story telling where one forgets about the "Where am I going to use this...?" question. I am really glad I ran in your channel.. and now on to exploring many visually engaging stories and learning from you. Thank you for all your work!! 🙏🙏
Amazing work, your simple explanations in other videos in this series really helped me get a better understanding of what my masters classes were covering. Glad to see you’re continuing this series! ❤
I know the material of this chapter very well. Still, I watched it in its entirety just for the pleasure of watching a masterful presentation, the restful and authoritative cadence of the voice, and the gorgeous animation. Well done, Grant, yet again.
Your explanation tends to always be the best! Love how you visualise all these.
It amazing that this knowledge is free, really learned a lot from this short session. Definitely will binge watch your videos.
Im in highschool, and i only knew broken pieces of how it works , but you really connected all the pieces together and added the missing ones
So you’re telling me computer models can quantify “a few” or “some” based on how close the value is to a given word of a number from its usage from training data?
I love this
Well, a bit.
Well it can encode any semantic meaning only really limited by the number of parameters and quality of training data.
@@XMysticHerox quantity*
ok, you read my mind. From all of the channels, I am so glad, it's you explaining Transformers.
I wish I had you as a teacher. You make math so much more fun than I know it already❤
The best comprehensive, introductory overview of LLM/AI I have seen! Well done👍🏻
The best lecture I have ever seen on the intro to Transformers. These videos complement the book "Build a Large Language Model (From Scratch) - Sebastian Raschka" really well.
As an ML researcher this is an amazing video ❤. But please allow me to nitpick a little at 21:45
It’s important to note that while the “un-embedding layer” of a Transformer typically have a different set of weights from the embedding layer, in OpenAI’s GPT model each vector for each word in the un-embedding layer is exactly the same vector as ones in the embedding layer.
This is not the case for Transformer models that has the output be in a different domain than the input (e.g, translating to a different language), but since the video is specifically talking about GPT. This is the specific of the implementation detailed in the “Improving Language Understanding by Generative Pre-Training” paper by OpenAI.
The reusing weights make sense here because each the vector from the embedding is a sort of “context free” representation of the word. So there is not need to learn another set of weights.
this is the best series from you by far. excited for its revival
I can't believe Sam Altman has become a billionaire just by multiplying some matrices
You'd be surprised at how many billionaires got there from multiplying some matrices
It's too much reduction, he added value on a higher level. But yeah, when you look deep enough, everything stops looking like magic.
@@tiborsaas And that is a good thing in many cases, it casts away illogical fears when you understand that there is no any kind of magic or thinking behind this. In practice it is just overhpyed guessing machine what word normally might come after X.
@@FinnishSuperSomebody this concept comes from 2017. We should actually be very very worried and keeping our eye closely on the progress that AI is making. The amount of progress they have made since the 2017 paper 📝 “Attention is all you need “ is insane.
He doesn’t own any shares in OpenAI. His money is from before
The first 50 seconds of the video got me super impressed and engaged.
The word embedding difference example is.. incredible
I never thought about it this way
Thank you so much for this!
Most exciting part of my week by far
This guy taught me how to build a neural network from scratch, I was waiting for this video, I even posted a request for it in the subreddit for this channel. I’m very glad this finally exists
OH MY GOODNESS
Your timing is just right! I'm learning about deep neural nets and transformers will be my next topic this week.
I'M SO EXCITED, I JUST CAN'T HIDE IT!
I'M ABOUT TO LOSE MY MIND AND I THINK I LIKE IT!
This is the best and simplistic way of explaining the highly complex topic.
Your teaching is an incredible way to stimulate my curiosity
Without watching i can say that this is going to be the best transformers video on yt
Right you are.
It is
CHILE MENTIONED 🇨🇱🇨🇱❤️❤️🇨🇱🇨🇱🇨🇱 COME TO SANTIAGO GRANT!!!
Hello 3b1b, I wanted to say a huge thank you for this specific video. This was exactly what I've been needing. Every now and again, I thought to myself, as someone who's been interested in machine learning for my whole adult life, that I should really get a deep understanding of how a transformer works, to the point that I could implement a functional, albeit not efficient, one myself.
Well, I'm on my way to that, this is at least a great introduction (and knowing your channel I really mean GREAT), and I really wanted to thank you for that!
I know this is not much, but I'm not in a position to support this channel in a more meaningful way at the moment.
Anyways, take care, and thanks again!
I'm glad you enjoyed. In case some how you haven't already come across them, I'd recommend the videos Andrej Karpathy does on coding up a GPT. In general, anything he makes is gold.
The quality of these videos and depth of openings of the deeper meaning is simply mind blowing
You are a genius who teaches extremely well. Thank you for all of your videos and what you give back to the community.
Hang on, I thought this series was done! I'm delighted!
Deep learning is back baby!
A short 6 year 5 month wait!
YOU DID IT!
I emailed you about this video idea about 8 months ago and I've been patiently waiting for you to release this since!
wow, great idea!
YOU DID IT JACKSON! I texted you to email him this idea about 9 months ago. Now the bab- video is there!
The funny thing about encoding in a "very high dimentional space" is that we are encoding vector spaces in the rationals, so this high dimentional space could just be represented as a subset of the reals (though it is not a very understandable representation since the UI also processes the representation into a rational approximation).
You never cease to amaze me. This is a must watch for any engineer or data scientist. You deserve to be the top one youtube channel. Thank you brother
Does nobody find it odd that an understanding of language can be created using matrices in a way that is eerily similar to our own?
I started my deep learning journey from your original videos on deep learning. They inspired me to work in this field. I am about to start my first internship as a researcher in this field. Thank you 3blue1brown for this.
Also this is the best video that I have seen through my many hundred videos from when I was stuck in tutorial hell on many of these concepts
Just in time to be replaced by them >:).
Damit nice April fools joke, I got fooled into learning something.
The amount of depth and efforts invested in this video, makes this channel the best channel on UA-cam.
Blown away by the elegance - both visually and conceptually - in which this extremely complicated topic was taught! I never comment but was moved to express my sincerest gratitude! Thank you for all the time put into these beautiful videos.
The different sampling has to do with the search algorithm, like beam search, or any search involving topk or some tally of probabilities for the final score of the output. Any temperature will not change that the most probable token is the most probable token, so in a greedy search the temperature does not affect the output. This is a very common misconception, I'm a bit disappointed that it was slightly misleading here.
agree, what he said wasn’t logically complete and didn’t really make sense because of it
To be clear, rest of the video was great!
So sad that so many people think AI picks bits of text and images directly from data and just makes a collage...
3blue1brown released a normal video today. So did Numberphile. So did nearly all the channels in my subsd. There's no wacky bullshit on the google homepage. No stupid gimmick feature in Maps. Have we done it? Have we finally killed off the lamest holiday? Is it finally dead?
Your videos are the only ones I watch multiple times to get the hang of it. But the way you visualize and explain it makes it way more enjoyable and interesting. Love your videos ❤
This channel is so good!!
The way such complicated topics are broken down and explained is really of the highest standard.
Please never stop making videos!
This video is an act of democracy. Thank you
Those who watched more than once gather here 😂
I'm on my first watch but I'll be back
This is gold
Yup, I'll need to watch most of these multiple times. But with 3B1B, the animations are so beautiful and the explanations are so good that I'm always happy to rewatch
There's no blackbox, it's just math
The black box here is that the weights can't be individually interpreted. What's the contribution of each weight in the output, given an input? Or How does each weight explain such an output? What's the explicative power of that weight?
The most fantastic UA-camr of our generation. Thank you for making us learn and think better!
Thank you so much for this video. I have watched many on the topic and they teach you some parts, but you connected all the missing dots in a very effective way. Thanks.
This my friend, is visualisation heaven! I personally.... like I imagine many people.... struggle to conceptualise the inner workings of machine learning processes. But this right here demystifies so so much in so little time!
A true benchmark in teaching!
I do not know you, and have just stumbled upon your lessons. Though you have undoubtedly heard it often, you are a gifted teacher in both context and visual delivery. Thank you for sharing your gift with all of us.
thank you so much. as a highschool student who's deeply intrigued by LLMs and deep learning, this was so much better than me trying to interpret the "attention is all you need" paper myself (with LLMs to help, ironically) haha.
this is hands down the best resource on the transformer architecture and deep learning I've ever found - and I've been through a LOT.
thank you :)
I’m a professional in this field, but always there is so much more to learn and understand. This is so incredibly high level and detailed at the same time, with so much intuition. Masterfully presented, thank you ❤
This channel is truly amazing if pay enough attention, and it is really astonishing how even language itself could be synthetized to a Matrix Multiplication and linear transformations it all converge to Algebra... On top of that the it is truly remarkable i is how you manage to make all these colorful entertaining videos about a topic as interesting as complex so seemingly easy hahaha like it was a child's game... so for that my friend Im subscribing to your channel :) keep up the good work!