Forked from tutorial/gmm/1

xxxxxxxxxx
46
 
1
{
2
    "model_one": {
3
        "variances": [
4
            0,
5
            0,
6
            "float64"
7
        ],
8
        "#description": "First model Gaussian-Mixture Model object",
9
        "variance_thresholds": [
10
            0,
11
            0,
12
            "float64"
13
        ],
14
        "weights": [
15
            0,
16
            "float64"
17
        ],
18
        "means": [
19
            0,
20
            0,
21
            "float64"
22
        ]
23
    },
24
    "model_two": {
25
        "variances": [
26
            0,
27
            0,
28
            "float64"
29
        ],
30
        "#description": "Second model Gaussian-Mixture Model object",
31
        "variance_thresholds": [
32
            0,
33
            0,
34
            "float64"
35
        ],
36
        "weights": [
37
            0,
38
            "float64"
39
        ],
40
        "means": [
41
            0,
42
            0,
43
            "float64"
44
        ]
45
    }
46
}

The JSON descriptor for this object
The ruler at 80 columns indicate suggested POSIX line breaks (for readability).
The editor will automatically enlarge to accomodate the entirety of your input
Use keyboard shortcuts for search/replace and faster editing. For example, use Ctrl-F (PC) or Cmd-F (Mac) to search through this box

Container for Gaussian Mixture Models (GMM). This container stores:

  • means: The means of each gaussian component.
  • variances: The variances of each gaussian component.
  • weights: The weights of each gaussian component.
  • variance_thresholds: The variance flooring for each gaussian component.

Specific details can be found in [Reynolds2000].

[Reynolds2000]
  1. Reynolds, T. Quatieri, R. Dunn: Speaker verification using adapted Gaussian mixture models. Digital signal processing 10.1 (2000): 19-41.
Created with Raphaël 2.1.2[compare]tutorial/gmm/1pkorshunov/two-classes-gmm/12014Jun232016Apr1
Terms of Service | Contact Information | BEAT platform version 2.2.1b0 | © Idiap Research Institute - 2013-2025