Skip to content

gellston/DeepLearningStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

딥러닝 스터디 모임 시즌2

시간 : 매주 토요일 오전 9시 시작

주의사항 : 시간이 변동될수 있습니다.

준비물

pytorch가 설치된 노트북

Chapter

  1. Linear Regression.
  2. Logistic Regression.
  3. Softmax Regression.
  4. XOR 문제
  5. ANN
  6. CNN
  7. Classification (진행 중)
  8. Segmentation

Paper Review

  1. VGG
  2. FCN
  3. UNet
  4. ResNet
  5. DenseNet
  6. CSPNet
  7. CenterNet
  8. FaceNet
  9. RetinaNet
  10. Yolo3

Pytorch 설치방법

# pytorch cuda11
pip3 install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio===0.11.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html

# pytorch cpu
pip3 install torch torchvision torchaudio

About

딥러닝 스터디 모임 git입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published