Advanced NumPy Course - Vectorization, Masking, Broadcasting & More

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

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

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

    24:25 I think 'C' means in which order the arrays are stored in the C language, and F for Fortran Language.
    I am not sure, but I think MATLAB and Octave also store the arrays in the same order as Fortran.

  • @NearLWatson
    @NearLWatson 3 месяца назад

    Cool video, an interesting extension would be using the advanced numpy knowledge in maintaining performant pandas when handling data.

  • @CAGonRiv
    @CAGonRiv 3 месяца назад

    Yooooo this is dope❤

  • @Nxck2440
    @Nxck2440 3 месяца назад

    thanks, it’s very helpful

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

    Doing great job

  • @ДмитрийКолышницын-с2л
    @ДмитрийКолышницын-с2л 3 месяца назад +1

    Cool!!!

  • @mdsarowarhosen4545
    @mdsarowarhosen4545 3 месяца назад

    Helpful

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

    am i the only one who finds numpy's indexing syntax a little bit too fancy & confusing?

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

      You are not alone lol

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

    I still don't understand Broadcasting wtf 😭😭😭😭

    • @NeuralNine
      @NeuralNine  24 дня назад

      It's basically just NumPy repeating stuff when the shapes are incompatible.