mcleonard / wm_paper

IPython notebooks and other code used in creating my paper on working memory.
1 stars 0 forks source link

Add Radial basis poisson process.ipynb to pymc3? #1

Open twiecki opened 9 years ago

twiecki commented 9 years ago

Hey,

this is a great application. Mind if we add it to the examples folder (with attribution of course)? You can also do a PR if you prefer.

Thomas

mcleonard commented 9 years ago

Hi Thomas,

Sure, feel free to add it. I'm not sure it is perfect though. For instance, the RBF locations are exchangeable, so they jump all over the place. It would probably be better to have a narrow Normal prior on each location, or have a prior on the number of RBFs then evenly distribute them over the desired range. This was my first attempt at it, so the model could definitely be improved.