Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.em
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.learn.em
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d9093beed5093f0892c7049acec3ae1c09d7691f
Select Git revision
Branches
3
bob_em_train
develop
protected
master
default
protected
Tags
20
v3.3.1
v3.3.0
v3.2.0
v3.1.0
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.1.8
v2.1.7
v2.1.7b0
v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.13
23 results
Begin with the selected commit
Created with Raphaël 2.2.0
17
Nov
15
3
22
Oct
21
19
5
24
Sep
23
22
21
20
10
11
May
13
Apr
24
Mar
11
Nov
10
6
5
1
Oct
30
Apr
25
24
14
Feb
7
29
Oct
6
Sep
23
Aug
22
Jul
20
Jun
6
14
May
8
7
6
14
Feb
26
Sep
17
Jul
6
11
Apr
9
11
Feb
5
22
Jan
21
20
16
15
Sep
5
4
3
Aug
2
19
Jul
7
6
5
12
Jun
9
6
1
30
May
28
17
14
Feb
11
10
16
Jan
14
11
4
3
5
Dec
15
Oct
5
4
26
Sep
23
15
Aug
13
Jul
31
May
26
11
Apr
5
4
Mar
26
Feb
23
Jan
22
21
20
18
Dec
16
11
10
3
30
Nov
26
19
28
Aug
16
Jul
15
14
13
1
16
Jun
22
May
21
20
18
12
11
8
7
6
24
Mar
13
12
9
6
5
4
3
1
28
Feb
26
24
19
18
17
11
10
7
6
5
4
3
2
1
31
Jan
30
29
28
27
26
23
22
19
18
15
14
13
12
26
Dec
15
11
9
5
4
3
27
Nov
21
20
6
4
29
Oct
24
15
Sep
14
12
4
2
1
28
Aug
27
22
21
24
Jun
23
27
May
26
23
22
Precomputing g_norms, tests fixes, h5py load/save.
[Requirements] Add dask to pip requirements
Remove divide by zero warning
Increased latest version to 2.1.9b0 [skip ci]
Increased stable version to 2.1.8
v2.1.8
v2.1.8
GMM gaussians init fixes, save and load fixes
Machine, Stats, and Gaussians save and load fixes.
linear_scoring moved in its own file
linear_scoring accepts different parameters; doc.
Save and load in GMMMachine, linear_scoring as fct
[conda] use pip to install the package [skip ci]
Added linear_scoring; Added GMM Transformer tests.
Start of `linear scoring` impl in `GMMMachine`.
Remove GMM Trainers classes
Fix a typo in hdf5, versioning of hdf5 file.
Rename Statistics to GMMStats, tests for GMMStats.
Remove Multi- and Gaussian, use Gaussians instead.
Fixed test_gaussian not passing
MAP GMM fix and tests
ML GMM test
Epsilon as default variance threshold
Variance threshold application at init for GMM
Add gaussian tests back
Added and adapted old GMM Machine tests
Added MAP GMM implementation in python
Added setters and getters for machine mean and var
Remove the steps in GMM plot example
Fix the GMM log_likelihood and add related tests.
[doc] Plot code example of GMM
GMM port progress
Reset to accept dask arrays
Fix Dask array not supporting str as index
Adding GMM tests
Adding the ML GMM m_step and machine's log_weights
GMM stats now has an add operator
Tweaks to weights calculation
Fix Gaussian mean naming, use structuredarrays
e_step done
e_step continued and tests [wip]
GMM e step progress
Loading