Skip to content

Commit 38613f3

Browse files
committed
up
1 parent 9afba72 commit 38613f3

5 files changed

Lines changed: 101 additions & 87 deletions

File tree

classification.ipynb

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
}
145145
},
146146
"source": [
147-
"<div align=\"center\"><img src=\"https://raw.githubusercontent.com/codingalzi/handson-ml3/master/jupyter-book/imgs/ch03/mnist_digit_5.jpg\" width=\"250\"/></div>"
147+
"<div align=\"center\"><img src=\"https://github.com/codingalzi/code-workout-ml/blob/master/images/ch03/mnist_digit_5.jpg?raw=true\" width=\"250\"/></div>"
148148
]
149149
},
150150
{
@@ -916,15 +916,10 @@
916916
},
917917
{
918918
"cell_type": "markdown",
919-
"id": "7fd72034-0410-4e17-8af5-5243038b4b78",
920-
"metadata": {
921-
"colab_type": "text",
922-
"slideshow": {
923-
"slide_type": "slide"
924-
}
925-
},
919+
"id": "5cab64f2",
920+
"metadata": {},
926921
"source": [
927-
"## 오류 분석"
922+
"## 다중 클래스 분류기 모델의 오류 분석"
928923
]
929924
},
930925
{
@@ -950,7 +945,7 @@
950945
}
951946
},
952947
"source": [
953-
"### 다중 크래스 분류 모델의 혼동 행렬"
948+
"### 다중 클래스 분류 모델의 혼동 행렬"
954949
]
955950
},
956951
{

images/ch03/homl03-08.png

29.4 KB
Loading

images/ch03/homl03-09.png

49.8 KB
Loading

images/ch03/homl03-10.png

9.7 KB
Loading

0 commit comments

Comments
 (0)