linear-algebra
- Sign up for GitHub or sign in to edit this page
Here are 881 public repositories matching this topic...
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
-
Updated
Sep 24, 2019 - 18 commits
- 4 contributors
- Java
A library for visualization and creative-coding
-
Updated
Sep 24, 2019 - 572 commits
- 10 contributors
- TypeScript
Git mirror of the official Eigen's repository -- PULL REQUEST MUST BE SENT TO: https://bitbucket.org/eigen/eigen
-
Updated
Sep 24, 2019 - 10 commits
- 195 contributors
- C++
MIT-18.06-线性代数-完整笔记
-
Updated
Sep 24, 2019 - 67 commits
- 5 contributors
- HTML
Go scientific library for machine learning, linear algebra, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, graph, plotting, visualisation, tensors, eigenvalues, differential equations, more.
-
Updated
Sep 23, 2019 - 2 commits
- 9 contributors
- Go
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
-
Updated
Sep 20, 2019 - 2 commits
- 13 contributors
- PHP
Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
-
Updated
Sep 20, 2019 - 57 commits
- 2 contributors
- Jupyter Notebook
The Wikipedia page for the Cholesky decomposition provides formulas to perform rank one update, rank one downdate and update the decomposition as if rows had been added or removed from the decomposed matrix.
I am interested in the latter operation and found that it is not implemented in [nalgebra](https://www.nal
Like NumPy, in JavaScript
-
Updated
Sep 22, 2019 - 131 commits
- 4 contributors
- JavaScript
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
Add radix sort
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
-
Updated
Sep 24, 2019 - 4 commits
- 39 contributors
- OCaml
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
-
Updated
Sep 24, 2019 - 2 commits
- 11 contributors
- C++
A linear algebra and mathematics library for computer graphics.
-
Updated
Sep 24, 2019 - 1 commits
- 76 contributors
- Rust
Linear algebra in TypeScript.
-
Updated
Sep 24, 2019 - 545 commits
- 14 contributors
- TypeScript
BLAS-like Library Instantiation Software Framework
-
Updated
Sep 23, 2019 - 1 commits
- 28 contributors
- C
Python module for performing basic dense linear algebra computations on the GPU using CUDA.
-
Updated
Sep 24, 2019 - 96 commits
- 9 contributors
- Python
Compare to maxpool, conv2d is using the default params for padding and strides: https://github.com/mratsim/Arraymancer/blob/7edf23662328c059cd22be4cd08c00556321e4d1/src/nn/layers/conv2D.nim#L45-L48
Linear Algebra for Java
-
Updated
Sep 1, 2019 - 394 commits
- 21 contributors
- Java
A language for computing on sparse systems
-
Updated
Sep 18, 2019 - 2 commits
- 15 contributors
- C++
List of resources & possible pathway for the Math of Machine Learning and AI.
-
Updated
Sep 23, 2019 - 10 commits
- 1 contributors
Armadillo: fast C++ library for linear algebra & scientific computing - http://arma.sourceforge.net
-
Updated
Sep 3, 2019 - 5 commits
- 1 contributors
A header-only C++ library for large scale eigenvalue problems
-
Updated
Sep 24, 2019 - 344 commits
- 9 contributors
- C++
A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
-
Updated
Sep 20, 2019 - 402 commits
- 5 contributors
- Elixir
High Performance Graph Processing with Postgres and GraphBLAS
-
Updated
Sep 20, 2019 - 143 commits
- 1 contributors
- C
An intelligent block matrix library for numpy, PyTorch, and beyond.
-
Updated
Sep 6, 2019 - 43 commits
- 4 contributors
- Python
Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.
-
Updated
Sep 19, 2019 - 310 commits
- 2 contributors
- TypeScript
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