Worked on second introduction

This commit is contained in:
Michael Chen 2022-05-09 18:25:56 +02:00
parent 5cad123ad2
commit d764be8736
No known key found for this signature in database
GPG Key ID: 1CBC7AA5671437BB

View File

@ -91,6 +91,8 @@
\begin{enumerate}
\item Introduction 1:
Email spam and malware is a major problem, therefore the study compares the performance of three different supervised machine learning based spam classification algorithms. The main contribution of this paper is the review of the the performance of those algorithms using six different performance metrics. This paper identified \gls{svm} models as the most reliable means of email filtering.
\item Introduction 2:
This paper introduces a sorting algorithm with a runtime and space complexity of $\mathcal{O}(n)$.
\end{enumerate}
\end{answer}
@ -99,6 +101,8 @@
\begin{enumerate}
\item Introduction 1:
\enquote{Comprehensive Study on Supervised Machine Learning Models for Email Spam Filtering}
\item Introduction 2:
\enquote{Linear Complexity Integer Sorting Algorithm}
\end{enumerate}
\end{answer}
@ -106,7 +110,9 @@
\begin{answer}
\begin{enumerate}
\item Introduction 1:
The actual title is \enquote{Analysis and result of classification algorithm on email classification}
The actual title is \enquote{Analysis and result of classification algorithm on email classification}.
\item Introduction ":
The actual title is \enquote{Darksort: A New Linear Sorting Algorithm}.
\end{enumerate}
\end{answer}
@ -125,6 +131,15 @@
\item Many consecutive sentences start with the same word, specifically \enquote{it} and \enquote{email}.
\item There are some spacing and formatting issues: email with wrong spacing \enquote{e-~mail}, missing Oxford commas like \enquote{NB, NBT, BN and DTNB}, bad citations \enquote{(Nilam et al.,2017~)}, the word \enquote{f~measure} should be \enquote{F-score}, and multiple occurrences of inconsistent multiple whitespace fillers.
\end{enumerate}
\item Introduction 2:
\begin{enumerate}
\item The research context is missing entirely. The introduction should mention existing sorting algorithms.
\item The importance of sorting algorithms must be highlighted, as a better complexity class for sorting algorithms could immensely help in scaling some performance critical applications.
\item There is no need to introduce \enquote{Darksort} in upper and lower case.
\item Sentences should mostly be self contained and not refer to other sentences from three sentences earlier: \enquote{It is an integer sorting algorithm}.
\item The outline of the paper structure is missing entirely.
\item The first sentence is informal and should rather refer to the author in plural form: \enquote{we propose a new sorting algorithm}.
\end{enumerate}
\end{enumerate}
\end{answer}
@ -133,6 +148,8 @@
\begin{enumerate}
\item Introduction 1:
Obviously, the highest priortiy should be in fixing \textit{all} formatting and spacing issues. The second highest priority should be fixing the informal language and the repeating sentence starts. Finally, I would add the missing outline of the paper layout as this helps any reader understand and navigate the research paper more quickly and effectively.
\item Introduction 2:
First, I would work on actually writing an introduction into the research context. While most readers will know what a sorting algorithm is, even if very brief, an introduction should not omit this entirely. Breakthroughs in sorting complexity can have a great impact on other research in many different fields of study and this should also be highlighted. After this we should actually work on a paper structure outline and a description of the methods used in this paper to analyze the new algorithm.
\end{enumerate}
\end{answer}