Mamy Ratsimbazafy
Mamy Ratsimbazafy
This is work in progress to solve: https://github.com/unicredit/linear-algebra/issues/5 This feature is key to implement machine learning algorithms without code duplication for float32, float64 and float (pointer-sized, 32 bits on 32-bit,...
In line 93 to 145 in equality, it's a seq that is tested not the vectors. Is that intended? https://github.com/unicredit/linear-algebra/blob/master/tests/equality.nim#L93
This might be related to https://github.com/nim-lang/Nim/issues/5199 Setup: Nim v0.16, linalg 0.6.6 on OSX ```Nim import linalg ## Training let data = matrix([ [1.2, 0.7], [-0.3, -0.5], [3.0, 0.1], [-0.1, -1.0],...
Hello Andrea, Great work on this library. For large sparse datasets and for machine learning having sparse matrix support would be great to minimize memory usage. It might be better...
Similar to #43 Travis now supports ARM64 in CI (https://travis-ci.com/mratsim/Synthesis/jobs/267288652#L55), I usually use choosenim to manage my CI runs but unfortunately that would prevent me from using it for CI...
It would be great if we could specify a branch of a local repo: `choosenim ~/projects/nim#mybranch` Bonus point if that works with web based repos: `choosenim https://github.com/status-im/Nim#nimbus`
Hello NNPACK team, great work on the library. I've been doing some research on Grouped Convolution / Depthwise convolution that landed in CuDNN v7. According to this [blog post](https://blog.yani.io/filter-group-tutorial/) you...
Just a quick reminder that it might be necessary to use this library in a multithreaded context for example for accounting software with work split across one core per year....
Hey @VPashkov, I don't know your IRC/forum handle but I'm suggesting an Awesome Saturday/Weekend/Week to showcase more domains in this repo. Here is the forum thread: https://forum.nim-lang.org/t/3904. What do you...
I manage to build Clint but had a couple issues: 1. Clay "parser.h" no such file or directory  No amount of fiddling the includes work, but compiling from clay...