项目作者: serdaralkancode

项目描述 :
Python Numpy Examples
高级语言: Jupyter Notebook
项目地址: git://github.com/serdaralkancode/python-numpy-examples.git
创建时间: 2020-05-13T14:01:37Z
项目社区:https://github.com/serdaralkancode/python-numpy-examples

开源协议:

下载


python-numpy-examples

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