Skip to content

Commit

Permalink
add 07-backprob.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Sep 7, 2021
1 parent 114c929 commit d0b0557
Show file tree
Hide file tree
Showing 2 changed files with 589 additions and 1 deletion.
9 changes: 8 additions & 1 deletion notebooks/04-numpy-lr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
"## 학습데이터 로드"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"데이터는 [Dacon 단국대 소/중 데이터 분석 AI 경진대회 웹사이트](https://www.dacon.io/competitions/official/235638/data/)에서 다운로드 받아 `../input` 폴더에 저장."
]
},
{
"cell_type": "code",
"execution_count": 4,
Expand Down Expand Up @@ -963,7 +970,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.5"
},
"toc": {
"base_numbering": 1,
Expand Down
Loading

0 comments on commit d0b0557

Please sign in to comment.