From 8c797e858d4f592768fae7f7f349fe797049412b Mon Sep 17 00:00:00 2001 From: JJ Date: Tue, 7 Feb 2023 17:25:00 +0900 Subject: [PATCH] Assignment1 Q5 inline question1 #1 - performance on feature extraction --- cs231n_2022/assignment1/features.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cs231n_2022/assignment1/features.ipynb b/cs231n_2022/assignment1/features.ipynb index 40e2f48..1731ada 100644 --- a/cs231n_2022/assignment1/features.ipynb +++ b/cs231n_2022/assignment1/features.ipynb @@ -431,6 +431,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "f3074f9c", "metadata": { @@ -443,7 +444,7 @@ "Describe the misclassification results that you see. Do they make sense?\n", "\n", "\n", - "$\\color{blue}{\\textit Your Answer:}$\n", + "$\\color{blue}{\\textit Your Answer:}$ 고양이를 car로 분류하고, 강아지를 horse로 분류하는 등 성능에 대한 더 많은 개선이 필요하다고 보인다.\n", "\n", "\n" ]