In this paper, we proposed a modified decision tree learning algorithm. We tried to improve the conventional decision tree learning algorithm. There are some approaches to do it. These methods have a modified learning...
详细信息
ISBN:
(数字)9783319175300
ISBN:
(纸本)9783319175300;9783319175294
In this paper, we proposed a modified decision tree learning algorithm. We tried to improve the conventional decision tree learning algorithm. There are some approaches to do it. These methods have a modified learning phase and a decisiontree made by them includes some new attributes and/or class label gotten by modified process. As a result, It is possible that exists modified decision tree learning algorithm degrade of the comprehensibility of a decisiontree. So we focus on the prediction phase and modified it. Our proposed approach makes a binary decisiontree based on ID3, which is one of well-known conventional decision tree learning algorithms and predicts the class label of new data items based on K-NN instead of the algorithm used in ID3 and most of the conventional decision tree learning algorithm. Most of the conventional decision tree learning algorithms predicts a class label based on the ratio of class labels in a leaf node. They select the class label which has the highest proportion of the leaf node. However, when it is not easy to classify dataset according to class labels, leaf nodes includes a lot of data items and class labels. It causes to decrease the accuracy rate. It is difficult to prepare good training dataset. So we predict a class label from k nearest neighbor data items selected by K-NN in a leaf node. We implemented three programs. First program is based on our proposed approach. Second program is based on the conventional decision tree learning algorithms and third program is based on K-NN. In order to evaluate our approach, we compared these programs using a part of open datasets from UCL learning repository. Experimental result shows our approach is better than others.
In this paper, we proposed a modified decision tree learning algorithm. In order to improve the traditional decision tree learning algorithm, we modified a predict phase though exists approached modified a learning ph...
详细信息
ISBN:
(纸本)9781614994343;9781614994336
In this paper, we proposed a modified decision tree learning algorithm. In order to improve the traditional decision tree learning algorithm, we modified a predict phase though exists approached modified a learning phase. Our proposed approach makes a decisiontree by a traditional decision tree learning algorithm and predicts new data items' class label by K-NN. The traditional decision tree learning algorithm predicts a class label based on the ratio of class labels in a leaf node. When it is not easy to classify data set according to class labels, leaf nodes includes a lot of data items and class labels. It causes to decrease the accuracy rate. However, it is difficult to prepare good training data set. So we used K-NN to predict a class label from data items in a leaf node. In order to evaluate our approach, we did an experiment using a part of open data sets from UCL learning repository. We compared our approach to ID3 which is one of traditional decision tree learning algorithms and K-NN in this experiment. Experimental result shows our approach is better than ID3 when the leaf nodes include a lot of data items. When the leaf nodes include some data items, our approach can perform like as ID3. So we can say that our approach is useful to modify a decision tree learning algorithm. We don't change a learning process so that our approach doesn't change the readability of a decisiontree. In addition to, our approach is better than K-NN. We think that a decisiontree works for K-NN as data cleaning. It says that our approach is useful for K-NN. Though we can show the advantage of our approach according to the experiment, there are some data items we can not predict correctly. In future, we have to evaluate experimental results and process in detail. We have to ascertain the cause of error. And we consider how to modify our approach to correct errors. It is likely that normalization is one of useful method. In addition to, we have to evaluate our new approach using
Falls represent a major public health risk worldwide for the elderly people. A fall not assisted in time can cause functional impairment in an elder and a significant decrease in his mobility, independence and life qu...
详细信息
Falls represent a major public health risk worldwide for the elderly people. A fall not assisted in time can cause functional impairment in an elder and a significant decrease in his mobility, independence and life quality. In that sense, the present work proposes an innovative IoT-based system for detecting falls of elderly people in indoor environments, which takes advantages of low-power wireless sensor networks, smart devices, big data and cloud computing. For this purpose, a 3D-axis accelerometer embedded into a 6LowPAN device wearable is used, which is responsible for collecting data from movements of elderly people in real-time. To provide high efficiency in fall detection, the sensor readings are processed and analyzed using a decisiontrees-based Big Data model running on a Smart IoT Gateway. If a fall is detected, an alert is activated and the system reacts automatically by sending notifications to the groups responsible for the care of the elderly people. Finally, the system provides services built on cloud. From medical perspective, there is a storage service that enables healthcare professional to access to falls data for perform further analysis. On the other hand, the system provides a service leveraging this data to create a new machine learning model each time a fall is detected. The results of experiments have shown high success rates in fall detection in terms of accuracy, precision and gain. (C) 2018 The Authors. Published by Elsevier B.V.
Falls represent a major public health risk worldwide for the elderly people. A fall not assisted in time can cause functional impairment in an elder and a significant decrease in his mobility, independence and life qu...
详细信息
Falls represent a major public health risk worldwide for the elderly people. A fall not assisted in time can cause functional impairment in an elder and a significant decrease in his mobility, independence and life quality. In that sense, the present work proposes an innovative IoT-based system for detecting falls of elderly people in indoor environments, which takes advantages of low-power wireless sensor networks, smart devices, big data and cloud computing. For this purpose, a 3D-axis accelerometer embedded into a 6LowPAN device wearable is used, which is responsible for collecting data from movements of elderly people in real-time. To provide high efficiency in fall detection, the sensor readings are processed and analyzed using a decisiontrees-based Big Data model running on a Smart IoT Gateway. If a fall is detected, an alert is activated and the system reacts automatically by sending notifications to the groups responsible for the care of the elderly people. Finally, the system provides services built on cloud. From medical perspective, there is a storage service that enables healthcare professional to access to falls data for perform further analysis. On the other hand, the system provides a service leveraging this data to create a new machine learning model each time a fall is detected. The results of experiments have shown high success rates in fall detection in terms of accuracy, precision and gain.
As the use of navigation systems becomes more widespread, the demand for advanced functions of navigation systems also increases. In the light of user satisfaction, personalisation of route guidance by incorporating u...
详细信息
As the use of navigation systems becomes more widespread, the demand for advanced functions of navigation systems also increases. In the light of user satisfaction, personalisation of route guidance by incorporating user preferences is one of the most desired features. A user model applied to personalised route guidance is presented. The user model adaptively updates route selection rules when it discovers the predicted choice differs from the actual choice of the driver. This study employs a decision tree learning algorithm, the C4.5 algorithm, which has advantages over other data mining methods in terms of its comprehensible model structure. Simulation experiments with a real-world network were conducted to analyse the applicability of the model to adaptive route guidance and the accuracy of its prediction.
暂无评论