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
- word2vec
- python practice
- NLP
- deep learning
- abstraction
- Python
- overfitting
- elif
- Attention
- Self-loop attention
- machine learning
- sigmoid
- neural net
- Classificaion
- pytorch
- GNN
- Transformer
- Set Transformer
- XOR
- sentence embedding
Archives
- Today
- Total
Research Notes
[ML] Softmax Regression (Multinomial Logistic Regression) 본문
Study/Machine Learning
[ML] Softmax Regression (Multinomial Logistic Regression)
jiachoi 2023. 7. 3. 11:12▶ Multinomial Classification(다중 분류)
- softmax 함수 기반
: 함수 이후의 값이 0~1사이의 값이고, 전체 값의 합이 1이 되는 함수
: y값에서 softmax함수에 대입해 나온 값들 중 제일 큰 값을 제외하고 1로 만들수 있음, 이를 참조하여 최종 선택을 결정.
== One-Hot Encoding
▶ Cost Function : Cross-entropy
- Logistic cost VS cross entropy(위와 아래 식이 동일)
- Cross-entropy cost function
'Study > Machine Learning' 카테고리의 다른 글
[ML] Practice and Tips of Machine Learning (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 |
[ML] Permutation invariant (0) | 2022.08.29 |