희스레저
2022. 4. 22. 15:46
https://blog.naver.com/rlawozl96/222652701056
Python - Numpy 01
이제부터 목차를 적어줘야겠다.. 내용많은데 뭐있는지 몰라서 헷갈림 - numpy 개요 - numpy array: np.arra...
blog.naver.com
Numpy 1
-numpy 개요
-numpy array
-numpy dtype
-numpy indexing, slicing
1D array: 행벡터, 열벡터
2D array: Matrix(2차원 텐서)
3D array: 텐서
https://blog.naver.com/rlawozl96/222652765082
Numpy 02
목차 -Fancy indexing: 집합으로 추출, 복습잘하기 -Boolean indexing: 조건(T/F)으로 추출 1. Facny ...
blog.naver.com
Numpy 2
-Fancy indexing: 집합추출
-Boolean indexing: 조건(T/F) 추출