Several mathematical impage processing exercises implemented in C++ and MatLab.
A repository with LaTeX examples, templates and tricks.
Tutorials for (deep convolutional) neural networks.
Relational databases can be described in terms of functional dependencies; this project implements functional dependencies as well as second and third normal form in PHP.
A two-layer perceptron for digit classification on MNIST implemented in MatLab.
The Simplex algorithm for solving linear programs implemented in PHP.
Common matrix decompositions, including LU, Cholesky and QR decompositions, implemented in PHP; also includes an interactive application to demonstrate and explain the material.