Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ posterior_plot(sim.fstate, times, epsps, truemodel = sim.hmodel)

![](posteriors.png)

## Cite us

This package was developped for the following paper: [Gontier C, Surace SC, Delvendahl I, Müller M, Pfister J-P (2023) Efficient sampling-based Bayesian Active Learning for synaptic characterization. PLoS Comput Biol 19(8): e1011342. https://doi.org/10.1371/journal.pcbi.1011342](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1011342)

```
@article{gontier2023efficient,
title={Efficient sampling-based Bayesian Active Learning for synaptic characterization},
author={Gontier, Camille and Surace, Simone Carlo and Delvendahl, Igor and M{\"u}ller, Martin and Pfister, Jean-Pascal},
journal={PLoS computational biology},
volume={19},
number={8},
pages={e1011342},
year={2023},
publisher={Public Library of Science San Francisco, CA USA}
}
```

## References

Expand Down