Skip to content

Commit

Permalink
added categories
Browse files Browse the repository at this point in the history
  • Loading branch information
act65 committed Oct 5, 2024
1 parent 075be7a commit 29a8310
Show file tree
Hide file tree
Showing 66 changed files with 375 additions and 60 deletions.
Empty file added _bibliography/auto-int.bib
Empty file.
85 changes: 85 additions & 0 deletions _bibliography/automated-science.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
---
References
==========
@incollection{ha2018worldmodels,
title = {Recurrent World Models Facilitate Policy Evolution},
author = {Ha, David and Schmidhuber, J{\"u}rgen},
booktitle = {Advances in Neural Information Processing Systems 31},
pages = {2451--2463},
year = {2018},
publisher = {Curran Associates, Inc.},
url = {https://papers.nips.cc/paper/7512-recurrent-world-models-facilitate-policy-evolution},
note = "\url{https://worldmodels.github.io}",
}

@misc{cuccu2019playingatarineurons,
title={Playing Atari with Six Neurons},
author={Giuseppe Cuccu and Julian Togelius and Philippe Cudre-Mauroux},
year={2019},
eprint={1806.01363},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/1806.01363},
}

@misc{junyent2018improvingwidthbasedplanningcompact,
title={Improving width-based planning with compact policies},
author={Miquel Junyent and Anders Jonsson and Vicenç Gómez},
year={2018},
eprint={1806.05898},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/1806.05898},
}

@article{Silver2017MasteringTG,
title={Mastering the game of Go without human knowledge},
author={David Silver and Julian Schrittwieser and Karen Simonyan and Ioannis Antonoglou and Aja Huang and Arthur Guez and Thomas Hubert and Lucas baker and Matthew Lai and Adrian Bolton and Yutian Chen and Timothy P. Lillicrap and Fan Hui and L. Sifre and George van den Driessche and Thore Graepel and Demis Hassabis},
journal={Nature},
year={2017},
volume={550},
pages={354-359},
url={https://api.semanticscholar.org/CorpusID:205261034}
}

@misc{besold2017neuralsymboliclearningreasoningsurvey,
title={Neural-Symbolic Learning and Reasoning: A Survey and Interpretation},
author={Tarek R. Besold and Artur d'Avila Garcez and Sebastian Bader and Howard Bowman and Pedro Domingos and Pascal Hitzler and Kai-Uwe Kuehnberger and Luis C. Lamb and Daniel Lowd and Priscila Machado Vieira Lima and Leo de Penning and Gadi Pinkas and Hoifung Poon and Gerson Zaverucha},
year={2017},
eprint={1711.03902},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/1711.03902},
}

@misc{sanchezgonzalez2018graphnetworkslearnablephysics,
title={Graph networks as learnable physics engines for inference and control},
author={Alvaro Sanchez-Gonzalez and Nicolas Heess and Jost Tobias Springenberg and Josh Merel and Martin Riedmiller and Raia Hadsell and Peter Battaglia},
year={2018},
eprint={1806.01242},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/1806.01242},
}

@misc{rocktäschel2017endtoenddifferentiableproving,
title={End-to-End Differentiable Proving},
author={Tim Rocktäschel and Sebastian Riedel},
year={2017},
eprint={1705.11040},
archivePrefix={arXiv},
primaryClass={cs.NE},
url={https://arxiv.org/abs/1705.11040},
}

@misc{higgins2018scanlearninghierarchicalcompositional,
title={SCAN: Learning Hierarchical Compositional Visual Concepts},
author={Irina Higgins and Nicolas Sonnerat and Loic Matthey and Arka Pal and Christopher P Burgess and Matko Bosnjak and Murray Shanahan and Matthew Botvinick and Demis Hassabis and Alexander Lerchner},
year={2018},
eprint={1707.03389},
archivePrefix={arXiv},
primaryClass={stat.ML},
url={https://arxiv.org/abs/1707.03389},
}
2 changes: 2 additions & 0 deletions _drafts/technical-posts/2018-08-30-compressed-sensing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: post
title: Compressed sensing and machine learning
categories:
- tutorial
---

This post is about;
Expand Down
12 changes: 10 additions & 2 deletions _drafts/technical-posts/2022-10-13-autoint.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
---
title: "AutoInt: Automatic integration"
title: "Automatic integration"
subtitle: "Where is it?"
categories:
- "proposal"
scholar:
bibliography: "auto-int.bib"
---

I work in machine learning, and everyday I see the awesome utility of automatic differentiation.
Within machine learning, automatic differentiation proves its awesome utility.

However, as far as I know, there is no analog for automatic integration.
Why not?

The key to automatic differentiation is the chain rule.
It allows us to compute the derivative of a function by breaking it down into a sequence of elementary operations.
Calculating their derivatives independently, we can then combine them to get the derivative of the original function.

## Bibliography

{% bibliography --cited %}
2 changes: 2 additions & 0 deletions _drafts/technical-posts/2023-02-11-jax.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: post
title: Jax
subtitle: Reading the docs
permalink: jax-stack
categories:
- tutorial
---


Expand Down
2 changes: 2 additions & 0 deletions _drafts/technical-posts/2023-05-10-mean.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: post
title: Calculating the mean
subtitle: I thought means were simple.
categories:
- tutorial
---

I recently discovered that;
Expand Down
6 changes: 4 additions & 2 deletions _drafts/technical-posts/2023-12-5-perfect-numbers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
layout: post
title: Perfect numbers.
subtitle: Playing with some numbers.
title: Perfect numbers
subtitle: Making a jigsaw puzzle
categories:
- play
---

<p>
Expand Down
2 changes: 2 additions & 0 deletions _drafts/technical-posts/2024-01-01-variational-calc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: post
title: Variational calculus
subtitle: A brief introduction to variational calculus
categories:
- tutorial
---

Want to understand the math.
Expand Down
5 changes: 4 additions & 1 deletion _drafts/technical-posts/2024-01-10-pilot-waves-proposal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
layout: post
title: Research proposal; Pilot waves
title: Pilot waves
subtitle: Who needs quantum mechanics when you have pilot waves?
categories:
- proposal
---

Main goals;
Expand Down
2 changes: 2 additions & 0 deletions _drafts/technical-posts/2024-01-10-raman-spectroscopy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
layout: post
title: Raman Spectroscopy
subtitle: A brief introduction to Raman spectroscopy
categories:
- tutorial
---
2 changes: 2 additions & 0 deletions _drafts/technical-posts/2024-01-10-random-algol.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: post
title: How can randomness make algorithms faster?
subtitle: A brief introduction to randomised algorithms
categories:
- tutorial
---

- random quicksort
Expand Down
3 changes: 3 additions & 0 deletions _drafts/technical-posts/2024-08-01-ideal-flow.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
title: The behaviour of ideal generative flows
subtitle: What does optimal transport really mean?
layout: post
permalink: /ideal-si/
scholar:
bibliography: "ideal-si.bib"
categories:
- research
---

Stocahastic interpolants are a recent innovation that frames generative modelling as building a transport map between distributions. {% cite albergo_stochastic_2023 liu_flow_2022 lipman_flow_2023 %}
Expand Down
8 changes: 1 addition & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<a href="{{ site.baseurl }}/about">About</a>
</nav> -->
<nav>
<a href="{{ site.baseurl }}/technical">Technical</a>
</nav>
<nav>
<a href="{{ site.baseurl }}/inbetween">Inbetween</a>
</nav>
<nav>
<a href="{{ site.baseurl }}/personal">Personal</a>
<a href="{{ site.baseurl }}/posts">Posts</a>
</nav>
</header>
</div>
Expand Down
2 changes: 2 additions & 0 deletions _posts/inbetween-posts/2017-10-31-a-guide-to-regulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "A guide to regulation"
date: "2017-10-31"
layout: post
subtitle: If we measure things, we can regulate them, fairly.
categories:
- "economic"
---

(Disclaimer: I have no experience in regulating anything other than the amount of time I spend on youtube - and I almost never meet my targets...)
Expand Down
3 changes: 2 additions & 1 deletion _posts/inbetween-posts/2017-11-06-humble.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "Humble"
date: "2017-11-06"
coverImage: "our_pale_blue_dot_zoom.jpeg"
layout: post
subtitle: A tribute to Carl Sagan and to science.
categories:
- "philosophy"
---

![]({{site.baseurl}}/assets/humble/{{page.coverImage}})
Expand Down
2 changes: 2 additions & 0 deletions _posts/inbetween-posts/2017-12-10-policy-search-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: post
title: Policy search engine
subtitle: Motivating a tool for tracking the effects of policies.
categories:
- "speculation"
---

Typical smart city solutions seem to focus on gathering __evidence for/of problems__, i.e. measuring built and social environments. This is useful as it can motivate action and change. However, this problematic data does not help us solve the problems once identified. For this we need __evidence for/of solutions__. How have past policies changed cities? Which policies seem to work? Which policy would be most effective/efficient in this case?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "What are these power-compare websites for?"
date: "2018-03-26"
coverImage: "16502618-abstract-word-cloud-for-efficient-market-hypothesis-with-related-tags-and-terms.jpg"
layout: post
subtitle: An example of how to regulate markets to remove inefficiencies.
categories:
- "economic"
---

![]({{site.baseurl}}/assets/regulating-markets-to-remove-inefficiencies/{{page.coverImage}})
Expand Down
2 changes: 2 additions & 0 deletions _posts/inbetween-posts/2018-11-05-measuring-people.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ date: "2018-11-05"
coverImage: "rorschach.jpeg"
layout: post
subtitle: What if we could accurately measure {INSERT}?
categories:
- "speculation"
---

![]({{site.baseurl}}/assets/measuring-people/{{page.coverImage}})
Expand Down
2 changes: 2 additions & 0 deletions _posts/inbetween-posts/2018-11-05-my-insurance-company-ipo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ date: "2018-11-05"
coverImage: "care.png"
layout: post
subtitle: An attempt to incentivise preventive healthcare.
categories:
- "economic"
---

![]({{site.baseurl}}/assets/my-insurance-company-ipo/{{page.coverImage}})
Expand Down
2 changes: 2 additions & 0 deletions _posts/inbetween-posts/2018-11-06-palm-oil-in-nzs-dairy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ date: "2018-11-06"
coverImage: "palm.jpg"
layout: post
subtitle: tldr; cows are fed palm kernel.
categories:
- "economic"
---

![]({{site.baseurl}}/assets/palm-oil-in-nzs-dairy/{{page.coverImage}})
Expand Down
2 changes: 2 additions & 0 deletions _posts/inbetween-posts/2018-11-24-open-minded-a-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ date: "2018-11-24"
coverImage: "screenshot-2018-11-24-at-8-11-41-pm.png"
layout: post
subtitle: Play a 'game' with me
categories:
- "interact"
---

![]({{site.baseurl}}/assets/open-minded-a-game/{{page.coverImage}})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: "The future of environmental sciences?"
date: "2019-02-07"
coverImage: "planet-earth-rotating-in-space_wj6uhr3xr__f0000.png"
layout: post
subtitle: What would the profession of environmental engineering look like?
subtitle: What could the profession of environmental engineering look like?
categories:
- "speculation"
---

![]({{site.baseurl}}/assets/the-future-of-environmental-sciences/{{page.coverImage}})
Expand Down
2 changes: 2 additions & 0 deletions _posts/inbetween-posts/2019-02-22-fusion-pollution.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ date: "2019-02-22"
coverImage: "m36_proj_spanglerfusoropener4x3.jpg"
layout: post
subtitle: A fusion of confusion.
categories:
- "sci-fi"
---

![]({{site.baseurl}}/assets/fusion-pollution/{{page.coverImage}})
Expand Down
3 changes: 2 additions & 1 deletion _posts/inbetween-posts/2019-02-22-humanitys-legacy.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "Immortalized in plastic (story prompt)"
date: "2019-02-22"
coverImage: "plastic-landfill.jpg"
layout: post
subtitle: What will be left over after humanity? Plastic...
categories:
- "sci-fi"
---

![]({{site.baseurl}}/assets/humanitys-legacy/{{page.coverImage}})
Expand Down
3 changes: 2 additions & 1 deletion _posts/inbetween-posts/2020-07-03-outsourced.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "Outsourcing Ourselves: When Human Abilities Are Rented, Not Owned"
date: "2020-07-03"
coverImage: "bn-pv951_queena_m_20160916103836.jpg"
layout: post
subtitle: The hidden dangers of delegating life's 'trivial' tasks to technology
categories:
- "sci-fi"
---

![]({{site.baseurl}}/assets/outsourced/{{page.coverImage}})
Expand Down
Loading

0 comments on commit 29a8310

Please sign in to comment.