Skip to content

Commit 9ff3aad

Browse files
author
fabioferreira
committed
Port TensorFlow estimators/tests to PyTorch: Fix divergence measures and sims for CI
1 parent aff4bf8 commit 9ff3aad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Implementations of various methods for conditional density estimation
99

1010
* **Parametric neural network based methods**
11-
* Mixture Density Network (MDN)
11+
* [Mixture Density Network (MDN)](https://publications.aston.ac.uk/id/eprint/373/)
1212
* Kernel Mixture Network (KMN)
1313
* Normalizing Flows (NF)
1414
* **Nonparametric methods**
@@ -25,12 +25,11 @@ Beyond estimating conditional probability densities, the package features extens
2525
For the parametric models (MDN, KMN, NF), we recommend the usage of noise regularization which is supported by our implementation. For details, we refer to the paper [Noise Regularization for Conditional Density Estimation](https://arxiv.org/abs/1907.08982).
2626

2727
## Dependencies
28-
28+
The core dependencies of cde are minimal:
2929
- Python 3.11
3030
- PyTorch
3131
- NumPy
3232
- pandas
33-
- Edward (legacy TensorFlow analyses)
3433

3534
## Installation
3635

0 commit comments

Comments
 (0)