7 Mistakes Beginner ML Students Make Every Year

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 157

  • @borismeinardus
    @borismeinardus  11 місяців тому +8

    🚀 There is so much more to explore in ML. Feel free to grab my FREE cheat sheet of different ML domains and open challenges:
    borismeinardus.substack.com/p/a-list-of-different-ml-domains

  • @jt4351
    @jt4351 11 місяців тому +60

    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  11 місяців тому +9

      very well said! Keeping that in mind will help you stay on track and not giving up ☺️

    • @outerspaceisalie
      @outerspaceisalie 11 місяців тому +2

      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 11 місяців тому +1

      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  11 місяців тому +2

      @@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 11 місяців тому +1

      @@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.

  • @rugvedpalodkar9233
    @rugvedpalodkar9233 11 місяців тому +16

    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  11 місяців тому +2

      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 10 місяців тому

      I made the same mistake

  • @barbaragendron2836
    @barbaragendron2836 11 місяців тому +19

    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  11 місяців тому

      Exactly! Well said! 🚀

    • @shilashm5691
      @shilashm5691 11 місяців тому

      you mean in-context learning ryt?

    • @barbaragendron2836
      @barbaragendron2836 11 місяців тому

      @@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 11 місяців тому

      @@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 11 місяців тому

      @@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.

  • @diegofilipe2540
    @diegofilipe2540 11 місяців тому +27

    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  11 місяців тому +6

      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 11 місяців тому

      MLOps ?
      I am a beginner don't know much, so pardon me if I am wrong 😅

    • @diegofilipe2540
      @diegofilipe2540 11 місяців тому +2

      @@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 11 місяців тому +2

      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 11 місяців тому

      yes yes like we started doing 10 years ago

  • @MsAln1
    @MsAln1 11 місяців тому +14

    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  11 місяців тому +1

      I appreciate that! 💛💛
      Haha yeah, you do have a point there 😆

  • @imaanislam9873
    @imaanislam9873 11 місяців тому +3

    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  11 місяців тому +1

      Thank you! I'm really glad I could help a bit along the way!

  • @ashleygirgis3191
    @ashleygirgis3191 10 місяців тому +2

    I was just about to scrap the stanford ML specialization to jump to LLMs. Thanks so much I needed to hear this!

    • @borismeinardus
      @borismeinardus  10 місяців тому

      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 ☺️

  • @EdFormer
    @EdFormer 11 місяців тому +2

    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.

  • @alien767
    @alien767 11 місяців тому +4

    Amazing points to remember, Thank you so much, Boris

  • @asatorftw
    @asatorftw 11 місяців тому +8

    Hey Boris! I appreciate your channel and I would love to see some actual building of ML projects! I feel that UA-cam 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  11 місяців тому +3

      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! 💛

  • @pinakinchoudhary9071
    @pinakinchoudhary9071 11 місяців тому +3

    Your content is really underrated... hope you keep on making amazing videos like these ! 😊

    • @borismeinardus
      @borismeinardus  11 місяців тому +1

      Thank you so much! This really means a lot to me :) I'll do my best to not disappoint you and every one else!

  • @novantha1
    @novantha1 8 місяців тому

    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.

  • @aniqatiq731
    @aniqatiq731 10 місяців тому

    I guess recreating research paper is most essential and crutial. You are absolutely right. Been missing this technique.

  • @carsongutierrez7072
    @carsongutierrez7072 11 місяців тому +2

    This is so great for me! Thank you ML Guru bro!

    • @borismeinardus
      @borismeinardus  11 місяців тому

      My pleasure! I really appreciate the support 🤩

  • @BenjaminGlidden
    @BenjaminGlidden 11 місяців тому +1

    Thank you for making this video, super underrated channel.

  • @mahiaravaarava
    @mahiaravaarava 3 місяці тому

    Beginner ML students often make mistakes such as neglecting foundational concepts and overfitting models to training data.

  • @blender_wiki
    @blender_wiki 11 місяців тому +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  11 місяців тому +1

      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 ☺️

  • @Emadamx
    @Emadamx 4 місяці тому

    If it's that easy, everyone will be doing it, that's absolutely true

  • @fakeavangchhia3131
    @fakeavangchhia3131 5 місяців тому +1

    I have alraedy learn basic programming and matrix algebra, will it be okay to start from NLP?

  • @calebmeyer5958
    @calebmeyer5958 4 місяці тому

    Great video Bro! Your graphics/animation look clean!! May I kindly know how you design them? Thank you

  • @i_youtube_
    @i_youtube_ 11 місяців тому +1

    We need separate video about learning math the right way.

    • @borismeinardus
      @borismeinardus  11 місяців тому +1

      Haha that's really a tough one

    • @i_youtube_
      @i_youtube_ 11 місяців тому

      @@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_ 11 місяців тому

      @@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.

  • @hoangduy500
    @hoangduy500 11 місяців тому +2

    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  11 місяців тому

      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 😊💛

  • @Dannydrinkbottom
    @Dannydrinkbottom 11 місяців тому +1

    Very insightful. Thanks.

    • @borismeinardus
      @borismeinardus  11 місяців тому +1

      I’m really glad you liked it 🤗

  • @mramar190
    @mramar190 11 місяців тому +1

    Mal wieder ein sehr gelungenes Video 💪🏼

  • @chan90s
    @chan90s 10 місяців тому +1

    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  10 місяців тому

      exciting!
      Hmm, I personally have not yet worked with PMs, sorry :/

  • @Siroitin
    @Siroitin 11 місяців тому

    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  11 місяців тому

      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 11 місяців тому

      @@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

  • @theencryptedpartition4633
    @theencryptedpartition4633 11 місяців тому +2

    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  11 місяців тому +1

      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 11 місяців тому

      For Design and analysis of algorithms, I’d recommend “Introduction to Algorithms “ by Cormen, Leiserson, Rivest and Stein.. Popularly known as CLRS..

  • @valentinleguizamon9957
    @valentinleguizamon9957 11 місяців тому

    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 11 місяців тому

      love*

    • @borismeinardus
      @borismeinardus  11 місяців тому

      Thank you very much 😊
      I'm trying my best to provide value and really appreciate kind comments like yours!

  • @peterlk3276
    @peterlk3276 11 місяців тому

    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  11 місяців тому

      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).

  • @genusbit4172
    @genusbit4172 11 місяців тому +1

    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  11 місяців тому

      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.

  • @yuvrajkukreja9727
    @yuvrajkukreja9727 11 місяців тому +1

    thanks for advice , i am programmer starting to learn ml instead directly llm ... thanks for advice 😊

  • @srijanbadhya6959
    @srijanbadhya6959 11 місяців тому +1

    Hi Boris. Where do you think I should see research papers from? Most of them are so hard to digest.

    • @borismeinardus
      @borismeinardus  11 місяців тому +1

      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 11 місяців тому

      @@borismeinardus thanks!

  • @rushabhmehta6721
    @rushabhmehta6721 11 місяців тому +1

    Is google's machine learning crash course enough to get started? Im planning on doing Andrew Ng's course next

  • @AnkanNayak-qz7cx
    @AnkanNayak-qz7cx 11 місяців тому +2

    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  11 місяців тому

      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! 💛

  • @AnkanNayak-qz7cx
    @AnkanNayak-qz7cx 11 місяців тому +2

    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  11 місяців тому +3

      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: ua-cam.com/video/jxRE-f09kBA/v-deo.html
      Thank you for the support!! I really appreciate it 💛
      Happy Learning!

  • @Weak-AI
    @Weak-AI 8 місяців тому

    Thank you Boris. What tool do you use to make your animated diagrams?

  • @vamsikrishna6968
    @vamsikrishna6968 11 місяців тому +2

    Great video and I feel you are underrated. Thanks for existing on UA-cam.
    Could you tell the average salary and the salary range in the ML field in Germany?

    • @borismeinardus
      @borismeinardus  11 місяців тому +2

      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!

  • @Thebibleauthority
    @Thebibleauthority 11 місяців тому +1

    LLM’s are like the DOS operating system, it will be left in the dust.

  • @AnA-xx1vx
    @AnA-xx1vx 11 місяців тому +1

    Mistake--not watching UA-cam 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.

  • @gustavojuantorena
    @gustavojuantorena 11 місяців тому +1

    Great piece of advice

  • @justinnacu
    @justinnacu 11 місяців тому +1

    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 11 місяців тому +1

      Did you find material to study from?
      Oh and, might I ask what is your main focus which makes you study this? :D

  • @aurkom
    @aurkom 4 місяці тому

    Getting a motivated peer group is quite hard to do.

  • @akinmademoses2452
    @akinmademoses2452 4 місяці тому

    Hey boss, I want to get into NLP what's your advice? What's the roadmap to follow, pls respond

  • @RamonWilliamsJr
    @RamonWilliamsJr 26 днів тому

    Thanks buddy

  • @wtfcoding
    @wtfcoding 4 місяці тому

    thanks!

  • @arunakumarik3698
    @arunakumarik3698 8 місяців тому

    Simply superb

  • @observer698
    @observer698 10 місяців тому

    How to find people for accountibility or to work with?😊

    • @borismeinardus
      @borismeinardus  10 місяців тому

      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.

  • @AnkanNayak-qz7cx
    @AnkanNayak-qz7cx 11 місяців тому +1

    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  11 місяців тому +2

      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 :)

  • @Uncreeperble
    @Uncreeperble 11 місяців тому +1

    I start my Computer Science Degree with a major in ML at UQ this year- any tips?

    • @borismeinardus
      @borismeinardus  11 місяців тому +2

      - 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 11 місяців тому +2

      @@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  11 місяців тому

      @@Uncreeperble I'll be waiting! 🚀

  • @tahmidpiash6251
    @tahmidpiash6251 11 місяців тому +1

    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  11 місяців тому +2

      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! 😊

  • @nickjames2651
    @nickjames2651 11 місяців тому

    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?

  • @victorkingoshimua6623
    @victorkingoshimua6623 11 місяців тому +1

    Hey what do you think about the application of machine learning in the cybersecurity domain?

    • @borismeinardus
      @borismeinardus  11 місяців тому +2

      Detecting fraud and nowadays detecting AI generated content is a very important application of AI!

    • @victorkingoshimua6623
      @victorkingoshimua6623 11 місяців тому

      @@borismeinardus I'm also interested in things like malware detection with ml

  • @Lostverseplays
    @Lostverseplays 11 місяців тому +2

    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  11 місяців тому +1

      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 11 місяців тому +1

      @@borismeinardus thank you for your reply also to mention I have started ml
      Done python now am doing stat 110 from Harvard on UA-cam I know about linear algebra, multivariate calculus are there any other topics in math that I need to know??

    • @borismeinardus
      @borismeinardus  11 місяців тому

      @@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 11 місяців тому +1

      @@borismeinardus Thank you, the last four lines are really good !!

    • @borismeinardus
      @borismeinardus  11 місяців тому +1

      😊😊😊

  • @computer_science_in_depth
    @computer_science_in_depth 11 місяців тому +2

    Hi boris -- Give me some good resources for learning machine learning and ai in reply

    • @borismeinardus
      @borismeinardus  11 місяців тому

      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

  • @rohanpandey9957
    @rohanpandey9957 11 місяців тому

    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  11 місяців тому +1

      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)

    • @engrvivs
      @engrvivs 11 місяців тому +1

      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  11 місяців тому

      @@engrvivs video on that coming soon ;)

  • @bunty396
    @bunty396 8 місяців тому

    Strong in fundamental math, ok in coding still not getting any job 😢😢

  • @TIENTI0000
    @TIENTI0000 11 місяців тому

    s sound is too loud

  • @oceanview3165
    @oceanview3165 11 місяців тому

    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  11 місяців тому

      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 11 місяців тому

      Thank you!
      @@borismeinardus

  • @Pankaj_Khanal_Joshi
    @Pankaj_Khanal_Joshi 11 місяців тому

    I am looking for good tutorial to learn basic ML to Advance ML with mathematics

  • @parashgoswami264
    @parashgoswami264 11 місяців тому

    Please suggest some good resources for learning python

    • @borismeinardus
      @borismeinardus  11 місяців тому

      I really like www.youtube.com/@patloeber
      But another great full course to get started with is this one ua-cam.com/video/_uQrJ0TkZlc/v-deo.html by
      Programming with Mosh :)

    • @shumbabala6474
      @shumbabala6474 11 місяців тому

      is python strictly necessary or can you go along with a different language@@borismeinardus

  • @menshift
    @menshift 11 місяців тому

    TRUST ME YOU WORTH MADE

    • @borismeinardus
      @borismeinardus  11 місяців тому

      Not 100% sure what you mean but thank you! 💛

  • @mayankpatni5639
    @mayankpatni5639 11 місяців тому

    Full stack web developer vs data engineer more job opening more package future growth

    • @borismeinardus
      @borismeinardus  11 місяців тому

      Both are pretty different but if I really had to choose one, I'd go with data engineering :)

  • @thehealthofthematter1034
    @thehealthofthematter1034 8 місяців тому

    Learn math and code it in Python

  • @datons
    @datons 8 місяців тому

    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: ua-cam.com/video/fEBxFWuth4Y/v-deo.html

  • @athul_sidiq
    @athul_sidiq 11 місяців тому +1

    🔥

    • @borismeinardus
      @borismeinardus  11 місяців тому

      🚀🚀

    • @parashgoswami264
      @parashgoswami264 11 місяців тому

      Hi I really liked your video and recommended to my friends. Can you please add a video on how to start learning python

  • @OPGAMING-rq5up
    @OPGAMING-rq5up 4 місяці тому

    anyone just starting ml and python ? i would like to have a partner

  • @abhishekkumarpandey1968
    @abhishekkumarpandey1968 10 місяців тому

    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.

  • @HarshSingh-qq2jf
    @HarshSingh-qq2jf 11 місяців тому

    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

  • @Wiishesssss
    @Wiishesssss 11 місяців тому

    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  11 місяців тому

      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 11 місяців тому

      😂😂😂😂😂😂​@@borismeinardus

  • @DataScienceAI-rf4kx
    @DataScienceAI-rf4kx 11 місяців тому +1

    I read your medium article this video came into my feeds on UA-cam by "UA-cam recommendation " nice article and video :)
    I recommend don't jump to hype ! what you think