From ea76b5098d82f13640d8580f810a90c7bd5431f1 Mon Sep 17 00:00:00 2001 From: William Cutler <38445583+william-cutler@users.noreply.github.com> Date: Wed, 12 Oct 2022 19:58:39 -0400 Subject: [PATCH] Typos --- doc/evaluation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/evaluation.md b/doc/evaluation.md index 5355e13..c8f03bc 100644 --- a/doc/evaluation.md +++ b/doc/evaluation.md @@ -9,7 +9,7 @@ This will run the training with our default parameters on the full dataset that ### Custom Training -Should you have collected data following the [Data Collection](data_collection.md) tutorial, you can use your dataset by changed the parameters in _main.py_ according to your needs. The respective parameters can be found in line 18 to 35. +Should you have collected data following the [Data Collection](data_collection.md) tutorial, you can use your dataset by changing the parameters in _main.py_ according to your needs. The respective parameters can be found in line 18 to 35. ### Hyper-Parameters The following hyperparameters are used in our default configuration and represent the used learning rate as well as the weights used for the auxiliary losses. @@ -18,7 +18,7 @@ A reasonable range for each parameter was determined before the automated parame The automated search for suitable parameters was conducted by _sklearn.model\_selection.RandomizedSearchCV_ -| Lerning Rate | Attention Weight | Weight difference | Trajectory Reconstruction | Phase Progression | Phase Estimation | +| Learning Rate | Attention Weight | Weight difference | Trajectory Reconstruction | Phase Progression | Phase Estimation | | --------------------------- | -------------------------- | --------------------- | ----------------------------- | --------------------- | -------------------- | | **0.0001** [0.01 - 0.00005] | **1.0** [fixed reference] | **50.0** [0.1 - 100.0] | **5.0** [0.1 - 30] | **14.0** [0.1 - 30] | **1.0** [0.1 - 30] |