Deep Learning Basics: Introduction and Overview

  Рет қаралды 2,299,272

Lex Fridman

Lex Fridman

Күн бұрын

An introductory lecture for MIT course 6.S094 on the basics of deep learning including a few key ideas, subfields, and the big picture of why neural networks have inspired and energized an entire new generation of researchers. For more lecture videos on deep learning, reinforcement learning (RL), artificial intelligence (AI & AGI), and podcast conversations, visit our website or follow TensorFlow code tutorials on our GitHub repo.
INFO:
Website: deeplearning.mit.edu
GitHub: github.com/lexfridman/mit-dee...
Slides: bit.ly/deep-learning-basics-sl...
Playlist: bit.ly/deep-learning-playlist
Blog post: / tke476jw2t
OUTLINE:
0:00 - Introduction
0:53 - Deep learning in one slide
4:55 - History of ideas and tools
9:43 - Simple example in TensorFlow
11:36 - TensorFlow in one slide
13:32 - Deep learning is representation learning
16:02 - Why deep learning (and why not)
22:00 - Challenges for supervised learning
38:27 - Key low-level concepts
46:15 - Higher-level methods
1:06:00 - Toward artificial general intelligence
CONNECT:
- If you enjoyed this video, please subscribe to this channel.
- Twitter: / lexfridman
- LinkedIn: / lexfridman
- Facebook: / lexfridman
- Instagram: / lexfridman

Пікірлер: 874
@lexfridman
@lexfridman 5 жыл бұрын
First lecture in the 2019 deep learning series! It's humbling to have the opportunity to teach at MIT and exciting to be part of the AI community. Thank you all for the support and great discussions over the past few years. It's been an amazing ride.
@sonjoydas7911
@sonjoydas7911 5 жыл бұрын
You are Awesome, sir!
@TK-ke3nv
@TK-ke3nv 5 жыл бұрын
I was waiting for it 😬🤗
@colouredlaundry1165
@colouredlaundry1165 5 жыл бұрын
Go Go Lex!!! This is Awesome! Best way to start this year
@theaichannel242
@theaichannel242 5 жыл бұрын
This is the best AI talk I have seen, I’m looking forward to developing my skills. I have so many ideas to tackle some of the harder questions and some issues I’ve noticed in training models and data gathering which I think are currently flawed.
@lexfridman
@lexfridman 5 жыл бұрын
@Mohit Sharma We're releasing tutorials on our GitHub repo: github.com/lexfridman/mit-deep-learning
@shadowcoder887
@shadowcoder887 Жыл бұрын
3 years later..he never would have guessed he would be best buds with Joe Rogan, David Goggins and interview Ye and others. Crazy
@sandigoletic7204
@sandigoletic7204 Жыл бұрын
shows you if you're disciplined, a real human with a heart, and grind will get you to your goals. I am too dumb for this video.
@49erman2
@49erman2 Жыл бұрын
For reals!
@justinking5964
@justinking5964 Жыл бұрын
Can AI be used in predicting lottery pick3. I have a whole unique method that needs deep learning aid.
@justinking5964
@justinking5964 Жыл бұрын
@@dyfrigshandy Thanks though don't konw what it is.I have been researched it for a decade.I wanna share with people with the same hobby.
@aurelianspodarec2629
@aurelianspodarec2629 Жыл бұрын
@@sandigoletic7204 And still scared to post interview with Andrew Tate : d
@abrar4466
@abrar4466 3 жыл бұрын
I slept listening to you this morning and saw my mom reading deep learning books in my dream.
@webdev8284
@webdev8284 3 жыл бұрын
Lmfaoooo 😂😂
@yasinsharif3928
@yasinsharif3928 3 жыл бұрын
Your unconscious is telling you to learn
@crbradbury8282
@crbradbury8282 2 жыл бұрын
TMI. Abit TooTMI
@axea4554
@axea4554 2 жыл бұрын
Whoa
@danielg3924
@danielg3924 2 жыл бұрын
This means the genes on your mother's side are pushing you to learn, improve, overcome. She is saying "you, my son, are the future of intelligence in the universe... for good... or for ill" [ominous music intensifies]
@maceovikasmr569
@maceovikasmr569 5 жыл бұрын
When she says “go deeper” but you’re all out of PowerPoint slides
@weiwang611
@weiwang611 4 жыл бұрын
So true
@miladsayad2935
@miladsayad2935 4 жыл бұрын
You Made my Day!
@onetwo3411
@onetwo3411 3 жыл бұрын
@@Adriano70911 stfu
@weouthere6902
@weouthere6902 3 жыл бұрын
@@Adriano70911 stfu
@ab1577
@ab1577 3 жыл бұрын
😜
@BruceW779
@BruceW779 8 ай бұрын
This might be 4 years old but it is still incredibly helpful in understanding the current state of ML and ANN. Thank you Lex.
@franktfrisby
@franktfrisby 4 жыл бұрын
I really admire the work that Lex is doing both at MIT and his podcast!
@mkballer4502
@mkballer4502 Жыл бұрын
then you are a dummy
@zoltanterek4392
@zoltanterek4392 5 ай бұрын
then you are a clown@@mkballer4502
@b1ueberrycheesecake
@b1ueberrycheesecake 4 жыл бұрын
0:48 Deep Learning Basics Summary 5:00 Visualization of 3% of the neurons and 0.001% of the synapses in the brain 6:26 History of Deep Learning Ideas and Milestones 9:13 History of DL Tools 11:36 TensorFlow in One Slide 13:32 Deep Learning is Representation Learning 16:05 Why Deep Learning? Scalable Machine Learning 17:10 Gartner Hype Cycle 18:18 Why Not Deep Learning? 21:59 Challenges of Deep Learning 29:20 Deep Learning from Human and Machine 30:00 Data Augmentation 31:36 Deep Learning: Training and Testing 32:10 How Neural Network Learn: Backpropagation 32:28 Regression vs Classification 32:54 Multi Class vs. Multi Label 33:13 What can we do with Deep Learning? 33:45 Neuron: Biological Inspiration for computation 34:14 Biological and Artificial Neural Networks + Biological Inspiration for Computation 35:55 Neuron: Forward Pass 36:40 Combining Neurons in Hidden Layers: The "Emergent" Power to Approximate 37:37 Neural Networks are Parallelism 38:00 Compute Hardware 38:27 Activation Functions 39:00 Backpropogation 40:07 Learning is an Optimization Problem 41:34 Overfitting and Regularization 42:58 Regularization: Early Stoppage 44:04 Normalization 44:32 Convolutional Neural Networks: Image Classification 47:52 Object Detection/ Localization 50:03 Semantic Segmentation 51:27 Transfer Learning 52:27 Autoencoders 55:05 Generative Adversarial Networks (GANs) 57:03 Word Embeddings (Word2Vec) 58:58 Recurrent Neural Networks 59:49 Long Short-Term Memory (LSTM) Networks: Pick what to forget and what to remember 1:00:15 Bidirectional RNN 1:00:50 Encoder Decoder Architechture 1:01:38 Attention 1:02:10 AutoML and Neural Architecture Search (NASNet) 1:04:40 Deep Reinforcement Learning 1:06:00: Toward Artificial General Intelligence
@TheBlundert4ker
@TheBlundert4ker 4 жыл бұрын
Thank you
@flatcurve6465
@flatcurve6465 3 жыл бұрын
You're doing gods work
@LadyCoyKoi
@LadyCoyKoi 3 жыл бұрын
You are awesome... May many great things go into your life.
@720cinema8
@720cinema8 3 жыл бұрын
This was quite nice to take time so we could save some :). A selfless creature, indeed!
@maximilianobue7460
@maximilianobue7460 3 жыл бұрын
Oliver Woods no, his friend is, however he is allowed to read his slides and present the lecture as he holds a degree in the liberal arts
@eni4ever
@eni4ever 5 жыл бұрын
Amazing talk! Thank you, Lex! What an exciting time to be alive...
@eshwarprasad2541
@eshwarprasad2541 5 жыл бұрын
Thank you so much Lex. This will help us a lot. This will help the students, who cant afford paid online courses and none in the neighbourhood can teach.
@heyitsbruno
@heyitsbruno 11 ай бұрын
Watching this on 2023, after the advancements of generative pretrained models, is mind-blowing. Things advanced so much in 4 years.
@ArseniyCat
@ArseniyCat Жыл бұрын
Thank you for your honesty, Dr Fridman. Brilliant and thought -provoking to those who can ask questions to answer.
@Rahul-tg9gj
@Rahul-tg9gj 5 жыл бұрын
Superb lecture. The guy speaks as if he sell dreams.Great confidence and knowledge
@BenjaminGolding
@BenjaminGolding 4 жыл бұрын
This is a great rundown of the general DL basics. Really good lecture
@alexiscao8749
@alexiscao8749 4 жыл бұрын
I have never heard a technical course so poetic!
@pwnangel12
@pwnangel12 5 жыл бұрын
Thank you for being such an amazing source of information and learning.
@ZaneMcFate
@ZaneMcFate 4 жыл бұрын
This is an extremely useful resource; thank you for sharing this!
@leunglicken2680
@leunglicken2680 10 ай бұрын
I have attempted to meditate many times in my life and prior to this CD the only success I've experienced is with live guided meditation. kzbin.infoUgkxzpa8CIfZcihW4Z0F_ja0QF3W9KIatrsq This is the first CD I've used that cuts through my unmedicated ADHD and enables me to truly relax and experience a quiet and energizing interval. The instructors voice is very soothing and pleasant to listen to. I am easily able to sit successfully through the entire CD, and for quite some time after. I cannot adequately express how tremendously helpful this CD has been on my spiritual journey!! Two thumbs up and 10 stars!
@matthewwalsh7813
@matthewwalsh7813 3 жыл бұрын
This lecture is awesome and really inspiring. I've been a fan now for years now Lex, and I'm really happy to see your success. I just wanted to point out that I believe your analysis of "One Shot Learning" re: human bipedal locomotion might be a little off base. The learning and development process that leads to bipedalism is characterized by a list of precursors like crawling, sitting up, and standing up. This process takes usually between 1 and 2 years. This time (and the hundreds if not thousands of reps that come with it) is needed to build from the ground up both the requisite muscular strength and the requisite neural pathways for these coordinations to be possible. The process can be accelerated through coordination-specific training on the part of the parents (which occurs quite often). Errors that occur in this process lead to hardcore biomechanical problems down the road (e.g. requiring knee replacement at 55) Bipedalism is pretty complex, and is way harder than quadrupedalism, which would fall more in the scope of your one shot learning claim.
@lesschinskee
@lesschinskee Жыл бұрын
Loved your post. Let your child crawl to build their core strength before you worry that they aren’t standing yet. Putting diapers/nappies on a crawling child is similar to hobbling a horse. Think about it. The longer they crawl the better they will be able to walk. Obviously to let them crawl longer and without a massive chunk of material forcing misaligned muscular development is a huge inconvenience to the care giver. Prioritise your goals.
@Rivali0us
@Rivali0us 5 жыл бұрын
Thank you Lex for all your contribution and for sharing so much on KZbin. My life would not be the same with our you podcast series
@souravsahoo1582
@souravsahoo1582 3 жыл бұрын
You know what lex will revolutionize the world..a great scientist and a fluent speaker,it always a pleasure to listen lex😍😍
@MrQasqyr
@MrQasqyr 5 жыл бұрын
Thank you so much, Mr. Lex Fridman, for contribution and sharing your lectures!
@PrathapRinKochi
@PrathapRinKochi Жыл бұрын
Lex,you are amazing as a lecturer and a finer example of a loving human. Your voice is so deep assertive and clear to the audience You're handsome with good attitude ,body language and can easily connect with people. I pray God bless you and family with blessings because we need you.Congrats man.
@ahmsokhbu4913
@ahmsokhbu4913 Жыл бұрын
Dope lecture. Good coverage. I love the hidden point that performance depends on smaller batch sizes, which means higher sample rates (to me), Data is capital.
@idanwekhai
@idanwekhai 5 жыл бұрын
I have school exams to read for.. but this video is more exciting to watch
@efleishermedia
@efleishermedia 9 ай бұрын
This is amazing Lex! Superb FREE content so the cat and let curiosity kill it, over and over again, loving every secret
@tommyhuffman7499
@tommyhuffman7499 Жыл бұрын
Been a fan of your podcast for a while. Really puts you in a while new light to see you yeah. You really seem in your element teaching!
@samhvidberg5612
@samhvidberg5612 Жыл бұрын
It’s super helpful to know how AI systems work, even though I don’t work in tech. It also helps me feel relieved to know that AI is still very far from becoming sentient. I didn’t realise just how amazing the human brain is in comparison.
@SquidElvis
@SquidElvis 2 жыл бұрын
So talented, this guy should make his own podcast
@akkp5810
@akkp5810 Жыл бұрын
Great explanation. This is the first lecture in which I am able to understand very easily. The way of explaining is mesmerizing.
@danielsoares2479
@danielsoares2479 5 жыл бұрын
What's a clear explanation! That is a real professor!
@fusuyreds1236
@fusuyreds1236 11 ай бұрын
Electrical and computer engineering student here who's doing Jiu Jitsu as well. You can imagine how big a fan I am of Lex. So cool to see him actually going into the technicalities of his work.
@yash_renaissance_athlete
@yash_renaissance_athlete 10 ай бұрын
Same here lol
@wrestlingscience
@wrestlingscience 9 ай бұрын
He’s just like me fr! Headass
@basil9633
@basil9633 6 ай бұрын
Real
@aland8269
@aland8269 5 ай бұрын
@@wrestlingscience deadass no cap
@grizzledwarveteran2321
@grizzledwarveteran2321 Ай бұрын
@@wrestlingsciencelol
@Saed7630
@Saed7630 5 жыл бұрын
Clean, clear and realistic lecture!
@oknoobcom
@oknoobcom 5 жыл бұрын
Great resource Lex. Thank you for sharing. Keep them coming :)
@muhammedpektas7169
@muhammedpektas7169 5 жыл бұрын
Thanks lex for your sharing. So I can follow this training from Turkey. I wish you success. Good Work.
@yusuft.3587
@yusuft.3587 3 жыл бұрын
Me too
@tahau8282
@tahau8282 3 жыл бұрын
Adamsın reis
@sukhikgr
@sukhikgr 3 жыл бұрын
Such a dense intro. Love this
@ofviv
@ofviv Жыл бұрын
I don't exactly know why, but I am so proud of him. Both as a human and as a person who still puts efforts to not let knowledge become the source of cynicism. There's something about not giving up on love and other intellectually ridiculed concepts such as kindness. There's something pure about it. And for that purity, I am so proud of him.
@PerceptiveAnarchist
@PerceptiveAnarchist Жыл бұрын
Great video, thanks for this Lex
@rfernand2
@rfernand2 5 жыл бұрын
A tour de force in the selection, organization, and presentation of an overview of Deep Learning. I really enjoyed it - thanks for doing this and making it freely available to everyone!
@spirit6221
@spirit6221 Жыл бұрын
Good to see you teach..a teacher who is a continuous learner
@wthxrsh
@wthxrsh Жыл бұрын
every content you put is a gem Lex!
@michaeld.thomas5049
@michaeld.thomas5049 4 жыл бұрын
Thank you so much, Mr. Lex Fridman, for contribution and sharing your lectures! Great resource Lex. Thank you for sharing. Keep them coming :)
@dennishuang3498
@dennishuang3498 5 жыл бұрын
Lex is a really admirable professor applying academy to solve real world problems through engineering ways. Kudos!
@AP-bo1if
@AP-bo1if 4 жыл бұрын
like pretty much all engineers? LOL
@Dadaadad268
@Dadaadad268 Жыл бұрын
He can’t speak properly
@dagreatcow
@dagreatcow Жыл бұрын
@@Dadaadad268 I think we can
@biesman5
@biesman5 Жыл бұрын
He isn't a professor
@thegoodplace1234
@thegoodplace1234 10 ай бұрын
He is not a professor.
@78Gdam
@78Gdam Жыл бұрын
I've been listening to Lex's podcast for a while, this is the first time I have audited one of his courses. I think he is starting to remind me of the Carl Sagan of our age.
@AlbertBrucelee
@AlbertBrucelee 4 жыл бұрын
thank you so much Lex! We from all over the world who can't afford to go to MIT, can get the same what your students learn!
@Ekn28
@Ekn28 Жыл бұрын
It's pretty amazing to see how excited "nervous'' he is to do this lecture, just as much as most of us are to learn this topic. :D
@SriNiVi
@SriNiVi 4 жыл бұрын
One of the most precise lectures since my Engineering school times. Would love to hear more from you.
@saadiaelhalleh1738
@saadiaelhalleh1738 9 ай бұрын
wow!
@mahz-yd8el
@mahz-yd8el 4 жыл бұрын
Thanks a lot, Lex, for sharing this series video
@usuyaktom3069
@usuyaktom3069 5 жыл бұрын
I'm so excited to join this class!
@shaoboliu
@shaoboliu 4 жыл бұрын
Hi Lex, Thank you for this amazing video!
@jehriko7525
@jehriko7525 7 ай бұрын
Lex Friedman has become an inspiration to me greatly
@bklanyon176
@bklanyon176 4 жыл бұрын
Thank you! This is gonna be great.
@KISHORENEDUMARAN
@KISHORENEDUMARAN 3 жыл бұрын
"All kinds of problems are now in digital form" man, that was deep!
@jmchil4887
@jmchil4887 Жыл бұрын
lex is the best sad i never had a teacher like him
@nafiumahmoud1265
@nafiumahmoud1265 Жыл бұрын
Thanks Mr. Alex for your piece
@hearstzhang3881
@hearstzhang3881 4 жыл бұрын
Thanks for sharing. My daughter is the frenchwoman in MIT, majoring Computational and System Biology.
@Flameandfireclan
@Flameandfireclan 2 жыл бұрын
I would pay this man $$$$ just to keep pumping out lectures weekly
@zhbw315
@zhbw315 5 жыл бұрын
it's awsome to know the evolution and new skills of deep learning in this course!
@IfadArdinx
@IfadArdinx Жыл бұрын
This lecturer has a good voice. He should start a podcast or something
@aldocamargo3357
@aldocamargo3357 5 жыл бұрын
Thanks a lot for sharing such a good and well done material
@arminthaller7284
@arminthaller7284 Жыл бұрын
I am very fond ot the interviews in your podcast. Born 1961 I started my academic career studying computer science.I was one of those guys who chose the subject, because I could perform well above average with little effort. Now I am a lowly catholic priest still interested in all kind of science. Had I stayed in the computing business, I would have specialized in data modeling, data mining and data visualization. The lesson raised some philosophical questions with with practical consequences what I would like to research in your line of work. 1. The philosophical issue raises with the very definition of an information bit representing an yes/no answer to a given question. The most important thing in the whole computation/data business is to select the right questions and a well enough working way to answer them. I think it weren't Biil Gates abilities as a programmer which made him successful, but the set of questions he wanted to provide solutions. This is where I draw the line separating human intelligence from artificial intelligence. Human intelligence is about selecting the right questions. Once that is done and there is some relation to computable empirical data, I think AI will outperform human efforts as it develops. I always expected AI to become superior in games like chess or poker, because those games are inherently digital, based on a restricted set of predefined questions. (i.e. Is there a white queen on square e1?') Training an AI somehow expands the limits I assumed as given The training of an AI creates a layer of abstraction, something I previosly saw as purely human. 2. If I would research AI I would try to visualize that abstractions. I would implement functions like: 'Draw many different cats' if the AI is trained to recognize cats or 'Draw many different pictures similar to cats and equally similar to dogs. Then I would try to understand what the AI perceives as cat-like and if there is a better recognition when repeating the learning with the AI-generated examples. Has someone already tried this strategy? Did it work? 3. I am a fan of Gregory Batesons theory of 'binocular learning'. So, when researching autonomous driving I would experimentally use two cams with two AIs interacting like the two sides of a human brain and try evaluate if I implemented something to generate the added knowledge Bateson describes as result of comparing different descriptions of the same. If successfuly generating Bateson's additional value I would try to understand, if there is a general difference between humans and AIs when generating deeper understanding by using that method probably based on Bateson's levels of learning. Has anyone done research like this? What were the results? I guess, using multiple input-devices (i.e stereoscopic cameras or combining different electro-manetic wavelength cameras) will greatly improve the reliability of AI's results, while using multiple interconnected AIs will mainly improve the researcher's theoretical understanding by 'listening' to AIs 'discussing' their abstractions. If answering my questions don't go far beyond 'yes' or 'no' because I never invested any time to understand neuronal networks or AI.
@Tharushi_SM
@Tharushi_SM 7 ай бұрын
Honestly, thanks a lot for this professor.
@jonatan01i
@jonatan01i 4 жыл бұрын
Waiting for the lecture held today. :)
@robiulislamuu
@robiulislamuu Жыл бұрын
Thank you Lex for making the outstanding lecture. Hats off!
@devilisahomo
@devilisahomo 4 жыл бұрын
"welcome everyone to 2019, it's really good to see everybody here" Time travellers?
@diegothaumaturgo
@diegothaumaturgo 4 жыл бұрын
HAHAHA good point.
@LadyCoyKoi
@LadyCoyKoi 3 жыл бұрын
I'm going to say "Welcome everyone to 2021... you survived Covid-19 and Trumps' incompetency."
@devilisahomo
@devilisahomo 3 жыл бұрын
@@LadyCoyKoi Trump saved America. God bless Trump
@c1dv1c1ous
@c1dv1c1ous 3 жыл бұрын
We're all time travelers. I've never met anyone stranded to one moment in time.
@ciarfah
@ciarfah 3 жыл бұрын
@@c1dv1c1ous You've never been to one of my lectures then
@tiago.ramos.
@tiago.ramos. 2 жыл бұрын
The best part was the honesty, on possible secundary effects that Deep Learning might do... none the less, we should definetely go ahead with Artificial Intelegence, never forgeting that C language is always there if we need to take a step back :)
@Lee-xb7lb
@Lee-xb7lb 5 жыл бұрын
Thank you for sharing this on KZbin. This is what gives me hope in todays world. The walls that surround knowledge are coming down. Go team PEOPLE.
@vdmur7952
@vdmur7952 3 жыл бұрын
100%
@rbmadgunner
@rbmadgunner Ай бұрын
Like the berlin wall fell, the wall for knowledge must fall..
@marzoukizelarab2963
@marzoukizelarab2963 5 жыл бұрын
Thank you so much for contribution and sharing your lectures
@vankoutedar
@vankoutedar Жыл бұрын
this is a very interesting lecture, thank you so much for making it available to a wider audience. are the other lectures of the series also available online?
@TechGoodies637
@TechGoodies637 Жыл бұрын
Love your work Lex.
@DanielEvitt
@DanielEvitt 5 жыл бұрын
Greetings from Australia. Amazing class. Take care and thank you.
@peacock8730
@peacock8730 4 жыл бұрын
A great introduction lecture! Full of “fruit”, I learned a lot in just a hour. Thanks a lot for sharing!
@dezziepierce4769
@dezziepierce4769 3 жыл бұрын
Loyalty's
@dezziepierce4769
@dezziepierce4769 3 жыл бұрын
Business
@Marendra-Nodi
@Marendra-Nodi 3 жыл бұрын
@@dezziepierce4769 ??
@coop4476
@coop4476 2 жыл бұрын
Curious to know what you learned from this
@randomaccessfemale
@randomaccessfemale Жыл бұрын
@@coop4476 And how. That's what we want to find out.
@PhoebusG
@PhoebusG 5 жыл бұрын
You sir rock, great lecture. Thanks for sharing!
@scentilatingone2148
@scentilatingone2148 3 жыл бұрын
It's cool to see you in your element Lex!
@Mrfunkysheep
@Mrfunkysheep Жыл бұрын
The way you said course 6.S094 make you sound like a awesome robot professor Lex!
@ahern9054
@ahern9054 4 жыл бұрын
Great introduction. Thank you very much for sharing it. The timing was perfect! I am writing a paper on deep learning.
@carvalhoribeiro
@carvalhoribeiro 5 жыл бұрын
Thank you so much for it
@josephbrocato6693
@josephbrocato6693 Ай бұрын
Lex Fridman is absolutely fucking winner. Winner doing winner things. Is there a human being on earth who doesn’t like the guy? What an awesome blessing of a human being. We need more
@madmen1986
@madmen1986 Ай бұрын
facts
@maxonwax6172
@maxonwax6172 5 сағат бұрын
Sam Hyde dont like Fridman and he somehow right.
@jeanpierrepny
@jeanpierrepny 3 жыл бұрын
Lex, thank you. You are a legend.
@oyupanquiunalm
@oyupanquiunalm 2 жыл бұрын
Awesome presentation! Thank you very much for sharing it.
@MultiMediumArts
@MultiMediumArts 26 күн бұрын
I had no idea that you are/were a professor, and a great one at that.. thanks for sharing this video
@toastersman217
@toastersman217 2 жыл бұрын
This guy should starts a podcast. I am sure it would be popular.
@rickharold69
@rickharold69 5 жыл бұрын
Awesome, Thanks! Can't get enough.
@garry137
@garry137 4 жыл бұрын
Great lecture! Thank you. 👍
@brotherlui5956
@brotherlui5956 5 жыл бұрын
imho the best lecture to watch in january 2019
@WillProwse
@WillProwse 5 жыл бұрын
Agreed
@ahmsokhbu4913
@ahmsokhbu4913 Жыл бұрын
Beginner > Hazard > Expert Love it!
@UsernameNULL755
@UsernameNULL755 3 жыл бұрын
unbelievable how cool this guy is.
@arsh2489
@arsh2489 3 ай бұрын
Important Elements 9:58 Simple Python Neural Network Classification Number Model --> 87% Accuracy Step 1: Import Necessary Libraries (TensorFlow) Step 2: Import data set for model Step 3: Layers of neural network classification algorithm (drawed number --> classified Number) --> Use tensor flow for running data through NN Algorithm (hidden layer, input layer, output layer) Step 4: Train data using Algorithm using epochs (number of simulations data runs through neural network algorithm to increase accuracy of NN model, model.fit) Step 5: Evaluate model after trained (display test accuracy of trained data) Step 6: Actually using algorithm to predict what is in image (In this case what number the user wrote) 16:02 Ability to Remove Input of Human Experts: * Closer examination of Raw data without human extraction * Doesn't Require human step before classification 22:02 Supervised Learning: 31:35
@FazeelUsmani
@FazeelUsmani 4 жыл бұрын
I love your teaching style, @Alex Fridman
@bilgecimen4243
@bilgecimen4243 2 жыл бұрын
Sir, you are incredible!
@jacobhunwick1588
@jacobhunwick1588 3 жыл бұрын
Lex you are so old school it's great
@piyaratkamduang5174
@piyaratkamduang5174 4 жыл бұрын
Thank you for sharing knowledge imho the best lecture to watch in january 2019 Very intelligent man bjj player as well
@jeremyzimmerman5603
@jeremyzimmerman5603 2 жыл бұрын
The mark of a master is that he/she makes the complicated simple ... not simplistic ... but simple enough for the uneducated to be able to appreciate the major points. Thank you, Lex. Also, someone who I assume is not Lex drew me into a strange WhatsApp conversation that I terminated because the language was cryptic and not at all characteristic of Lex. You might change your KZbin password ... me recommending an MIT faculty to change his password. Just trying to help preserve your brand equity and the trust we place in you.
@tobyli52
@tobyli52 3 жыл бұрын
You are breathtaking Lex
@EmadGohari
@EmadGohari 5 жыл бұрын
this is great Lex!
@prasad_yt
@prasad_yt 5 жыл бұрын
Great overview ! Thanks Lex !
@richardsager9867
@richardsager9867 3 жыл бұрын
I get weird feeling when I hear lex talk. There's something that binds deep learning, media programming, and overall take over of a free thinking society. The way they collect data will not change. The population will change to make it easier for them to collect data and have a control.
@alexmyers3716
@alexmyers3716 Жыл бұрын
It's interesting watching this lecture at the end of 2022, and seeing just how many problems deep learning has solved since this video was released. At 27:43, we've already reached Art and Book Writing, and are well on our way to a few others. And yet self driving hasn't advanced much at all.
@koho
@koho Жыл бұрын
Well, don't go by Tesla. Self driving has advanced a lot even since this lecture. Veritasium has a great video on this.
@hadikarimadini9805
@hadikarimadini9805 2 жыл бұрын
i really admire lex ... thank you
@sk8b1rd
@sk8b1rd Жыл бұрын
Thank you for sharing Lex
@S1mpski
@S1mpski 5 жыл бұрын
Hey man, love your videos. Saw you first on Joe Rogan and been watching ever since :) Keep it up.
MIT Introduction to Deep Learning (2023) | 6.S191
58:12
Alexander Amini
Рет қаралды 1,9 МЛН
[1hr Talk] Intro to Large Language Models
59:48
Andrej Karpathy
Рет қаралды 1,8 МЛН
MINHA IRMÃ MALVADA CONTRA O GADGET DE TREM DE DOMINÓ 😡 #ferramenta
00:40
Mini Jelly Cake 🎂
00:50
Mr. Clabik
Рет қаралды 4,6 МЛН
You need to learn AI in 2024! (And here is your roadmap)
45:21
David Bombal
Рет қаралды 594 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 118 М.
A day in my life | Lex Fridman
35:43
Lex Fridman
Рет қаралды 2 МЛН
Andrew Ng: Opportunities in AI - 2023
36:55
Stanford Online
Рет қаралды 1,7 МЛН
How I'd Learn AI in 2024 (if I could start over)
17:55
Dave Ebbelaar
Рет қаралды 689 М.
Necessity of complex numbers
7:39
MIT OpenCourseWare
Рет қаралды 2,4 МЛН
The Most Important Algorithm in Machine Learning
40:08
Artem Kirsanov
Рет қаралды 152 М.
Machine Learning for Everybody - Full Course
3:53:53
freeCodeCamp.org
Рет қаралды 4,9 МЛН
Neural Network Architectures & Deep Learning
9:09
Steve Brunton
Рет қаралды 762 М.
iPhone - телефон для нищебродов?!
0:53
ÉЖИ АКСЁНОВ
Рет қаралды 3,5 МЛН
Why spend $10.000 on a flashlight when these are $200🗿
0:12
NIGHTOPERATOR
Рет қаралды 16 МЛН
phone charge game #viral #tranding #new #reels
0:18
YODHA GAMING RAAS
Рет қаралды 6 МЛН
Почему сканер ставят так не удобно?
0:47
Не шарю!
Рет қаралды 430 М.
Опасная флешка 🤯
0:22
FATA MORGANA
Рет қаралды 462 М.