From c49b6339481ec799cca2dbcaaf988b724ad8573a Mon Sep 17 00:00:00 2001 From: Ian Park Date: Wed, 21 Jul 2021 22:02:09 -0700 Subject: [PATCH] Translate 4.3 (Classifiers 2) to Korean --- .../3-Classifiers-2/translations/assignment.ko.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 4-Classification/3-Classifiers-2/translations/assignment.ko.md diff --git a/4-Classification/3-Classifiers-2/translations/assignment.ko.md b/4-Classification/3-Classifiers-2/translations/assignment.ko.md new file mode 100644 index 00000000..4e716e59 --- /dev/null +++ b/4-Classification/3-Classifiers-2/translations/assignment.ko.md @@ -0,0 +1,11 @@ +# 매개변수로 놀아 봅시다 + +## 설명 + +분류기들을 사용할 때 수많은 매개변수가 기본값을 가지고 있는 것을 확인할 수 있습니다. 비주얼 스튜디어 코드(VS Code)의 코드 자동완성 기능(IntelliSense)을 통해 매개변수에 대해 자세히 알아볼 수 있습니다. 이번 수업에서 알아본 머신러닝 분류 기법 중 한 기법을 선택해 여러 매개변수를 조정해 모델을 다시 훈련시켜 보세요. 그리고 Jupyter Notebook(노트북)에 매개변수 조정에 따라 왜 모델의 성능에 차이가 생기는지 자세히 설명해 보시기 바랍니다. + +## 평가기준표 + +| 평가기준 | 모범 | 적절 | 향상 필요 | +| -------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------- | --------------------------- | +| | 매개변수 조정이 적용된 완성된 분류기와 함께 조정에 따른 모델의 성능 변화에 대한 설명을 노트북에 포함하여 제출함 | 미완성 노트북을 제출하거나 설명이 부족함 | 노트북에 버그 또는 결함이 있음 |