security surveillance, etc. (Nasser et al.,2019; Ajerla
et al., 2019; Janku et al., 2018; Mehr et al., 2016).
3 RELATED WORK
Within the existing literature, the detection problem
has been solved in different ways by various
researchers. A list of research of particular interest
have been incorporated in presenting this research.
Chatzimichail et al. (2013), have discussed the
detection ways to determine the presence of Asma in
children under the age of five. The is done based on
recognized symptoms as features of presence of
Asma disease. The experiment was conducted by
collecting a sample from 112 records which have 48
features. To solve the issue the researchers decided to
reduce the number of features to nine from 48. This
was done because the removed features had little
impact on the results of the experiment. For analysis
purposes, the experiment was performed twice. First
with the full number of features at 48 and then
secondly only with the nine to illustrate the need to
have some features removed. During pre-processing,
data was divided in ten equal sets. Ten cycles of
training were performed using these ten datasets. For
every cycle, one data set is used as testing data where
the remaining nine sets are used as training data. The
total results obtained are then summated to obtain an
overage of the training accuracy. The experiment
results showed that removing the features that had a
smaller impact on results of experiment made the
ANN much more effective by raising accuracy from
83.87% to 96.77%.
Ajerla et al. (2016), considers an application for
providing various service to senior citizens using
artificial intelligence detection. The system offers
services that include fire detection, gas leak detection
and unaccompanied monitoring. The task was to
improve the performance of an algorithm if the sensor
was place on the waist rather than on the head or
wrist. This was because head or wrist is more accurate
but is less comfortable for the subject compared to the
wrist. The rest has more vector movements that the
head of waist of which these movements are the input
of the ANN. 525 data sets where collected. Because
they were of different sizes, some of the data was
disused and some of the data was normalized but
adding zeros where they had no entry to make all the
dataset have same size. The final data used was 120.
The 120 sets were divided into 90 as training data set
and 30 as testing set. An ANN of three hidden layers.
The ANN is trained to detect the occurrence or no-
occurrence of a fall. The experiment concludes that
the detection of fall from the waist and head in
previous experiment was at 95% while in this
experiment it was at 75%. The 75% detection
accuracy for the sensor on the wrist was considered
an improvement as the waist position is more
convenient than the head. A similar research is
conducted by Yoo et al. (2016). Both these systems
are used as a real-time motoring system for falling
and hence caregivers are updated immediately on
occurrence of falling.
Janku et al. (2018), presents a research about a
new method of fire detecting technique using neural
networks It focuses on the issue with current systems
that they have difficult in differentiating controlled
fires from dangerous fires. Controlled fires are fires
that are specifically started and are not a danger to life
or property. For instance, a fire from a welding
machine when using a welding thing in a warehouse.
For the experiment, the research required to use three
different types of sensors. A sensor for smoke, a
sensor for colour and a sensor for movement
direction. The three sensors would collect data from
the environment and then send it to the centre of the
ANN. The networks are of two kinds, the shallow nets
and deep leaning machine. The two of them differ in
the sense that the shallow nets are consist of only
three layers, while the deep learning machines has
more than three layers. The basic layers are input
layer, hidden layer, and output layer. In the deep
learning machines the hidden lawyer is not one but
several layers. The data from each of the three sensors
was used in this experiment. The researcher also
stated current systems use one sensor compared to the
three that this experiment is utilizing. Furthermore,
this work intended to remove a scenario of having a
high error values in the detection system. The cited
previous research works are said to have a lot of false
negatives and false positives. The study experiment
provides interesting results that proves a better
method to detect fires. The new method has provided
results fire detection with accuracy of 93%. This
system operated online hence a real-time motoring
system for fire and hence care takers are updated
immediately on the occurrence of fire.
In implementing our experiment, we shall take the
following direction. In training data, we shall set the
size of training data at 80% instead of 60% used by
Kajan et al., (2014) and 75% by Yoo et al., (2016).
This makes the system more specific and less generic
a good preference in this problem. We shall also limit
the parameters we select to those that have the highest
impact among the list of probable parameters.