Python Basics for AI - Numpy

박정재·2022년 3월 12일
0

Python Basics for AI

목록 보기
2/3
post-thumbnail

Numpy의 특징

  • 일반 list에 비해 빠르고 메모리 효율적이다.
  • 반복문 없이 데이터 배열에 대한 처리가 가능하다.
  • 선형대수와 관련된 다양한 기능을 제공한다.
  • C, C++, 포트란 등의 언어와 통합이 가능하다.
출처: 파이썬 라이브러리를 활용한 데이터 분석 (한빛미디어)

Numpy의 몰랐던 기능이나 유용하지만 잘 쓰지 않았던 기능을 colab notebook에 정리해보았다.

목록

  • Slicing
  • arange
  • eye
  • Random Sampling
  • axis
  • concatenate
  • Array operations
  • Comparisons
  • Boolean Index
  • Fancy Index
  • Type 변환
  • Data I/O
https://colab.research.google.com/drive/1aMNpkRy2sTAOuTT_Q48KxgAn6owylcwq?usp=sharing
profile
Keep on dreaming and dreaming

0개의 댓글