1. DeepLearningChapter 1. 딥러닝의 발전 5단계 1. 규칙기반 프로그래밍 (Rule - based Programming) 2. 전통머신러닝 기법 (Conventional ML)★ 3. DeepLearning ★ 4. 사전학습과 미세 조정 (pre-training & fine tuning) ★ 5. 초거대모델과 제로샷/퓨샷 1.2 딥러닝 기술 종류들1.2.1. 학습방식에 의한 구분 a. supervised b. unsupervised c. reinforcement 1.2.2. 데이터형식, 태스크 종류에 의한 구분 a. data type b. task type Chapter 2. 모델 학습법 Chapter 3. 성능고도화 방법-. Overfitting, bias and vari..