Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samiemostafavi authored Nov 16, 2021
1 parent c6cd022 commit 068a4f3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# conditional-latency-probability-prodiction
# conditional-latency-probability-prodiction

Implementation of two conditional density estimation methods with parametric neural networks in Python:

* Conventional Mixture Density Network with Gaussian Mixture Model (GMM)
* Novel Mixture Density Network with Gaussian and Extreme Value Mixture Model (EMM)

To use the code, create a 3.6 Python virtual environment in `latency_prediction` folder and run:
```bash
pip install -r requirements.txt
```

This implementation is based on the repository [here](https://github.com/freelunchtheorem/Conditional_Density_Estimation).

0 comments on commit 068a4f3

Please sign in to comment.