Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bioDS/lab
Browse files Browse the repository at this point in the history
  • Loading branch information
gavryushkin committed Sep 10, 2023
2 parents ba3d14e + 0b504f6 commit 76f0d1e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
24 changes: 24 additions & 0 deletions form.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: page
menu: false
permalink: /eoi/
title: Expression of interest
---

<form
action="https://formspree.io/f/xnqkvjpp"
method="POST"
>
Your email:<br>
<label>
<input type="email" name="email">
</label>
<br>
Your message:
<br>
<label>
<textarea name="message"></textarea>
</label>
<br>
<button type="submit">Submit</button>
</form>
5 changes: 4 additions & 1 deletion teaching/DATA473.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@ <h3>Literature, resources</h3>
<li> <a href="COSC341">These slides</a>
<li> <a href="https://docs.google.com/document/d/1YkzpoqHQvIJTTDRF9bGhYUt43vKXMnYz95n3hyLkw1Q/edit">Complementary (rapidly evolving) lecture notes</a>
<li> <a href="https://timroughgarden.org/">Tim Roughgarden</a>: Algorithms Illuminated
<li> <a href="https://paperpile.com/shared/BqtRx0">Papers</a> including these that we will read:
<li> <a href="https://paperpile.com/shared/BqtRx0">Papers</a> including these that we will use:
<ul>
<li> <a href="https://paperpile.com/app/p/0abca75d-205e-0381-9b08-c59a61ad3029">Siegelmann, On the computational power of neural nets, 1992</a>
<li> <a href="https://paperpile.com/app/p/8722d1ce-240b-0b04-a7a2-6c040c1d8c31">Zhou, Universality of deep convolutional neural networks, 2020</a>
<li> <a href="https://paperpile.com/app/p/2f91ef4f-dc9e-097a-912e-4b11c3257d74">Pérez, Attention is Turing complete, 2021</a>
<li> <a href="https://paperpile.com/app/p/1b25b93d-5ced-0e44-b477-965813bf4561">Mankowitz, Faster Sorting Algorithms, 2023</a>
</ul>
</ul>
Expand Down

0 comments on commit 76f0d1e

Please sign in to comment.