7 Mistakes Beginner ML Students Make Every Year

  Рет қаралды 52,435

Boris Meinardus

Boris Meinardus

Күн бұрын

Become better at machine learning in 5 min/ week 👉🏻 newsletter.borismeinardus.com/
In this video, I share 7 common mistakes beginner ML students make every year! I myself made some of these and have personally seen many others doing them as well. I hope this video can help you catch yourself making any of these mistakes so that you can avoid them!
Enjoy 💛
👉🏻 Book a one-on-one call
calendly.com/boris-meinardus/...
⬇️ Follow me on my other socials and feel free to Email questions! ⬇️
⚫⚪ Medium: / boris.meinardus
🐦 Twitter: / borismeinardus
================== Timestamps ================
00:00 - Intro
00:33 - Jumping straight to Neural Networks
02:32 - Ignoring Algorithms and Data structures
03:57 - Ignoring the Fundamental Math
05:41 - Having a Ridgid Mindset
07:24 - Overthinking
09:01 - Playing Single-Player Mode
10:33 - Doing too many Projects
=============================================
#ai #machinelearning #mistakes

Пікірлер: 147
@borismeinardus
@borismeinardus 4 ай бұрын
🚀 There is so much more to explore in ML. Feel free to grab my FREE cheat sheet of different ML domains and open challenges: boris-meinardus.ck.page/2f5e05bb1f
@jt4351
@jt4351 3 ай бұрын
Math isn't hard. You just have to find a teacher who explains it well. The more logical something is, the less likely it is for the experts to have above average levels of communication. You're probably not dumb, you just haven't found someone who explains it in the way your brain works. Math is a universal truth. Teaching is hard since people see the world and absorb information differently.
@borismeinardus
@borismeinardus 3 ай бұрын
very well said! Keeping that in mind will help you stay on track and not giving up ☺️
@outerspaceisalie
@outerspaceisalie 3 ай бұрын
I would argue that the very disjointed common standards for mathematical notation can be hard. A good example is newton vs leibnez notation for derivatives, or how difficult it is to type on a computer (can't type delta on my keyboard!). The concepts are ultimately easy, but the notation is messy. I kinda think we should update math notation to something that is typed, similar to programming functions. Sum(2, 3) = 5, for example. Less symbols, more consistency. If we taught it in this format it'd be a lot easier to learn imho. It would also simplify order of operations and make it translate to the digital world. It would also simplify learning trig and calculus due to prior familiarity with the format trig identities arrive in. Imagine the quadratic equation: 0 = sum(prod(A, pow(X, 2)), prod(B, X), C)
@raul36
@raul36 3 ай бұрын
Mathematics is complex. Absolutely no one with deep knowledge in mathematics (not at the engineering level) would say that they are not. If you think that, you don't know enough mathematics. You are probably referring to entry-level mathematics, which is essentially the mathematics taught in engineering. In that case, you are correct. Otherwise, no. I would like to see any average person even try to understand the formulation of complex mathematical problems. In any case, it is one thing to understand mathematics and quite another thing to discover and/or solve mathematical problems.
@borismeinardus
@borismeinardus 3 ай бұрын
@@raul36 I absolutely agree with you. "Real/ pure math" is insane. To be fair, the math used for engineering but also most math used for AI are quite simple compared to "real math" where you have one proof that spans 20 pages. But as far as my experience goes, the math for AI is not too complex. Just my opinion, of course and if you are not even remotely into numbers and letters, you will have a hard time and it probably isn't for you. But yeah, thanks for sharing! Perhaps I should have made it clearer! :)
@raul36
@raul36 3 ай бұрын
@@borismeinardus Don't worry, it was a great video. If you allow me to clarify something else, as I said, understanding mathematics is not really the complicated part. That is to say, it is relatively easy to understand the basic fundamentals of what an integral or a derivative is, but I would dare to say that a person who is not a genius would never have thought of formalizing those ideas. It is very easy to say that something is simple when it is already solved. Otherwise, I would bet all my money that 95% of the people in the world would never have been able to even formalize ideas as relatively simple as the derivative.
@MsAln1
@MsAln1 4 ай бұрын
Thank you so much Boris. You give some of the best ML advice I ever seen on YT. As a quick joke, I am low-key happy about the LLM hype, because the other fields of ML might become slightly more accessible. 😅
@borismeinardus
@borismeinardus 4 ай бұрын
I appreciate that! 💛💛 Haha yeah, you do have a point there 😆
@alien767
@alien767 4 ай бұрын
Amazing points to remember, Thank you so much, Boris
@borismeinardus
@borismeinardus 4 ай бұрын
Really glad you liked it!
@rugvedpalodkar9233
@rugvedpalodkar9233 4 ай бұрын
Hi , I made one of those mistakes i.e. directly start deep learning. Now I want to dive into the classic Machine learning algorithms. Thank you for this video
@borismeinardus
@borismeinardus 4 ай бұрын
Thanks for sharing! Although a typical mistake, it wasn't time wasted! You started to get a feel for machine (deep) learning and will possibly have a better start when learning classical machine learning
@aryamanbhatia5367
@aryamanbhatia5367 3 ай бұрын
I made the same mistake
@pinakinchoudhary9071
@pinakinchoudhary9071 4 ай бұрын
Your content is really underrated... hope you keep on making amazing videos like these ! 😊
@borismeinardus
@borismeinardus 4 ай бұрын
Thank you so much! This really means a lot to me :) I'll do my best to not disappoint you and every one else!
@BenjaminGlidden
@BenjaminGlidden 4 ай бұрын
Thank you for making this video, super underrated channel.
@borismeinardus
@borismeinardus 4 ай бұрын
Thank you for the support! ☺️
@diegofilipe2540
@diegofilipe2540 4 ай бұрын
If I may say, I'd add another mistake. As you said people tend to create just a notebook and put all your code inside. Generally, this code has the data as input and a model or metrics as outputs. I suggest makingake this code as a pipeline. Think about how you could make this reproducible as a manufacturing mat. Modularize your code and break it into small pieces independently.
@borismeinardus
@borismeinardus 4 ай бұрын
That's indeed a good practise to get your code from exploration to an actual pipeline for longer training! Thank you for sharing :)
@Param3021
@Param3021 4 ай бұрын
MLOps ? I am a beginner don't know much, so pardon me if I am wrong 😅
@diegofilipe2540
@diegofilipe2540 4 ай бұрын
@@Param3021 It's related of course but I like to mention this because in the real world, the projects don't finish when the model is trained. There are several steps to put this in production and for me, a model that doesn't go to production is the same that you don't have a model.
@blender_wiki
@blender_wiki 3 ай бұрын
Indeed, this is a good suggestion; however, in R&D testing phases, a more practical and time saving approach might involve using a monolithic strategy.
@joelwillis2043
@joelwillis2043 3 ай бұрын
yes yes like we started doing 10 years ago
@imaanislam9873
@imaanislam9873 4 ай бұрын
Man, I have been listening to many ML guys. but i dont think they tell the things the right way, I was figuring out the next steps in ML journey, and you made it clear for me,. Sooo happy. blessings
@borismeinardus
@borismeinardus 4 ай бұрын
Thank you! I'm really glad I could help a bit along the way!
@carsongutierrez7072
@carsongutierrez7072 4 ай бұрын
This is so great for me! Thank you ML Guru bro!
@borismeinardus
@borismeinardus 4 ай бұрын
My pleasure! I really appreciate the support 🤩
@asatorftw
@asatorftw 4 ай бұрын
Hey Boris! I appreciate your channel and I would love to see some actual building of ML projects! I feel that KZbin is slowly turning into a "give generic advice" platform, mostly because those kind of videos are just so easy to make. I don't want to criticize what videos you make, all I'm saying is that I crave videos with practical substance =D
@borismeinardus
@borismeinardus 4 ай бұрын
Hey! Yeah, I see what you mean. The issue I have with such specific projects/ tutorials is that they are very specific. There are other great channels that make ML coding tutorials (such as Nicholas Renotte or Patrick Loeber) so I feel like it would be nothing all too new. That said, my next video will be about my favourite ML project to work on, but it's again rather a breakdown of how to approach that project. I still think it is very useful and I would have loved to have such a video when I got started. That's why I'm making the video :) So yeah, thank you so much for taking the time to give a recommendation! I will still always keep that in mind! 💛
@barbaragendron2836
@barbaragendron2836 4 ай бұрын
This is 100% accurate. Because of LLMs being my research topic I went through many papers recently, therefore I can bring another reason why you should not restrict your study to LLMs: there is a need (hence an excitement) for other approches to enhance LLMs abilities. Few-shot learning, meta-learning, multimodal setup, knowledge graphs to name a few. So the more you explore the field, the better prepared you will be for the future of LLMs :)
@borismeinardus
@borismeinardus 4 ай бұрын
Exactly! Well said! 🚀
@shilashm5691
@shilashm5691 3 ай бұрын
you mean in-context learning ryt?
@barbaragendron2836
@barbaragendron2836 3 ай бұрын
@@shilashm5691 ICL is also an interesting perspective for LLMs post-training, although it is different from few-shot learning mainly because it doesn't involve parameter updates. This is well explained in GPT-3 paper for instance.
@shilashm5691
@shilashm5691 3 ай бұрын
@@barbaragendron2836 But, as far as i know ICL also can be used for few-shot learning, we create a prompt with few instance of examples for some task nd input it to the LLM's. Take a look at Meta learning and multi-task learning cpurse from stanford
@shilashm5691
@shilashm5691 3 ай бұрын
@@barbaragendron2836 We can also both fine-tuning with few examples of task and in-context learning with few examples in prompts as "Few Shot Learning". Correct me if im wrong.
@aniqatiq731
@aniqatiq731 2 ай бұрын
I guess recreating research paper is most essential and crutial. You are absolutely right. Been missing this technique.
@Dannydrinkbottom
@Dannydrinkbottom 4 ай бұрын
Very insightful. Thanks.
@borismeinardus
@borismeinardus 4 ай бұрын
I’m really glad you liked it 🤗
@ashleygirgis3191
@ashleygirgis3191 3 ай бұрын
I was just about to scrap the stanford ML specialization to jump to LLMs. Thanks so much I needed to hear this!
@borismeinardus
@borismeinardus 3 ай бұрын
Exploring things where you want to get to is fun! But if you want to take learning ML seriously you need to learn those fundamentals :) Keep it up and have fun ☺️
@mramar190
@mramar190 4 ай бұрын
Mal wieder ein sehr gelungenes Video 💪🏼
@borismeinardus
@borismeinardus 4 ай бұрын
Danke 🙏🏼☺️
@novantha1
@novantha1 17 күн бұрын
I've been aware of the fundamentals of machine learning for around a decade now, but I just recently got into it and took the plunge. I have no PHD, or higher education that would suggest knowledge of machine learning, but I feel I've learned a lot pouring over research papers and applying them in code over the last six months. Strictly speaking, odds are that I shouldn't be able to get into an engineering position this way, but stranger things have happened. I'm not really sure how to explain it, but in the last two months or so that I've been properly implementing things, particularly research papers without existing code implementations, I've really felt that it's all started to make sense. Who knows, maybe I'll luck out.
@EdFormer
@EdFormer 3 ай бұрын
I would argue that a bit of iteration between classical ML and DL can keep things exciting. I did my PhD on a sequence generation problem that was pretty much entirely dealt with using HMMs, which became the first ML algo I studied. The second was GANs, which at the time was considered the most challenging DL method to work with (possibly still is!), and I ultimately got my PhD for showing they performed better in the problem I was considering than the existing approaches. Since then, I've gone back and forth between DL and classical ML algorithms and have done postdocs on projects involving various applications of ML and now teach the subject at Master's level - from K-NN to the most obscure SSL computer vision methods. I think I would have lost interest with just learning classical ML before I got to DL - learning about them in parallel helped keep it exciting AND helped me link things together. Completely agree with all your other points though! Fundamental maths and computer science concepts are everything and knowledge about advancements in LLMs is nothing - if you know higher order Markov chains then LLMs are better equipped to work on them than anyone who doesn't.
@blender_wiki
@blender_wiki 3 ай бұрын
Actualy when someone use the Term AI you knows he is highly incompetent or is working in the marketing department. 😅 Good video, like in all disciplines start from the foundation otherwise your growing potential and flexibility is limited very fast.
@borismeinardus
@borismeinardus 3 ай бұрын
yes haha I have to struggle with when to use AI and when not. 😅 But most people are looking for „AI stuff“ and since I want to reach those people, I somehow have to offer them the term Thank you for the kinds words ☺️
@arunakumarik3698
@arunakumarik3698 23 күн бұрын
Simply superb
@vamsikrishna6968
@vamsikrishna6968 4 ай бұрын
Great video and I feel you are underrated. Thanks for existing on KZbin. Could you tell the average salary and the salary range in the ML field in Germany?
@borismeinardus
@borismeinardus 4 ай бұрын
Thank you!!! I will do my very best to not disappoint! So, regarding the salary ranges, it's difficult to say of course. It depends on the city, level, and company you are applying to. Most non Big Tech companies might go up to 90k/ year, but for big tech that is rather the lower end for entry/ early level salaries. I recommend to visit levels.fyi, there you can very nicely filter through the jobs yourself and have a great look! Happy Learning!
@gustavojuantorena
@gustavojuantorena 3 ай бұрын
Great piece of advice
@borismeinardus
@borismeinardus 3 ай бұрын
Thanks 😊
@nickjames2651
@nickjames2651 3 ай бұрын
Amazing video!!! I'm a recent Electrical Engineer BS grad but I really want to get into this! I will be starting my MS in CS this Fall but want to hyper focus on the pre-requisite math, data structures, and algorithms that will give me a solid foundation. I have some experience from my undergrad but not enough to feel super confident. Does anyone have any recommendations on online resources to get fully caught up on these core foundational classes. Particularly a class that is teaching these topics with the intention of being applied to AI/ML?
@Weak-AI
@Weak-AI Ай бұрын
Thank you Boris. What tool do you use to make your animated diagrams?
@Siroitin
@Siroitin 3 ай бұрын
Good to remember that different programming languages have different cultures. I have been learning Julia and that has helped me a lot because I have been able to get help from Discord channels and forums. Also that culture steers you to certain path, i.e, Julia community often solves problems with a certain way.
@borismeinardus
@borismeinardus 3 ай бұрын
I honestly don‘t have experience with Julia, but I can very much imagine that the communities differ! So many C++ fans for example hate on python haha
@Siroitin
@Siroitin 3 ай бұрын
@@borismeinardus You can see the difference more clearly when you ask ChatGPT do easy task in C, C++, Python, Java or R. If I do statistics, I often ask the code in R and then translate it to other languages because if you ask it in Python, it might write the code like a web developer
@valentinleguizamon9957
@valentinleguizamon9957 3 ай бұрын
I'm still watching just want to say you have one beautiful and kind soul I bove you so much you're great, Boris
@valentinleguizamon9957
@valentinleguizamon9957 3 ай бұрын
love*
@borismeinardus
@borismeinardus 3 ай бұрын
Thank you very much 😊 I'm trying my best to provide value and really appreciate kind comments like yours!
@chan90s
@chan90s 3 ай бұрын
Your videos help me in decision making. I worked on few supervised learning projects as an Engineer and realised that i can't be top 1% engineer. I'm looking for AI PM roles where i can seemlessly discuss with ML Engineers without having to worry about bug fixes or days of uncertainty. May I know what challenges do you face when working with product managers ?
@borismeinardus
@borismeinardus 3 ай бұрын
exciting! Hmm, I personally have not yet worked with PMs, sorry :/
@AnkanNayak-qz7cx
@AnkanNayak-qz7cx 4 ай бұрын
One last question, do you recommend to do ML crash course by Google before Andrew Ng's course. And a humble request , please make begginer friendly projects on ML as hands on project base learning really helps to understand the topic.Btw thanks for helping the community with your valuable knowledge 😊
@borismeinardus
@borismeinardus 4 ай бұрын
Disclaimer: I have not completed the ML crash course by Google, but have skimmed through it a while back. I think they complement each other but you don't necessarily need both, i.e. I think you don't need the ML crash course before Andrew Ng's course. Regarding the hands-on projects, I'll have to see whether I can provide more value with such videos as there are already a lot of those on YT. That said, a while ago I did actually make a project with 2 parts :) Here is part 1: kzbin.info/www/bejne/oKm1dmCcZZ6eeKM Thank you for the support!! I really appreciate it 💛 Happy Learning!
@hoangduy500
@hoangduy500 3 ай бұрын
Thanks, Boris. I found your video very insightful. However, I have another question. Is it important to secure an internship or industry-related work experience in machine learning? I'm a final year student and most of my experience so far has revolved around research activities at the university. This includes participating in an undergraduate research program, working as a research assistant, and doing a few of personal ML projects. I would really appreciate your insights on this matter.
@borismeinardus
@borismeinardus 3 ай бұрын
Thank you! So, it is difficult to say because it really depends on you specific case and university experience and projects. But in general, I would always say it is very useful to have some industry/ research lab experience. You can always write me an email and I'll do my best to get back to you, but if you want to ask more complex questions and get some better mentoring feel free to simply book a 1-on-1 call on my calendar :) calendly.com/boris-meinardus/consulting You can also subscribe to my free weekly newsletter where I share even more advice on getting into ML newsletter.borismeinardus.com I hope this helps a bit 😊💛
@hok8442
@hok8442 24 күн бұрын
Can you provide us with a video explaining the basic mathematics in this field?🙃
@yuvrajkukreja9727
@yuvrajkukreja9727 3 ай бұрын
thanks for advice , i am programmer starting to learn ml instead directly llm ... thanks for advice 😊
@borismeinardus
@borismeinardus 3 ай бұрын
I‘m glad it was helpful ☺️
@peterlk3276
@peterlk3276 3 ай бұрын
My understanding is that there are no entry level MLE jobs. As a baseline you are expected to have senior level experience in Software Design and System Design on top of all the ML theory, methodolgy and tools. The likley path is to either be a SDE or Data Engineer first then transion into ML after you have enough experince working with data at scale and desiging systems at scale.
@borismeinardus
@borismeinardus 3 ай бұрын
It really depends on the company, the role, and your experience straight out of college. I e.g. know a guy who got an ML engineering position at Apple straight out of college (masters).
@AnkanNayak-qz7cx
@AnkanNayak-qz7cx 4 ай бұрын
Hey I have completed the math course for machine learning provided by DeeplearningAi, do I need to deep dive more into, or it's enough to start and to build the foundation
@borismeinardus
@borismeinardus 4 ай бұрын
I don't quite know what exactly the specific course covers, but if you have had topics like probability theory, linear algebra, multivariate calculus (not even all too in depth), you should be good to go to continue on building more practical experience in ML! Every time you later come across some math you don't understand or have not seen before (which is pretty much 100% guaranteed) you will have to look it up and thus continuously learn more and more :)
@theencryptedpartition4633
@theencryptedpartition4633 4 ай бұрын
Should I study Design and Analysis of Algorithms then? I like the book “The Art of Computer Programming” by Donald Knuth, I’m hoping to start doing some problems with it when I get into uni
@borismeinardus
@borismeinardus 4 ай бұрын
If you enjoy coding and algorithms, you will have a good time studying algorithms and data structures, which are part of the toolkit a ML engineer needs! At least for the ML engineering interviews :)
@muneebahmadganie9029
@muneebahmadganie9029 3 ай бұрын
For Design and analysis of algorithms, I’d recommend “Introduction to Algorithms “ by Cormen, Leiserson, Rivest and Stein.. Popularly known as CLRS..
@justinnacu
@justinnacu 3 ай бұрын
Hi Boris, I’m focusing on computer vision can you suggest any courses or learning materials that focuses on computer vision. I want to create a model that detects if something got rotated, flipped, etc.
@valentinleguizamon9957
@valentinleguizamon9957 3 ай бұрын
Did you find material to study from? Oh and, might I ask what is your main focus which makes you study this? :D
@tahmidpiash6251
@tahmidpiash6251 4 ай бұрын
Hi Boris! Thank you for your awesome contents. I really want to have a chat with you regarding directions about my ML career. But in the call booking link, there is only the option of paying with paypal. There is no option for payment with cards. Unfortunately, paypal isn’t allowed in my country. Can you provide any alternatives?
@borismeinardus
@borismeinardus 3 ай бұрын
Hey! Thank you for kinds words 😊 I see. I went ahead and created an alternative link: calendly.com/boris-meinardus/consulting-2 Looking forward to our chat! 😊
@i_youtube_
@i_youtube_ 4 ай бұрын
We need separate video about learning math the right way.
@borismeinardus
@borismeinardus 4 ай бұрын
Haha that's really a tough one
@i_youtube_
@i_youtube_ 4 ай бұрын
@@borismeinardus I mean math for machine learning. How did you learn it? Should we take separate math courses before jumping into machine learning? Should we learn math while by googling while learning machine learning? This is something important not clear for most new comers.
@i_youtube_
@i_youtube_ 4 ай бұрын
@@borismeinardus I mean math for machine learning. How did you learn it? Should we take separate math courses before jumping into machine learning? Should we learn math while by googling while learning machine learning? This is something important not clear for most new comers.
@srijanbadhya6959
@srijanbadhya6959 3 ай бұрын
Hi Boris. Where do you think I should see research papers from? Most of them are so hard to digest.
@borismeinardus
@borismeinardus 3 ай бұрын
I think when it comes to reading papers there are a few tips one can give, but you are literally reading about the current (or past) state of the art research. It will be difficult in the beginning. But if you just keep going, google ever thing you don‘t understand. Ask ChatGPT or Microsoft Copilot, Perplexity, or any of those LLMs, you will learn so much and get used to it much quicker than you think :) Just keep going and, most importantly, enjoy it! every google search you do is a new thing you learn! That‘s at least how I see it ☺️💛
@srijanbadhya6959
@srijanbadhya6959 3 ай бұрын
@@borismeinardus thanks!
@rohanpandey9957
@rohanpandey9957 4 ай бұрын
Also I am a good maths student and have currently completed the ml specialization course by Andrew ng where would you recommend I go from here?
@borismeinardus
@borismeinardus 4 ай бұрын
I think you should get to reading papers. There you will get a feel for how comfortable you are with understanding the theory. If you feel comfortable with reading papers, I would say you get your hands dirty and work on projects. My favourite one is reimplementing a paper and recreating it's results :) (I will have a video in 2 weeks covering exactly that! Might be useful to you)
@shaasvatbharat
@shaasvatbharat 3 ай бұрын
Hi Boris, I haven't come across such videos of implementing research papers and reproduce results. I think this would be very helpful in understanding what critical thinking skills are needed to read papers and contribute. Good idea, bro!
@borismeinardus
@borismeinardus 3 ай бұрын
@@shaasvatbharat video on that coming soon ;)
@rushabhmehta6721
@rushabhmehta6721 4 ай бұрын
Is google's machine learning crash course enough to get started? Im planning on doing Andrew Ng's course next
@borismeinardus
@borismeinardus 4 ай бұрын
Yes, it is!
@victorkingoshimua6623
@victorkingoshimua6623 4 ай бұрын
Hey what do you think about the application of machine learning in the cybersecurity domain?
@borismeinardus
@borismeinardus 4 ай бұрын
Detecting fraud and nowadays detecting AI generated content is a very important application of AI!
@victorkingoshimua6623
@victorkingoshimua6623 4 ай бұрын
@@borismeinardus I'm also interested in things like malware detection with ml
@AnkanNayak-qz7cx
@AnkanNayak-qz7cx 4 ай бұрын
Hey why don't you start a ML course , that would be really helpful 🙂 , I know it's time consuming , you can just guide us using others course
@borismeinardus
@borismeinardus 4 ай бұрын
I have definitely thought of creating a course. But as you mention yourself, it is indeed very time consuming 😬 But if enough people show interest, I will definitely do my best to put something together! 💛
@bunty396
@bunty396 21 күн бұрын
Strong in fundamental math, ok in coding still not getting any job 😢😢
@observer698
@observer698 3 ай бұрын
How to find people for accountibility or to work with?😊
@borismeinardus
@borismeinardus 3 ай бұрын
If you are at college, look at people that are hard working and enjoy ML or perhaps join some cool club. You can also join online communities, e.g. on discord.
@Lostverseplays
@Lostverseplays 4 ай бұрын
Can you please make a vid on maths for ml, all maths in detail with if possible free sources on internet (Books and vids)
@borismeinardus
@borismeinardus 4 ай бұрын
Hey! I give some of my favourite in my video on how I would learn ML in 2024 if I could start over :) But a new one I came across is the following book called "Mathematical Introduction to Deep Learning: Methods, Implementations, and Theory" arxiv.org/abs/2310.20360
@Lostverseplays
@Lostverseplays 4 ай бұрын
@@borismeinardus thank you for your reply also to mention I have started ml Done python now am doing stat 110 from Harvard on KZbin I know about linear algebra, multivariate calculus are there any other topics in math that I need to know??
@borismeinardus
@borismeinardus 4 ай бұрын
@@Lostverseplays Amazing! You are on a really good track! Probability theory is another big part of ML so stat 110 is a good place to be! Have a look at the topics in the book I mentioned and see if there are any big topics that you might have missed. But as one of my main recommendations, I always say to not get too hung up on the complex stuff and details. Once you get to reading papers and working on more complex projects you will have a reason to revisit them and really understand them. If you put in the hours, just continue doing what you are doing, you will eventually understand much more than trying to understand something difficult, failing, and giving up. Happy Learning!
@Lostverseplays
@Lostverseplays 4 ай бұрын
@@borismeinardus Thank you, the last four lines are really good !!
@borismeinardus
@borismeinardus 4 ай бұрын
😊😊😊
@genusbit4172
@genusbit4172 3 ай бұрын
excellent video. However if you are a developer and want to apply existing models to whatever you are doing, the best way to learn is doing. If you are a researcher then indeed....
@borismeinardus
@borismeinardus 3 ай бұрын
Thanks for sharing! In any case, be it as a developer or researcher, the best case is just putting in the time and learning by doing. As Andrej Karpathy also said - If you put in 10,000 hours, you will be very good at whatever you are doing.
@Uncreeperble
@Uncreeperble 4 ай бұрын
I start my Computer Science Degree with a major in ML at UQ this year- any tips?
@borismeinardus
@borismeinardus 4 ай бұрын
- Don't get frustrated when you don't understand something. Take a break then revisit it. Look for explanations on the internet. Ask friends. - Be curious. When you see something new, try to get into the mindset of "wow, that might be interesting", "learning this will make me an even better ML engineer/ researcher" - Get to reading papers and working on projects sooner than you think. By reading papers (and following the tips above) you will more than by just going through curated content. By coding you will learn how to apply the theory and really get an intuition for it, how it works and why. - Enjoy the learning itself! It will never stop :) Happy Learning!
@Uncreeperble
@Uncreeperble 4 ай бұрын
@@borismeinardus thank you so much =) I'll see you in 3 years when I'm looking for a job and need advice to not fail my next ML interview
@borismeinardus
@borismeinardus 4 ай бұрын
@@Uncreeperble I'll be waiting! 🚀
@Pankaj_Khanal_Joshi
@Pankaj_Khanal_Joshi 3 ай бұрын
I am looking for good tutorial to learn basic ML to Advance ML with mathematics
@AnA-xx1vx
@AnA-xx1vx 4 ай бұрын
Mistake--not watching KZbin videos by "'The data janitor"' Mistake--Either go top down or bottom up or sideways( and if your primary concern is money , don't come in ML...not that it is wrong... it's just that you're not going to make it) Mistake-- Believing (ok he has mentioned in the video,, as I am typing this lol..I guess mistake 5) Edit: This comment is for Indian viewers. Like most of the jobs are out of India, and in even in IITs, nits and iiits there is nothing serious going on ( research/ industry). Now you might land up a job simply answering how linear regression works or you might not get a job even after understanding everything in the paper "'attention is all you need"'. There's no framework and luck plays a major role.
@borismeinardus
@borismeinardus 3 ай бұрын
Thank you for sharing!!
@athul_sidiq
@athul_sidiq 4 ай бұрын
🔥
@borismeinardus
@borismeinardus 4 ай бұрын
🚀🚀
@parashgoswami264
@parashgoswami264 4 ай бұрын
Hi I really liked your video and recommended to my friends. Can you please add a video on how to start learning python
@ElParacletoPodcast
@ElParacletoPodcast 3 ай бұрын
LLM’s are like the DOS operating system, it will be left in the dust.
@oceanview3165
@oceanview3165 3 ай бұрын
I have a bachelor in Computer Science and one year of experience in software engineering. Do you think getting a masters in Computer Science will make it easier to land a ML job?
@borismeinardus
@borismeinardus 3 ай бұрын
Short answer: yes. Long answer: Depends on what opportunities you have. If you are a SWE working closely with ML engineers or on ML projects at your current company, you probably don‘t need it. But if you don‘t have such an opportunity and can‘t work on personal ML projects, a masters would probably make sense :)
@oceanview3165
@oceanview3165 3 ай бұрын
Thank you! @@borismeinardus
@truthprogrammer7594
@truthprogrammer7594 4 ай бұрын
Hi boris -- Give me some good resources for learning machine learning and ai in reply
@borismeinardus
@borismeinardus 4 ай бұрын
Hey! I give some of my favourite in my video on how I would learn ML in 2024 if I could start over :) But a new one I came across is the following book called "Mathematical Introduction to Deep Learning: Methods, Implementations, and Theory" arxiv.org/abs/2310.20360
@menshift
@menshift 4 ай бұрын
TRUST ME YOU WORTH MADE
@borismeinardus
@borismeinardus 4 ай бұрын
Not 100% sure what you mean but thank you! 💛
@mayankpatni5639
@mayankpatni5639 4 ай бұрын
Full stack web developer vs data engineer more job opening more package future growth
@borismeinardus
@borismeinardus 3 ай бұрын
Both are pretty different but if I really had to choose one, I'd go with data engineering :)
@parashgoswami264
@parashgoswami264 4 ай бұрын
Please suggest some good resources for learning python
@borismeinardus
@borismeinardus 4 ай бұрын
I really like www.youtube.com/@patloeber But another great full course to get started with is this one kzbin.info/www/bejne/laa0o31midCNosU by Programming with Mosh :)
@shumbabala6474
@shumbabala6474 4 ай бұрын
is python strictly necessary or can you go along with a different language@@borismeinardus
@TIENTI0000
@TIENTI0000 3 ай бұрын
s sound is too loud
@HarshSingh-qq2jf
@HarshSingh-qq2jf 3 ай бұрын
Hi, is there someone starting like me and what to learn together? Please leave a reply, people from all the countries are encouraged to join me and make a new friend and learn together... I'm from INDIA
@datons
@datons 27 күн бұрын
Totally agree with this video; I've had many students who hated ML because their professors taught many maths... Also, in case anyone would like to understand how simple is to write the code for any Machine Learning model from Scikit-Learn library: kzbin.info/www/bejne/nHalqXmNqtmbars
@abhishekkumarpandey1968
@abhishekkumarpandey1968 2 ай бұрын
This video is not making any sense to me. I am proponent of the "10000 hours rule". There is no perfect path to learn AI. Try the path which interests you the most. Andrew Ng suggests that an AI student should try to read and understand and deply AI research paper in various ways. Simply, there exists any foolproof path. There is no one path.
@Wiishesssss
@Wiishesssss 4 ай бұрын
hallo, I saw you and your sister in the cinema watching The Boy and the Heron, i feel that we have a connection, we can be really good together. Please answer me, i love you...
@borismeinardus
@borismeinardus 4 ай бұрын
Yeah, I indeed was there with my girlfriend :) The movie was amazing, but also very confusing haha You can of course politely come up to me and I would be very happy to say hi 😊 I am also flattered by your kind words but I am sure there are other great guys that are into AI and Anime 😊
@kiit8337
@kiit8337 3 ай бұрын
😂😂😂😂😂😂​@@borismeinardus
@thehealthofthematter1034
@thehealthofthematter1034 27 күн бұрын
Learn math and code it in Python
@DataScienceAI-rf4kx
@DataScienceAI-rf4kx 3 ай бұрын
I read your medium article this video came into my feeds on KZbin by "KZbin recommendation " nice article and video :) I recommend don't jump to hype ! what you think
@DataScienceAI-rf4kx
@DataScienceAI-rf4kx 3 ай бұрын
Reimplementing the paper
@borismeinardus
@borismeinardus 3 ай бұрын
Ahh, cool 🤩 Thank you and welcome aboard!
Andrew Ng Machine Learning Career Advice
10:02
Jared Beckwith, R. EEG T.
Рет қаралды 83 М.
Understand ChatGPT Better Than 99% of People
16:04
Boris Meinardus
Рет қаралды 5 М.
Мы играли всей семьей
00:27
Даша Боровик
Рет қаралды 2,8 МЛН
Қайрат Нұртас & ИРИНА КАЙРАТОВНА - Түн
03:41
RAKHMONOV ENTERTAINMENT
Рет қаралды 2,1 МЛН
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Рет қаралды 115 МЛН
ML Engineering is Not What You Think - ML jobs Explained
13:23
Boris Meinardus
Рет қаралды 49 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 135 М.
preparing for google's machine learning interview
9:49
eniolaa
Рет қаралды 52 М.
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 641 М.
I Didn't Get ML Interviews Until I Learned This
11:31
Boris Meinardus
Рет қаралды 7 М.
How I’d learn ML in 2024 (if I could start over)
7:05
Boris Meinardus
Рет қаралды 809 М.
Don’t Be An ML/AI Engineer If You’re Like This...
9:57
Exaltitude
Рет қаралды 170 М.
You need to learn AI in 2024! (And here is your roadmap)
45:21
David Bombal
Рет қаралды 612 М.
AI Expert Explains Future Programming Jobs… and Python
9:59
Travis Media
Рет қаралды 273 М.
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 3,9 М.
Which Phone Unlock Code Will You Choose? 🤔️
0:14
Game9bit
Рет қаралды 4,8 МЛН
Самый маленький Iphone в мире!📱(@ghoul.arena)
0:22
Взрывная История
Рет қаралды 333 М.