-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6cd022
commit 068a4f3
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |