From b140b1a7836ff823943beb973d793db313958bd1 Mon Sep 17 00:00:00 2001 From: sumn2u Date: Mon, 8 Jan 2024 22:33:47 -0600 Subject: [PATCH] fix figure index --- paper/paper.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index 4a63e0d..95f8e46 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -50,13 +50,13 @@ The model was trained with Tesla T4 GPU and uses EfficientNetV2 [@tan2021efficie ![Training and Validation accuracy at different epochs\label{fig:training_vs_val_accuracy}](training_vs_val_accuracy.png){width="50%"} -The accuracy of the trained model at 20 epoch was found to be 96%. \autoref{fig:confusion_matrix} shows the confusion matix of the model and \autoref{fig:test_results} shows the test results with various sample test images. +The accuracy of the trained model at 20 epoch was found to be 96%. \autoref{fig:confusion_matrix} shows the confusion matix of the model. ![Confusion Matrix\label{fig:confusion_matrix}](confusion_matrix.png) -The hyperparameters were optmised using [optuna](https://optuna.org/) to create more accurate results. \autoref{fig:deep_waste_app} shows the hyperparameter optmization over each trial. This optmized parameters were then fed into the model for training purpose. We found that the model performance was increased slighlty and the new accuracy is 96.41%. +The hyperparameters were optmised using [optuna](https://optuna.org/) to create more accurate results. \autoref{fig:hyperparameters_optimization} shows the hyperparameter optmization over each trial. This optmized parameters were then fed into the model for training purpose. We found that the model performance was increased slighlty and the new accuracy is 96.41%. \autoref{fig:test_results} shows the test results with various sample test images. -![Hyperparameters Optimization\label{fig:optimization}](optimization.png) +![Hyperparameters Optimization\label{fig:hyperparameters_optimization}](optimization.png)