티스토리
Numpy - 넘파이 배열을 파일로 저장하고 로드하는 예제
출처
https://webnautes.tistory.com/2206
https://webnautes.tistory.com/2206
31일전
2023-11-03 22:30

예제 코드입니다. 2023. 11. 3
- 최초작성 import numpy as
np # 넘파이 배열 생성 array
= np.array([[1, 2, 3],
[4, 5, 6], [7, 8, 9]])
print(원본 넘파...
더보기
# numpy# 넘파이 배열# 로드# 저장
출처
https://webnautes.tistory.com/2206
https://webnautes.tistory.com/2206
31일전
2023-11-03 22:30