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

1. Discriminant Analysis (판별분석) - 객체를 몇 개의 범주로 분류 - 범주들을 가장 잘 구분하는 변수 파악 및 범주 간 차이를 가장 잘 표현하는 함수 도출. - 선형 판별분석 : 공분산 행렬이 범주에 관계 없이 동일한 경우 - 이차 판별분석 : 공분산 행렬이 각각 다른 경우 2. Discriminant Analysis with R 1) Iris 데이터 train/test 분할 # set working directory setwd("/Users/choijia/postech_ai/ML/AdR_week10-3_new") # read csv file iris
Programming Language/R
2023. 7. 3. 12:08