You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ A central goal of systems neuroscience is to understand how high-dimensional neu
8
8
9
9
## Example notebooks
10
10
11
-
We provide three example notebook which implements and discusses a range of generative models commonly used in neuroscience.
11
+
We provide three example notebooks which implement and discuss a range of generative models commonly used in neuroscience.
12
12
13
13
*1. Regression*\
14
14
This notebook considers methods used for regression - the case where we have both some observations and set of regressors that we think can predict our observations.
15
-
We start from the simple case of linear regression and reformulate it as a Bayesian method which can be generalized to the more complicated but powerful *Gaussian process* regression (see https://www.youtube.com/watch?v=cQAPIlMeL_g for a more thorough overview of the use of Gaussian processes in systems neuroscience).
15
+
We start from the simple case of linear regression and reformulate it as a Bayesian method, which can be generalized to the more complicated but powerful *Gaussian process* regression (see https://www.youtube.com/watch?v=cQAPIlMeL_g for a more thorough overview of the use of Gaussian processes in systems neuroscience).
16
16
17
17
*2. Latent variable models (lvms)*\
18
18
Having treated the case of regression, we then move on to latent variable models. This *unsupervised learning* setting generalizes regression to the case where we do now know the regressors but instead have to *infer* them from the data.
19
19
This inference process is often complicated, which calls for simplifying assumptions such as Gaussianity or linearity.
20
-
In this notebook, we consider both linear and non-linear method and look at the importance of such modelling choices for analysing high-dimensional data.
20
+
In this notebook, we consider both linear and non-linear method and look at the importance of such modelling choices when analysing high-dimensional data.
21
21
22
22
*3. Discrete state spaces*\
23
23
In both of the above cases, we worked with *continuous* state spaces.
@@ -26,11 +26,16 @@ In this notebook, we start from the simple Hidden Markov Model for inferring dis
26
26
27
27
## Generative models
28
28
29
-
-**iLQR-VAE** ([Schimel et al., 2022](https://www.biorxiv.org/content/10.1101/2021.10.07.463540v2.abstract))
30
-
-**Scalable Bayesian GPFA** ([Jensen et al., 2021](https://proceedings.neurips.cc/paper/2021/hash/58238e9ae2dd305d79c2ebc8c1883422-Abstract.html))
29
+
Opponent control of behavior by dorsomedial striatal pathways depends on task demands and internal state (Bolkan, Stone et al, 2022)
30
+
A probabilistic framework for task-aligned intra- and inter-area neural manifold estimation (Balzani et al, 2022)
31
+
-**Review of linear Gaussian LVMs** ([Roweis & Ghahramani, 1999](https://ieeexplore.ieee.org/abstract/document/6790691))
32
+
-**Gaussian process factor analysis** ([Yu et al., 2009](https://proceedings.neurips.cc/paper/2008/hash/ad972f10e0800b49d76fed33a21f6698-Abstract.html))
33
+
-**Bayesian GPFA** ([Jensen et al., 2021](https://proceedings.neurips.cc/paper/2021/hash/58238e9ae2dd305d79c2ebc8c1883422-Abstract.html))
34
+
-**Gaussian process latent variable models** ([Wu et al., 2017](https://proceedings.neurips.cc/paper/2017/hash/b3b4d2dbedc99fe843fd3dedb02f086f-Abstract.html))
35
+
-**Manifold GPLVMs** ([Jensen et al., 2020](https://proceedings.neurips.cc/paper/2020/hash/fedc604da8b0f9af74b6cfc0fab2163c-Abstract.html))
31
36
-**Universal count model** ([Liu and Lengyel, 2021](https://proceedings.neurips.cc/paper/2021/hash/6f5216f8d89b086c18298e043bfe48ed-Abstract.html))
32
-
-**Manifold GPLVM** ([Jensen et al., 2020](https://proceedings.neurips.cc/paper/2020/hash/fedc604da8b0f9af74b6cfc0fab2163c-Abstract.html))
33
-
37
+
-**LFADS** ([Pandarinath et al., 2018](https://www.nature.com/articles/s41592-018-0109-9))
38
+
-**iLQR-VAE** ([Schimel et al., 2022](https://www.biorxiv.org/content/10.1101/2021.10.07.463540v2.abstract))
0 commit comments