파아썬:4차원

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
파아썬:4차원 [2025/10/26 04:20] masteraccount파아썬:4차원 [2025/10/26 08:57] (current) – removed masteraccount
Line 1: Line 1:
-===== shape를 통한 4차원 이해 ===== 
  
-==== 개념 ==== 
-(a,b,c,d) 로 표현되는데, \\ 
-a = 행렬이 몇개의 묶음인가, \\ 
-b,c = 하나의 행렬의 행과 열 \\ 
-d = 행렬의 각 요소가 몇개의 선택지를 갖느냐\\ 
-\\ 
- 
-==== 문법 ==== 
-test_range = range(10) \\ 
-test_array = np.array(test_range) \\ 
-''4d_shape = test_array.reshape(2,5,1,1) \\'' 
  • 파아썬/4차원.1761452419.txt.gz
  • Last modified: 2025/10/26 04:20
  • by masteraccount