Skip to content

Commit f87dda1

Browse files
committed
Add arXiv link & update requirements.
1 parent 672dbee commit f87dda1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The code demonstrates how to choose hyperparameters for priors in Bayesian model
99

1010
The code was used and is necessary to reproduce results from the paper:
1111

12-
E. de Souza da Silva, T. Kuśmierczyk (equal contribution), M. Hartmann, A. Klami: **Prior specification via prior predictive matching: Poisson matrix factorization and beyond**
12+
E. de Souza da Silva, T. Kuśmierczyk (equal contribution), M. Hartmann, A. Klami: **Prior specification via prior predictive matching: Poisson matrix factorization and beyond** [(arXiv preprint)](https://arxiv.org/pdf/1910.12263.pdf)
1313

1414

1515
### Abstract
@@ -39,7 +39,7 @@ an approach that matches suitable statistics of the prior predictive distributio
3939

4040
### Pre-installation Requirements
4141

42-
The code was tested using Python 3.6 from Anaconda 2018.*.
43-
It requires TensorFlow 1.13.1 (in eager mode), TensorFlow Probability 0.6.0, numpy, pandas, seaborn, and matplotlib to be preinstalled.
42+
The code was tested using Python 3.7.4, TensorFlow 2.1.0, TensorFlow Probability 0.9.0.
43+
It uses numpy, pandas, seaborn, and matplotlib.
4444

4545

0 commit comments

Comments
 (0)