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
- Attention
- XOR
- sigmoid
- Classificaion
- neural net
- Transformer
- Set Transformer
- Self-loop attention
- GNN
- machine learning
- Python
- elif
- deep learning
- word2vec
- overfitting
- NLP
- abstraction
- pytorch
- python practice
- sentence embedding
Archives
- Today
- Total
목록calculation (1)
Research Notes

※ 불린(Boolean) 불린은 참과 거짓을 표현하는 자료형이다. 따라서 가능한 값이 True.False밖에 없으며 가능한 연산자도 AND/OR/NOT밖에 없다. (연산자 사용시에는 소문자로) 또한 불린 자료형을 만들기 위해, 아래의 조건 연산 부호(conditional operator)들이 자주 쓰인다. 연산자 뜻 > 초과 (greater than) = 이상 (greater than or equal to)
Programming Language/Python
2023. 7. 3. 15:52