Skip to content

Commit 38c3432

Browse files
authored
Update README.md
1 parent 952032c commit 38c3432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Feature Visualization: [Blog](https://distill.pub/2017/feature-visualization/),
278278
[simpledet](https://github.com/TuSimple/simpledet) - Object Detection and Instance Recognition.
279279
[PlotNeuralNet](https://github.com/HarisIqbal88/PlotNeuralNet) - Plot neural networks.
280280
[lucid](https://github.com/tensorflow/lucid) - Neural network interpretability, [Activation Maps](https://openai.com/blog/introducing-activation-atlases/).
281-
[AdaBound](https://github.com/Luolc/AdaBound) - Optimizer that trains as fast as Adam and as good as SGD.
281+
[AdaBound](https://github.com/Luolc/AdaBound) - Optimizer that trains as fast as Adam and as good as SGD, [alt](https://github.com/titu1994/keras-adabound).
282282
[caffe](https://github.com/BVLC/caffe) - Deep learning framework, [pretrained models](https://github.com/BVLC/caffe/wiki/Model-Zoo).
283283
[foolbox](https://github.com/bethgelab/foolbox) - Adversarial examples that fool neural networks.
284284
[hiddenlayer](https://github.com/waleedka/hiddenlayer) - Training metrics.
@@ -287,6 +287,7 @@ Feature Visualization: [Blog](https://distill.pub/2017/feature-visualization/),
287287
[torchcv](https://github.com/donnyyou/torchcv) - Deep Learning in Computer Vision.
288288

289289
##### Applications and Snippets
290+
[efficientnet](https://github.com/lukemelas/EfficientNet-PyTorch) - Promising neural network architecture.
290291
[CycleGAN and Pix2pix](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) - Various image-to-image tasks.
291292
[SPADE](https://github.com/nvlabs/spade) - Semantic Image Synthesis.
292293
[Entity Embeddings of Categorical Variables](https://arxiv.org/abs/1604.06737), [code](https://github.com/entron/entity-embedding-rossmann), [kaggle](https://www.kaggle.com/aquatic/entity-embedding-neural-net/code)

0 commit comments

Comments
 (0)