100 Days of ML Coding
-
Updated
Jul 15, 2020
{{ message }}
100 Days of ML Coding
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
Statistical Machine Intelligence & Learning Engine
A library for visualization and creative-coding
Math.NET Numerics
Hi everyone,
I am building a sensor fusion framework based on nalgebra, and found out that we do not have support for Lie algebra operations like expmap and logmap. Is is appropriate to add them here or should I implement them in my own crate by using some traits?
Many thanks,
Fan
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
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
BLAS-like Library Instantiation Software Framework
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
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
A linear algebra and mathematics library for computer graphics.
A polyhedral compiler for expressing fast and portable data parallel algorithms
Linear algebra in TypeScript.
Python module for performing basic dense linear algebra computations on the GPU using CUDA.
Linear Algebra for Java
A language for computing on sparse systems
A header-only C++ library for large scale eigenvalue problems
A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
List of DL topics and resources essential for cracking interviews
List of resources & possible pathway for the Math of Machine Learning and AI.
Armadillo: fast C++ library for linear algebra & scientific computing - http://arma.sourceforge.net
Add a description, image, and links to the linear-algebra topic page so that developers can more easily learn about it.
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.