A Visual Intro to NumPy and Data Representation

python · 2019. 12. 5. 10:39

http://jalammar.github.io/visual-numpy/

 

A Visual Intro to NumPy and Data Representation

Discussions: Hacker News (366 points, 21 comments), Reddit r/MachineLearning (256 points, 18 comments) Translations: Chinese 1, Chinese 2, Japanese The NumPy package is the workhorse of data analysis, machine learning, and scientific computing in the pytho

jalammar.github.io

 

넘파이로 데이터 표현하는 법이 잘 정리되어있음.

 

아래쪽 내용에는 시계열 데이터나 이미지 데이터의 표현에 관하여 설명하고 있으니 참고하면 좋음

'python' 카테고리의 다른 글

파이썬은 왜 느린가?  (0) 2019.12.11
배열 생성 시 소요시간 비교  (0) 2019.12.04