From ac704f8a4caa4f8376931d9d04b16b825713adb9 Mon Sep 17 00:00:00 2001 From: rickiepark Date: Fri, 18 May 2018 23:02:13 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=9E=98=ED=94=84=EC=97=90=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=EB=90=A0=20=EC=88=98=EC=8B=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05_support_vector_machines.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_support_vector_machines.ipynb b/05_support_vector_machines.ipynb index 7f852cb..b132016 100644 --- a/05_support_vector_machines.ipynb +++ b/05_support_vector_machines.ipynb @@ -1197,7 +1197,7 @@ " ax.text(4.5, 2.5, 3.8, \"결정 함수 $h$\", fontsize=15)\n", " ax.set_xlabel(r\"꽃잎 길이\", fontsize=15, labelpad=15)\n", " ax.set_ylabel(r\"꽃잎 너비\", fontsize=15, rotation=25, labelpad=15)\n", - " ax.set_zlabel(r\"$h = \\mathbf{w}^t \\cdot \\mathbf{x} + b$\", fontsize=18, labelpad=10)\n", + " ax.set_zlabel(r\"$h = \\mathbf{w}^T \\mathbf{x} + b$\", fontsize=18, labelpad=10)\n", " ax.legend(loc=\"upper left\", fontsize=16)\n", "\n", "fig = plt.figure(figsize=(11, 6))\n",