diff --git a/README.md b/README.md index d05d8ed..8d76670 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ If you have a high-quality tutorial or project to add, please open a PR. - [VGG 19 (with pre-trained weights)](https://gist.github.com/baraldilorenzo/8d096f48a1be4a2d660d) - ResNet 50 (with pre-trained weights): [1](https://github.com/fchollet/keras/pull/3266/files) - [2](https://github.com/raghakot/keras-resnet) - [FractalNet](https://github.com/snf/keras-fractalnet) -- [AlexNet, VGG 16, VGG 19, and class heatmap visualization](https://github.com/heuritech/convnets-keras) +- [Class heatmap visualization for any model](https://github.com/gabrieldemarmiesse/heatmaps) - [Visual-Semantic Embedding](https://github.com/awentzonline/keras-visual-semantic-embedding) - Variational Autoencoder: [with deconvolutions](https://github.com/fchollet/keras/blob/master/examples/variational_autoencoder_deconv.py) - [with upsampling](https://github.com/fchollet/keras/blob/master/examples/variational_autoencoder.py) - [Visual question answering](https://github.com/avisingh599/visual-qa)