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
- abstraction
- elif
- word2vec
- python practice
- Classificaion
- Python
- pytorch
- neural net
- deep learning
- machine learning
- overfitting
- Self-loop attention
- sigmoid
- sentence embedding
- GNN
- NLP
- Transformer
- Set Transformer
- XOR
- Attention
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 |