From bb394795b2ea6c9455e03b35e60e538d86405610 Mon Sep 17 00:00:00 2001 From: pradhan-a Date: Wed, 25 Oct 2023 22:19:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7172b39..df87544 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GP-DNN Hierarchical Gaussian process and neural network regression. -Python code for training multivariate GP-DNNs using `tensorflow` and `tensorflow-probability` (see *requirements.txt* file). Refer to paper by Pradhan et al. (2023) for description of methodology and application. +Python code for training multivariate GP-DNNs using `tensorflow` and `tensorflow-probability` (see *requirements.txt* file). Refer to paper by Pradhan et al. (2023) referenced below for description of methodology and application. The package contains the following: - *gp_dnn_hyper_tuning.py*: Python file to perform hyper-parameter tuning of GP-DNN models. User needs to specify the following inside the file: