Andre Bieler
Andre Bieler
[jldTimings.zip](https://github.com/JuliaLang/JLD.jl/files/239036/jldTimings.zip) When loading an array with DateTimes with the load() function the loading times increase over time. The same does not happen when loading an array of floats. Attached are...
- rename `examples/gcn.jl` --> `examples/gcn_gpu.jl`. (this actually does not run, but IDK if its my setup or a bug) - added `examples/gcn.jl` (original example but w/o the `|> gpu` parts...
Just curious: Is it planned to move towards the Julia built in parallelism functionality in the future or to keep going the MPI/C++ route? If so, why/why not? :) Thanks,...
Any thoughts on supporting juliadb's table and ndsparse?
The function `remove_corrupt_utf8()` does not work under Julia v0.4.6. The problem is the line `zeros(Char, endof(s)+1)` where it complains that zero is not defined for type Char. When using UInt8...
Is there a reason why documents are represented as rows in the dtm? --> dtm is a (nDocs x nFeatures) sized matrix. having docs as columns would computationally be more...
This is only first "mock" version of a [GPSConv](https://arxiv.org/abs/2205.12454) layer to see if we would want it in the Repo in that form. - Adds a `DotProductAttention` layer that uses...
GPSConv
Would be fun to have the GPSConv layer in here and I'd be happy to take a crack at it (if deemed useful). Should be straight forward, except the "global...
I am not smart enough to extrapolate from the MNIST example what to do with data and labels that come in form of regular Julia arrays. Say, X = Matrix{Float}(1000,...
I tried to solve a small problem with the SVM module. Distinguishing man from women according to height and weight. The data can be downloaded from the link below: https://www.dropbox.com/s/jde4ogbw557tq38/body.dat?dl=0...