Skip to content
#

statistical-models

Here are 207 public repositories matching this topic...

StaffanBetner
StaffanBetner commented Oct 28, 2020

To be more in line with the rest of the regression families I think it would be a good idea to support lognormal distribution reparameterized with mean and standard deviation on the natural scale.

Here is the reparametrization (from ProbOnto, https://sites.google.com/site/probonto/download):

$P\left(x ; \boldsymbol{\mu}{N}, \boldsymbol{\sigma}{N}\right)=\frac{1}{x \sqrt{2 \pi \log \left

TF_FLAME

Tensorflow framework for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 2D or 3D keypoints, and how to generate textured head meshes from Images.

  • Updated Dec 14, 2020
  • Python

SmartCore is a comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.

  • Updated Dec 28, 2020
  • Rust

Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics

  • Updated Nov 27, 2020
  • Go
pf
tbrown122387
tbrown122387 commented May 1, 2020

Consider rewriting filter() so that it makes use of two public functions: one to perform mutation and rewrighting, and the other to perform resampling. This added level of control would be useful for latency-sensitive applications that only need to make use of the results from the first stage. After that, resampling could be performed while there is plenty of downtime.

A challenge would be to e

Improve this page

Add a description, image, and links to the statistical-models 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 statistical-models topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.