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
- remove outliers
- noise contrast estimation
- loss functions
- MRI
- model-free control
- Actor-Critic
- resample
- 자료구조
- non parametic softmax
- thresholding
- rest-api
- REINFORCE
- objective functions for machine learning
- Policy Gradient
- shadowing
- normalization
- 3d medical image
- pulloff
- domain adaptation
- sidleup
- Excel
- scowl
- fastapi
- sample rows
- straightup
- clip intensity values
- freebooze
- Inorder Traversal
- Knowledge Distillation
- checkitout
Archives
- Today
- Total
Let's Run Jinyeah
Numpy 모음 본문
Statistic methods
np.sort
np.min() & np.max() & np.median()
np.percentile
더보기
calculate the ith percentile of the input numpy array along a specified axis
- ith percentile is the value at which i percent of the data is below it
- axis (default): input array is flattened
np.histogram
Find index or value
np.where
Change the shape
np.squeeze
더보기
remove 1-dimensional axis
np.tile
transpose & reshape
ravel & flatten
Generate an array
np.zeros & np.zeros_like
np.ones & np.ones_like
np.random
np.arange
Load & Save
np.load & np.save
'Programming > Python' 카테고리의 다른 글
[Window] Python 설정 (0) | 2022.10.24 |
---|---|
[Python] Read/Write csv file (csv, Pandas) (0) | 2022.05.25 |
[Python] Modify DICOM image and save as DICOM (0) | 2022.05.19 |
[Python] 가상환경 생성 및 활성화 (0) | 2022.05.17 |
[Python] List method (0) | 2021.10.19 |
Comments