|
11 | 11 | "In this notebook, we will cover how to use PCCA++ to extract a coarse representation of the MSM.\n", |
12 | 12 | "We will further investigate how to use transition path theory (TPT) to follow the pathways of the processes.\n", |
13 | 13 | "When we want to analyze pathways, models with fewer states are more often desirable, since these are easier to understand.\n", |
14 | | - "PCCA++ allows us to assign the microstates directly to metastable macrostates and TPT uses this group assignment to compute fluxes and pathways. \n", |
| 14 | + "PCCA++ allows us to assign the microstates directly to metastable macrostates and TPT uses this group assignment to compute fluxes and pathways.\n", |
15 | 15 | "\n", |
16 | 16 | "Another method to get a model with fewer states are hidden Markov state models (HMM),\n", |
17 | 17 | "introduced in [Notebook 07 ➜ 📓](07-hidden-markov-state-models.ipynb).\n", |
18 | 18 | "In contrast to computing memberships of microstates to meta stable sets as in PCCA++,\n", |
19 | 19 | "in HMMs we directly obtain a model with fewer states.\n", |
20 | 20 | "\n", |
| 21 | + "While we will mostly rely on previously estimated/validated models, it will be helpful to understand the topics\n", |
| 22 | + "- data loading/visualization ([Notebook 01 ➜ 📓](01-data-io-and-featurization.ipynb))\n", |
| 23 | + "- dimension reduction ([Notebook 02 ➜ 📓](02-dimension-reduction-and-discretization.ipynb))\n", |
| 24 | + "- the estimation and validation process ([Notebook 03 ➜ 📓](03-msm-estimation-and-validation.ipynb))\n", |
| 25 | + "\n", |
21 | 26 | "Here you can find literature on the used methods:\n", |
22 | 27 | "- <a id=\"ref-1\" href=\"#cite-pcca_plus_plus\">roeblitz-weber-14</a>\n", |
23 | 28 | "- <a id=\"ref-2\" href=\"#cite-weinan-tpt\">weinan-06</a>\n", |
|
0 commit comments