MIT Introduction to Deep Learning (2023) | 6.S191

  Рет қаралды 1,920,049

Alexander Amini

Alexander Amini

Күн бұрын

MIT Introduction to Deep Learning 6.S191: Lecture 1
Foundations of Deep Learning
Lecturer: Alexander Amini
2023 Edition
For all lectures, slides, and lab materials: introtodeeplearning.com/
Lecture Outline
0:00​ - Introduction
8:14 ​ - Course information
11:33​ - Why deep learning?
14:48​ - The perceptron
20:06​ - Perceptron example
23:14​ - From perceptrons to neural networks
29:34​ - Applying neural networks
32:29​ - Loss functions
35:12​ - Training and gradient descent
40:25​ - Backpropagation
44:05​ - Setting the learning rate
48:09​ - Batched gradient descent
51:25​ - Regularization: dropout and early stopping
57:16​ - Summary
Subscribe to stay up to date with new deep learning lectures at MIT, or follow us on @MITDeepLearning on Twitter and Instagram to stay fully-connected!!

Пікірлер: 501
@guruprakashram2868
@guruprakashram2868 Жыл бұрын
In my opinion, what makes a lecture either interesting or boring is not just the content of the lecture itself, but also the lecturer's approach to presenting the material. A good lecturer is one who is able to empathize with the students and present the information in a way that is easy to understand, making an effort to simplify complex concepts. This is what I believe makes a lecture truly worthwhile and enjoyable. Alexander did an outstanding job in making the lecture engaging and captivating.
@AAmini
@AAmini Жыл бұрын
Thank you! Glad you enjoyed it, next week will be even better 🙂
@sriram.a1407
@sriram.a1407 Жыл бұрын
@@AAmini❤
@hassanjaved906
@hassanjaved906 Жыл бұрын
rrrm r kkmkk r r rr rrm r r rrrmrrr n e rrrrrrrr k 🎉? t🎉 kk k🎉kkoto🎉 k😅km😅k k.. k🎉tk kit g🎉kt🎉🎉🎉kggg🎉t😂
@JeanLuemusic
@JeanLuemusic Жыл бұрын
It's the student job to learn the fundamentals first. Learn how to walk before learning how to run.
@ddaa-te6rz
@ddaa-te6rz Жыл бұрын
person perfect
@sarveshprajapati3878
@sarveshprajapati3878 Жыл бұрын
Thank you for making this amazing fast-paced boot camp on introduction to deep learning accessible to all!
@alexanderinga4430
@alexanderinga4430 Жыл бұрын
Hello World!
@abdalazezali8440
@abdalazezali8440 10 ай бұрын
Hello😊
@subhrajyotibasu830
@subhrajyotibasu830 9 ай бұрын
Its not a hello world thing
@user-dp3ff7dy1l
@user-dp3ff7dy1l 9 ай бұрын
Hello human!
@utnapishtim307
@utnapishtim307 6 ай бұрын
No
@Abishek_Nair1999
@Abishek_Nair1999 6 ай бұрын
​@@utnapishtim307😂
@melttherhythm
@melttherhythm Жыл бұрын
Best course I've seen in a while! Super friendly to self-teaching. Thank you!
@dr.mikeybee
@dr.mikeybee Жыл бұрын
Well done! These are the best descriptions of overfitting and regularization I've heard/seen. Your example of testing loss makes it clear why we take checkpoints. Every topic you cover has a great thought-provoking graphic, and each example is just right for the topic.
@jamesannan4189
@jamesannan4189 6 ай бұрын
Just perfect!!! Cant wait for more amazing lectures from you. Well done!!!
@SuperJAC1969
@SuperJAC1969 6 ай бұрын
This was an awesome and easy to follow presentation. Thank you. I have noticed that more and more professionals working in this field are some of the most lucid and eloquent speakers. Thanks again.
@labsanta
@labsanta Жыл бұрын
Takeaways: • [<a href="#" class="seekto" data-time="9">00:09</a>] Introduction by Alexander Amini as a course organizer of Introduction to Deep Learning at MIT, alongside Ava • [<a href="#" class="seekto" data-time="42">00:42</a>] The course will cover a lot of material in just one week and provide hands-on experience with software labs • [<a href="#" class="seekto" data-time="64">01:04</a>] AI and deep learning have had a huge resurgence in the past decade, with incredible successes and problem-solving ability • [<a href="#" class="seekto" data-time="98">01:38</a>] The past year has been the year of generative deep learning, using deep learning to generate brand new types of data that never existed before • [<a href="#" class="seekto" data-time="130">02:10</a>] Introduction video of the course played, which was synthetically generated by a deep learning algorithm • [<a href="#" class="seekto" data-time="206">03:26</a>] Deep learning can be used to generate full synthetic environments to train autonomous vehicles entirely in simulation and deploy them on full-scale vehicles in the real world • [<a href="#" class="seekto" data-time="243">04:03</a>] Deep learning can generate content directly from the language we speak and imagine things that have never existed before • [<a href="#" class="seekto" data-time="304">05:04</a>] Deep learning can be used to generate software and algorithms that can take language prompts to train a neural network • [<a href="#" class="seekto" data-time="400">06:40</a>] Intelligence is the ability to process information to inform some future decision or action, while artificial intelligence is the ability to build algorithms that can do exactly this • [<a href="#" class="seekto" data-time="438">07:18</a>] Machine learning is a subset of AI, which focuses specifically on teaching machines how to process data and extract features through experiences or data • [<a href="#" class="seekto" data-time="464">07:44</a>] Deep learning is a subset of machine learning, which focuses explicitly on neural networks to extract features in the data to learn and complete tasks • [<a href="#" class="seekto" data-time="491">08:11</a>] The program is split between technical lectures and software labs, with updates this year in the later lectures and guest lectures from industry and academia • [<a href="#" class="seekto" data-time="553">09:13</a>] Dedicated software labs throughout the week will be provided, and a project pitch competition will be held on Friday, with significant prizes for the winners. • <a href="#" class="seekto" data-time="733">12:13</a> - The speaker explains the fundamental building block of deep learning, which is extracting and uncovering core patterns in data to use when making decisions. • <a href="#" class="seekto" data-time="911">15:11</a> - The speaker introduces the perceptron, a single neuron that takes inputs, multiplies them by corresponding weights, adds them together, applies a non-linear activation function, and outputs a final result. • <a href="#" class="seekto" data-time="1020">17:00</a> - The speaker uses linear algebra terms to express the perceptron equation as a vector and dot product. They also introduce the sigmoid function as an example of a non-linear activation function. • <a href="#" class="seekto" data-time="1084">18:04</a> - The speaker introduces more common non-linear activation functions, including the sigmoid function and the ReLU function. They explain the importance of non-linear activation functions in deep learning. • <a href="#" class="seekto" data-time="1168">19:28</a>-<a href="#" class="seekto" data-time="1193">19:53</a>: Real world data is highly non-linear, so models that capture those patterns need to be non-linear. Non-linear activation functions in neural networks allow for this. • <a href="#" class="seekto" data-time="1261">21:01</a>-<a href="#" class="seekto" data-time="1295">21:35</a>: A perceptron uses three steps to get its output: multiplying inputs with weights, adding the results, and applying a non-linearity. The decision boundary can be visualized as a two-dimensional line. • <a href="#" class="seekto" data-time="1391">23:11</a>-<a href="#" class="seekto" data-time="1419">23:39</a>: A multi-layered neural network can be built by initializing weight and bias vectors and defining forward propagation using the same three steps as the perceptron. The layers can be stacked on top of each other. • <a href="#" class="seekto" data-time="1622">27:02</a>-<a href="#" class="seekto" data-time="1675">27:55</a>: Each node in a layer applies the same perceptron equation to different weight matrices, but the equations are fundamentally the same. • [<a href="#" class="seekto" data-time="1732">28:52</a>] Sequential models can be defined one layer after another to define forward propagation of information from the layer level. • [<a href="#" class="seekto" data-time="1758">29:18</a>] Deep neural networks are created by stacking layers on top of each other until the last layer, which is the output layer. • [<a href="#" class="seekto" data-time="1793">29:53</a>] A simple neural network with two inputs (number of lectures attended and hours spent on final project) is used to train the model to answer the question of whether a student will pass the class. • [<a href="#" class="seekto" data-time="1852">30:52</a>] The neural network has not been trained and needs a loss function to teach it when it makes mistakes. • [<a href="#" class="seekto" data-time="1936">32:16</a>] A loss function is a way to train the neural network to teach it when it makes mistakes. • [<a href="#" class="seekto" data-time="2002">33:22</a>] A loss function can be referred to as an objective function, empirical risk, or cost function. • [<a href="#" class="seekto" data-time="2069">34:29</a>] Different loss functions can be used for different types of outputs, such as binary cross-entropy for binary classification and mean squared error for continuous variables. • [<a href="#" class="seekto" data-time="2132">35:32</a>] The neural network needs to find the set of weights that minimizes the loss function averaged over the entire data set. • [<a href="#" class="seekto" data-time="2231">37:11</a>] The optimal weights can be found by starting at a random place in the infinite space of weights and evaluating the loss function, then computing the gradient of the loss function to find the direction of steepest descent towards the minimum loss. Introduction to computing derivatives of functions across the space of weights using the gradient, which tells the direction of the highest point. Gradient Descent algorithm involves negating the gradient and taking a step in the opposite direction to decrease loss. Gradient Descent algorithm is initiated by computing the gradient of the partial derivative with respect to the weights, updating weights in the opposite direction of the gradient. The gradient is a line that shows how the loss changes as a function of the weights, and computing it is critical to training neural networks. Back propagation is the process of computing the gradient by propagating these gradients over and over again through the network, from output to input. Challenges in optimization of neural networks include setting the learning rate, which determines how big of a step to take in the direction of the gradient. Setting the learning rate too low may converge slowly or get stuck in a local minimum, while setting it too high may overshoot and diverge from the solution. One option is to try out a bunch of learning rates and see what works best, but there are more intelligent ways to adapt to the neural network's landscape. Adaptive learning rate algorithms depend on how large the gradient is in that location and how fast the algorithm is learning. • The Labs will cover how to put all the information covered in the lecture into a single picture that defines the model at the top [<a href="#" class="seekto" data-time="2844">47:24</a>] • For every piece in the model, an optimizer with a learning rate needs to be defined [<a href="#" class="seekto" data-time="2844">47:24</a>] • Gradient descent is computationally expensive to compute over an entire dataset, so mini-batching can be used to compute gradients over a small batch of examples [<a href="#" class="seekto" data-time="2900">48:20</a>-<a href="#" class="seekto" data-time="3030">50:30</a>] • Mini-batching allows for increased gradient accuracy, quicker convergence, increased learning rate, and parallelization [<a href="#" class="seekto" data-time="3030">50:30</a>-<a href="#" class="seekto" data-time="3064">51:04</a>] • Regularization techniques, such as dropout and early stopping, can be used to prevent overfitting in neural networks [<a href="#" class="seekto" data-time="3101">51:41</a>-<a href="#" class="seekto" data-time="3379">56:19</a>] Introduction to putting all information into a single picture for defining the model and optimizing the lost landscape with a learning rate. • [<a href="#" class="seekto" data-time="2900">48:20</a>] The idea of batching data into mini-batches for faster and more accurate computation of gradients using a batch size of tens or hundreds of data points. • [<a href="#" class="seekto" data-time="3101">51:41</a>] Discussion on overfitting and the need for regularization techniques such as Dropout and early stopping to prevent the model from representing the training data more than the testing data. • [<a href="#" class="seekto" data-time="3405">56:45</a>] The importance of stopping training at the middle point to prevent overfitting and producing an underfit model. • [<a href="#" class="seekto" data-time="3432">57:12</a>] Summary of the three key points covered in the lecture: building blocks of neural networks, optimizing systems end to end, and deep sequence modeling with RNNs and Transformer architecture.
@shriyanshsharma229
@shriyanshsharma229 Жыл бұрын
thanks for this nick
@RahulRamesh91
@RahulRamesh91 Жыл бұрын
Do you use any tools to take notes with timestamp?
@labsanta
@labsanta Жыл бұрын
@@RahulRamesh91 workflow 1. Open Transcript.txt 2. Write bullet points 3. Copy and paste in YT comments
@Mathe_Baendiger
@Mathe_Baendiger Жыл бұрын
@@RahulRamesh91 chatgpt 😂
@1guruone
@1guruone Жыл бұрын
Hi Nick, Thanks for adding. Did you use AI-ML to generate? Regards.
@jazonsamillano
@jazonsamillano Жыл бұрын
I look forward to this MIT Deep Learning series every single year. Thank you so much for making this readily available.
@AAmini
@AAmini Жыл бұрын
Thank you!!
@masternobody1896
@masternobody1896 11 ай бұрын
​@@AAminiI like ai
@billhab1
@billhab1 Жыл бұрын
Hello, My name is Moro and am enjoying your class from Ghana. A big thank you to all the organizers of such intellectually simulating lecture series.
@amitjain9389
@amitjain9389 Жыл бұрын
Hi Alex, Thanks for sharing the 2023 lectures. I've following your lectures from 2020 and these have helped me immensely in my professional career. Many thanks.
@roba9189
@roba9189 Жыл бұрын
Thank you so much! This is the best explanation to deep neural networks that I could find on KZbin.
@sawfhsawfh00
@sawfhsawfh00 11 ай бұрын
thank you so much Mr.Amini (ممنون از شما )
@vinayaka.b1494
@vinayaka.b1494 Жыл бұрын
I'm doing computer vision research right now and love to watch these every new year.
@lantianyu1050
@lantianyu1050 5 ай бұрын
The best intro to deep learning lecture I've ever heard! Thank you so much!!!
@user-sg4lw7cb6k
@user-sg4lw7cb6k 8 ай бұрын
Great Content!Informative, consice and easy to comprehend.What a time to be alive!. Thank you Mit allowing us to watch high quality teaching.
@sadiarashid7882
@sadiarashid7882 10 ай бұрын
Thank you so much!!! everything is so clearly explained and I finally understood how neural network works, stay blessed. 👏
@NStillman
@NStillman Жыл бұрын
Greetings from New Zealand. This is amazing. Thank you so much! So excited for these!
@user-eq9zj5bx9m
@user-eq9zj5bx9m 7 ай бұрын
Thank you for such incredible jobs and for making this available to everyone!
@kushinvestment1851
@kushinvestment1851 Жыл бұрын
Alexander Amini, you're a gem! I'm taking Machine Learning course this semester and the course lecture is already finished but when I evaluate myself against course goals and how much I understand what Machine Leaning is in general, deep learning/Neural Network/ specifically I felt like I did not either attend the class or I'm not smart enough to know exactly what it does. Then, I directly ran to You tube and came across your great lecture and now I know what it is and I can apply to solve a real business world problem. I need to be honest with you guys this course lecture is really helpful and awesome to attend seriously. Indeed wonderful, easy and great takeaway of this semester for me! Thank you so much!
@ibrahimhasan6619
@ibrahimhasan6619 Жыл бұрын
Thanks a lot Alexander! You are doing great! So excited to watch future lectures.
@aroxing
@aroxing Жыл бұрын
The clearest explanation I've ever heard. Thanks!
@adbeelomiunu7816
@adbeelomiunu7816 Жыл бұрын
I never thought deep learning could be explained so plainly thought it had to be complex since it's called deep learning...but you did justice to this I must admit.
@AdAstraCan
@AdAstraCan Жыл бұрын
Thank you for making this available.
@thecoderui
@thecoderui Жыл бұрын
This is the first time that I have watched a course about Deep Learning. I want to say it is the best Intro for this topic, very organized and clear. I Just understanded about 75% of the content but I got what I need to know. Thank you
@nikkione9901
@nikkione9901 9 ай бұрын
Thanks for making this video ❤
@circuitlover853
@circuitlover853 Жыл бұрын
Thanks for the great lecture , Mr. Alexander
@sankalpvk18
@sankalpvk18 9 ай бұрын
Thank you so much for making this course accessible for free. I feel so lucky today 🙏
@flimdejong2030
@flimdejong2030 5 ай бұрын
Absolutely fantastic. Thank you!
@capyk5455
@capyk5455 9 ай бұрын
Amazing delivery and presentation, thank you for sharing this material with us.
@28nov82
@28nov82 Ай бұрын
Thanks for making this introduction session!
@micbab-vg2mu
@micbab-vg2mu Жыл бұрын
Thank you for the video - it is easy to understand even for not IT experts.
@justinkim7202
@justinkim7202 6 ай бұрын
This lecture is exceptional. Keep them coming!
@yousefabdelnaby3555
@yousefabdelnaby3555 Жыл бұрын
thanks so much for your great explanation and before that for sharing the knowledge for all!
@haodongzhu8347
@haodongzhu8347 Жыл бұрын
That sounds very aweaomeS!!! We can see deep learing is changing our world!
@VijayasarathyMuthu
@VijayasarathyMuthu Жыл бұрын
The structure of the course 🔥
@Nobody313
@Nobody313 Жыл бұрын
I saw this content since 2018 and I always have learnt something new. Congrats and thank you so much.
@woodworkingaspirations1720
@woodworkingaspirations1720 6 ай бұрын
Beautiful presentation. Very clear and concise. Everything makes sense with just 1 "watch" iteration.
@ramanraguraman
@ramanraguraman 8 ай бұрын
Thank you Sir. I appreciate you from bottom of my heart for your services.
@acornell
@acornell Жыл бұрын
Awesome lecture and really easy to digest in terms of content, speed, and taking the small moments to re-iterate or go back a bit to bring everyone up to speed. Less lingo == better for new students. Nice work
@choir2008
@choir2008 Ай бұрын
Thanks for the sharing. Very inspired
@yashoswal7899
@yashoswal7899 Жыл бұрын
@Alexander Amini. Thanks for such an amazing video. I am currently pursuing my Masters and this video came at the very right time. Thanks once again for your work and publishing the material for students like us.
@mdmodassirfirdaus4528
@mdmodassirfirdaus4528 Жыл бұрын
Thank you very much Professor to make this lecture series open to all. Thank you very much again from India
@deepaknarang7717
@deepaknarang7717 Жыл бұрын
Great Content! Informative, consice and easy to comprehend. What a time to be alive!
@oussamabouaiss7928
@oussamabouaiss7928 5 ай бұрын
One of the best courses I hv ever seen, congrats
@deep25Dec
@deep25Dec Жыл бұрын
Always wait for your videos
@Djellowman
@Djellowman Жыл бұрын
Happy to say i knew everything that was discussed in this video! Looking forward to the next one
@md.sabbirrahmanakash7083
@md.sabbirrahmanakash7083 Жыл бұрын
I started it today. I will be continuing with you Cause currently I have started a research work on image processing. Thank You
@monsineenakapanant4993
@monsineenakapanant4993 8 ай бұрын
Thank you for your wonderful explanation.
@jimshtepa5423
@jimshtepa5423 Жыл бұрын
Great video! The MIT faculty has done an exceptional job of explaining deep learning concepts in a clear and understandable manner. Their expertise and ability to break down complex ideas into simple terms is impressive. It's evident that they are passionate about educating and inspiring the next generation of AI and machine learning professionals. Thank you for sharing this informative and engaging video. It's no surprise that it has received such positive feedback from viewers. Keep up the excellent work!
@seanleith5312
@seanleith5312 9 ай бұрын
I stopped watch when he brought osama on, disgusting, never come back again.
@fyk
@fyk Жыл бұрын
Amazing video! Thanks for sharing!
@limuell.3421
@limuell.3421 10 ай бұрын
This is the best lecture I've seen in KZbin about deep learning.
@hassal4585
@hassal4585 2 ай бұрын
Thanks I have learned a lot from your classes!
@riyaprakash6000
@riyaprakash6000 11 ай бұрын
Very informative and precise. Thank you very much.
@bingo242003
@bingo242003 7 ай бұрын
The start of my learning in this field ! Wish me luck 🍀
@ronaldagamaescobedo3980
@ronaldagamaescobedo3980 9 ай бұрын
Thank so much, Alexander. It was a great of explanation.
@terryliu3635
@terryliu3635 27 күн бұрын
Omg!!! The courses are awesome!!!
@max333031
@max333031 Ай бұрын
Thank you for this fantastic information about deep learning! It's really helpful!
@jawadali5918
@jawadali5918 Жыл бұрын
Excited ❤️
@vin-deep
@vin-deep 10 ай бұрын
Best explanation ever!!!! thank you
@aaranyaksantra9933
@aaranyaksantra9933 8 ай бұрын
Great Explanation! Thank You very much for the knowledge.
@kru_jubjib2605
@kru_jubjib2605 Жыл бұрын
Thank you Master.
@MALAYAPH24
@MALAYAPH24 Жыл бұрын
Thank you so much for a wonderful lecture. Indeed helpful to understand AI.
@jennifergo2024
@jennifergo2024 4 ай бұрын
Thanks so much for sharing materials.
@mingxuanliu4259
@mingxuanliu4259 Жыл бұрын
PURE GOLD
@nepninja4154
@nepninja4154 Жыл бұрын
Awesome explanation, really loving your way of teaching
@gowripriyathota438
@gowripriyathota438 4 ай бұрын
Thank you so much. Your lecture helped me a lot.
@isaacbawangisah6096
@isaacbawangisah6096 9 ай бұрын
Bravo! This tutorial is exceptional.
@MrTejibaby
@MrTejibaby Ай бұрын
Excellent lecture!!! Thank you!!!
@sarahsalt3689
@sarahsalt3689 Жыл бұрын
Thank you for making this available to the community!
@sanjgunetileke8836
@sanjgunetileke8836 Жыл бұрын
This is an amazing lecture!! Thank you so much!
@supergooglestar
@supergooglestar 7 ай бұрын
I really loved your lecture. Your lecture is so easy to understand. Thank you for posting this on KZbin
@niazizarif3810
@niazizarif3810 Жыл бұрын
Proud! very well done. Mofaq bashi brother
@nguyennhi8524
@nguyennhi8524 9 ай бұрын
Thank you so much!!! 👏
@BurcAKBAS
@BurcAKBAS 2 ай бұрын
Thank you Alexander, this is quite capable fundamental lesson
@user-wb2ob1du9i
@user-wb2ob1du9i Жыл бұрын
Great lecture, explained every aspect and flow of dealing with NN, was Fun!
@neuralclass
@neuralclass Жыл бұрын
Following this course since past 3 years.You are an amazing instructor!
@hatemsabrey
@hatemsabrey 8 ай бұрын
thank you Alexander and the team for this great effort. wanted to ask, what is the prerequisites for this course.
@muratdagdelen8163
@muratdagdelen8163 Жыл бұрын
You are awesome. Thank you very much.
@khalidhasan2624
@khalidhasan2624 2 ай бұрын
Thank you for your outstanding presentation
@aeronesto
@aeronesto 3 ай бұрын
Such a well put together lecture! It was so easy to understand.
@holderstown643
@holderstown643 9 ай бұрын
THANK YOU
@theinvisibleghost141
@theinvisibleghost141 8 ай бұрын
this one lecture contains everything in depth.
@EnesFurkanSaglam
@EnesFurkanSaglam 3 ай бұрын
Thank you its amazing
@Isysnation
@Isysnation 8 ай бұрын
Thank you Mit allowing us to watch high quality teaching
@Lewis77681
@Lewis77681 Жыл бұрын
Your lecture is really easy to understand🔥
@hokidzhao
@hokidzhao 6 ай бұрын
Amazing lecture!
@VRVitaly
@VRVitaly Жыл бұрын
Amazing content and education. thank you.
@SSMDesignsandresearch
@SSMDesignsandresearch 4 ай бұрын
Thank you sir, the way of your explain things mesmerizing.
@aghilannathan8169
@aghilannathan8169 2 ай бұрын
Actual legend for making all of this (lecture + labs + lab solutions) accessible and free.
@arunprasad77
@arunprasad77 2 ай бұрын
Great information in simple explanations
@cassidaymoriarity
@cassidaymoriarity 2 ай бұрын
It'd be nice if these lectures started off with a "What you should know before now"
@DhirajPatra
@DhirajPatra Жыл бұрын
Wonderful way explanied. Thanks a lot
@confrontpotential7133
@confrontpotential7133 Жыл бұрын
G'day from Australia! 🤩 What a ride on generative AI atm! That is what led me here. It is an unprecedented time in human history and I simply must be a part of it! Thank you so much for making this course available online. What an amazing time to be alive!! ❤
@DBasedAlex
@DBasedAlex 11 ай бұрын
I want to take a moment to applaud Alexander Amini for his clarity in speech and appropriate pacing. Many video series are impossible to watch on 2x speed because it’s simply hard to understand what they are saying, or they skip through slides in matters of seconds. This speaker does an amazing job of avoiding both.
@HilalShaath
@HilalShaath Жыл бұрын
Alexander, I am a Kaggle expert ( 2 bronze one silver and counting). This lecture is the clearest explanation of deep learning that I came across, thank you so much for sharing this. I hope you are considering writing a book about the topic The clarity you explained this is remarkable. Best wishes for continued success
@naziagillani6640
@naziagillani6640 Жыл бұрын
Excellent. Many thanks for the very good video.
@spacecowboy7549
@spacecowboy7549 Жыл бұрын
Great study material for the beginner of deep learning
@tim_allen_jr
@tim_allen_jr 4 ай бұрын
another course i needed.
@jonsnow3513
@jonsnow3513 4 ай бұрын
thank you for sharing sir, love from Sri Lanka
@kai-zedeng5869
@kai-zedeng5869 8 ай бұрын
Thanks for this amazing course
MIT 6.S191 (2023): Recurrent Neural Networks, Transformers, and Attention
1:02:50
MIT Introduction to Deep Learning | 6.S191
1:09:58
Alexander Amini
Рет қаралды 18 М.
ВИРУСНЫЕ ВИДЕО / Мусорка 😂
00:34
Светлый Voiceover
Рет қаралды 7 МЛН
КИРПИЧ ОБ ГОЛОВУ #shorts
00:24
Паша Осадчий
Рет қаралды 1,7 МЛН
ISSEI funny story 😂😂😂Strange World 🌏 Green
00:27
ISSEI / いっせい
Рет қаралды 85 МЛН
ВИРУСНЫЕ ВИДЕО / Виноградинка 😅
00:34
Светлый Voiceover
Рет қаралды 7 МЛН
MIT 6.S191 (2023): Deep Generative Modeling
59:52
Alexander Amini
Рет қаралды 285 М.
Lec 1 | MIT 9.00SC Introduction to Psychology, Spring 2011
49:44
MIT OpenCourseWare
Рет қаралды 2,8 МЛН
Andrew Ng: Opportunities in AI - 2023
36:55
Stanford Online
Рет қаралды 1,7 МЛН
26. Chernobyl - How It Happened
54:24
MIT OpenCourseWare
Рет қаралды 2,7 МЛН
MIT 6.S191 (2023): Convolutional Neural Networks
55:15
Alexander Amini
Рет қаралды 229 М.
Watching Neural Networks Learn
25:28
Emergent Garden
Рет қаралды 1,1 МЛН
Photons and the loss of determinism
17:21
MIT OpenCourseWare
Рет қаралды 810 М.
1. Introduction and Supply & Demand
34:47
MIT OpenCourseWare
Рет қаралды 2,2 МЛН
[1hr Talk] Intro to Large Language Models
59:48
Andrej Karpathy
Рет қаралды 1,8 МЛН
Vortex Cannon vs Drone
20:44
Mark Rober
Рет қаралды 12 МЛН
Phone sees the future ! 📲🫣👽
0:38
BOGDANCHIKI
Рет қаралды 11 МЛН
Робот зарядка на 65W🤖
0:36
serg1us
Рет қаралды 1,6 МЛН