Skip to content

Commit 7dc61f1

Browse files
clarahuderpson
authored andcommitted
Releasing illustrative colab for ensemble_loss_landscape.
PiperOrigin-RevId: 346832894
1 parent 4e700a3 commit 7dc61f1

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ https://deepmind.com/research/publications/
5959
* [Graph Matching Networks for Learning the Similarity of Graph Structured
6060
Objects](graph_matching_networks), ICML 2019
6161
* [REGAL: Transfer Learning for Fast Optimization of Computation Graphs](regal)
62+
* [Deep Ensembles: A Loss Landscape Perspective](ensemble_loss_landscape)
63+
6264

6365

6466

ensemble_loss_landscape/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Accompanying code for Deep Ensemble: A Loss Landscape Perspective
2+
3+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/ensemble_loss_landscape/cifar10_medium_cnn_experiments.ipynb)
4+
5+
The Colab notebook `cifar10_medium_cnn_experiments.ipynb` illustrates the CIFAR-10
6+
experiments in the paper:
7+
8+
[Deep Ensembles: A Loss Landscape Perspective](https://arxiv.org/abs/1912.02757)
9+
by Stanislav Fort, Huiyi Hu and Balaji Lakshminarayanan
10+
11+
These experiments investigate the effects of ensembling and variational Bayesian
12+
methods, please see the paper for more details.

0 commit comments

Comments
 (0)