Skip to content

Commit

Permalink
Update report_thesis/src/sections/experiment_design/initial_experimen…
Browse files Browse the repository at this point in the history
…t.tex
  • Loading branch information
chhoumann authored Jun 11, 2024
1 parent 11de0c9 commit bd51a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ \subsection{Design for Initial Experiment}\label{sec:initial-experiment}
All models were trained on the same preprocessed data using the Norm 3 preprocessing method described in Section~\ref{sec:norm3}.
This ensured that the models' performance could be evaluated under consistent and comparable conditions.

All models were trained using our data partitioning and cross-validation strategy, as described in Section~\ref{subsec:validation_testing_procedures}.
Furthermore, all experiments used our data partitioning and were evaluated using our testing and validation strategy, as described in Section~\ref{subsec:validation_testing_procedures}.
To ensure as fair of a comparison between models as possible, all models were trained using as many default hyperparameters as possible, and those hyperparameters that did not have default options were selected based on values found in the literature.
However, due to the nature of the neural network models' architecture, some extra time was spent on tuning the models to ensure a fair comparison.
This included using batch normalization for the \gls{cnn} model, as early assesments showed that this was necessary to produce reasonable results.
Expand Down

0 comments on commit bd51a55

Please sign in to comment.