sutherland-hodgman. A differentiable Python implementation of the Sutherland–Hodgman algorithm for clipping polygons in 2D.
50cough-detection. Implements data-driven approaches for the detection of coughs in patients with respiratory illnesses.
15stack-exchange-backup. Download all of your questions and answers from all Stack Exchange sites as Markdown files using a Python script.
6maximum-likelihood-estimation. This tutorial demonstrates how to compute maximum likelihood estimates of the parameters of a Gaussian distribution both analytically and using gradient descent.
5em-algorithm-gmm. Implements the Expectation-Maximization algorithm to estimate the parameters of a Gaussian Mixture Model.
4rbm-dbn. An implementation of Categorical-Bernoulli (Softmax-Bernoulli) and Bernoulli-Bernoulli RBMs for movie recommendation using PyTorch.
4Laplacian-Pyramid-Blending. Demonstrates image blending using Gaussian pyramids and Laplacians.
2cycle-gan. Simplified and documented implementation of CycleGAN in PyTorch.
1poles-and-zeros. Code used to generate plots in the dsp.stackexchange answer https://dsp.stackexchange.com/a/79206/52433
1Gait-Identification. Gait identification using a Variational Autoencoder and a Hidden Markov Model
1Bit-error-rate-estimation. Explores the use of confidence intervals when estimating the bit error rate of a digital communications system.
1