-
Encountered this error during the CNMF-E analysis of my data. Memory maps from the motion correction that I'm passing in are 4.3 GB. Anyone seen this before?
Documentation of error message:
```
…
-
I would like to cite the `lowrankapprox` Julia package in a manuscript we will be submitting soon for review. Can you please provide a suggested citation with a title and list of authors? Thank you.
-
I found that sometimes the HODLR library yields inaccurate results. This problem might be caused by an empty self-interaction matrix.
As the problem is somehow hard to reproduce, I wrote a test pro…
-
How would you guys feel about `reduceObj` ?
In Clojure there is `reduce-kv` https://clojuredocs.org/clojure.core/reduce-kv.
It feels usable but maybe I'm overlooking some smart way of using existing …
-
Thanks for sharing this!
Was this work modeled after this article https://research.fb.com/fast-randomized-svd/ ? which mentions Spark, it doesn't look this code can run in Spark / can run distribu…
Tagar updated
6 years ago
-
I made changes to LZ to support separate networks for black and white with a goal to improve handicap performance. The idea is to make the black network strength to match the players strength that is …
-
## What Is Mobile-Friendly?
Mobile-friendly means a digital product can be navigated, viewed and accessed on a smartphone, tablet computer, or similar mobile device.
- **Is Your Site Mobile-Fri…
-
**TL;DR**: *I think having an implementation for some randomize matrix algorithms would be great. I would like to discuss if the community finds it useful too.*
*Randomized matrix algorithms* have …
-
Hello!
I tried to solve a simple Volterra equation using ApproxFun.
Here is my code:
```
using ApproxFun
d = Interval(0.0, 2.0)
K = Fun((x,y) -> exp(-(x-y)), d^2)
V = DefiniteIntegral(Che…
-
Just ran into pyamg; great to see these complex algorithms be made available in such a neat package!
I started to try out pyamg in some of the more complex solves in my project, and these gave the …