반응형
K-Fold Cross-Validation 개념 및 설명
K-Fold Cross Validation(교차검증) 정의 및 설명
정의- K개의 fold를 만들어서 진행하는 교차검증 사용 이유- 총 데이터 갯수가 적은 데이터 셋에 대하여 정확도를 향상시킬수 있음- 이는 기존에 Training / Validation / Test 세 개의 집단으로 분류하는
nonmeyet.tistory.com
Code
K-Fold Cross-Validation을 사용한 BERT 학습
Bert Training [5 fold cross validation]
Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources
www.kaggle.com
K-Fold Cross-Validation을 사용한 BERT 기반 text-classification
K-Fold as Cross-Validation with a BERT Text-Classification Example
Using the K-Fold Cross-Validation to improve your Transformers model validation by the example of BERT Text-Classification
www.philschmid.de
기타 자료
반응형
'NLP' 카테고리의 다른 글
RLHF (Reinforcement Learning from Human Feedback) [devfest Cloud 2023] (0) | 2023.12.10 |
---|---|
언어모델에서 Adapter Tuning이 필요한 이유 [devfest Cloud 2023] (0) | 2023.12.10 |
[NLP] 무료 오픈소스 Text Annotation Tool 리스트 (0) | 2022.08.08 |
[NLP] FastText 관련 참고문헌 정리 (0) | 2022.04.25 |
[Embedding Projector] 임베딩 벡터 시각화(Embedding Visualization) (0) | 2022.02.18 |