Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
add cnn notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
keon committed May 22, 2018
1 parent 245822c commit 2d20c73
Show file tree
Hide file tree
Showing 5 changed files with 485 additions and 14 deletions.
9 changes: 1 addition & 8 deletions 04-Neural-Network-For-Fashion/02-neural-network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4. 딥러닝으로 패션 아이템 구분하기\n",
"# 4.2 뉴럴넷으로 패션 아이템 구분하기\n",
"Fashion MNIST 데이터셋과 앞서 배운 인공신경망을 이용하여 패션아이템을 구분해봅니다.\n",
"\n",
"본 튜토리얼은 PyTorch의 공식 튜토리얼 (https://github.com/pytorch/examples/blob/master/mnist/main.py)을 참고하여 만들어졌습니다."
Expand Down Expand Up @@ -378,13 +378,6 @@
" train(model, device, train_loader, optimizer, epoch)\n",
" test(model, device, test_loader)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 2d20c73

Please sign in to comment.