The Wayback Machine - https://web.archive.org/web/20210901035835/https://github.com/topics/poisson-distribution
Skip to content
#

poisson-distribution

Here are 73 public repositories matching this topic...

Probabilistic Deep Learning finds its application in autonomous vehicles and medical diagnoses. This is an increasingly important area of deep learning that aims to quantify the noise and uncertainty that is often present in real-world datasets.

  • Updated May 9, 2021
  • Jupyter Notebook

CP-APR Tensor Decomposition with PyTorch backend. pyCP_APR can perform non-negative Poisson Tensor Factorization on GPU, and includes an interface for anomaly detection using the extracted latent patterns.

  • Updated Jul 1, 2021
  • Python

This program generates random variables using the Poisson distribution. The Poisson distribution is a discrete probability distribution that expresses, based on a mean frequency of occurrence, the probability that a certain number of events will occur during a certain period of time. Specifically, it specializes in the probability of occurrence of events with very small probabilities

  • Updated Sep 17, 2020
  • Java

The Poisson distribution https://en.wikipedia.org/wiki/Poisson_distribution is a discrete probability distribution often used to describe count-based data, like how many snowflakes fall in a day. If we have count data 𝑦 that are influenced by a covariate or feature 𝑥, we can use the maximum likelihood principle to develop a regression model relating 𝑥 to 𝑦.

  • Updated Oct 13, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the poisson-distribution topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the poisson-distribution topic, visit your repo's landing page and select "manage topics."

Learn more