From e6df6b5dc3f1bb14ed23ce7aa0ebc39e7e038c78 Mon Sep 17 00:00:00 2001 From: Christian Chapman-Bird <2191474c@student.gla.ac.uk> Date: Wed, 22 Sep 2021 14:33:48 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 734572a..dc1e7ac 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Media/data will be created in directories that begin with `_` by default - this ## TODO -- Data format will be changed to `pandas` dataframe (with columns [{params}, SNR]) for easier organisation and parsing. The data pre-processing must be changed to reflect this. - Need to put together optimisation code - choices to be made here: uniform sampling of hyperparameters vs. Bayesian optimisation, how to include speed/comp.cost component in optimisation (i.e. we don't want a huge lumbering network!). - Diagnostics/tests need to be implemented more accessibly. We want to be able to evaluate the RMSE against a supplied dataset, along with RMSE/mismatch as a function of parameter space. - The general ideas behind this approach need to be written up more formally, i.e. paper pre-pre-pre-draft general overview style. \ No newline at end of file -- GitLab