Skip to content
Snippets Groups Projects
Commit 5b399995 authored by Christian Chapman-Bird's avatar Christian Chapman-Bird
Browse files

Merge branch 'master' of 172.20.204.226:christian.chapman/EMRI_DET

parents c807834c 9f1561e1
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ Media/data will be created in directories that begin with `_` by default - this ...@@ -9,7 +9,7 @@ Media/data will be created in directories that begin with `_` by default - this
## TODO ## TODO
- Data format will be changed to `pandas` dataframe (with columns [param1, ... param9, SNR]) for easier organisation and parsing. The data pre-processing must be changed to reflect this. - 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!). - 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. - 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. - 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment