-
Currently we implement a limited number of synapse models. While this is sufficient for machine-learning oriented approaches it is limiting when it comes to neuroscience inspired approaches. Brian2 so…
-
Hi,
I know that the graph will be optimized when loop closure occurs, but I still don't understand why loop closure can reduce the uncertainty. Is there any formular that can help me?
When optimiz…
-
Hi, is it possible to run a subsection of these versions of CCA on GPU? If so, would you please write down a short example?
-
## Description
The greedy algorithm implemented is far from ideal; recommend use of e.g. [Linear Assignment Problem](https://en.wikipedia.org/wiki/Assignment_problem) algorithm such as Jonker-Volgena…
jmetz updated
2 years ago
-
### Issue description
The docs state:
```
BLEND - linear interpolation of colours: C = A*factor + B. This is the default blending mode.
```
But linear interpolation would be `C = A*factor + B…
-
Hi, sorry if I'm posting in the wrong category. I was wondering how to diagnose my model when the GP gets the fit wildly wrong (identifying when it goes wrong and trying most likely fixes) besides vis…
ru111 updated
3 years ago
-
Hello,
I have been thinking a little bit about qbsolv and I came up with a reasoning which might interest this community. As far as I understood, qbsolv is concerned with problems which unknown is …
-
Umbrella issue for collecting, consolidating, and prioritizing roadmap items for the 2023-2024 increment.
How to contribute:
* user or developer - community suggestions appreciated in this threa…
-
While the implementation of, e.g., `...ByteArray.evalPrimOp` is rather direct and elegant at the moment
```hs
newtype Name = BS8.ByteString
evalPrimOp :: PrimOpEval -> Name -> [Atom] -> Type ->…
-
Hello,
The goal is to implement missing bindings. This non exhaustive list aims to report the axis of improvement, conventions and technical choices for the project.
I will update this task list o…