Skip to content

serdaralkancode/python-numpy-examples

Repository files navigation

python-numpy-examples

    import numpy as np # import numpy

Examples

  • numpy array

    create array

    array access index

    arange

    zeros

    ones

    linspace

    eye

    random randint

    random rand

    random randn

    reshape

    max & argmax

    compute determinant

    example notes

  • numpy array index and slicing

    slicing

    referance

    copy

    matris slicing

    filter

    example notes

  • numpy array operations

    add

    substract

    square

    extraction

    example notes