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
- 자기조직화지도
- NER
- Binary classification
- stemming
- 군집화
- Python
- cross domain
- Attention
- MLOps
- VGGNet
- SOMs
- RNN
- ResNet
- NMF
- Ann
- Transfer Learning
- nlp
- 경사하강법
- Clustering
- textmining
- gaze estimation
- Logistic Regression
- Generative model
- Support Vector Machine
- AI 윤리
- LSTM
- tensorflow
- Gradient Descent
- TFX
- BERT
Archives
- Today
- Total
목록boosting (1)
juooo1117

Part 6. Ensemble Learning 앙상블 방식: 머신러닝에서 알고리즘의 종류에 상관 없이 서로 다르거나, 같은 매커니즘으로 동작하는 다양한 머신러닝 모델을 묶어서 함께 사용하는 방식 → 여러 다른 model을 함께 모아서 예측 model의 집합으로 사용하는 것이다. Ensemble Methods Basic idea: Build different experts, and let them vote Predic class label for unseen data by aggregating a set of predictions : different classifiers (experts) learned from the training data. Make a decision with a voting. → ..
Artificial Intelligence/LG Aimers: AI전문가과정
2024. 1. 11. 23:03