Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- list
- 빅데이터분석기사
- 필답형
- 실기
- BASIC
- DEEPLEARNING
- kaggle
- Python
- np.savetxt()
- array
- deg2rad
- set_index
- 작업형
- request Method
- os.path.join
- 가변매개변수
- matplotlib
- 빅분기
- Heapreplace
- heapmerge
- 비가변매개변수
- 빅데이터
- namedTuple
- np.save()
- Math Function
- Collections
- np.load()
- numpy
- linalg.solve()
- coding
Archives
- Today
- Total
목록plt (1)
맞춤형 플랫폼 개발 도전기 (웹개발, 딥러닝, 블록체인)

어렵지 않아서 사용 방법과 수학함수 나열 정도만 하고 넘어가려 한다. np.math_func 의 방식으로 사용하면 된다. np.pi np.sqrt np.sin np.cos np.tan np.cos ※ np.sqrt(np.arange(1,17).reshape(4,4)) 이런식으로 Array 각 원소에 적용할 수도 있다. 만약, 이런 함수를 시각화해서 쓴다면 x = np.arange(0, 2 * np.pi, 0.1) 로 x 값을 만들 수 있을텐데, 여기서 마지막 인자는 몇 단위로 만들 것이냐이다. 위 같은 경우는 0에서 2까지 0.1 단위로 쪼개서 x 값을 만든다는 것 import matplotlib.pyplot as plt %matplotlib inline x = np.arange(0, 2 * np.pi,..
카테고리 없음
2021. 10. 31. 11:07