Skip to content

Commit

Permalink
Adding more extension ideas to HMM
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaldassano committed Aug 16, 2017
1 parent 3f5cbb5 commit 150e254
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Tutorials/HMM/HiddenMarkovModels.ipynb
Expand Up @@ -71,7 +71,9 @@
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"D = dd.io.load('sherlock.h5')\n",
Expand Down Expand Up @@ -427,7 +429,9 @@
{
"cell_type": "code",
"execution_count": 16,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"D = dd.io.load('AG_movie_1recall.h5')\n",
Expand Down Expand Up @@ -819,7 +823,8 @@
"* Can we relate event patterns to features of the stimulus?\n",
"* What is the \"right\" size and shape window to use when computing dynamic connectivity? (Can we maximize prediction on a held-out subject?) How does the window size impact the number of events that can be identified?\n",
"* Can the HMM be applied to other neuroimaging modalities, such as ECoG?\n",
"* Can the HMM be applied to other types of data, such as word embedding vectors?"
"* Can the HMM be applied to other types of data, such as word embedding vectors?\n",
"* Can the HMM be integrated with hyperalignment, to simultaneously learn how event patterns map across subjects?"
]
},
{
Expand Down

0 comments on commit 150e254

Please sign in to comment.