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
- Set Transformer
- Python
- Attention
- sentence embedding
- Self-loop attention
- abstraction
- XOR
- python practice
- GNN
- word2vec
- machine learning
- pytorch
- overfitting
- deep learning
- NLP
- neural net
- Classificaion
- Transformer
- elif
- sigmoid
Archives
- Today
- Total
Research Notes
[ML] Permutation invariant 본문
Permutation Invariant
-
Adjacency matrix의 순서가 바뀌더라도 그 output이 바뀌지 않는 함수의 특성
-
A: Adjacency matrix, P: 행/열의 순서를 바꾸는 permutation matrix
-
아래의 식을 통해, adjacency matrix 내 순서가 바뀌어도 함수의 결과가 바뀌지 않는다는 것을 확인할 수 있음
Permutation Equivaraince
- Adjacency matrix의 순서가 바뀌는 대로 output의 순서도 바뀌는 함수의 특성
'Study > Machine Learning' 카테고리의 다른 글
[ML] Practice and Tips of Machine Learning (0) | 2023.07.03 |
---|---|
[ML] Softmax Regression (Multinomial Logistic Regression) (0) | 2023.07.03 |
[ML] Logistic Classification (0) | 2023.07.03 |
[ML] Linear Regression (0) | 2023.07.03 |
[ML] Concept of Machine Learning (0) | 2023.07.03 |