본문 바로가기

인공지능, 빅데이터/AI 용어3

728x90
반응형
[AI 용어] Self-Training, 셀프 트레이닝 정의 Self-Training은 준지도학습(Semi-Supervised Learning) 방법 중 하나이다. Self-Training은 Labeled Data를 학습한 모델을 토대로 Unlabeled Data를 예측하여 높은 확률이 나오면 Labeled Data로 변경하고 학습하는 과정을 반복적으로 거쳐서 Unlabeled Data로 학습한다. 참고문서 "sklearn.semi_supervised.SelfTrainingClassifier", scikit-learn 1.3.2. @원문보기 "Unsupervised word sense disambiguation rivaling supervised methods", ACL '95: Proceedings of the 33rd annual meeting on As.. 2023. 11. 23.
[AI 용어] Label Propagation, 레이블 전파, 라벨 전파 정의 Label Propagation은 Labeled data를 활용하여 Unlabed data를 Labled data로 변환하는 알고리즘 중 하나이다. Label Propagation은 Auto Labeling(Auto Classification) 기법 중 하나이다. 참고문헌 "Learning with local and global consistency", NIPS, 2003년 12월 9일 @원문보기 "[논문리뷰/설명] Learning with Local and Global Consistency", Kicarus, 2022년 3월 30일. @원문보기 "Label propagation algorithm", 위키피디아, 2023년 10월 8일. @원문보기 "sklearn.semi_supervised.Lab.. 2023. 11. 12.
[인공지능 용어] GAN(Generative Adversarial Network, 생성적 대립 신경망) 정의 GAN(Generative Adversarial Network, 생성적 대립 신경망)은 생성 모델(Generation Model)과 판별 모델(Discriminative Model)이 경쟁하면서 데이터를 생성하는 기계학습 방식이다. 참고문서 "Generative Adversarial Networks", Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio, arxiv, 2014년 6월 10일. @원문보기 "Generative Adversarial Nets", NIPS 2014, December 2014. @원문보기 "생성적 대립.. 2023. 10. 10.