further work on methodology
This commit is contained in:
@@ -501,8 +501,10 @@ Note that convolutional models do not require an explicit resampling parameter,
|
|||||||
(see Section~\ref{subsubsec:temporal_convolution_layer}).
|
(see Section~\ref{subsubsec:temporal_convolution_layer}).
|
||||||
|
|
||||||
\paragraph{Model Parameter Tuning}
|
\paragraph{Model Parameter Tuning}
|
||||||
To identify the most suitable configuration for each model architecture, model-specific hyperparameters were tuned for optimal predictive performance.
|
To identify suitable configurations for each model architecture, model-specific hyperparameters were tuned with the goal of optimizing predictive performance.
|
||||||
The goal was to balance model complexity and expressiveness in relation to the given input configuration.
|
The selected value ranges were intentionally broad to explore the trade-off between model complexity and generalization.
|
||||||
|
This allowed assessment of whether increased architectural depth and capacity contribute meaningfully to performance,
|
||||||
|
or whether simpler models are sufficient for the task.
|
||||||
|
|
||||||
\begin{table}[htbp]
|
\begin{table}[htbp]
|
||||||
\centering
|
\centering
|
||||||
@@ -510,10 +512,10 @@ The goal was to balance model complexity and expressiveness in relation to the g
|
|||||||
\renewcommand{\arraystretch}{1.2} % more row spacing
|
\renewcommand{\arraystretch}{1.2} % more row spacing
|
||||||
\begin{tabular}{@{}p{0.28\textwidth}p{0.45\textwidth}p{0.20\textwidth}@{}}
|
\begin{tabular}{@{}p{0.28\textwidth}p{0.45\textwidth}p{0.20\textwidth}@{}}
|
||||||
\toprule
|
\toprule
|
||||||
\textbf{Parameter} & \textbf{Description} & \textbf{Values Tested} \\
|
\textbf{Parameter} & \textbf{Description} & \textbf{Values Tested} \\
|
||||||
\midrule
|
\midrule
|
||||||
Hidden Layer Size & Size of the LSTM hidden layer & 16, 32, 64, 128, 256, 512 \\
|
Hidden Layer Size & Size of the LSTM hidden layer & 16, 32, 64, 128, 256, 512 \\
|
||||||
Number of LSTM Layers & Number of stacked LSTM layers & 1, 2, 4 \\
|
Number of LSTM Layers & Number of stacked LSTM layers & 1, 2, 4 \\
|
||||||
\bottomrule
|
\bottomrule
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{Model hyperparameters for the LSTM and convolutional-LSTM hybrid architectures.}
|
\caption{Model hyperparameters for the LSTM and convolutional-LSTM hybrid architectures.}
|
||||||
@@ -555,6 +557,9 @@ joint parameter space in a more efficient and principled manner.
|
|||||||
|
|
||||||
\subsection{Evaluation}\label{subsec:evaluation}
|
\subsection{Evaluation}\label{subsec:evaluation}
|
||||||
|
|
||||||
|
A variety of evaluation metrics have been defined, to best capture each aspect of the performance of an ovulation prediction.
|
||||||
|
The evaluation is divided into two subgroups for the two prediction targets, fertility and past-ovulation indicator.
|
||||||
|
|
||||||
\subsubsection{Evaluation Metrics}\label{subsubsec:evaluation_metrics}
|
\subsubsection{Evaluation Metrics}\label{subsubsec:evaluation_metrics}
|
||||||
|
|
||||||
\subsubsection{Baseline Comparisons}\label{subsubsec:baseline_comparisons}
|
\subsubsection{Baseline Comparisons}\label{subsubsec:baseline_comparisons}
|
||||||
|
|||||||
Reference in New Issue
Block a user