15 Machine Learning Lessons I Wish I Knew Earlier

Поделиться
HTML-код
  • Опубликовано: 20 янв 2025

Комментарии • 86

  • @BenjaminKing-h6w
    @BenjaminKing-h6w 2 месяца назад +34

    Thank you sir, it's rare as gold to find such an honest And useful tutorial in a "learn in just X hour" era

  • @jimmy21584
    @jimmy21584 2 месяца назад +8

    This deserves 100x more views - it pretty much lines up with my thoughts on the field, worked out through trial and error.

  • @jamesrosicky2912
    @jamesrosicky2912 25 дней назад

    This channel is a gem! Greatly appreciated!

  • @rishitchugh1713
    @rishitchugh1713 2 месяца назад +68

    THIS! I agree with all the points shared here. The model is not important, training processes remain the same. Its the data engineering and you knowing where to look and what to infer is what the company will pay you for.

    • @GJRahul-rr3uk
      @GJRahul-rr3uk 2 месяца назад

      Anywhere to start for beginners ?
      For budding data scientist

    • @nkristianschmidt
      @nkristianschmidt 2 месяца назад

      Defining target variables and stating often what they are. The business side are often all over the place seen from the perspective of the machine learning engineer.

    • @GJRahul-rr3uk
      @GJRahul-rr3uk 2 месяца назад

      @@nkristianschmidt thanks

  • @VKjkd
    @VKjkd 2 месяца назад +3

    So glad you mentioned the math or getting basic intuition about the math involved.

  • @Flourish38
    @Flourish38 Час назад

    These videos are very useful! Honestly, I would appreciate it if you went into more detail about networking, since it’s by far the thing I struggle the most on. Or at least, if you can point me towards some other resources about it?

  • @ryanshea4230
    @ryanshea4230 Месяц назад +1

    As a data scientist every point you made in this video is spot on. I just have one nitpick, when you talk about documentation, the example you show is not how you should do it. Your code should be clean enough by itself to understand exactly what is happening, and you should only add comments that explain why you’re doing something a certain way. To me, documenting is a combination of clean code, adding “why” comments when there are multiple solutions, and writing clear and concise docstrings.

  • @Sadikshah099
    @Sadikshah099 2 месяца назад +2

    one of the best video ever.
    really I'm greatfull to you because I know this earlier 😊🙏

  • @Ajchester544
    @Ajchester544 2 месяца назад

    Wanted to tell ya. This is a great video! Great information. Thank you 🎉

  • @BennCsgo
    @BennCsgo 2 месяца назад

    Im starting an ML project in university as someone with not too much experience. This is so helpful

  • @YousefHaidary
    @YousefHaidary 2 месяца назад +2

    Great and informative video!

  • @anthonyJones-ll4ei
    @anthonyJones-ll4ei 2 месяца назад +12

    It is so hard to feel connected to the coding community because it seems as if 90% of them are only in it for jobs and don’t really have a passion for it.

  • @BillAugersdca
    @BillAugersdca 2 месяца назад

    I found this extremely useful as a framework to better understand the domain. Thank you!

  • @FlotsamDM
    @FlotsamDM 2 месяца назад +6

    Thanks for this! I'm currently self studying the skills needed for DS. Hoping to shift by next year.

    • @AltraPowerYT
      @AltraPowerYT 2 месяца назад

      Same here

    • @tuhin1264
      @tuhin1264 2 месяца назад

      @FlotsamDM
      @AltraPowerYT
      I am also self studying DS
      I would be cool if we could connect via discord or something

    • @LoveYou-yu8wj
      @LoveYou-yu8wj 2 месяца назад

      I'm stuck, don't know know what to study, where to start from. Completely new to this domain.
      Any suggestion or direction will be highly appreciated!
      Thanks and regards.

    • @tvbnation
      @tvbnation Месяц назад

      @@LoveYou-yu8wjyou can always just follow your interests and not think about jumping through hoops to get a job. What made you want to get in to a role in data in the first place? What things interest you outside of data?

  • @Speed001
    @Speed001 Месяц назад

    This is solid life advice, though a bit daunting

  • @bongkem2723
    @bongkem2723 2 месяца назад

    wow this is insanely compact and useful video about ML that people underestimated !!!

  • @rampraveen338
    @rampraveen338 2 месяца назад +1

    Great!! and Informative video

  • @nadirbasic1533
    @nadirbasic1533 Месяц назад

    But the term “Variance” in the Bias-Variance tradeoff DOES represent variance! It is the variance of the model’s predictions, Var(f~(x)). As the training data X is a random variable, so is the learned model and the predictions it produces f~(X). The rough intepretation of the variance term would be that the model changes a lot based on the training data

  • @LuisLascanoValarezo
    @LuisLascanoValarezo 2 месяца назад

    All he said is pure facts. Specially the parts of fundamentals!

  • @nikitawew6087
    @nikitawew6087 2 месяца назад +8

    is it machine learning or motivational speech?

  • @RolandoLopezNieto
    @RolandoLopezNieto 2 месяца назад

    Excellent points every single one of them

  • @michellewilson4217
    @michellewilson4217 2 месяца назад +1

    Excellent video

  • @TheLolz404
    @TheLolz404 2 месяца назад +1

    14:05 as a developer my PR review would be to remove those comments. Function descriptions are fine. Comments on very complex logic is also good. That is just repeating the code.

  • @umarluqman4276
    @umarluqman4276 2 месяца назад

    Great job 👏

  • @8848nepalyt
    @8848nepalyt 2 месяца назад

    Thank you for this video.

  • @mrinmoyhalder7293
    @mrinmoyhalder7293 2 месяца назад +1

    gained a lot..thanks

  • @SpinnedRock
    @SpinnedRock Месяц назад +1

    @3:36 where is this image from? :-)

  • @mospher9253
    @mospher9253 2 месяца назад

    2:34 I think learning the assumptions of the models gives already an understanding of when to use or not based if the data is violating the assumptions as well you can test some hypothesis testing and check the distributions to understand better if that's the model you should use but as well the goal of the project will kinda influence but I would say it's more the data that have bigger impact in the moment of choosing a model.
    I think it's important to know the math but I think to build a model from scratch if we talking about ML problems not DEEP LEARNING i think to make a model from scratch is really forna specific case where pyspark or other frameworks are not ideal what generally are. Im a fan of sickit learn but we all know that deploying models in sickit learn is not the best since the are use for small and medium datasets or for research. But I would say thatsickit learn is the best framework to master a lot of concepts and tools for ml.

  • @Datadryft
    @Datadryft 2 месяца назад

    Very good welldone!

  • @dineshamgoth12k
    @dineshamgoth12k 2 дня назад

    Hey, why you put such obscene pictures in the starting?

  • @fazdatasciencetechcodingml5662
    @fazdatasciencetechcodingml5662 5 дней назад

    Game changer

  • @avy1
    @avy1 2 месяца назад +2

    I appreciate the correct spelling of impostor.

    • @nestorv7627
      @nestorv7627 2 месяца назад

      I have seen the word 'impostor' being spelled as 'imposter' so often that I started thinking that the ladder was the right spelling

    • @avy1
      @avy1 2 месяца назад

      @ haha yeah same, I only know because I googled it after seeing the word in Among Us, thinking they had spelled it wrong

    • @macchiato_1881
      @macchiato_1881 2 месяца назад

      british vs american english who tf cares go learn data science.

  • @rastinder
    @rastinder Месяц назад

    i am looking for a job in ml ai , i am a good python programmer , what certificates should i get ? , so far i have roadmap to get harward's intro to ml , google's ml and aws's devops certificate

  • @nangld
    @nangld 2 месяца назад +18

    Understanding math will make you a better human being in general.

  • @acters124
    @acters124 Месяц назад +1

    bro starting off with image of person wrist deep into the backside of animal lmao

  • @MatheusLB2009
    @MatheusLB2009 2 месяца назад +3

    You should always focus early on the fundamentals, regardless of which field are you studying, period

    • @wintutorials2282
      @wintutorials2282 Месяц назад

      Nooo not at all. Only sciences. Other subjects not so much

    • @MatheusLB2009
      @MatheusLB2009 Месяц назад

      @wintutorials2282 what subject is not a science? Even history has no point in decorating the events if you don't understand why the events unfolded as they did. And you gotta study the basic major events such as WW2 to understand Cold War

    • @wintutorials2282
      @wintutorials2282 Месяц назад +1

      @@MatheusLB2009 hmm yeah I meant more STEM subjects, bc STEM subjects are built on axioms, which make up the fundamentals. So understanding them is required to actually understand without abstraction.

  • @fisherhu7468
    @fisherhu7468 13 дней назад

    I don't find the video of the math skills that make machine learning easy(and how you can learn it )

  • @NoThing-ec9km
    @NoThing-ec9km 2 месяца назад

    But how can I establish a good math intuition because I am pretty bad at understanding math because my basics are not clear and if I try to learn basics of maths from scratch it will take too much time until I reach deep learning.

    • @InfiniteCodes_
      @InfiniteCodes_  2 месяца назад

      Check out my previous video on that subject: ruclips.net/video/wOTFGRSUQ6Q/видео.html&ab_channel=InfiniteCodes

  • @nero_Corleone
    @nero_Corleone Месяц назад

    Hey would it be possible to contact you for some Questions or even an Interview? Me and a fellow student are working on a study for a guide for AI implementation in the Maintenance field. We would really appreciate your input on some topics regarding the AI field.
    Best wishes from Germany!

  • @AkshayKumar-vd5wn
    @AkshayKumar-vd5wn 2 месяца назад

    I use SPSS for machine learning.

  • @tentohari
    @tentohari Месяц назад

    Claude and chatgpt make data processing and training model vey simple, even i don't know nothing about it,note: i am saying for college level projects

    • @jackyalinson546
      @jackyalinson546 Месяц назад

      in your opinion, is that worth to learn a data science field? but after watch this incredible video I just realized how complex data science is, and i think I would learn this interesting field. (sorry for my English)

  • @LuisLascanoValarezo
    @LuisLascanoValarezo 2 месяца назад

    This guy is speaking facts

  • @adarshadas3037
    @adarshadas3037 2 месяца назад

    what is meaning of MLops should a fresher learn MLOPS

  • @sunaxes
    @sunaxes Месяц назад

    I m gonna show this to every DS/ML new grad I get

  • @FahadKinqBtdbBs
    @FahadKinqBtdbBs 2 месяца назад

    ive been watching your videos they are really helpful tho can you suggest me is dsa important for ds?

    • @tuhin1264
      @tuhin1264 2 месяца назад

      In my research and what I have heard a little bit of understanding of DSA is required to be a "Good Programmer".
      We as aspiring data scientist shouldnt be unaware of concepts from branching domains.

    • @rishitchugh1713
      @rishitchugh1713 2 месяца назад

      There is no correct answer to this! While in an ideal scenario it is not required, most companies still screen via DSA/ Leetcode. And knowing atleast the algorithms and what exists can lead to better intuition while programming. Note that you dont only need to build these models, you'll also need to implement them with your existing product or service. I have used data structures numerous times as an AI engineer.

  • @agenticmark
    @agenticmark 2 месяца назад

    for those watching and reading - I never finished HS - I didnt attend Uni. I have been a paid programmer for almost 25 years now. I never had impostor syndrome, because I never had all the accolades you guys get before starting. Dont believe it - its WEAK thinking. Push those obtrusive thoughts out of your head and just do it. Its the difference between "doers" and "talkers" - "winners" and "losers"
    I work in AI/ML now - still no degree. I learn the maths I need at each stage.

    • @tsuki_moon.1
      @tsuki_moon.1 Месяц назад

      Can you recommend what to learn first for beginners

  • @fazdatasciencetechcodingml5662
    @fazdatasciencetechcodingml5662 5 дней назад

    This is so good so rich

  • @az8560
    @az8560 2 месяца назад +1

    I strongly disagree on your screenshot with comically obvious and redundant comments as an example of good documentation. Maybe it was necessary 50 years ago, when languages and compilers were not that great, but today it's just like using a horse for transportation. Writing the same thing as the code, only in improper language like English, is bad. It's acceptable as training wheels, but after that it just creates extra confusion and debt. Having a comment is like crying "wolf!", if every line has them, nobody will pay attention to them. It also enables bad naming and structuring practices, since it gives a false sense of clarity. I'd say that if you have an urge to comment something, probably you should rename your variable or extract a function, not just write a comment saying that your variable myCatIsGreat is in fact just an index.

  • @_celebi90
    @_celebi90 Месяц назад

    this photo exactly my brother did (was vet) :D

  • @sotest-ll4sx
    @sotest-ll4sx Месяц назад

    Source camera wind.

  • @Elmeloireines
    @Elmeloireines Месяц назад

    12:41

  • @aaomms7986
    @aaomms7986 2 месяца назад

    Good one tho

  • @Elmeloireines
    @Elmeloireines Месяц назад

    14:18

  • @figefago
    @figefago 2 месяца назад

    13:59 This is horrible! Documenting all lines of code means you create unreadible code :) Code should be self-explenatory and comments should help to understand main ideas, algorithm features and use cases and sometimes why it is written in this manner (optimization, special case, etc) :D

  • @kSpyDaMan35
    @kSpyDaMan35 2 месяца назад

    besides the valuable info of this video, its the first time i am actually laughing on a sciense video

  • @codewithstephen6576
    @codewithstephen6576 2 месяца назад +1

    99% accuracy in what and how? 😂

  • @Keawydev
    @Keawydev Месяц назад

    00:01 wtf

  • @cuicuidev
    @cuicuidev 2 месяца назад +1

    I don't understand if this is aimed at juniors or people who are still learning the fundamentals. I feel like I learned nothing new tbh

  • @noturtype01
    @noturtype01 2 месяца назад

    Wtf is this 0:01

  • @BettyNelson-z5d
    @BettyNelson-z5d 2 месяца назад +23

    aitutorialmaker AI fixes this. Machine Learning Lessons by Infinite Codes

  • @lucifer0499
    @lucifer0499 2 месяца назад

    hey, just started with ML recently, do you have a discord server or insta? would love to connect and ask you a few questions, also one more question, can you please share some examples of real world problems/datasets that can be used to make some decent ML projects? Thanks you!

  • @Elmeloireines
    @Elmeloireines Месяц назад

    17:04