NumPy
#
Find similar titles
- (rev. 10)
- Hyungyong Kim
Structured data
- Date Published
- Programming Language
- Python
- C
- URL
- http://www.numpy.org
다차원 배열, 행렬 데이터를 다루도록 설계된 파이썬 Open source 모듈.
제공하는 Linear algebra 관련 연산기능
- diag: diagonal elements
- dot: matrix multiplication
- trace: sum of the diagonal elements
- det: matrix determinant
- eig: eigenvalues and eigenvectors
- inv: Invertible matrix
- pinv: Moore–Penrose pseudoinverse
- qr: QR decomposition
- svd: Singular value decomposition
- solve: solve the linear system
- listsq: least-squares solution
관련정보
- A Visual Intro to NumPy and Data Representation
- Using NumPy efficiently
- NumPy와 C++ Extensions의 성능 비교
- NumPy Cheat Sheet - Python for Data Science
- Distributed NumPy on a Cluster with Dask Arrays
- From Python to Numpy
- NumPy Tutorial: Data analysis with Python
Table of Contents
Incoming Links #
Related Articles (Article 0) #
Related Books (Book 1) #
Related Codes (Code 2) #
Suggested Pages #
- 0.673 Non-negative matrix factorization
- 0.058 Text-to-image model
- 0.051 Kubeflow
- 0.042 파이썬으로 메타지놈 기본 프로파일링 따라하기
- 0.024 Python for Scientists
- 0.016 Artificial neural network
- 0.014 Naive Bayes classifier
- 0.012 Mutational processes molding the genomes of 21 breast cancers
- 0.011 WDL
- 0.011
- More suggestions...