Skip to content

Commit eb1b331

Browse files
authored
Merge pull request #143 from AMLab-Amsterdam/HerkeVanHoofUpdate
Herke van hoof update
2 parents 9bc1fe2 + b0b59df commit eb1b331

4 files changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This website uses the [Jekyll](https://jekyllrb.com/) static site generator, whi
44

55
1. Ensure that **Ruby 3** is installed ([Instructions](https://www.ruby-lang.org/en/documentation/installation)).
66

7-
*Note for MacOS users:* We recommend that you do not modify the system-installed Ruby version, which may break scripts required by the OS. Instead install a copy of Ruby via [Homebrew](https://brew.sh/) or [Macports](https://www.macports.org/).
7+
*Note for MacOS users:* We recommend that you do not modify the system-installed Ruby version, which may break scripts required by the OS. Instead install a copy of Ruby via [Homebrew](https://brew.sh/) or [Macports](https://www.macports.org/). Ensure you install version 3 by specifying `brew install ruby@3`. Verify this is the version found by bash (`ruby -v`).
88

99
2. Ensure that you have the latest bundler version installed. On MacOS/Linux this can be done by typing:
1010
```

_bibliography/AMLab.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
@inproceedings{macfarlane2026gradient,
2+
title={Gradient-Based Program Synthesis with Neurally Interpreted Languages},
3+
author={Macfarlane, Matthew and Bonnet, Cl\'{e}ment and van Hoof, Herke and Lelis, Levi},
4+
booktitle={International Conference on Representation Learning},
5+
year={2026},
6+
abbr={ICLR},
7+
html={https://openreview.net/forum?id=NAORIWBaoO},
8+
pdf={https://openreview.net/pdf?id=NAORIWBaoO},
9+
}
110
@inproceedings{matisan2026purrception,
211
title = {Purrception: Variational Flow Matching for Vector-Quantized Image Generation},
312
author = {Mati{\c{s}}an, R{\u{a}}zvan-Andrei and Hu, Vincent Tao and Bartosh, Grigory and Ommer, Bj{\"o}rn and Snoek, Cees G. M. and Welling, Max and {van de Meent}, Jan-Willem and Derakhshani, Mohammad Mahdi and Eijkelboom, Floor},

_bibliography/HerkeVanHoof.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
@inproceedings{macfarlane2026gradient,
2+
title={Gradient-Based Program Synthesis with Neurally Interpreted Languages},
3+
author={Macfarlane, Matthew and Bonnet, Cl\'{e}ment and van Hoof, Herke and Lelis, Levi},
4+
booktitle={International Conference on Representation Learning},
5+
year={2026},
6+
abbr={ICLR},
7+
html={https://openreview.net/forum?id=NAORIWBaoO},
8+
pdf={https://openreview.net/pdf?id=NAORIWBaoO},
9+
}
110

211
@inproceedings{pol2022multi,
312
title = {Multi-Agent MDP Homomorphic Networks},

_pages/publications.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ nav: true
1010

1111
Check out our people page to get an impression of the research done by the people at AMLab, and of course follow us on <a href="https://twitter.com/{{ site.twitter_username }}" title="Twitter">Twitter <i class="fab fa-twitter"></i></a> to stay tuned! Below you'll find an archive our groups output in ML research, all the way back to 1994! <br><br>
1212

13+
<h2>2026</h2>
14+
{% bibliography -f AMLab -q @*[year=2026]* %}
15+
1316
<h2>2025</h2>
1417
{% bibliography -f AMLab -q @*[year=2025]* %}
1518

0 commit comments

Comments
 (0)