
Numpy***** 파이썬에는 배열이 없어서 numpy라는 걸 사용함 import numpy as np array = np.array([[1,2,3], [4,5,6]]) print(array.ndim) ==> 2 print(array.shape) ==> (2, 3) # print(array.dtype) ==> int32 #자료형이 뭐야 import numpy as np array1 = np.array([[1,2,3],[4,5,6]]) array2 = np.array([1,2,3], dtype=complex, ndmin=3) # 3차원임 array3 = np.array(array1, copy=False) # 복사가 아니고 참조다! array1[0]=[4,5,6] print(array1) print(arra..
Coding/Python
2022. 2. 14. 16:40
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- CNC
- Unity
- 4dgs
- runwayai
- houdini
- 4d guassian splatting
- 라즈베리파이
- opencv
- 유니티
- AI
- ai film
- Java
- Python
- docker
- 후디니
- Arduino
- google ai studio
- TouchDesigner
- Midjourney
- MCP
- krea
- sequelize
- DeepLeaning
- VR
- three.js
- MQTT
- Express
- RNN
- colab
- node.js
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
글 보관함
반응형