How to Master Deep Learning Math?
13:42
How to Read Deep Learning Code?
15:03
10,000 Subscriber Milestone!
14:01
What is QHAdam? | Theory and Code
53:37
Log Softmax Explained with Python!
11:34
LLMs Can Learn After Training?
3:22
What is the EDF Data Format?
9:54
What is MaxOut in Deep Learning?
8:30
Пікірлер
@davorradic8349
@davorradic8349 Күн бұрын
Maybe I missed, but what EEg do you use, I'm just a learning AI and would like to work with EEG with real data, but I only have muse S and emotiv, I refer to use Muse S because it is easier. So maybe you have a tip for me what to use? or I have to buy something? For me for now it is just fun project to learn machine learning.
@deeplearningexplained
@deeplearningexplained Сағат бұрын
I took this dataset from an open dataset repository! Cool stuff, I tried a bunch of commercial grade EEG dataset during my Master and they are of varying resolution. You just have to be aware of that. What you have with the muse and emotiv is enough to make a cool machine learning project, but you will need to collect data on yourself about the state you want to detect. What project did you have in mind?
@khlorghaal
@khlorghaal Күн бұрын
thats... the same as any codebase
@deeplearningexplained
@deeplearningexplained Күн бұрын
Thats right, but you have to swap the “read the research paper” for “read the documentation”.
@PrabodhGyawali
@PrabodhGyawali 2 күн бұрын
The dad beard is real. Ubuntu ftw
@deeplearningexplained
@deeplearningexplained 2 күн бұрын
Haha it’s that time of the year 🧔🏾‍♂️
@Tntix3
@Tntix3 2 күн бұрын
great video!
@deeplearningexplained
@deeplearningexplained 2 күн бұрын
Glad you enjoyed it🌹
@ren.oooooo
@ren.oooooo 2 күн бұрын
Quebec accent? I recognize it from my colleagues across the sea. Thanks for the content
@deeplearningexplained
@deeplearningexplained 2 күн бұрын
Yes I live in Montreal! 😄
@pashamorozov8257
@pashamorozov8257 4 күн бұрын
up
@rubairakib8192
@rubairakib8192 4 күн бұрын
can you please tell whats the prerequisites to start this?
@deeplearningexplained
@deeplearningexplained 4 күн бұрын
Depends what you mean by this: 1. If it’s linear algebra, there is no prerequisite. You can just start. 2. If it’s deep learning then you should at least know programming. But it all depends on why you are using deep learning for and what you are doing.
@markenwayfrancisco2021
@markenwayfrancisco2021 4 күн бұрын
pre-algebra, introductory algebra, precalculus(college algebra & trigonometry), calculus 1 through 3, proof writing(alternative is discrete math)
@YachiBhum
@YachiBhum 4 күн бұрын
Thanks..
@ArjoRoy-pe6tf
@ArjoRoy-pe6tf 8 күн бұрын
Started 2025 with this video. Finally got a good grasp on PPO, RLHF today following your advice. Can't thank more! 👑
@deeplearningexplained
@deeplearningexplained 8 күн бұрын
Awesome work, keep it up! Great start to 2025! 👏👏👏
@samuelsze556
@samuelsze556 8 күн бұрын
Yacine, thank you for making videos on EEG machine learning. Regarding the devices, could you please recommend some laptops that you find powerful enough for EEG machine learning?
@deeplearningexplained
@deeplearningexplained 8 күн бұрын
Good question, it really depends on your use case and setup. EEG is usually pretty computationally intensive to work with if you are doing lots of analysis and when you have multiple participants. What’s your use case, are you working in a lab?
@samuelsze556
@samuelsze556 8 күн бұрын
@@deeplearningexplained I'm really appreciative of your quick reply! Yes, I'm working in a lab. The lab has a machine learning desktop computer but it's been used by another lab member. So I think it'll be more convenient if I have a personal laptop myself. I'm planning to classify data of fewer than 100 participants based on several experimental conditions (around 4). I still do not have a plan as to which feature to extract but I'll explore features in time, frequency, and time-frequency domains. Also, I think I'll be using Python instead of MATLAB as it seems to me that there are more accessible resources based on Python. In fact, I went through some posts and some good and up-to-date KZbin videos on machine learning laptops (e.g., kzbin.info/www/bejne/iqDaY2SupLKbgpI). One recommended laptop is Legion pro 7i. But as EEG machine learning is not their focus and I'm new to machine learning, I'm not sure if their suggestions are the best for my use case. So I think it'll be the best if I reach out to experts like you for help. Thank you, Yacine!
@deeplearningexplained
@deeplearningexplained 8 күн бұрын
@@samuelsze556 Okay nice, first off do you know if your lab has access to an high performance compute cluster? If yes, you would be able to cut down the compute time of your analysis by order of magnitudes.
@samuelsze556
@samuelsze556 7 күн бұрын
@@deeplearningexplained Thank you for your suggestion! We have access to a high performance facility. However, the access is restricted to full time faculty members, so I cannot use it. Do you think no laptop is suitable for my use case? Thanks again!
@deeplearningexplained
@deeplearningexplained 6 күн бұрын
@@samuelsze556 A laptop would work fine, but if you can wiggle an access through your PI for the HPC that would 100X your productivity. If you have access to a HPC any laptop will do because you will use it to tweak your code and then just pull it from inside your HPC instance. If you really have to run stuff internally I would go for something with 2-4 CPU cores. Threading your code properly is one of the biggest speed up with EEG data imo. With a HPC I was able to bringdown the time it took to gather results on all our participants for a study from 1 week to 30 minutes. This was massive.
@ajays6393
@ajays6393 8 күн бұрын
Thank you uwu
@deeplearningexplained
@deeplearningexplained 8 күн бұрын
Glad it was useful! Next session is this Saturday January 4th. Happy new year btw!
@kadir-xae16
@kadir-xae16 8 күн бұрын
I'm studying ML fundamentals. But I'm very curious about deep learning. Should I dive the deep learning papers?
@deeplearningexplained
@deeplearningexplained 8 күн бұрын
Good question, what’s your end goal? Are you aiming for a job in ML?
@kadir-xae16
@kadir-xae16 8 күн бұрын
​@@deeplearningexplained I'm actually aiming for a job as a researcher
@roadto8band246
@roadto8band246 9 күн бұрын
I've heard that you don't have to solve all the problems, and if you have some difficulties to solve them then you can just move on, is that right thing to do?
@deeplearningexplained
@deeplearningexplained 9 күн бұрын
Great question and yes that’s totally fine. However, what you should do is mark this particular problem with a red in your tracking sheet. You should come back to that problem later on to understand what exactly you are missing to solve it.
@roadto8band246
@roadto8band246 7 күн бұрын
@deeplearningexplained thanks for the answer! Got it
@zero_this
@zero_this 10 күн бұрын
that's really great, keep it up ssi yacine
@deeplearningexplained
@deeplearningexplained 9 күн бұрын
Thanks will do, next one is on Saturday and I’ll get the answers so we can move through the material faster.
@Pattymelt-qo6sm
@Pattymelt-qo6sm 10 күн бұрын
Great stuff!
@deeplearningexplained
@deeplearningexplained 9 күн бұрын
Glad you enjoyed it!
@tdcode
@tdcode 10 күн бұрын
thanks. this is awesome
@deeplearningexplained
@deeplearningexplained 10 күн бұрын
Glad you enjoyed! 🌹
@xiamojq621
@xiamojq621 10 күн бұрын
Thanks Please upload the remaining chapters
@deeplearningexplained
@deeplearningexplained 10 күн бұрын
Will do, I’ll improve my setup for next week session so it’s easier to follow too!
@sinancavusoglu9465
@sinancavusoglu9465 10 күн бұрын
Is this book good enough?
@wombodombo9005
@wombodombo9005 10 күн бұрын
I'm answering in his place, you should try to read the book and try to solve the problems in at least the first chapter, if you're having trouble you'll need other resources, otherwise you can carry on :)
@deeplearningexplained
@deeplearningexplained 10 күн бұрын
Depends on your goals, but if it is to understand the building block of ML yes!
@akileshas_programming
@akileshas_programming 10 күн бұрын
Amazing Yacine
@deeplearningexplained
@deeplearningexplained 10 күн бұрын
Thanks 🌹
@mdbayazid6837
@mdbayazid6837 10 күн бұрын
Is there any book reading session going on? If so, I'm interested.
@deeplearningexplained
@deeplearningexplained 10 күн бұрын
Yes, every Saturday I’ll stream a work session with the chapter exercises! You can also join the discord for discussion about the book!
@2dapoint424
@2dapoint424 8 күн бұрын
@@deeplearningexplainedwhat is your discord channel?
@silvesterjkennedy
@silvesterjkennedy 10 күн бұрын
Starts at 3:02
@gustavojuantorena
@gustavojuantorena 11 күн бұрын
Great video!
@deeplearningexplained
@deeplearningexplained 11 күн бұрын
Thanks! :)
@ozgurdenizcelik
@ozgurdenizcelik 13 күн бұрын
Thanks , interesting method. I like to read abstract first then if there are video explaining it I watch that if not then I read blogs. And also taking botes of course then i go back to paper🐧
@ozgurdenizcelik
@ozgurdenizcelik 13 күн бұрын
it's quite similar actually but for me it's work better if I watch and also listen when I'm first getting into something
@deeplearningexplained
@deeplearningexplained 12 күн бұрын
Great approach, having context is the best way to go. One thing I like the most is when the authors are presenting their research in a conference live. It’s perfect because you get the condensed summarized version of the research + you can ask them tons of questions afterward.
@Chadpritai
@Chadpritai 18 күн бұрын
Would you mind sharing the spreadsheet link 🙏🏻?
@deeplearningexplained
@deeplearningexplained 18 күн бұрын
Yes for sure it’s here: docs.google.com/spreadsheets/d/1amCdV-uUWjGoIuJKq1I1zCaFzX--uuJaOX9fUELKj9E/htmlview
@Chadpritai
@Chadpritai 18 күн бұрын
Kindly create a refresher videos on maths for deep learning and then make videos on paper implementation with code. Thanks Jon Snow, merry Christmas and happy new year 2025🎄🎁⛄
@deeplearningexplained
@deeplearningexplained 18 күн бұрын
Hey thanks for the recommendation, will do 🫡! Merry Christmas and happy new year to you too!
@fahimaId
@fahimaId 20 күн бұрын
Vous êtes juste wow! Votre façon de simplifier les choses est fascinante 😊
@deeplearningexplained
@deeplearningexplained 18 күн бұрын
Merci :)!
@NikolayUlyanov-q9e
@NikolayUlyanov-q9e 20 күн бұрын
does it pay good?
@deeplearningexplained
@deeplearningexplained 20 күн бұрын
Depends how you run it, but generally AI/ML consulting is on the higher end.
@kabirkumar5815
@kabirkumar5815 18 күн бұрын
depends on how good you are at marketing and product fit, imo
@deeplearningexplained
@deeplearningexplained 18 күн бұрын
For a tech product yes 100%, but honestly I would always start with consulting when dealing with businesses. Much easier to go: Consulting -> product Than straight product in B2B.
@profenevarez
@profenevarez 21 күн бұрын
I agree with everything you shared in this video and I really like the spatial connection mathematics has! That’s really neat to know and see why practicing mathematics IS inextricably connected with LEARNING mathematics!
@deeplearningexplained
@deeplearningexplained 20 күн бұрын
💯
@Chadpritai
@Chadpritai 24 күн бұрын
What do you think about this approach " you don't to learn all maths first hand you can learn it when it's required as you go deep down" ?
@deeplearningexplained
@deeplearningexplained 23 күн бұрын
Great question, I’m a firm believer of the top down approach. It’s just the most efficient way to learn. However, once you are already doing that and you flagged that a lack of formal calculus is hindering your progress I would do the green, yellow and red method specifically on that topic. Doing it this way is more efficient and more motivating because you know exactly why you’re learning calculus.
@Speedy-s6d
@Speedy-s6d 24 күн бұрын
do you have a blank version of the spreadsheet? it looks great for visualizing the topics you have to learn and where you failed to understand things previously
@deeplearningexplained
@deeplearningexplained 22 күн бұрын
Hello there, Yes I do it's over here: docs.google.com/spreadsheets/d/1amCdV-uUWjGoIuJKq1I1zCaFzX--uuJaOX9fUELKj9E/edit?usp=sharing
@wombodombo9005
@wombodombo9005 24 күн бұрын
Thank you for the green yellow and red method thats a very good method!!! However, I have a question, let's take linear algebra as an example, I read the first 200 pages of Gilbert Strang's book and I took about 6 to 12 hours per sub-chapter, I did all the exercises thanks to the correction and the help of GPT to help my intuition and I've improved a lot since then and i can do 90% exercices of the problems sets. However, I think I've done at least 500 exercises, should I go through them again to see my weak points or apply this method from now on? Thank you
@deeplearningexplained
@deeplearningexplained 23 күн бұрын
Awesome work! 500 exercises is already better than most ever do for a subject. I wouldn’t necessarily do them all, however I would take 1-2h to find out the one you struggled with and add them into your list of exercises. Apply the method to them and future exercise from now on, you’ll see you will become much more efficient at finding your weak points and focusing on improving those!
@wombodombo9005
@wombodombo9005 22 күн бұрын
@@deeplearningexplained Merci beaucoup pour ta réponse, ta chaine est une mine d'or 🙏
@vickyt.819
@vickyt.819 25 күн бұрын
As a undergraduate math student, this video is a hidden gem.
@deeplearningexplained
@deeplearningexplained 25 күн бұрын
Best of luck with your finals! 🔥🔥🔥
@chuchyi
@chuchyi 25 күн бұрын
also mathacademy worth mentioning, i wish i knew bout it before i started
@deeplearningexplained
@deeplearningexplained 25 күн бұрын
Thanks for mentioning, didn’t know about them!
@chuchyi
@chuchyi 25 күн бұрын
recommend to look into, they’ve optimized process of learning to new level
@Chadpritai
@Chadpritai 18 күн бұрын
They're hella expensive for me 😢
@examgpt
@examgpt 25 күн бұрын
Brilliant boy!! Very crisp and clear!! - From a guy from remote part of India
@deeplearningexplained
@deeplearningexplained 25 күн бұрын
Thanks! I’m glad it was useful! 👍👍👍