-
Hi Neil,
it would be a neat feature to have a source code lookup option in Hoogle. I'm going to start hacking on it and see if I can get a working example. I'll be going through your code/slides/paper…
-
Hi,
This is the first time I've used GitHub to comment so forgive me if I've done something wrong.
The GeoReference Guides are fantastic tools. I have had to deal with so much messy data it is r…
-
Hi, first of all congrats on your article and the NeurIPS workshop.
I have a few questions:
1) Regarding fine-tuning: do you update the pre-trained encoder or do you freeze it ?
2) You say that …
-
It might be interesting to go through this paper to see if any of their patterns are applicable:
https://dl.acm.org/doi/pdf/10.1145/3471874.3472984 Willis, Wu, [2021] "Design Patterns for Parser C…
-
As an AIFES researcher I want to be able to have a testbed setup which allows me to easily and quickly iterate over different forecasting pipelines*, so I can compare many forecasting pipelines* and d…
-
Approximant bases, or sigma bases, or order bases, are in their original form relaxations of kernel bases of polynomial matrices which behave extremely nicely. They generalise Padé approximation and…
-
This is an idea for a “hardcoded” generalisation of bar charts and line charts to support aggregate values (initially just sums, but potentially averages as well). Perhaps just for the y axis initiall…
rolyp updated
2 months ago
-
# Roadmap of the project
This is quite rough and not quite a draft yet but as planning progress proceeds it will become less sketchy.
```mermaid
gantt
title Mermaid Roadmap
dateForm…
knsv updated
7 months ago
-
I have thought about modules quite a bit, and as a result, I have implemented in Kontroli a nested module system.
Its abstract implementation is in: [](https://github.com/01mf02/nested-modules/blob/m…
-
```
I'd like to be able to create a collection which is configured to aggregate
entries from an arbitrary number of other collections hosted by the same
service. This would mean that listing the agg…