Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sab_pyhsmm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Sebastian Bruijns
sab_pyhsmm
Graph
28be9e6a1783dc8c5710c465199b99cf195d2e9d
Select Git revision
Branches
1
master
default
protected
Tags
1
slowfrozen
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Aug
8
13
Jul
18
Sep
15
24
Aug
31
Jul
11
Nov
7
Jul
6
May
7
Mar
6
Feb
30
Dec
21
Oct
24
Sep
29
Aug
19
31
Mar
30
20
21
19
11
Feb
1
31
Jan
18
9
10
9
6
2
3
26
Dec
3
24
Nov
7
6
5
4
2
20
Oct
13
4
20
Sep
16
22
Aug
14
29
Jul
7
Jun
18
May
13
29
Apr
27
13
10
24
Mar
27
Feb
26
24
13
8
31
Jan
20
19
14
13
12
11
10
8
7
1
31
Dec
7
4
3
26
Nov
23
28
Oct
1
29
Sep
24
23
22
21
15
11
7
6
3
1
31
Aug
30
28
27
25
23
21
19
18
17
12
11
10
8
7
6
5
3
1
31
Jul
28
27
26
25
24
23
11
10
9
8
7
6
4
3
1
29
Jun
28
25
19
3
2
1
31
May
30
28
27
26
23
18
Apr
17
24
Mar
18
10
8
6
22
Feb
17
12
11
10
9
16
Dec
3
2
30
Nov
29
28
27
25
22
21
20
19
18
17
16
15
14
8
7
6
5
4
3
2
1
29
Oct
22
21
18
16
15
11
10
8
7
6
Update file README.md
master
master
Update file README.md
ignoring things
misc to special
my changes
Update .travis.yml
Update .travis.yml
Updating setup.py to use Python3 requests and fixing broken Eigen link.
updating to scipy.special.logsumexp
update readme to link to images
add images for readme
used_states should return list, not iterator{
Merge branch 'master' of github.com:mattjj/pyhsmm
fix copy_sample for initial state objects, fixes #75
use pcolormesh instad of pcolorfast (fixes #73)
fix python 3.4 travis build by downloading different conda versions
attempt to fix python 3.4 urlretrieve import
add back division import, fixes #70
bernoulli music generation!
python 3 imports
adding utils for relabeling state sequences
Merge pull request #68 from danstowell/plotgaussians2d
when plotting high-dimensional Gaussians, use first two dims. Fixes #66
add six and future to required packages
fix plotting bug
fix missing underscore in _SepareTransMixin.__setstate__
replace function
fix up pca, maybe, i should delete those functions
Merge pull request #61 from t3476/python-2-3-compat
python 2/3 compat
python 3 compat init
make HMM.predict handle 1D data
remove package_data
updating expected statistics to work with fixed stateseqs
add check for last iteration of forward message passing, needed for
updating expected_statistics_log to compute (T-1) x M x M expected_trans_counts
change a .T to a np.swap_axes for better inhomog support (thanks, Andy!)
updating expected stats to work with time-varying transition matrices
Merge branch 'master' of github.com:mattjj/pyhsmm
Adding a flag to specify whether a data objects state sequence should be resampled'
Loading