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 |
Tags
- rest-api
- Knowledge Distillation
- Policy Gradient
- straightup
- 3d medical image
- non parametic softmax
- model-free control
- normalization
- checkitout
- freebooze
- thresholding
- noise contrast estimation
- pulloff
- shadowing
- scowl
- sidleup
- objective functions for machine learning
- REINFORCE
- Excel
- Actor-Critic
- Inorder Traversal
- clip intensity values
- loss functions
- sample rows
- 자료구조
- remove outliers
- fastapi
- domain adaptation
- resample
- MRI
Archives
- Today
- Total
목록Inorder Traversal (1)
Let's Run Jinyeah
[Python] Data Structure - Tree
Tree 그래프 자료구조의 일종으로 데이터베이스 시스템이나 파일 시스템과 같은 곳에서 많은 양의 데이터를 관리하기 위한 목적으로 사용됨 특징 트리는 부모 노드와 자식 노드의 관계로 표현된다 트리의 최상단 노드를 루트 노드라고 한다 트리의 최하단 노드를 단말 노드라고 한다 트리에서 일부를 떼어내도 트리 구조이며 이를 서브 트리라 한다 트리는 파일 시스템과 같이 계층적이고 정렬된 데이터를 다루기에 적합하다 Binary Tree Tree that each node has no more than two child nodes. Each node has a left node and a right node Binary Search Tree 중위 순회(Inorder Traversal)를 하면 키 값의 오름차순으로 노드..
Programming/Algorithm
2021. 10. 19. 06:55