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
- 비선형함수 딥러닝
- sktime
- pandas 특정 조건 열 제거
- 비선형함수
- EDA 추천 파이썬
- pandas
- python 경우의 수
- 판다스 조건
- sktime tutorial
- 경우의 수 파이썬
- Skip connection
- pandas row 제거
- Prompt Tuning for Graph Neural Networks
- pandas 행 제거
- Graph Theory
- 선형함수 딥러닝
- 시계열 라이브러리
- pytorch dataset split
- weight 일부 고정
- sktime 예제
- pretraining
- EDA in python
- 일부 레이어 고정
- 모델 freeze
- molecular representation
- pandas 조건
- sktime 튜토리얼
- Does GNN Pretraining Help Molecular Representation?
- pytorch 데이터셋 나누기
- layer 일부 freeze
Archives
- Today
- Total
MoonNote
Comparison of Atom Representations in Graph Neural Networks for Molecular Property Prediction 본문
Study/Paper Review
Comparison of Atom Representations in Graph Neural Networks for Molecular Property Prediction
Kisung Moon 2021. 12. 14. 16:353줄 요약
- 분자의 물성을 예측하기 위해 다양한 feature들이 사용되고 있음
- 12가지 조합의 atom representation과 선행 연구에서 사용한 representation을 사용하여 성능을 비교함
- 표현이 많아질수록 성능이 좋아지는 경향이 있지만 의외로 aromaticity, ring, formal charge 정보는 제거하는 것이 좋았고 heavy neighbours 및 hydrogen 을 추가하면 좋은 성능이 나타나는 경향이 있었다.
Comment
GCN으로만 실험을 진행하였기 때문에 분자에 다양한 GNNs(GAT, GIN, SchNet, SGCN 등) 들로 실험을 하여 결과를 살펴볼 필요가 있다.
'Study > Paper Review' 카테고리의 다른 글
Schnet: A continuous-filter convolutional neural network for modeling quantum interactions (0) | 2021.12.21 |
---|---|
GeomGCL: Geometric Graph Contrastive Learning for Molecular Property Prediction (0) | 2021.12.15 |
Contrastive Self-supervised Learning for Graph Classification (0) | 2021.12.08 |
Multi-hop Attention Graph Neural Networks (0) | 2021.11.15 |
Diffusion Improves Graph Learning (0) | 2021.11.15 |
Comments