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
- normalization
- fastapi
- sidleup
- resample
- MRI
- checkitout
- 자료구조
- Actor-Critic
- 3d medical image
- freebooze
- objective functions for machine learning
- Inorder Traversal
- non parametic softmax
- model-free control
- clip intensity values
- rest-api
- domain adaptation
- scowl
- remove outliers
- thresholding
- pulloff
- straightup
- loss functions
- Policy Gradient
- shadowing
- noise contrast estimation
- Excel
- sample rows
- REINFORCE
- Knowledge Distillation
Archives
- Today
- Total
Let's Run Jinyeah
[Python] List method 본문
count()
- 리스트 자료형에서 특정한 값을 가지는 원소의 개수를 세는 메서드
- 내부에서 순차탐색 수행 - 특정한 데이터를 찾기 위해 앞에서부터 데이터를 하나씩 차례대로 확인하는 방법
reverse()
- 리스트 자료형의 원소들의 순서를 반대로 뒤집는 메서드
index()
- 리스트 자료형에서 특정 값을 가지는 원소의 인덱스를 리턴
'Programming > Python' 카테고리의 다른 글
[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 - Negative Slicing (0) | 2021.01.25 |
Python Input - map함수, readline함수 (0) | 2021.01.22 |
Comments