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

Commit

Permalink
Fixed chapter 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangj authored Jul 6, 2018
1 parent d74037e commit 2d0693a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* [프로젝트 3] 토치비전과 토치텍스트로 데이터셋 불러오기
3. [파이토치로 구현하는 신경망](03-Coding-Neural-Networks-In-PyTorch) - 파이토치를 이용하여 가장 기본적인 신경망을 만들어봅니다.
* [개념] 텐서와 Autograd
* [Hello World] 신경망 모델 구현하기
* [Hello World] 모델 저장, 재사용
* [프로젝트 1] 경사하강법으로 이미지 복원하기
* [프로젝트 2] 신경망 모델 구현하기
4. [딥러닝으로 패션 아이템 구분하기](04-Neural-Network-For-Fashion) - Fashion MNIST 데이터셋과 앞서 배운 인공신경망을 이용하여 패션아이템을 구분해봅니다.
* [개념] [Fashion MNIST 데이터셋 설명](04-Neural-Network-For-Fashion/01-fashion-mnist.ipynb)
* [프로젝트 1] [Fashion MNIST 학습하기](04-Neural-Network-For-Fashion/02-neural-network.ipynb)
Expand Down

0 comments on commit 2d0693a

Please sign in to comment.