Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- ResNet
- DeepLearing
- Python
- CycleGAN
- SWEA #Python #알고리즘
- 마코프부등식
- bayesian
- PRML
- DeepLearning
- Bayes'Rule
- NeuralTalk
- 젠센부등식
- pytorch
- ImageCaptioning
- 머신러닝
- Bayes'Theorem
- MachineLearning
- GAN
- AlexNet
- tensor
- TorchHub
- 체비셰프부등식
- bayes
Archives
- Today
- Total
목록Machine Learning/Pytorch (5)
euphoriaO-O
[PyTorch] 2-1. Object Recognition with ResNet
This article is based on the book "Deep Learning with PyTorch" https://pytorch.org/deep-learning-with-pytorch 2. Pretrained Networks 내용에 따라 이미지에 레이블링하는 모델 : AlexNet, ResNet 실제 이미지로부터 새로운 이미지를 제작하는 모델 영문으로 이미지 내용을 설명하는 모델 2.1. Object-Recognition ImageNet dataset 예시의 모델들은 이 데이터셋으로 훈련됨 Tasks: Image Classification(이미지 카테고리 분류), Object Localization(객체 위치 파악), Object Detection(이미지 객체 식별 및 레이블링), Scenc..
Machine Learning/Pytorch
2020. 7. 11. 18:20