Skip to content

Commit 828c5c4

Browse files
committed
update file names and readme
1 parent 0bcb3ab commit 828c5c4

File tree

4 files changed

+1035
-1108
lines changed

4 files changed

+1035
-1108
lines changed

2-lvms.ipynb

Lines changed: 1023 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ A central goal of systems neuroscience is to understand how high-dimensional neu
88

99
## Example notebooks
1010

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.
1212

1313
*1. Regression*\
1414
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).
1616

1717
*2. Latent variable models (lvms)*\
1818
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.
1919
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.
2121

2222
*3. Discrete state spaces*\
2323
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
2626

2727
## Generative models
2828

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))
3136
- **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))
3439

3540
## Run locally 💻
3641

lvms.ipynb

Lines changed: 0 additions & 1101 deletions
This file was deleted.

0 commit comments

Comments
 (0)