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
- pandas 행 제거
- 시계열 라이브러리
- 판다스 조건
- sktime
- molecular representation
- 선형함수 딥러닝
- pandas 조건
- EDA in python
- 모델 freeze
- 비선형함수
- 일부 레이어 고정
- pandas row 제거
- 비선형함수 딥러닝
- 경우의 수 파이썬
- Prompt Tuning for Graph Neural Networks
- layer 일부 freeze
- Skip connection
- sktime 튜토리얼
- weight 일부 고정
- pytorch 데이터셋 나누기
- sktime 예제
- Graph Theory
- Does GNN Pretraining Help Molecular Representation?
- sktime tutorial
- python 경우의 수
- pytorch dataset split
- pandas 특정 조건 열 제거
- EDA 추천 파이썬
- pretraining
- pandas
Archives
- Today
- Total
MoonNote
Rigidity 본문
다음과 같은 철골구조에서 RIGID(튼튼)한 것과 그렇지 않은 것 1)구별하는 방법과 제시된 cross bar의 갯수가 2)최소로 필요한 갯수인지 알 수 있는 방법은?
1) RIGID 구별 방법
1. 철골구조의 row와 column을 bipartite graph로 나타낸다.
2. bipartite graph의 component들이 연결이 된다면 RIGID 하고 그렇지 않다면 NOT RIGID하다.
2) RIGID를 위해 필요한 cross bar의 최소 갯수
1. bipartite graph에서 edge 수가 가장 적은 경우를 찾는 문제로 치환할 수 있다.
2. 결국, bipartite graph에서 spanning tree 찾기 문제다.
'Study > Graph Theory' 카테고리의 다른 글
Hamiltonian Graph (0) | 2021.03.31 |
---|---|
Line Graph (0) | 2021.03.23 |
Regular Graph (0) | 2021.03.18 |
Graph Girth (0) | 2021.03.18 |
Compatibility Graph (0) | 2021.03.16 |
Comments