Illustrated Guide to Transformers Neural Network: A step by step explanation

공유
소스 코드
  • 게시일 2024. 04. 22.
  • Transformers are the rage nowadays, but how do they work? This video demystifies the novel neural network architecture with step by step explanation and illustrations on how transformers work.
    CORRECTIONS:
    The sine and cosine functions are actually applied to the embedding dimensions and time steps!
    ⭐ Play and Experiment With the Latest AI Technologies at grandline.ai ⭐
    Hugging Face Write with Transformers
    transformer.huggingface.co/

댓글 • 586

  • @Leon-pn6rb
    @Leon-pn6rb 3 년 전 +187

    this is great but would've loved if you could have taken a sample sentence as an input and show us how it transforms as it moves through the different parts of the transformer.
    Perhaps an idea for the next video!

  • @MinhNguyen-ro6lm
    @MinhNguyen-ro6lm 3 년 전 +653

    I must say you’ve given the best explanation on transformers that’ve saved me lots of time studying the original paper. Please produce more vids like this, I would recommend the BERT family and the GPT family as well 👏👍

    • @xtremechaos5771
      @xtremechaos5771 3 년 전 +12

      I agree. I can't seem to find a good explanation on the BERT model

    • @ronnieadam1807
      @ronnieadam1807 2 년 전

      Sorry to be offtopic but does anyone know of a tool to log back into an instagram account??
      I stupidly forgot the password. I appreciate any tips you can offer me.

    • @ronnieadam1807
      @ronnieadam1807 2 년 전

      @Matias Santino I really appreciate your reply. I found the site through google and Im trying it out atm.
      Takes a while so I will reply here later with my results.

    • @ronnieadam1807
      @ronnieadam1807 2 년 전

      @Matias Santino It worked and I actually got access to my account again. I'm so happy:D
      Thank you so much you saved my account!

    • @matiassantino4452
      @matiassantino4452 2 년 전

      @Ronnie Adam you are welcome :)

  • @architkhare729
    @architkhare729 3 년 전 +9

    Wow , this was great, I have watched a no of videos on the transformer models, and they have all contributed to my understanding, but this puts everything together so neatly. Amazing, please keep making more such videos.

  • @valentinfontanger4962

    I used multiple sources to learn about the transformer architecture. Regarding the decoder part, you really helped me understanding what was the input and how the different operations are performed ! Thanks a lot :)

  • @user-jh8yy3vn5y
    @user-jh8yy3vn5y 2 년 전 +2

    This is incredible. I've been watching videos and reading papers about transformer and attention for days, this is the best material so far.

  • @Random4Logic
    @Random4Logic 2 년 전 +146

    There is actually a small mistake at 12:56: The Ecnoders Output are the VALUES and keys! for the Decoders second self attention.
    So it is: Value and Key from Encoder with Query from Decoder are combined.
    from the "Self Attention is all you need" paper: "In "encoder-decoder attention" layers, the queries come from the previous decoder layer,
    and the memory keys and values come from the output of the encoder."

    • @curiousseeker3784
      @curiousseeker3784 8 개월 전

      Ik that's true but still it doesn't make sense, What's the use of the masked attentions score that we just computed in that Multi-Head attention layer since it's not carried forward

    • @weibangzhang3994
      @weibangzhang3994 7 개월 전 +1

      yes you are right

    • @vineetsrivastava4906
      @vineetsrivastava4906 6 개월 전 +4

      I asked chatgpt (GPT4) for the same and look at the response:
      "Let's break down the process:
      Encoders in Transformers:
      They take the input sequence and process it through multiple layers of self-attention and feed-forward networks.
      The final output from the last encoder is used as the "Keys" (K) and "Values" (V) for the subsequent decoder.
      Decoders in Transformers:
      Decoders also have multiple layers.
      In the first self-attention mechanism of the decoder, the target sequence (for example, the partially generated translation) attends to itself. This is analogous to the self-attention in the encoder but has a slight difference. In the decoder's self-attention, future tokens are masked, so they can't be attended to. This ensures that the prediction for a particular word doesn’t depend on future words in the sequence.
      In the subsequent multi-head attention mechanism, the "Queries" (Q) come from the decoder's previous layer, and they attend to the "Keys" (K) and "Values" (V) from the encoder's output.
      This essentially means that the decoder is using the information from the encoder to help generate the next token in the sequence.
      So, your statement is correct: "Value and Key from Encoder with Query from Decoder are combined." In the Transformer's decoder, for every step in its layers, the Queries (Q) from the decoder attend to the Keys (K) and Values (V) from the encoder output."

    • @yugiblox3274
      @yugiblox3274 5 개월 전

      Unless it’s a decoder only transformer

    • @joachimheirbrant1559
      @joachimheirbrant1559 20 일 전

      indeed it is like this as the dot product of the keys and querries construct the relation between the input and the already generated output if noy K and Q where from the encoder it wouldn't capture the relation between the input and already generated output

  • @abail7010
    @abail7010 년 전 +6

    I have been struggling with this architecture for an eternity now and this is the first time I really understood what's going on in this graphic. Thank you so much for this nice and clear explanation!

    • @leif1075
      @leif1075 년 전

      What about the architecture made you struggle if I may ask?

  • @jenishah9825
    @jenishah9825 3 년 전 +4

    This video marks an end to my search for one place explanation of Transformers. Thanks a lot for putting this up! :)

  • @mrowkenesser
    @mrowkenesser 년 전 +5

    Man thanks for this video, reading a paper for newbie is super difficult, but such explanations like you've posted for key, value and query as well as reasoning for masking is very, very helpful. I subscribed to your channel and am looking forward for new stuff.

  • @Dexter01
    @Dexter01 4 년 전 +56

    This tutorial is absolute brilliant, I have to see it again and read the illustrated guide, there are so many infos!! Thank you!!!

  • @mitch7w
    @mitch7w 7 개월 전 +3

    Best explanation I've seen so far, thanks so much! 😃

  • @manikantansrinivasan5261

    This is literally the best explanation of Transformers I have ever seen!

  • @mariosessa3828
    @mariosessa3828 2 년 전

    Thanks for your explanation, very clean and well built in every argument about transformers. I was so lucky to get this video randomly on KRplus. Good job!

  • @lone0017
    @lone0017 3 년 전 +3

    Brilliant explanation with visually intuitive animations ! I rarely comment or subscribe to anything but this time I instantly do both after watching the video. And how coincidental it is that this was uploaded on my birthday. Hope to see more videos from you.

  • @yishaibasserabie5765

    This is by far the best explanation I’ve ever seen on Transformer Networks. Very very well done

  • @sank_y
    @sank_y 3 년 전 +154

    12:56 encoder has hiddens state of key-value pairs, and in the decoder, the previous output is compressed into a query. The next output is produced by mapping this query and the set of keys and values.

    • @mrexnx
      @mrexnx 3 년 전 +23

      this is critical! I was pretty confused on this for awhile until I realized he swapped the Query and Values on accident.

    • @Random4Logic
      @Random4Logic 2 년 전 +4

      ah someone else realised it. this comment should be pinned ^^

    • @MJJ12337
      @MJJ12337 2 년 전 +3

      you are correct

    • @leif1075
      @leif1075 년 전

      @@mrexnx Correct me if I'm wrong but the only reason you put the mask so it doesn't attend to "future" words in the sentence is cause of the nature of the Ebglish language..since English is written left tor ought unlike other languages. Otherwise you shouldn't have thst mask because you would need to attend to words on right or maybe left also?

    • @fahmidhossainSakib
      @fahmidhossainSakib 년 전 +1

      @@leif1075 I also thought something like that, that means, in case of Arabic, this direction of masking should not work !

  • @anshuljain2258
    @anshuljain2258 2 년 전

    Half of it went through my head. Just beautiful. I'll watch it many more times.. That's how I know the content is gooood.

  • @mohitjoshi8818
    @mohitjoshi8818 년 전

    Your videos are the BEST, I understood RNNs, LSTMs, GRUs and Transformers in less than an hour.
    Thankyou.

  • @tanveerulmustafa9232

    This explanation is INCREDIBLE!!!

  • @lifewhimsy
    @lifewhimsy 년 전 +1

    This is THE BEST transformer video I have encountered.

  • @garymail4393
    @garymail4393 10 개월 전

    This is the best video I have seen about transformers. Very articulate and concise. Great job

  • @martian.0753
    @martian.0753 2 년 전

    Best video ever on transformers, trust me I tried others, just positional encoding is missing, but rest is gold.
    Thank you.

  • @Waterlmelon
    @Waterlmelon 개월 전

    amazing explanation, honestly this is the first time i understand how Transformers work.

  • @gudisamahesh
    @gudisamahesh 개월 전

    This seems to be one of the best videos on Transformers

  • @tingyizhou8736
    @tingyizhou8736 2 년 전

    This is one of the best introductory videos I've seen on this subject. Thank you!

  • @elorine8801
    @elorine8801 3 년 전

    This illustrated explanation is just so well done :OOOOO
    I'm a novice at Deep neuronal networks and just by looking at the video, I just understood everything !
    Completely recommended to understand Transformers :)
    Good work :D

  • @Hooowwful
    @Hooowwful 3 년 전

    Favourite video on the topic! I'm reasonably knowledgeable on ML, but the other 5-10 videos I've tried so far all resulted in increased confusion. This is clear.Nice one 👍🏿

  • @danilob2b2
    @danilob2b2 3 년 전

    I watched a second time not for better understand the video, but to appreciate it. It is very well done and pretty clear. Thank you.

  • @helloWorld01010
    @helloWorld01010 년 전 +3

    You did an amazing job explaining the workflow … looked for more similar stuff… please continue … I hope you will be back to help people like me

  • @Lolzor87a
    @Lolzor87a 3 년 전

    Wow. This is some really good explanation! I don't have much NLP background except RNN/LSTM and things before DL (N-gram), but wanted to know more about Attention mechanism for robotics application. (my field) Most other explanation either skimmed over the mathematics, or used NLP specific nomenclature/concepts that made it hard to understand for non-NLP people.
    This was some good stuff! Much appreciated and Keep up the good work!

  • @flwi
    @flwi 년 전 +1

    That's a very good explanation imo! Thanks for taking the time to produce such a gem.

  • @-long-
    @-long- 2 년 전

    My first read about Micheal Phi was "Stop Installing Tensorflow using pip for performance sake!" in TowardDataScience blog (as I recall you was "Micheal Nguyen" at that time). My first impression was like "oh this guy was good at explanation". Then I read his several blogs, and now here I am. I never knew that you have a channel. You are one of the best educator I've ever known. Thanks so much.

  • @TheUmaragu
    @TheUmaragu 4 개월 전

    A complex process- I need to listen to this multiple times to fully understand this.

  • @alvinphantomhive3794

    Now i have two great heroes that explain complex concept using mindblowin visualization, first is 3b1b for complex math topics, then Michael Phi for complex machine learning architecture! Just wow ... salute sir! thank you so much!

  • @guillaumehai
    @guillaumehai 7 개월 전

    This was fantastic, thanks!

  • @udbhavprasad3521
    @udbhavprasad3521 3 년 전

    Honestly this is the best explanation I've ever seen on transformers and attention

  • @revenantnox
    @revenantnox 년 전

    This was super helpful thank you. I read the original paper and absorbed like 70% of it but this clarified several things.

  • @ritec710
    @ritec710 7 개월 전

    Great explanation!

  • @davefar2964
    @davefar2964 11 개월 전

    Thanks, I particularly liked that you went into as much detail for the decoder as for the encoder.

  • @sloanNYC
    @sloanNYC 년 전

    Incredibly interesting. It is amazing how much processing and storage is required to achieve this.

  • @nikhilnanda5922
    @nikhilnanda5922 2 년 전

    This was beautiful.
    This was the best explanation out there. You Sir, are a person of highest quality.

  • @JulianHarris
    @JulianHarris 3 개월 전

    Amazing. I still don’t really understand how the Q K and V values are calculated but I learnt a lot more about this seminal paper than others provided - thank you! 🙏

  • @biplobbiswas5478
    @biplobbiswas5478 3 년 전

    The best explanation so far. Loved the animated illustration.

  • @emeebritto
    @emeebritto 6 개월 전

    the best explanation that I've seen. 👏

  • @akhileshm8089
    @akhileshm8089 3 년 전

    This is the best explaination on transformers anywhere on the web

  • @danicarovo8818
    @danicarovo8818 8 개월 전

    Thank you for this amazing explanation. It really helped after an insufficient explanation from my DL lecture. The prof did not even mention that the final part is a classification over the vocabulary for an nlp task!

  • @MahlerLab
    @MahlerLab 년 전

    Thank you so much for the step by step explanation. This is a good starting point for ML dummies like me to get a grasp on the transformer model architecture.

  • @TheForresthu
    @TheForresthu 3 년 전

    The explanation about Transformer architecture is clear, and the animation in presentation is really good, it catches my attention :)

  • @fghgffgvbgh
    @fghgffgvbgh 2 년 전

    Thanks a lot. This is by far the most clear explanation of the paper. Kudos. Hope you can do similar videos for say Bert, XLNET architectures as well.

  • @morphos2
    @morphos2 2 년 전 +1

    The best video on this channel Michael. Do you think you can make a bunch more like this... with this visual style (white over black drawings), and clear and calm explanation of the diagrams.

  • @mauriciolopes8502
    @mauriciolopes8502 년 전 +14

    This was not just the best transformer explanation, but the best explanation in general that I've ever seen. You know what to abstract for a fluid and clear explanation. Congratulations. You should do more videos like this.

    • @AIPowered
      @AIPowered 년 전 +1

      check our video on transformer as well and please provide feedback on our ai4u channel

  • @shivanandroy5339
    @shivanandroy5339 4 년 전 +42

    That's absolute genius ! You made it so easy to understand such a mighty concept.

  • @CodeEmporium
    @CodeEmporium 3 년 전 +2

    Nice work! Love the visuals for this abstract topic. Just found your channel. Keep em coming!!

    • @theaihacker777
      @theaihacker777  3 년 전 +4

      Thanks! Your content is also super helpful as well and has helped me before

  • @Scranny
    @Scranny 3 년 전 +8

    Wow Michael, this is a superb explanation of the transformer architecture. You even went into detail about the meaning of the Q,K,V vectors and masking concepts which were hard for me to grasp. I bounced around through 3-4 videos about the transformer arch, and for each one I claimed it was the best explanation on the topic. But your video takes the cake and explains it in half the time as the others. Thank you for sharing! Also, great job on the visuals which are on par with 3blue1brown's animations.

  • @Matieu666
    @Matieu666 개월 전

    Best explanation I've seen - thanks !

  • @VishalSingh-tm6we

    Thanks for the effort you put into making the animation on the slide.

  • @federicaf
    @federicaf 3 년 전 +2

    Amazing! thank you so much - great quality of the video and content

  • @Auditor1337
    @Auditor1337 년 전 +2

    While I still have some questions, this is a pretty good explanation, I mean I actually have an idea of how this works! Gonna watch it like 2 more times.

  • @stevey7997
    @stevey7997 년 전

    This is by far the best explanation that I have seen.

  • @ViratSingh-nq7ok
    @ViratSingh-nq7ok 3 년 전

    Simple and coherent explanations. Brilliant

  • @siddhanthhegde227
    @siddhanthhegde227 3 년 전

    Brooo you are seriously my god😭😭🙏🙏...thanks a lot for this video...no one... literally no one could teach me transformer and your video just got drilled into my mind...please make other videos like this for bert gpt xlnet xlm etc etc... I'm really thankful to you

  • @aakashgarg2970
    @aakashgarg2970 3 년 전

    Such a lucid explanation it is. Thanks for posting!!

  • @josicoSiete
    @josicoSiete 3 년 전

    Amazing explanation Michael! Thank you for your time!!!!

  • @Controllerhead
    @Controllerhead 년 전 +5

    Incredible video! I hope you are doing well and find the time to make more, especially with the recent popularity explosion of AI.

  • @vaishnavnegi9640
    @vaishnavnegi9640 9 개월 전

    Very Very thanks for this gem of an explanation.

  • @dineshbhosale421
    @dineshbhosale421 3 년 전

    This is the best explanation ever! So genius! Need more videos like this

  • @remymarion7663
    @remymarion7663 년 전

    Perfect explanation of the Transformes !!! Thanks.

  • @sowmyarani8833
    @sowmyarani8833 9 개월 전

    This was the best video i saw on attention . Thank you so much

  • @user-yh8xn8vp6d
    @user-yh8xn8vp6d 10 개월 전

    感谢! Thank you so much, I've looked up all the resources on the Internet but still messed up with the mechanism. It's really a clear and detailed explanation.

  • @TimothyParker1
    @TimothyParker1 2 년 전

    Great deep dive into transformers. Helped me understand this architecture.

  • @gkirangk4946
    @gkirangk4946 3 년 전

    Wow..one of the best videos I have watched on transformers...so simple to grasp. Please make more videos.

  • @StratosFair
    @StratosFair 년 전

    Best video on transformers on KRplus, thank you so much

  • @djohnjimmy
    @djohnjimmy 년 전

    Thank you Michael. This is awesome video. Much appreciated

  • @user-sv5vb1mj1q
    @user-sv5vb1mj1q 3 년 전

    Best examplanation I have seen so far. Great job! You destroyed almost all my questions.

  • @parker1981xxx
    @parker1981xxx 2 년 전

    Perfect explanation of the concept, thank you!

  • @vivekmankar5823
    @vivekmankar5823 2 년 전

    This is the best explanation on transformers. Thank you so much for the video.

  • @sourabhyadav5716
    @sourabhyadav5716 9 개월 전

    Best illustration on transformer.
    Subscribed for many more to come.

  • @alexanderblumin6659

    Very deep explanation, brilliant talent to give somebody an intuition

  • @omerss
    @omerss 11 개월 전

    A really great explanation! Thank you very much!!

  • @dazzid
    @dazzid 년 전

    thanks for this clear video, very well explained

  • @alenabejenarou8605
    @alenabejenarou8605 7 개월 전

    AMAZING!!!!!THANK YOU SO MUCH!

  • @jinwookchoi3532
    @jinwookchoi3532 3 년 전

    Fantastic!
    Thank you for a marvelous presentation.

  • @MaptaGss
    @MaptaGss 3 년 전

    hands down the best explation for transformer models !

  • @deeplearningai5523

    best ever explanation i came across, you made it very useful as well as fun to watch, thanks

  • @janeditchfield3976

    Your explanation of q k and v is the thing that finally did it for me, I get it!

  • @learnwithfaisu5866
    @learnwithfaisu5866 9 개월 전

    sir u r superExplanation teacher ever

  • @mostafaibrahim2911

    Best Transformers Explanation I have seen thank you very much, Liked the video and Subscribed !! Keep it up :))

  • @dnaphysics
    @dnaphysics 년 전 +15

    Good explanation. What boggles my mind is that this architecture can not only produce reasonable sentences, but there can be some logic going on behind the sequence of sentences as we've seen in chatGPT. It is mind-boggling that there must be some amount of deeper conceptualization represented in the embeddings too! amazing

    • @DS-nv2ni
      @DS-nv2ni 6 개월 전

      No, and it's not even understandable how you got to such conclusion.

  • @NeverHadMakingsOfAVarsityAthle

    what an awesome explanation! saved me so much time, thanks for the great effort!

  • @kesavanr9040
    @kesavanr9040 년 전

    whoa bro, hats off what a nice explanation and one of the best explanation video for transformers.

  • @shaktisd
    @shaktisd 년 전

    One of the best explanation of attention mechanism

  • @viniciusmonteirodelira9872

    Great work here!! Thank you for this excellent explanation!

  • @piyalikarmakar5979

    I must say this is the best explanation I had ever seen...no confusion no doubt left in mind.. Thanks a lot sir.. It will be helpful if you kindly do a vedio on language models like IBM GPT BERT..

  • @usamasaddique7580
    @usamasaddique7580 10 개월 전

    I watched many videos, but I'm 100% sure that this video is only the best among those in explaining the transformers

  • @karthikm1858
    @karthikm1858 2 년 전

    One word excellent , none of the explanation will match this in KRplus ....stunned

  • @weibangzhang3994
    @weibangzhang3994 7 개월 전

    In "encoder-decoder attention" layers, the queries come from the previous decoder layer, and the memory keys and values come from the output of the encoder.

  • @jamgplus334
    @jamgplus334 3 년 전

    wow! you explained it so clearly and really helps my understanding, thanks

  • @DrAshishBamania

    This is very well explained! Thank you!

  • @InturnetHaetMachine
    @InturnetHaetMachine 3 년 전 +58

    Wow, by far the best explanation. Teaching really is an art where even experts with their blind spots can be very bad at explaining (even if they know it well themselves). Well done. It's really too bad your previous video was a year ago. I really hope you make more videos explaining other deep learning papers such as Faster RCNN etc. Thanks for posting this.

    • @akarshrastogi3682
      @akarshrastogi3682 2 년 전 +1

      Yes it was through this video that I finally got my head around Transformers. Now I can read through more resources and the Paper itself

  • @Shiny_Mewtwo
    @Shiny_Mewtwo 7 개월 전

    Love you bro. you made my life easier!