Skip to content

Commit

Permalink
#40: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
visionNoob committed Aug 30, 2018
1 parent 1806f90 commit 6766140
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 신결망과의 첫 만남\n",
"# 신경망과의 첫 만남\n",
"\n",
"이 Notebook은 [Deep Learning with Python](https://www.manning.com/books/deep-learning-with-python?a_aid=keras&a_bid=76564dff)의 2장 1절에 나오는 예제 코드가 포함되어 있습니다. \n",
"원본 텍스트([Deep Learning with Python](https://www.manning.com/books/deep-learning-with-python?a_aid=keras&a_bid=76564dff))에 훨씬 더 많은 자료, 특히 추가 설명과 그림들이 포함되어 있습니다. \n",
Expand Down Expand Up @@ -228,7 +228,9 @@
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"from keras import models\n",
Expand Down

0 comments on commit 6766140

Please sign in to comment.