Implemantation of deeplearning algorithm for computer vision
- Convolutional neural network [ Pytorch | Tensorflow | Keras]
- Classification challenges with small dataset
- Using pretrained model
- Residual Neural network [ Pytorch]
Attention is a type of model that focus on specific area of image to generate output. For example, this is very helpful for image captioning where different object in different area of image is important to generate the caption.