https://github.com/durandtibo/deep_archi_latex
https://github.com/durandtibo/deep_archi_latex
deep-learning image latex neural-network vgg16
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/durandtibo/deep_archi_latex
- Owner: durandtibo
- License: mit
- Created: 2017-11-03T08:29:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T10:12:33.000Z (almost 8 years ago)
- Last Synced: 2025-04-07T07:36:55.247Z (7 months ago)
- Topics: deep-learning, image, latex, neural-network, vgg16
- Language: TeX
- Size: 6.54 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deep_archi_latex
### VGG16

```
@inproceedings { Simonyan2015,
year = {2015},
booktitle = {International Conference on Learning Representations (ICLR)},
title = {Very Deep Convolutional Networks for Large-Scale Image Recognition},
author = {Karen Simonyan and Andrew Zisserman}
}
```
### WELDON

```
@inproceedings{Durand2016,
author = {Durand, Thibaut and Thome, Nicolas and Cord, Matthieu},
title = {{WELDON: Weakly Supervised Learning of Deep Convolutional Neural Networks}},
booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2016}
}
```
### WILDCAT

```
@inproceedings{Durand2017,
author = {Durand, Thibaut and Mordan, Taylor and Thome, Nicolas and Cord, Matthieu},
title = {{WILDCAT: Weakly Supervised Learning of Deep ConvNets for Image Classification, Pointwise Localization and Segmentation}},
booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2017}
}
```
### VGG-M

```
@inproceedings { Chatfield2014,
year = {2014},
booktitle = {British Machine Vision Conference (BMVC)},
title = {Return of the Devil in the Details: Delving Deep into Convolutional Nets},
author = {Ken Chatfield and Karen Simonyan and Andrea Vedaldi and Andrew Zisserman}
}
```