Skip to content

Commit 331085b

Browse files
committed
Changed title and added citation
1 parent 4233363 commit 331085b

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

examples/sphinx_gallery/onlineBayesianLinearRegression/plotOnlineBayesianLinearRegressionSimpleCell.py

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11

22
"""
3-
Online Bayesian linear regression: simple cell
4-
==============================================
3+
Anesthetized cat V1 simple cell
4+
===============================
55
66
The code below uses an online algorithm to estimate the linear receptive field
7-
of a simple cell recorded from an anesthetized cat, as described in
8-
9-
article{touryan2005spatial,
10-
title={Spatial structure of complex cell receptive fields measured with natural images},
11-
author={Touryan, Jon and Felsen, Gidon and Dan, Yang},
12-
journal={Neuron},
13-
volume={45},
14-
number={5},
15-
pages={781--791},
16-
year={2005},
17-
publisher={Elsevier}
18-
}
7+
of a simple cell recorded from an anesthetized cat, as described in "Touryan,
8+
Jon and Felsen, Gidon and Dan, Yang (2005). Spatial structure of complex cell
9+
receptive fields measured with natural images. Neuron 45 (5), 781-791."
1910
2011
"""
2112

examples/sphinx_gallery/onlineBayesianLinearRegression/plotOnlineBayesianLinearRegressionSimulatedData.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
"""
3-
Online Bayesian linear regression
4-
=================================
3+
Simulated data
4+
==============
55
66
The code below uses an online algorithm to estimate the posterior of the weighs
77
of a linear regression model using simulate data.
@@ -17,7 +17,7 @@
1717
import plotly.subplots
1818
import plotly.graph_objects as go
1919

20-
import lds.inference
20+
import inference
2121

2222
#%%
2323
# Define data generation variables

0 commit comments

Comments
 (0)