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 Codes (Code 1) #
Related Books (Book 2) #
Suggested Pages #
- 0.649 Non-negative matrix factorization
- 0.085 파이썬으로 메타지놈 기본 프로파일링 따라하기
- 0.045 Text-to-image model
- 0.032 GenePattern
- 0.019 Decision tree
- 0.017 Machine learning for Genomics
- 0.017 Kubeflow
- 0.015 Programming language
- 0.012
- 0.011 scikit-learn
- More suggestions...