주의사항 : 시간이 변동될수 있습니다. 
pytorch가 설치된 노트북
- Linear Regression.
- Logistic Regression.
- Softmax Regression.
- XOR 문제
- ANN
- CNN
- Classification (진행 중)
- Segmentation
- VGG
- FCN
- UNet
- ResNet
- DenseNet
- CSPNet
- CenterNet
- FaceNet
- RetinaNet
- Yolo3
- 
python 설치 : https://www.python.org/downloads/release/python-377/ 
- 
pycharm 설치 : https://www.jetbrains.com/pycharm/download/#section=windows 
- 
libTorch + cuda11 설치 (Debug) : https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.2%2Bcu113.zip 
- 
libTorch + cuda11 설치 (Release) : https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.10.2%2Bcu113.zip 
- 
콘솔을 이용한 업데이트 
# 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