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 | 29 | 30 | 31 |
Tags
- Bayes'Theorem
- bayesian
- 체비셰프부등식
- MachineLearning
- GAN
- 머신러닝
- AlexNet
- TorchHub
- DeepLearing
- CycleGAN
- 마코프부등식
- PRML
- tensor
- Bayes'Rule
- bayes
- pytorch
- ImageCaptioning
- SWEA #Python #알고리즘
- 젠센부등식
- Python
- NeuralTalk
- ResNet
- DeepLearning
Archives
- Today
- Total
목록ImageCaptioning (1)
euphoriaO-O
[PyTorch] 2-3. Image Captioning
This article is based on the book "Deep Learning with PyTorch" https://pytorch.org/deep-learning-with-pytorch 2. Pretrained Networks 내용에 따라 이미지에 레이블링하는 모델(ResNet) 실제 이미지로부터 새로운 이미지를 제작하는 모델(GAN) 텍스트(Eng)로 이미지 내용을 설명하는 모델 Torch Hub 2-3. Image-Captioning model 이미지로부터 캡션을 영어로 생성하는 모델 1번 network은 설명에 대한 수치적 표현을 생성하는 네트워크 2번 network는 해당 수치적 표현으로부터 일관된 문장을 생성하는 RNN Recurrent: forward pass로 개별 단어를 생성한다..
Machine Learning/Pytorch
2020. 7. 14. 00:07