-
Updated
Jan 22, 2021
#
linear-algebra
Here are 1,364 public repositories matching this topic...
100 Days of ML Coding
python
machine-learning
tutorial
deep-learning
svm
linear-regression
scikit-learn
linear-algebra
machine-learning-algorithms
naive-bayes-classifier
logistic-regression
implementation
support-vector-machines
100-days-of-code-log
100daysofcode
infographics
siraj-raval
siraj-raval-challenge
5
williamfiset
commented
Oct 24, 2017
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
learning
pdf
machine-learning
good
mit
deep-learning
neural-network
book
machine
linear-algebra
neural-networks
deeplearning
print
excercises
lecture-notes
chapter
clear
thinking
printable
-
Updated
Jan 16, 2021 - Java
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
-
Updated
Sep 27, 2019 - Jupyter Notebook
Statistical Machine Intelligence & Learning Engine
visualization
nlp
data-science
machine-learning
statistics
deep-learning
graph
clustering
interpolation
genetic-algorithm
linear-algebra
regression
nearest-neighbor-search
classification
wavelet
dataframe
computer-algebra-system
manifold-learning
multidimensional-scaling
-
Updated
Feb 13, 2021 - Java
A library for visualization and creative-coding
visualization
art
svg
design
typescript
canvas
creative-coding
graphics
vector
linear-algebra
sound
generative-art
generative
pts
graphic-design
-
Updated
Feb 21, 2021 - TypeScript
Math.NET Numerics
statistics
csharp
integration
math
fsharp
interpolation
random
matrix
linear-algebra
regression
fft
numerics
differentiation
mathnet
-
Updated
Jan 15, 2021 - C#
mankinskin
commented
Feb 21, 2021
I am trying to move a matrix into an iterator over its rows or columns. row_iter() borrows the matrix, which breaks my usecase:
fn large_f<N, It: Iterator<Item=N>>(matrix_map: impl Fn(Matrix) -> It, mat: Matrix) { ... }I need a a function that can map a matrix to an iterator for the same operations either on the matrix' rows or columns.
let mat = ...;
large_f(
|matPowerful 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
finance
statistics
algebra
math
information-theory
vector
matrix
linear-algebra
probability
mathematics
regression
combinatorics
number-theory
numerical-analysis
distributions
-
Updated
Jan 30, 2021 - PHP
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
-
Updated
Jan 7, 2021 - C++
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
optimization
linear-algebra
sparse-systems
linear-programming
scientific-computing
fast-fourier-transform
computational-geometry
differential-equations
eigenvectors
mersenne-twister
eigenvalues
parallel-computations
-
Updated
Jan 22, 2021 - C
Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
-
Updated
Nov 26, 2017 - Jupyter Notebook
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
machine-learning
statistics
neural-network
optimization
matrix
linear-algebra
automatic-differentiation
regression
autograd
numerical-calculations
scientific-computing
topic-modeling
ndarray
plotting
gsl
maths
sparse-linear-systems
statistical-functions
mcmc
algorithmic-differentation
-
Updated
Feb 13, 2021 - OCaml
NoteCalc is a handy calculator trying to bring the advantages of Soulver to the web.
-
Updated
Jan 18, 2021 - Rust
BLAS-like Library Instantiation Software Framework
high-performance
linear-algebra
matrix-functions
matrix-multiplication
high-performance-computing
blas
linear-algebra-library
matrix-calculations
matrix-library
blas-libraries
blis
-
Updated
Feb 18, 2021 - C
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
-
Updated
Feb 18, 2021 - C++
A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
iot
machine-learning
nim
deep-learning
opencl
linear-algebra
automatic-differentiation
openmp
parallel-computing
cuda
autograd
gpgpu
neural-networks
high-performance-computing
ndarray
tensor
gpu-computing
multidimensional-arrays
cudnn
matrix-library
-
Updated
Feb 20, 2021 - Nim
A linear algebra and mathematics library for computer graphics.
-
Updated
Feb 12, 2021 - Rust
A polyhedral compiler for expressing fast and portable data parallel algorithms
machine-learning
library
deep-neural-networks
compiler
optimization
linear-algebra
code-generation
tensors
tensor-algebra
-
Updated
Feb 20, 2021 - C++
Linear algebra in TypeScript.
javascript
machine-learning
typescript
vector
matrix
linear-algebra
high-performance-computing
blas
linear-algebra-library
-
Updated
Jan 24, 2021 - TypeScript
Python module for performing basic dense linear algebra computations on the GPU using CUDA.
-
Updated
May 28, 2020 - Python
Linear Algebra for Java
-
Updated
Jan 5, 2021 - Java
A header-only C++ library for large scale eigenvalue problems
-
Updated
Jan 26, 2021 - C++
A language for computing on sparse systems
-
Updated
May 17, 2019 - C++
Teaching Materials for Dr. Waleed A. Yousef
computer-science
data-science
machine-learning
statistics
programming
optimization
linear-algebra
probability
mathematics
statistical-learning
image-processing
data-visualization
data-structures
discrete-mathematics
pattern-recognition
statistical-models
digital-design
logic-design
analysis-of-algorithms
-
Updated
Feb 15, 2021 - Mathematica
A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
-
Updated
Aug 3, 2020 - Elixir
List of DL topics and resources essential for cracking interviews
natural-language-processing
computer-vision
deep-learning
linear-algebra
probability-statistics
generative-models
-
Updated
Sep 13, 2020
Improve this page
Add a description, image, and links to the linear-algebra topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linear-algebra topic, visit your repo's landing page and select "manage topics."
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.