본문 바로가기
데이터분석/Python

NumPy example 1

by 버섯도리 2022. 1. 14.

1_numpy_ndarray.ipynb

 

 

 

https://nbviewer.org/github/byeongtaejeon/AI_Python/blob/Ch_2-2_NumPy/1_numpy_ndarray.ipynb

 

 

 

 

 

 

 

2_numpy_reshape.ipynb

 

 

 

https://nbviewer.org/github/byeongtaejeon/AI_Python/blob/Ch_2-2_NumPy/2_numpy_reshape.ipynb

 

 

 

 

 

 

 

3_indexing_slicing.ipynb

 

 

 

https://nbviewer.org/github/byeongtaejeon/AI_Python/blob/Ch_2-2_NumPy/3_indexing_slicing.ipynb

 

 

 

 

 

 

 

4_numpy_creation_functions.ipynb

 

 

 

https://nbviewer.org/github/byeongtaejeon/AI_Python/blob/Ch_2-2_NumPy/4_numpy_creation_functions.ipynb

 

 

 

 

 

 

 

5_ndarray_operation_functions.ipynb

 

 

 

https://nbviewer.org/github/byeongtaejeon/AI_Python/blob/Ch_2-2_NumPy/5_ndarray_operation_functions.ipynb

 

 

 

 

 

 

 

6_ndarray_operations.ipynb

 

 

 

https://nbviewer.org/github/byeongtaejeon/AI_Python/blob/Ch_2-2_NumPy/6_ndarray_operations.ipynb

 

 

 

 

 

 

 

7_numpy_comparison.ipynb

 

 

 

https://nbviewer.org/github/byeongtaejeon/AI_Python/blob/Ch_2-2_NumPy/7_numpy_comparison.ipynb

 

 

 

 

 

 

 

8_boolean_fancy_index.ipynb

 

 

 

https://nbviewer.org/github/byeongtaejeon/AI_Python/blob/Ch_2-2_NumPy/8_boolean_fancy_index.ipynb

 

 

 

 

 

 

 

참조 : 부스트코스(http://www.boostcourse.org) -> 머신러닝을 위한 파이썬

'데이터분석 > Python' 카테고리의 다른 글

Pandas Example 2  (0) 2022.05.09
Pandas Example 1  (0) 2022.05.09
Basic Linear Algebra  (0) 2022.01.14
defaultdict example  (0) 2022.01.14
deque example  (0) 2022.01.14