-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
narray vs nmatrix? #375
Comments
It appeared that NArray was not being maintained (there were rumors of a rewrite, but no news for a long time), so I went ahead with building NMatrix. |
Merging NMatrix and NArray would be no trivial matter, but it "sounds" really cool. What do you think, @masa16? :) |
Close this? NMatrix now matches or outperforms NArray in almost every way. We have a very extensible architecture, interface with various libraries, and the problem of working when narray was present has also been resolved. |
Several years have passed since the new version of NArray came out. It appeared that NMatrix was not being maintained well. Newcomers try NMatrix first. After a while, they notice that NArray is far better in performance. For example, NArray has at leaset 2 deep learning libraries. NMatrix not.
CUDA support. NMatrix not.
Best machine Learning in Ruby.
I admit that I am using NArray for many years and it is far from a neutral position. |
Both libraries seem to be maintained. Why are these projects separate? Many new libraries still rely on narray, e.g. ruby-netcdf
The text was updated successfully, but these errors were encountered: