Тёмный

Let's reproduce GPT-2 (124M) 

Andrej Karpathy
Подписаться 495 тыс.
Просмотров 326 тыс.
50% 1

We reproduce the GPT-2 (124M) from scratch. This video covers the whole process: First we build the GPT-2 network, then we optimize its training to be really fast, then we set up the training run following the GPT-2 and GPT-3 paper and their hyperparameters, then we hit run, and come back the next morning to see our results, and enjoy some amusing model generations. Keep in mind that in some places this video builds on the knowledge from earlier videos in the Zero to Hero Playlist (see my channel). You could also see this video as building my nanoGPT repo, which by the end is about 90% similar.
Links:
- build-nanogpt GitHub repo, with all the changes in this video as individual commits: github.com/karpathy/build-nan...
- nanoGPT repo: github.com/karpathy/nanoGPT
- llm.c repo: github.com/karpathy/llm.c
- my website: karpathy.ai
- my twitter: / karpathy
- our Discord channel: / discord
Supplementary links:
- Attention is All You Need paper: arxiv.org/abs/1706.03762
- OpenAI GPT-3 paper: arxiv.org/abs/2005.14165 - OpenAI GPT-2 paper: d4mucfpksywv.cloudfront.net/b... The GPU I'm training the model on is from Lambda GPU Cloud, I think the best and easiest way to spin up an on-demand GPU instance in the cloud that you can ssh to: lambdalabs.com
Chapters:
00:00:00 intro: Let’s reproduce GPT-2 (124M)
00:03:39 exploring the GPT-2 (124M) OpenAI checkpoint
00:13:47 SECTION 1: implementing the GPT-2 nn.Module
00:28:08 loading the huggingface/GPT-2 parameters
00:31:00 implementing the forward pass to get logits
00:33:31 sampling init, prefix tokens, tokenization
00:37:02 sampling loop
00:41:47 sample, auto-detect the device
00:45:50 let’s train: data batches (B,T) → logits (B,T,C)
00:52:53 cross entropy loss
00:56:42 optimization loop: overfit a single batch
01:02:00 data loader lite
01:06:14 parameter sharing wte and lm_head
01:13:47 model initialization: std 0.02, residual init
01:22:18 SECTION 2: Let’s make it fast. GPUs, mixed precision, 1000ms
01:28:14 Tensor Cores, timing the code, TF32 precision, 333ms
01:39:38 float16, gradient scalers, bfloat16, 300ms
01:48:15 torch.compile, Python overhead, kernel fusion, 130ms
02:00:18 flash attention, 96ms
02:06:54 nice/ugly numbers. vocab size 50257 → 50304, 93ms
02:14:55 SECTION 3: hyperpamaters, AdamW, gradient clipping
02:21:06 learning rate scheduler: warmup + cosine decay
02:26:21 batch size schedule, weight decay, FusedAdamW, 90ms
02:34:09 gradient accumulation
02:46:52 distributed data parallel (DDP)
03:10:21 datasets used in GPT-2, GPT-3, FineWeb (EDU)
03:23:10 validation data split, validation loss, sampling revive
03:28:23 evaluation: HellaSwag, starting the run
03:43:05 SECTION 4: results in the morning! GPT-2, GPT-3 repro
03:56:21 shoutout to llm.c, equivalent but faster code in raw C/CUDA
03:59:39 summary, phew, build-nanogpt github repo
Corrections:
I will post all errata and followups to the build-nanogpt GitHub repo (link above)
SuperThanks:
I experimentally enabled them on my channel yesterday. Totally optional and only use if rich. All revenue goes to to supporting my work in AI + Education.

Наука

Опубликовано:

 

29 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 777   
@carlosgermosen1103
@carlosgermosen1103 20 дней назад
Do not ever look at how long your videos are. Your content is perfect and you should keep explaining things step by step. You are doing a great job. I believe you will be remembered in history as one of the pillars of AI.
@pin65371
@pin65371 20 дней назад
I think one cool thing with videos like this is once Google implements their AI into youtube anyone will be able to watch this and just start asking questions. I've been learning a lot by watching videos like this and just copying parts of the transcript into ChatGPT to ask questions when I dont understand something.
@sohambit9393
@sohambit9393 20 дней назад
I was excited by how long it was instead 😂😂
@quackwilliams5933
@quackwilliams5933 20 дней назад
@@pin65371 jesus christ what a thought...and Andrej just starts talking back to you, answering your exact questions...
@barackobama4552
@barackobama4552 20 дней назад
@@pin65371 What other videos do you recommend that have helped you?
@xspydazx
@xspydazx 19 дней назад
Yes a great sharer of the important information and implementation. As well as to let you know it's in your hands to make your own before the internet is closed down or restricted in your areas or your cable gets cut !! Great work ❤
@Doggi2dog
@Doggi2dog 20 дней назад
My life is simple; Andrej drops GPT-2 The Movie, I watch.
@AndrejKarpathy
@AndrejKarpathy 20 дней назад
"GPT-2 The Movie" 😅
@DamianReloaded
@DamianReloaded 20 дней назад
The movie and the sequel. I had to force myself to stop watching after I realized an hour had passed.
@asatorftw
@asatorftw 20 дней назад
@@AndrejKarpathy The sequel "GPT The Movie" will be a old Hong Kong style "martial arts" movie about GPT getting beaten up by the Loss Function, then entering his training phase with Gradient Descent Sensei and the final showdown vs the big evaluation boss.
@georgiandanciu3482
@georgiandanciu3482 20 дней назад
You know you gotta bring the popcorn
@AbhigyanKeshav169
@AbhigyanKeshav169 19 дней назад
Andrej poster video on your biography​@@AndrejKarpathy
@kiw2535
@kiw2535 14 дней назад
It’s rare to find such high-quality, free resources that make complex topics accessible and engaging!
@xspydazx
@xspydazx 13 дней назад
i think you will find out that some people know that they wil be taking this technology away from the public ....... same as google glass .... as soon as america find out they cannot sread dissemination of knowledge they will cuts all internet cables !
@Handlebrake2
@Handlebrake2 12 дней назад
Jesus - that's some tip!
@bbcc2960
@bbcc2960 7 дней назад
@unclecode
@unclecode 7 дней назад
@@Handlebrake2 :)) Jesus - That's some 4hrs of brilliant content!
@mohamedalansary2542
@mohamedalansary2542 20 дней назад
The fact this video is free is incredible.
@manojr440
@manojr440 20 дней назад
Thanks for spreading the knowledge! Happy to see a 4hr workout session 😅
@AndrejKarpathy
@AndrejKarpathy 20 дней назад
:) Workout 🏋️‍♂️ is very much the right way to think about it imo!
@jeffrey5602
@jeffrey5602 19 дней назад
Heavy weight training
@MsLe2016
@MsLe2016 18 дней назад
more like a 3-day session to me, but I'm happy :)
@neilamrathod122
@neilamrathod122 19 дней назад
Sorry , i love your videos and what you doing for me. I couldn't attend Stanford or get into openai but learning from you is blessing to me.. i would pay you back 100times in coming years. And i was watching your git repository last two months, i could see many git code push in private ,but i was confused what he is working on.. this is he was working on. To provide quality pratical knowledge to us all on youtube.
@shutup1209
@shutup1209 19 дней назад
Hey, the webside for the GPT2 is down, is there anyway to dowload it ?
@neilamrathod122
@neilamrathod122 19 дней назад
Sorry i will have look up to it ..i will do today night will reply to you after that ​@@shutup1209
@DingLi-hw4ul
@DingLi-hw4ul 18 дней назад
hf​@@shutup1209
@hobbytan6841
@hobbytan6841 18 дней назад
@@shutup1209 you should follow the video and make it from scratch! 😀
@dinorossi6611
@dinorossi6611 17 дней назад
Those are generous tips :). I wanna learn basics so I can understand this first.
@zachyamaoka7916
@zachyamaoka7916 4 дня назад
Thanks Andrej! You have taught me everything I know about the theory and practice of neural networks, starting with CS231n till now. I love how you explain things starting with simple examples to build intuitions (template matching for CV, bigram/table look up for sequence modelling), and then build to state of the art. Your lessons have had a profound impact on my learning, and I can imagine there are 1000s of engineers out there just like me.
@charlesm835
@charlesm835 4 дня назад
You're a legend! Andrej will light up when he see's this 🤍
@C0D3633K
@C0D3633K 20 дней назад
Andrej is doing himself what OpenAi was supposed to do in the early days - make AI open. Thank you, Andrej!
@sabareesh_42
@sabareesh_42 20 дней назад
Thanks!
@anthonycho6344
@anthonycho6344 19 дней назад
My anterior mid-cingulate cortex is getting bigger just watching this video because it’s hard! Thank you for your lessons, master Kaparthy.
@waytolegacy
@waytolegacy 8 дней назад
This guy is "the one" in the industry, who has helped me understand the LLMs. I respectfully love this man. Hats off.
@unclecode
@unclecode 17 дней назад
Thanks! 4 hours of decoding a "Decoder-Transformer", Kudos and appreciate your existence in this field.
@user-oq7ju6vp7j
@user-oq7ju6vp7j 20 дней назад
It's such a privilege to watch high-quality content from leading experts for free
@biboyog
@biboyog 19 дней назад
true
@broccoli322
@broccoli322 19 дней назад
Perfect to watch while on a plane
@Ishaheennabi
@Ishaheennabi 19 дней назад
and then running gpt 2 on planes computer
@marcotuc-ilmarinaio924
@marcotuc-ilmarinaio924 16 дней назад
Thank you Andrej! from zero to hero boosted my professional career!
@JT-mr3db
@JT-mr3db 16 дней назад
The intellectual generosity of this man is of the highest standard.
@tanaysood
@tanaysood 19 дней назад
Thanks AK, appreciate you sharing your knowledge with the world!
@rainwang77
@rainwang77 19 дней назад
Hello Andrej, thank you so much for the sharing and effort! Really appreciate it!
@tothespace2122
@tothespace2122 19 дней назад
These kinds of videos is what the world needs more. Long form content with real time thinking. You see the master at his craft in real time. So much to learn from this!
@Khobalt664
@Khobalt664 7 дней назад
You are the Excalibur of cutting through the hype. Thank you so much. Your ethics are inspiring, and your educational materials priceless.
@frodo114
@frodo114 19 дней назад
Hi Andrej, just wanted to thank you. You are a truly inspiration. Thanks for all the effort you put in this videos and all the tremendous value they offer when being publicly spread
@SpenserFL
@SpenserFL 20 дней назад
Thanks very much Andrej! Your videos are real gifts to the whole world.
@niclaswustenbecker8902
@niclaswustenbecker8902 20 дней назад
I think your teaching projects may be the most impactful ever existed. First CS231n the course that inspired a generation of students to pursue Deep Learning, then micrograd and nanogpt that gives us the power to recreate billion dollar research for basically free. Not to mention that many companies like tiny grad and suno were inspired by your projects. Thanks for sharing your knowledge in such a clean and elegant way!
@generallifing
@generallifing 20 дней назад
We have one of the best people on the planet to walk you through it step by step (I haven't seen it yet, but I believe so). I am eager to learn this and want to master it. Thank you, thank you, and thank you very much!
@jstello
@jstello 19 дней назад
Haven't been this excited about a RU-vid video since makemore! Your videos are like an antidepressant. Such a joy to watch and follow and completely send contained. It's like having Mozart explain his art note by note
@somdubey5436
@somdubey5436 19 дней назад
The longer your videos are, the better it is for humanity. I think you are such a wonderful person and providing this stuff for everyone for free, can't thank you enough.
@qiuchenguo2788
@qiuchenguo2788 2 дня назад
Simply the best deep learning and LLM series online! Please keep making more videos and I'd love to be part of the journey!
@dylan_curious
@dylan_curious 20 дней назад
I like when you add comments/metaphors about your intuition for how and why it works. Thanks you.
@pxbroccoli
@pxbroccoli 6 дней назад
Checkout this man here, he got the best Ai news
@Ibbysz
@Ibbysz 20 дней назад
Andrej in a few years: Lets reproduce GPT-5 (124T)
@Alconno
@Alconno 19 дней назад
we can only hope
@Person-hb3dv
@Person-hb3dv 19 дней назад
and it's gonna cost 3$ to reproduce
@Katatonya
@Katatonya 17 дней назад
I wonder how long will it take for even GPT4 to be trainable on our own rigs. Nvidia said that in 8 years, computation will be reduced 350x times. (i.e. a gpu you will buy in 8 years, will be 350x better at training, if I understood correctly). Though is this enough? And 8 years is a loooong time in the present AI world.
@Person-hb3dv
@Person-hb3dv 17 дней назад
@@Katatonya I think it's going to happen even faster. with the current rate of advancements, in 8 years training something like GPT-4 locally would be trivial to say the least. but i'm just guessing. who knows what will happen.
@Katatonya
@Katatonya 17 дней назад
@@Person-hb3dv I think it purely depends on if the models will get much much more efficient and cheaper to run. They most likely will. Hardware-wise though, Nvidia didn't guess what will happen in 8 years, they know for sure as they have to plan in advance.
@rohollahhosseyni8564
@rohollahhosseyni8564 20 дней назад
I just watched your video about 'Let's Build GPT from Scratch' yesterday. You are a great teacher and clearly explain complicated concepts. Thanks!
@r0f115L4m
@r0f115L4m 20 дней назад
I’m so thankful and grateful that these videos are available to view for free. Thank you Andrej!
@StevenBBryantAuthor
@StevenBBryantAuthor 20 дней назад
I thoroughly appreciate how you continue to give back to the community. This helps raise the water level for everyone on the way to building mastery! Thank you!
@kazmi401
@kazmi401 11 дней назад
I found GPT4 Here!
@mikaelhatanpaa1190
@mikaelhatanpaa1190 20 дней назад
Thank you so much Andrej! It feels like Christmas when there is a new video popping up in your channel.
@HesitantOne
@HesitantOne 18 дней назад
Happy to know there is someone like you in the world. You are really helping and motivating us a lot who are interested in the field. Dont know what to say. Thank you very much Andrej!
@kevinyang3298
@kevinyang3298 19 дней назад
Andrej explains everything so clear, so logical and knows the "why" to every choice. You can't find a better tutorial than this. Brillant video!
@wvanginkel5572
@wvanginkel5572 11 дней назад
What an amazing video! Inspiring and so learningful. You (together with Jeremy Howard and Andrew Ng) are true gems for the AI community and master educators! Please keep the great videos coming and more than happy to pay!
@JC-ys2ch
@JC-ys2ch 19 дней назад
Super useful! Looking forward to any in-depth "anatomy" video on Mamba Architecture as well.
@user-bj2tz8qg6g
@user-bj2tz8qg6g 19 дней назад
Yeah, mamba would be interesting to see... I hope Andrej hears us
@jimmy21584
@jimmy21584 5 дней назад
These videos are the best resource on modern neural networks I’ve found. Based on earlier videos, I built my own GPT with PyTorch. Now I’m doing a bunch of big projects based on what I’ve learnt. Thank you!
@user-sz1iw4zi4y
@user-sz1iw4zi4y 16 дней назад
This is one of the best overviews I've seen not just on LLMs, but on the entire Deep Learning process. Thank you for going into so much detail, you're expertise really shows through your explanations. Would I watch another 4 hour video from you? Absolutely, any day!
@mdrzazga
@mdrzazga 20 дней назад
Thanks for all these videos Andrej!
@chenmarkson7413
@chenmarkson7413 18 дней назад
I am an undergraduate student. This is the lost lecture that professors never touched upon but absolutely crucial, thank you!! I especially love how you start from the basics for so many notions, and I really learned a lot.
@ppyogesh7394
@ppyogesh7394 16 дней назад
Which year in you are and which country
@chenmarkson7413
@chenmarkson7413 16 дней назад
@@ppyogesh7394 I am at the University of Toronto, going to the third year this September
@floriansuess9241
@floriansuess9241 18 дней назад
I've been anxiously anticipating this video ever since I saw a glimpse comment on GH about this project. So excited to see this finally - amazing work. Amazing.
@bycloudAI
@bycloudAI 20 дней назад
4hrs while being 4k quality is chef kiss
@roeniss
@roeniss 19 дней назад
you see 4k quality option? I don't see it :(
@mohammedjaddoa9783
@mohammedjaddoa9783 20 дней назад
your explanation is really amazing, please keep fulfilling the gap >>>> build things from scratch
@souravzzz
@souravzzz 18 дней назад
🤗What an absolutely fantastic explanation! Every minute is filled with nuggets of deep insights!
@jinfang8273
@jinfang8273 12 дней назад
Appreciate all the subtopics you selected for this video! I can tell every little detail come from knowledge from a higher level :)
@robbyrne2
@robbyrne2 19 дней назад
Amazing to get this kind of distributed training setup explained and coded step by step. Appreciate your videos very much Andrej
@Themojii
@Themojii 17 дней назад
I've learned a lot from your Neural Network video playlist. Thank you
@user-mj2lm5fh1j
@user-mj2lm5fh1j 20 дней назад
I was about to implement the GPT2 starting today but had no idea where to start. This video is made for me. Thank you so much 🙌
@rachadlakis1
@rachadlakis1 19 дней назад
What an incredible journey you've shared in reproducing the GPT-2 (124M) from scratch! Your dedication and attention to detail are truly inspiring. Thank you for taking us through the entire process with such clarity and enthusiasm. Your commitment to sharing knowledge and resources is invaluable. Keep up the amazing work! 🌟
@realhuman2545
@realhuman2545 5 дней назад
Least AI-generated comment
@zendr0
@zendr0 19 дней назад
Huge respect for Andrej🤗. Sharing knowledge for free is incredible.
@TanYoutube-hq5fv
@TanYoutube-hq5fv 15 дней назад
Thank Andrej for doing this work! I learn so much from your series that eases the path I may not started otherwise!
@AIForHumansShow
@AIForHumansShow 19 дней назад
So thrilled to have you making stuff on here. It's the best version of what RU-vid can be.
@andreyashgaliev9372
@andreyashgaliev9372 18 дней назад
Currently, I'm just watching your videos. They makes me calm and happy. Hope to continue studying later this year.
@vincentc1784
@vincentc1784 14 дней назад
Andrej you are doing so much for the community! Really want to express my gratitude here.
@forrestye2194
@forrestye2194 15 дней назад
Finally, finished watching such a long video. Thank Andrej for sharing so many details of your knowledge. Like your teaching style so much since Tesla AI day. You are the best AI teacher!
@nothing_is_real_0000
@nothing_is_real_0000 20 дней назад
@Andrej Karpathy, Awesome! You don't know how much this means to so many people around world! Thank you so much! You are our hero!
@smitshukla6077
@smitshukla6077 20 дней назад
As a student, you have been my biggest inspiration and the best mentor in the field of NLP and Computer vision. Will forever be grateful!
@africanbuffalo
@africanbuffalo День назад
Thank you Andre for all these amazing in-depth, high quality tutorials!!!
@ManuelAlbarracin-sn3dp
@ManuelAlbarracin-sn3dp 18 дней назад
Truly amazing. Many thanks for the generosity with which you share your deep knowledge. I personally struggle following the code with its many details and idiosyncracies, but the "high-level intuition" comes across perfectly and it's deeply satisfying to get a glimpse of the nature of a technology that seems "indistinguishable from magic". Bravo Andrej.
@riochuong105
@riochuong105 20 дней назад
legend !!! all I can do is buy you a thank to show my appreciation. your videos changes the way I learn deep learning
@anandteerthrparvatikar5359
@anandteerthrparvatikar5359 19 дней назад
You are doing great job and teaching which many top 50 universities combined couldn't manage in years
@von.changfeng
@von.changfeng 15 дней назад
Andrej, your channel is a gem, please keep teaching us like this. Thank you a lot!
@EpicGamer-ux1tu
@EpicGamer-ux1tu 17 дней назад
I love you andrej, this video is incredibly useful, because you show many many different parts of the model training phase in high quality and explain everything really well. Personally I've learned so much from just the first half of the video. Thank you so much and be well ❤
@XyonXN
@XyonXN 19 дней назад
I can't believe we have access to this content for free from one of the brightest minds in the field! What a privilege; thanks, Andrej.
@tijm6140
@tijm6140 18 дней назад
Thanks for the video. I like your intuition for weight decay. Since the decay is proportional to the value, it encourages the contributions to the residual stream to be spread over more neurons.
@noumbissistael1470
@noumbissistael1470 20 дней назад
That's crazy I've been waiting for a new video of yours for a while so when I see this I'm just excited I'll learn again a lot 😁
@johnini
@johnini 19 дней назад
Thanks to your previous videos, I watched this one at 1.5x speed. During the nearly 3-hour runtime, I found myself clapping alone in my room and even crying because of how amazing this content is! We are so lucky to have your next-level expertise captured in a RU-vid video!
@aliyovic10
@aliyovic10 19 дней назад
You made me a bit emotional, knowing how much impact your videos will have for some people who will use this knowledge to make a living and improve their lives and the lives of those around them...Thank you!
@varunjain8981
@varunjain8981 19 дней назад
Thanks from the bottom of my heart. It is amazing to see such a high quality content.
@raunavghosh7556
@raunavghosh7556 16 дней назад
This is gold 🔥. Even if not for the implementation of the GPT2 model, this is an excellent way to show how to build a large project from scratch step by step without going for the big stuff right away. This is seriously amazing stuff. Also a very good glimpse of how to scale neural network training. Just fantastic.
@bmatichuk
@bmatichuk 18 дней назад
Your guidance is inspiring.
@bald_agent_smith
@bald_agent_smith 19 дней назад
That's just a ton of insights and tips for anyone who getting into LLMs.Thank you for your work Andrej!
@saurabhchalke
@saurabhchalke 12 дней назад
Thank you ser, this is priceless. Felt sad that it had to end at some point. Please cover more topics like mech interp, fine-tuning, mixture models, etc.
@denisroghelia
@denisroghelia 20 дней назад
Thanks Andrej, your upload always gives me some motivation to study and understand these topics properly, in addition you have very amazing mentor skills, it's always a pleasure to see a new Andrej Karpathy upload, I appreciate all these lectures, thank you very much for all of them.
@Bbb78651
@Bbb78651 17 дней назад
How the HECK was I not already subscribed? Thank you SO MUCH for making this beast of a video. I can't wait to follow along and take it forward.
@mdeasy
@mdeasy 20 дней назад
Andrej man, thank you, really appreciate you gifting this to the world. Great content and presentation!!!
@ExploringandCoding
@ExploringandCoding 20 дней назад
Videos like these is the reason, I am here at YT and rarely leave comment Thanks Andrej for this! Massive respect.
@chuckchen
@chuckchen 18 дней назад
Another epic tutorial to build models from scratch. Thank you, Andrey!
@taido4883
@taido4883 3 дня назад
Thanks Andrej for the incredible video. Actually all your videos are incredible. I have learnt a ton!!!
@OMKAR-MN
@OMKAR-MN 13 дней назад
The world needs more people like you, Andrej! Thank you for everything!!
@satyamgupta3456
@satyamgupta3456 10 дней назад
Thanks for making such a quality-content available to the every corners of the world!!!
@SLAM2977
@SLAM2977 20 дней назад
Andrej releasing such unique super high quality content and for free, I am speechless.
@lorenzoleongutierrez7927
@lorenzoleongutierrez7927 19 дней назад
Simply I can't believe how generous this man is...saludos gran Andrej !, you are the best human being of your generation. !
@fslurrehman
@fslurrehman 18 дней назад
I was checking the repo a day ago to understand it and now I saw this help. Thanks. ❤
@Jonathan-ru9zl
@Jonathan-ru9zl 13 дней назад
We are living in great times, where geniuses like Karpathy offers their invaluable knowledge for free, and people are rewarding him with the sum of money they can afford 🎉
@Ant3_14
@Ant3_14 3 дня назад
I finished semester, now finally I can sit and watch it with all my attention and work on that masterpiece. Thank you Andrej!
@akarshrastogi3682
@akarshrastogi3682 7 дней назад
Never stop. Keep publishing videos like these please. What a delight.
@Alex-qz4nk
@Alex-qz4nk 20 дней назад
That’s cool how Andrej explains right after releasing code
@amitabhachakraborty497
@amitabhachakraborty497 19 дней назад
Learning from you is blessings to me. Thank you sir. Please upload such contents more.
@labrook
@labrook 8 дней назад
Thanks Andrej for all these amazing videos! Learned a ton and can't thank you enough!
@orrimoch5226
@orrimoch5226 17 дней назад
Andrej Karpathy, so much passion! Great job! We love it!
@muhammadumarwaseem
@muhammadumarwaseem 19 дней назад
You sir are a living legend. Thanks for the free and most of all, such valuable content.
@IgorTsvetkov
@IgorTsvetkov 3 дня назад
Thanks for your Zero-to-hero series!
@NeuroScientician
@NeuroScientician 20 дней назад
Thank You, I really like your content and style. Please, keep them coming.
@aletarg
@aletarg 20 дней назад
Congrats! you really are an excellent educator, we need more people in tech like you! thanks you very much...
@hengry2
@hengry2 20 дней назад
You are the reason I got interested in neural networks, thank you for being a great teacher.
@veluvishwa6915
@veluvishwa6915 20 дней назад
Hii bro, can i get roadmap for ML an deep learning please
@chaidaro
@chaidaro 20 дней назад
When I see this video, I know I need to make time for this. There is a huge difference between watching someone work out and workout by myself !
@therobotocracy
@therobotocracy 19 дней назад
So amazing that you do this, it’s inspiring to see greatness in the world man! Appreciate you!
@adriablancafort
@adriablancafort 20 дней назад
Another awesome piece! Thank you so much for your contributions!
Далее
[1hr Talk] Intro to Large Language Models
59:48
Просмотров 2 млн
I Made a Neural Network with just Redstone!
17:23
Просмотров 666 тыс.
Let's build GPT: from scratch, in code, spelled out.
1:56:20
I Played Fabiano Caruana
12:03
Просмотров 218 тыс.
The Most Important Algorithm in Machine Learning
40:08
Просмотров 293 тыс.
SSD с кулером и скоростью 1 ГБ/с
0:47