From e4876338d6a95909b1a42a1deeaed334b7569c4f Mon Sep 17 00:00:00 2001 From: sumn2u Date: Tue, 26 Dec 2023 09:07:50 -0600 Subject: [PATCH] fix title format --- paper/paper.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index 39cf463..6143f29 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -1,6 +1,6 @@ --- -title: 'Deep-Waste: An app that manages household waste using transfer learning' +title: 'Deep-Waste: Managing Household Waste Through Transfer Learning' tags: - Waste Classification - Machine Learning @@ -32,9 +32,7 @@ The escalating global waste crisis, projected to surge by 70% by 2050 without in Recent advancements leverage deep learning models to streamline waste sorting and management [@liu_image_2022]. These models, like RWNet and ConvoWaste, exhibit high accuracy, emphasizing the role of accurate waste disposal in mitigating climate change and reducing greenhouse gas emissions. Some studies incorporate IoT and waste grid segmentation to classify and segregate waste items in real time [@m_technical_2023]. -Integration of machine learning models with mobile devices presents a promising avenue for precise waste management [@narayan_deepwaste:_2021]. The use of optimized deep learning techniques in an app demonstrates potential, achieving an accuracy of 0.881 in waste classification. However, limitations persist, prompting the introduction of Deep Waste, a mobile app employing computer vision to classify waste into ten types. - -Using transfer learning [@5288526], Deep Waste attains a remarkable 97% precision on the test set, functioning both online and offline. +Integration of machine learning models with mobile devices presents a promising avenue for precise waste management [@narayan_deepwaste:_2021]. The use of optimized deep learning techniques in an app demonstrates potential, achieving an accuracy of 0.881 in waste classification. However, limitations persist, prompting the introduction of Deep Waste, a mobile app employing computer vision to classify waste into ten types. Using transfer learning [@5288526], Deep Waste attains a remarkable 97% precision on the test set, functioning both online and offline.