matrix-library
- Sign up for GitHub or sign in to edit this page
Here are 100 public repositories matching this topic...
BLAS-like Library Instantiation Software Framework
-
Updated
Sep 23, 2019 - 1 commits
- 28 contributors
- C
All errors functions like accuracy_score, relative_error and absolute_error follow the following signature convention
proc my_error[T](y_true, y: Tensor[T]): T =
discardThis is the same convention as scikit-learn, see accuracy_score.
However this convention hurts composition via
Linear Algebra for Java
-
Updated
Sep 1, 2019 - 394 commits
- 21 contributors
- Java
Strong-name signing isn't really used anymore and has caused a bunch of issues in OpenTK, thus we no longer recommend it. Plus, NuGet.org has it's own signature validation system so snk isn't really needed.
Consider removal?
High-performance object-based library for DLA computations
-
Updated
Sep 23, 2019 - 73 commits
- 7 contributors
- Fortran
TensorFlow C API Class Wrapper in Server Side Swift.
-
Updated
Sep 11, 2019 - 70 commits
- 3 contributors
- Swift
Matrix Library for JavaScript
-
Updated
Aug 26, 2019 - 181 commits
- 1 contributors
- JavaScript
Meta.Numerics is library for advanced numerical computing on the .NET platform. It offers an object-oriented API for statistical analysis, advanced functions, Fourier transforms, numerical integration and optimization, and matrix algebra.
-
Updated
Aug 30, 2019 - 156 commits
- 1 contributors
- C#
A c++ header library for matrix operation inspired Numpy Scipy, MATLAB only using Eigen.
-
Updated
Jun 21, 2019 - 15 commits
- 1 contributors
- C++
Another Matrix Library using C++11 features to be small and lightweight but efficient
-
Updated
Aug 16, 2019 - 397 commits
- 5 contributors
- C++
Matrix computation library in Swift
-
Updated
Jul 25, 2019 - 16 commits
- 1 contributors
- Swift
Bandicoot: GPU accelerator add-on for the Armadillo C++ linear algebra library
-
Updated
Jun 26, 2019 - 1 commits
- 0 contributors
- C++
A fully generic Swift vector & matrix library
-
Updated
Jul 8, 2019 - 37 commits
- 2 contributors
- Swift
Numpy for swift through Accelerate
-
Updated
Mar 7, 2019 - 95 commits
- 12 contributors
- Swift
A massively parallel library for computing the functions of sparse matrices.
-
Updated
Sep 1, 2019 - 659 commits
- 2 contributors
- Fortran
Deep Learning for Swift - Accelerated tensor operations and dynamic neural networks based on reverse mode automatic differentiation
-
Updated
Sep 19, 2019 - 78 commits
- 1 contributors
- Swift
generic C++ containers; matrix, triangle matrix, crs sparse matrix, etc.
-
Updated
Sep 4, 2019 - 55 commits
- 1 contributors
- C++
Efficient matrix operations implemented in C++.
-
Updated
Aug 16, 2019 - 138 commits
- 1 contributors
- C++
Numeric, Vector, Quaternion, and Matrix functions, consistent across multiple programming languages
-
Updated
Jul 14, 2019 - 50 commits
- 1 contributors
- C
Linear Algebra: Vector and Matrix Implementations in C++
-
Updated
Jul 15, 2019 - 34 commits
- 1 contributors
- C++
Matrix package with cache-aware lock-free tiling optimization in Go
-
Updated
Sep 2, 2019 - 6 commits
- 1 contributors
- Go
A simple Array-like matrix calculation JavaScript library.
-
Updated
Jan 15, 2019 - 41 commits
- 1 contributors
- JavaScript
Clone of the Bioconductor repository for the beachmat package.
-
Updated
Jul 9, 2019 - 430 commits
- 6 contributors
- C++


Issue Description
I'm unable to run DL4J with nvidia CUDA back end despiite following the instructions here:
https://deeplearning4j.org/docs/latest/deeplearning4j-config-gpu-cpu
Project works fine with native back end. When I debug, I can see the service loader finding the JCublasBackend.java class and then failing on isAvailable().
As far as I can tell I've done everything recommende