• Title/Summary/Keyword: social robustness

Search Result 32, Processing Time 0.014 seconds

An Economic Evaluation of Thread Embedding Acupuncture for the Treatment of Lumbar Herniated Intervertebral Disc in a Randomized Controlled Clinical Trial

  • Kim, Ha-Na;Kim, Jun-Yeon;Park, Kyeong-Ju;Hwang, Ji-Min;Jang, Jun-Yeong;Jo, Min-Gi;Ko, Min-Jung;Chae, Sang-Yeup;Kim, Jung-Hyun;Goo, Bonhyuk;Park, Yeon-Cheol;Seo, Byung-Kwan;Baek, Yong-Hyeon;Nam, Sang-Soo
    • Journal of Acupuncture Research
    • /
    • v.38 no.4
    • /
    • pp.312-319
    • /
    • 2021
  • Background: Lumbar herniated intervertebral disc (LHIVD) is a frequently presented condition/disease in Korean medical institutions. In this study, the economics of thread embedding acupuncture (TEA) was evaluated in a randomized controlled trial comparing TEA with sham TEA (STEA). Methods: This economic evaluation was analyzed from a limited social perspective, and the per-protocol set was from a basic analysis perspective. The cost-effectiveness analysis was based on the change in visual analog scale score, and the cost-utility analysis was based on the quality-adjusted life years. The final results were expressed as the average cost-effectiveness ratio and incremental cost-effectiveness ratio, and furthermore sensitivity analysis was performed to confirm the robustness of the results observed. Results: The cost-effectiveness analysis showed that TEA was 9,908 won lower than STEA, while the decrease in 100 mm visual analog scale score was 8.5 mm greater in the TEA group compared with the STEA group (p > 0.05). The cost-utility analysis showed that TEA was 9,908 won lower than STEA, while the quality-adjusted life years of TEA was 0.0026 years higher than STEA (p > 0.05). These results were robust in the sensitivity analysis, but were not statistically significant. Conclusion: In treating LHIVD, TEA appeared to have cost-effectiveness and cost-utility compared with STEA. However, there were no significant differences between the groups in terms of cost, effectiveness, and utility indicators. Therefore, results must be interpreted prudently; this study was the 1st to conduct an economic evaluation of TEA for LHIVD.

Improving the Accuracy of Document Classification by Learning Heterogeneity (이질성 학습을 통한 문서 분류의 정확성 향상 기법)

  • Wong, William Xiu Shun;Hyun, Yoonjin;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.3
    • /
    • pp.21-44
    • /
    • 2018
  • In recent years, the rapid development of internet technology and the popularization of smart devices have resulted in massive amounts of text data. Those text data were produced and distributed through various media platforms such as World Wide Web, Internet news feeds, microblog, and social media. However, this enormous amount of easily obtained information is lack of organization. Therefore, this problem has raised the interest of many researchers in order to manage this huge amount of information. Further, this problem also required professionals that are capable of classifying relevant information and hence text classification is introduced. Text classification is a challenging task in modern data analysis, which it needs to assign a text document into one or more predefined categories or classes. In text classification field, there are different kinds of techniques available such as K-Nearest Neighbor, Naïve Bayes Algorithm, Support Vector Machine, Decision Tree, and Artificial Neural Network. However, while dealing with huge amount of text data, model performance and accuracy becomes a challenge. According to the type of words used in the corpus and type of features created for classification, the performance of a text classification model can be varied. Most of the attempts are been made based on proposing a new algorithm or modifying an existing algorithm. This kind of research can be said already reached their certain limitations for further improvements. In this study, aside from proposing a new algorithm or modifying the algorithm, we focus on searching a way to modify the use of data. It is widely known that classifier performance is influenced by the quality of training data upon which this classifier is built. The real world datasets in most of the time contain noise, or in other words noisy data, these can actually affect the decision made by the classifiers built from these data. In this study, we consider that the data from different domains, which is heterogeneous data might have the characteristics of noise which can be utilized in the classification process. In order to build the classifier, machine learning algorithm is performed based on the assumption that the characteristics of training data and target data are the same or very similar to each other. However, in the case of unstructured data such as text, the features are determined according to the vocabularies included in the document. If the viewpoints of the learning data and target data are different, the features may be appearing different between these two data. In this study, we attempt to improve the classification accuracy by strengthening the robustness of the document classifier through artificially injecting the noise into the process of constructing the document classifier. With data coming from various kind of sources, these data are likely formatted differently. These cause difficulties for traditional machine learning algorithms because they are not developed to recognize different type of data representation at one time and to put them together in same generalization. Therefore, in order to utilize heterogeneous data in the learning process of document classifier, we apply semi-supervised learning in our study. However, unlabeled data might have the possibility to degrade the performance of the document classifier. Therefore, we further proposed a method called Rule Selection-Based Ensemble Semi-Supervised Learning Algorithm (RSESLA) to select only the documents that contributing to the accuracy improvement of the classifier. RSESLA creates multiple views by manipulating the features using different types of classification models and different types of heterogeneous data. The most confident classification rules will be selected and applied for the final decision making. In this paper, three different types of real-world data sources were used, which are news, twitter and blogs.