Advanced NumPy Course - Vectorization, Masking, Broadcasting & More

Поділитися
Вставка

КОМЕНТАРІ • 11

  • @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 24 дні тому

      You are not alone lol

  • @JustNars
    @JustNars 24 дні тому

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

    • @NeuralNine
      @NeuralNine  23 дні тому

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