년 - 년
사물인터넷 환경에서 제품 불량 예측을 위한 기계 학습 모델에 관한 연구 KCI 등재후보
중소기업융합학회 융합정보논문지(구 중소기업융합학회논문지) 제7권 제1호 2017.02 pp.55-60
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
사물인터넷 환경에서 인간의 개입 없는 지능화된 서비스를 위해서는 IoT 디바이스에서 생성되는 빅데이터로 부터 정상 패턴을 학습하고 이를 기반으로 불량, 오작동과 같은 이상 징후에 대해 예측하는 과정이 요구된다. 본 연구 의 목적은 제품 공정의 다양한 기기에서 발생되는 빅데이터를 분석함으로써 제품 불량을 예측할 수 있는 기계 학습 모델을 구현하는 것이다. 기계 학습 모델은 어느 정도 볼륨을 가진 기존 데이터를 기반으로 분석을 해야 하므로 빅데 이터 분석도구 R을 사용하였으며, 제품 공정에서 수집된 데이터에는 제품에 대한 불량 여부가 포함되어 있으므로 지도 학습 모델을 활용하였다. 연구의 결과, 제품 불량에 영향을 주는 변수 및 변수 조건을 분류하였고, 의사결정 트리를 기반으로 제품의 불량 여부에 대한 예측 모델을 제시하였다. 또한, ROC Curve를 이용한 모델의 적합성 및 성능평가 분석에서 모델의 예측력은 상당히 높게 나타났다.
In order to provide intelligent services without human intervention in the Internet of Things environment, it is necessary to analyze the big data generated by the IoT device and learn the normal pattern, and to predict the abnormal symptoms such as faulty or malfunction based on the learned normal pattern. The purpose of this study is to implement a machine learning model that can predict product failure by analyzing big data generated in various devices of product process. The machine learning model uses the big data analysis tool R because it needs to analyze based on existing data with a large volume. The data collected in the product process include the information about product faulty, so supervised learning model is used. As a result of the study, I classify the variables and variable conditions affecting the product failure, and proposed a prediction model for the product failure based on the decision tree. In addition, the predictive power of the model was significantly higher in the conformity and performance evaluation analysis of the model using the ROC curve.
그래프 신경망을 활용한 재무정보 기반 기업 신용평가모형 KCI 등재 SCOPUS
한국재무학회 재무연구 제38권 제4호 2025.11 pp.51-81
※ 기관로그인 시 무료 이용이 가능합니다.
7,200원
본 연구에서는 그래프 신경망 모형을 포함한 6개의 기계학습모형을 활용하여 한국 기업의 신용변동을 예측했다. 이를 예측하기 위해 수익성, 성장성, 안정성, 활동성 지표들을 활용하였고, 주성분 분석을 진행하여 지표별로 두 개씩 활용했다. 또한, 신용등급변동이 없는 경우가 대다수인 불균형 데이터를 처리하기 위해 SMOTE 방법 론을 활용하여 데이터를 오버샘플링했다. 본 연구에서는 산업구조를 반영하기 위해 이를 나타내는 상장시장, 데이터 시점, 현재 신용등급과 업종의 네 분류로 나누어 모형을 만들고 이를 최종적으로 결합하여 예측 결과를 도출했다. 결과를 살펴보면, 모든 모형이 데이터 비중에 맞게 선택하는 벤치마크 모형보다 우수하고, 그래프 신경 망 모형이 특히 더 우수한 성능을 나타내는 것을 확인할 수 있다. 또한, 변수 중요도를 분석한 결과, 성장성 지표와 활동성 지표가 중요한 것을 확인할 수 있었고, 그래프 신경망에서는 업종 그래프와 상장시장 그래프가 성능이 좋은 것을 확인할 수 있었다.
Credit rating is an essential component of the financial sector, as it evaluates a firm’s capacity to meet debt obligations. In the Republic of Korea, rating agencies assign levels ranging from AAA to D, with additional modifiers, and these ratings significantly affect financing conditions. Traditional methods typically rely on logistic regression and selected financial variables, yet these approaches often face difficulties in capturing the intricate or nonlinear patterns present in corporate financial data. In response to these challenges, researchers have increasingly turned to advanced machine learning algorithms that can account for more complex relationships. Nevertheless, their deployment is limited by relatively small datasets—particularly among smaller firms—and by concerns regarding model interpretability. The present study proposes a machine learning framework, including a Graph Neural Network (GNN), to predict rating changes in Korean firms. The data set spans 2010 to mid-2024 and includes 182 firms, yielding 1,417 year-level samples. Each annual observation is labeled according to whether its credit rating was upgraded (+1), downgraded (–1), or left unchanged (0). Because most observations lie in the unchanged category, the data are highly imbalanced. To address this imbalance, the Synthetic Minority Over-sampling Technique (SMOTE) is employed, generating additional samples in the minority classes. In addition, Principal Component Analysis (PCA) is utilized to reduce the dimensionality of sixteen indicators representing profitability, growth, stability, and activity. Six models are assessed: logistic regression, LASSO, random forest, support vector machine, Light Gradient Boosting Machine (LGBM), and a GNN. The GNN-based approach is noteworthy for modeling financial indicators or corporate attributes as nodes within a graph, with edges delineating the relationships among these nodes. Such a representation allows for the capture of latent dependencies that are difficult to detect in methods that treat predictors independently. Furthermore, each corporate sample belongs to discrete subgroups determined by listing market (KOSPI or KOSDAQ), data period, rating band, and industry classification. The proposed hierarchical GNN merges these subgroup-specific networks to produce a consolidated prediction, thereby incorporating both firm-level attributes and group-level characteristics. When compared to a benchmark that classifies samples randomly in proportion to the observed class distribution, all six machine learning algorithms demonstrate superior performance. The GNN shows the highest precision and F1-scores, suggesting that it is particularly effective at identifying upgrades and downgrades, which are far less common than no rating changes. Nonetheless, like other models, it finds rare rating shifts more challenging to predict, highlighting the impact of data imbalance and the difficulty of forecasting uncommon events. An inspection of feature importance across models underscores the significance of growth and activity metrics, implying that sales expansion, equity growth, and the efficient use of assets offer robust signals of rating volatility. Moreover, the GNN indicates that distinguishing firms by industry group is especially influential, possibly because each sector’s distinctive regulatory, economic, and financial traits shape its credit risk profile. Compared to certain deep neural networks that demand extensive datasets, the GNN-based method presented here is relatively more practical in settings with limited data, including smaller firms with incomplete rating histories. Additionally, this approach provides improved transparency, as the graph architecture clarifies how different financial indicators or subgroups collectively affect rating transitions. Future work may benefit from enlarging the dataset, experimenting with alternative oversampling strategies such as ADASYN, and examining cost-sensitive learning to mitigate the imbalance problem further. Investigations might also consider alternative graph structures that connect entire firms as nodes and delineate inter-firm relationships or incorporate advanced architectures such as Transformers or LSTM networks. In summary, the findings suggest that a GNN-based framework can improve credit rating predictions by capturing complex interactions that traditional or other advanced machine learning methods may overlook. While data imbalance is still a problem, its consequences are somewhat mitigated by SMOTE. The significance of growth, activity, and sector-specific characteristics suggests that more accurate and comprehensible rating projections can be produced by integrating richer and more interconnected data. In the end, more investigation and more extensive data gathering should improve the precision and dependability of credit rating systems, leading to a better comprehension of the dynamics of corporate finance.
[NRF 연계] 한국간호과학회 Asian Nursing Research Vol.20 No.1 2026.02 pp.84-94
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
Purpose: This study aimed to develop a machine learning (ML)-based predictive model for hospitallength of stay incorporating clinical, nursing, and healthcare system factors to optimize hospitalresource allocation, improve patient-centered care, and enhance nursing workflow efficiency. Methods: This retrospective study analyzed a large dataset of inpatient electronic medical records froma private tertiary hospital. The dataset was used to develop predictive models for long-term versusshort-term hospitalization. The modeling process involved several ML algorithms, and their performancewas evaluated using standard statistical metrics. The most significant predictive variables wereidentified through an analysis of their feature importance. Results: Among the tested models, the Random Forest algorithm exhibited the highest predictive accuracy,demonstrating strong performance in predicting hospital length of stay. Key influencing factorsincluded the number of consultations, postoperative recovery time, duration of stay in the intensive careunit, the use of third-generation antibiotics, and the need for infection isolation. Patients requiringventilator care, intensive care unit admission, and specific powerful antibiotics were more likely toexperience prolonged hospitalization. Additionally, nursing-related factors such as fall risk and pressureulcer risk were significantly correlated with an extended hospital stay. Conclusion: This study demonstrates that ML models can effectively predict hospital length of stay,aiding in hospital resource management, nursing workforce allocation, and patient safety interventions. The integration of predictive analytics into healthcare systems can support early risk assessment,personalized discharge planning, and overall hospital efficiency.
[NRF 연계] 한국성인간호학회 Korean Journal of Adult Nursing Vol.36 No.3 2024.08 pp.191-202
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
Purpose: The purposes of this study were to develop a prediction model for pressure injury using a machine learning algorithm and to integrate it into clinical practice. Methods: This was a retrospective study of tertiary hospitals in Seoul, Korea. It analyzed patients in 12 departments where many pressure injuries occurred, including 8 general wards and 4 intensive care units from January 2018 to May 2022. In total, 182 variables were included in the model development. A pressure injury prediction model was developed using the gradient boosting algorithm, logistic regression, and decision tree methods, and it was compared to the Braden scale. Results: Among the 1,389,660 general ward cases, there were 451 cases of pressure injuries, and among 139,897 intensive care unit cases, there were 297 cases of pressure injuries. Among the tested prediction models, the gradient boosting algorithm showed the highest predictive performance. The area under the receiver operating characteristic curve of the gradient boosting algorithm's pressure injury prediction model in the general ward and intensive care unit was 0.86 (95% confidence interval, 0.83~0.89) and 0.83 (95% confidence interval, 0.79~0.87), respectively. This model was integrated into the electronic health record system to show each patient's probability for pressure injury occurrence, and the risk factors calculated every hour. Conclusion: The prediction model developed using the gradient boosting algorithm exhibited higher performance than the Braden scale. A clinical decision support system that automatically assesses pressure injury risk allows nurses to focus on patients at high risk for pressure injuries without increasing their workload.
[NRF 연계] 한국기초간호학회 Journal of korean biological nursing science Vol.28 No.1 2026.02 pp.191-205
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
Purpose: This study aimed to develop a predictive model for the early identification of patients at risk of sepsis, using routinely available clinical information and laboratory test results collected during the initial phase of patient care. Methods: This retrospective analysis included electronic medical records of 22,400 adult patients who presented with suspected infection to a tertiary care university hospital in Korea between January 2013 and May 2024. Patients were classified according to Systemic Inflammatory Response Syndrome (score ≥ 2) or Quick Sequential Organ Failure Assessment (score ≥ 2), in combination with sepsis-related International Classification of Diseases, 10th revision codes. Four different machine learning models were trained and validated using five-fold cross-validation. In addition, Shapley additive explanations analysis was performed to interpret the contribution and clinical relevance of key predictive variables. Results: Among the evaluated models, CatBoost demonstrated the strongest predictive performance. Notably, platelet distribution width, alveolar?arterial oxygen difference, procalcitonin, and the arterial/alveolar oxygen ratio consistently emerged as major predictors. Importantly, several variables that did not reach statistical significance in univariate analysis nevertheless contributed substantially to overall model performance, highlighting the importance of complex, multidimensional interactions among clinical factors. Conclusion: These findings indicate that a model based on simple, routinely collected clinical data can achieve high predictive accuracy and strong generalizability. Such a tool may support early clinical decision-making by multidisciplinary teams, including nurses, across diverse real-world care settings. Further prospective studies are warranted to validate its clinical utility and to assess its potential effects on patient outcomes.
[NRF 연계] 대한재활의학회 Annals of Rehabilitation Medicine Vol.44 No.6 2020.12 pp.415-427
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
Objective To present new classification methods of knee osteoarthritis (KOA) using machine learning and compare its performance with conventional statistical methods as classification techniques using machine learning have recently been developed. Methods A total of 84 KOA patients and 97 normal participants were recruited. KOA patients were clustered into three groups according to the Kellgren-Lawrence (K-L) grading system. All subjects completed gait trials under the same experimental conditions. Machine learning-based classification using the support vector machine (SVM) classifier was performed to classify KOA patients and the severity of KOA. Logistic regression analysis was also performed to compare the results in classifying KOA patients with machine learning method. Results In the classification between KOA patients and normal subjects, the accuracy of classification was higher in machine learning method than in logistic regression analysis. In the classification of KOA severity, accuracy was enhanced through the feature selection process in the machine learning method. The most significant gait feature for classification was flexion and extension of the knee in the swing phase in the machine learning method. Conclusion The machine learning method is thought to be a new approach to complement conventional logistic regression analysis in the classification of KOA patients. It can be clinically used for diagnosis and gait correction of KOA patients.
Diabetes classification model using machine learning
대한디지털의료영상학회 대한디지털의료영상학회논문지 Volume 26 Number 1 2024.04 pp.1-6
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
당뇨병은 혈당 수치가 오랜 시간 지속되는 대사질환이다. 당뇨병은 자체 질환에 대한 위험성과 더불어 심혈관과 뇌혈 관, 망막병증, 족부병변 등 질환 다양한 합병증을 유발하는 질병이다. 이렇게 발생하는 합병증으로 인해 사망률을 높이는 원인이 되고 있다. 이에 따라 당뇨병 조기발견과 합병증에 대한 치료가 수반되어야하며, 이를 위해 빠른 진단이 필요하 다. 이에 본 연구에서는 당뇨병 환자 데이터를 이용하여 인공지능 기법 중 로지스틱 회귀분석 머신러닝 알고리즘을 이용한 당뇨병 분류에 대한 머신러닝 모델을 구축하고자 한다. 머신러닝 모델은 scikit-learn을 이용하여 학습용 데이터 80%, 검증용 데이터 20%로 구분하고 교차검증을 5로 나누어 모델을 구성하였다. 로지스틱 회귀분석을 이용한 머신러닝 결과 정확도는 평균 92.24%, AUC 0.95, Recall 0.9294, Precision 0.927, F1 score 0.9248, Kappa 0.6983 이었으 며, 허리-엉덩이 둘레비율이 당뇨병 분류에 가장 큰 영향을 주는 변수였다. 간단한 모델을 통해 높은 성능의 모델을 구축할 수 있었으며, 개인 생활습관 등에 관한 변수를 추가한다면, 더욱 우수한 성능의 머신러닝 모델을 구축할 수 있을 것으로 사료된다.
Diabetes is a metabolic disease in which blood sugar levels last for a long time. Diabetes is a disease that causes various complications of diseases such as cardiovascular and cerebrovascular, retinopathy, and diabetes foot ulcer in addition to the risk of its own disease. Complications that occur in this way are responsible for increasing the mortality rate. Accordingly, early detection of diabetes and treatment for complications should be accompanied, and for this, rapid diagnosis is required. In this study intends to build a machine learning model for diabetes classification using logistic regression machine learning algorithm among artificial intelligence techniques using diabetes patient data. Machine learning model was divided into 80% of training data and 20% of verification data using scikit-learn, and the cross-validation was divided into 5 to construct a model. Accuracy of machine learning results using logistic regression analysis was 92.24% on average, AUC 0.95, Recall 0.9294, Precision 0.927, F1 score 0.9248, and Kappa 0.6983, and the waist-hip circumference ratio was the most influential variable for diabetes classification. A high-performance model could be built through a simple model, and if variables related to personal lifestyle are added, it is believed that a better performance machine learning model can be built.
한국경영정보학회 한국경영정보학회 정기 학술대회 초지능, 초연결, 초실감 시대의 가치창출 전략 2022.06 pp.506-509
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
Accuracy improvement of classification model becomes main research objective in various fields. Selecting important features and removing outliers of a dataset are two effective solutions for improving model accuracy. Information Gain is one of the feature selection methods that can be considered as a solution for selecting important features of a dataset. Information Gain selects the variable that maximizes the information gain, which in turn minimizes the entropy and best splits the dataset into groups for effective classification. Aside of selecting important feature, removing outlier is also necessary for improving accuracy of the classification model. Density-Based Spatial Clustering of Applications with Noise (DBSCAN) is one of the powerful outlier removal methods which can identify with significant accuracy the clusters of random shape and size in large databases corrupted with noise. Therefore, in this study, we propose the accuracy improvement of heart disease classification model using Information Gain and DBSCAN applied to various machine learning algorithms. One publicly available heart disease dataset (Cleveland) is utilized in this study to build the classification model. The results showed that after implementing Information Gain, the accuracy of the model applied to Gaussian Naïve Bayes, Logistic Regression, Multi-Layer Perceptron, Support Vector Machine, Decision Tree, Random Forest, and Extreme Gradient Boosting algorithms increases as much as 1.31% in average. The accuracy also increases when DBSCAN is applied to the model after utilizing Information Gain, with the number of improvements is around 0.62%.
Explainable AI based Machine Learning Heart Disease Prediction Model for Healthcare Systems
한국차세대컴퓨팅학회 한국차세대컴퓨팅학회 학술대회 ICNGC 2025 The 11th International Conference on Next Generation Computing 2025 2025.12 pp.227-230
Heart disease is a major cause of mortality in the world that is in dire need of accurate, interpretable predictive measures that could be utilized to manage it proactively. The writer of this paper proposes an Explainable AI (XAI) Ensemble Machine Learning model to predict heart disease using an 1,025 patient record dataset. To achieve methodological rigor and generalization, 5- Fold Stratified Cross-Validation (CV) was used to evaluate all models, such as LightGBM and Random Forest. LightGBM model was stable and better in performance as it had Mean CV Accuracy of ±0.9620 ±0.0178. Integration of XAI (SHAP/LIME) is the means of creating clinical trust; analysis has confirmed maximum heart rate (thalach) and type of chest pain (cp) as medically significant characteristics. This framework supports the sustainable smart city healthcare through a highly transparent decision-support system, which manages the resources in optimizing scalable public health programs.
위기관리 이론과 실천 한국위기관리논집 제19권 제5호 2023.05 pp.175-183
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
In 2022, the Korean government announced its intention to join the CPTPP, led by Japan and launched in 2018, which aims to achieve comprehensive tariff abolition and establish new trade norms. According to our analysis, as with traditional gravity model outcomes, it appears that the greater the per capita GDP and the shorter the distance between countries, the greater the effect on promoting trade. However, the trade-enhancing effect after the enforcement of the CPTPP has not yet been clearly confirmed. Nevertheless, if tariff abolition and reduction proceed as planned, the trade-enhancing effect of the CPTPP is expected to gradually expand. On the other hand, an increase in trade between Japan and CPTPP member countries may suggest a potential contraction in trade with non-member countries. This could pose a threat to Korean industries that need to establish a stable supply chain within the Asia-Pacific region. As Japan is South Korea's fourth largest trading partner, a detailed review of the impact of the CPTPP on future trade between Japan and its member countries should form the basis for discussions on Korea's possible participation in the CPTPP and the content of negotiations.
Development of a Machine Learning-Based Soil Moisture Data Gap-Filling Model KCI 등재
위기관리 이론과 실천 한국위기관리논집 제21권 제12호 2025.12 pp.105-116
※ 기관로그인 시 무료 이용이 가능합니다.
4,300원
토양수분은 가뭄 발생과 해소를 매개하는 핵심 인자로서, 대기-지표-지하수로 이어지는 수문순환의 연결 고리 역할을 한다. 이처럼 가뭄 연구 및 분석을 위한 토양수분 자료 관측 센서를 설치하여 측정하고 있으나, 기상 및 통신 장애로 결측이 발생하여 자료 활용에 불편함을 겪고 있다. 본 연구에서는 해남·예산 지역에 설치된 토양수분 모니터링 시스템의 토양수분 결측 자료를 보간하기 위하여 먼저 강수 자료를 보간하고, 강수 특징변수로 머신러닝의 학습자료를 5개로 구축하여 학습 및 평가자료 정확도 결과를 비교·분석하였다. 연구 결과, 지연, 누적, 시계열 특징변수로 구성한 D, E 학습자료 기반 머신러닝 모형이 훈련·검증자료 정확도가 우수하였다. 평가자료 정확도는 D, E 학습자료 기반 XGB 모형이 우수하였으나, E 학습자료 기반 XGB 모형은 다른 조합 대비 더 많은 경우에서 우수한 정확도를 보였다. 따라서 E 학습자료 기반 XGB 모형을 활용하여 해남·예산 지역에 설치된 토양수분 모니터링 시스템의 10·20cm 깊이 토양수분 결측 자료를 보간하는게 적절하다고 판단하였다.
Soil moisture is a key variable governing drought onset and recovery and a critical link in the hydrological cycle connecting the atmosphere, land surface, and groundwater. Missing observations frequently occur in soil moisture monitoring systems due to meteorological and communication failures, limiting data usability. In this study, missing soil moisture data from monitoring systems in Haenam and Yesan were gap-filled by first correcting precipitation data and constructing five machine-learning training datasets using precipitation-based features. Model performance was evaluated using training, validation, and evaluation datasets. Results indicate that Training D and E datasets, incorporating lagged, accumulated, and time-series precipitation features, combined with the XGB algorithm, showed superior performance. The D– and E–XGB combinations also achieved high accuracy in the evaluation dataset, with the E–XGB model outperforming others in more cases. Therefore, the E-dataset XGB model is suitable for gap-filling 10- and 20-cm soil moisture data in the Haenam and Yesan regions.
Automated Valuation Model for Studio Apartments Based on Machine Learning Techniques
한국차세대컴퓨팅학회 한국차세대컴퓨팅학회 학술대회 The 10th International Conference on Next Generation Computing 2024 2024.11 pp.325-327
This study investigates the use of machine learning techniques to estimate the value of studio apartments (Officetel), which are increasingly important as combined office and residential spaces for single-person households and freelancers. It aims to identify key variables affecting studio apartment prices and preprocess them for accurate predictions. Transaction data from studio apartments are used to compare the predictive performance of four methods: Multiple Regression Analysis, Random Forest, XG Boosting, and Deep Learning. The study seeks to determine the best-performing models for price estimation and aims to develop predictive models applicable to various real estate types and regions.
Implementation of delivery time prediction model that combines clustering and machine learning
한국차세대컴퓨팅학회 한국차세대컴퓨팅학회 학술대회 The 7th International Conference on Next Generation Computing 2021 2021.11 pp.276-279
Although there have been studies using various algorithms on the delivery time prediction in the logistics business, those studies did not reflect various features such as region or product. In the case of delivery time prediction of a single model that does not reflect the features, the accuracy of delivery time prediction for a region with a high distribution is high, but the prediction accuracy is low for a region with a low distribution. To solve this problem, this paper proposes a method of classifying logistic patterns using clustering and selecting an optimal model for each logistic pattern. The proposed method consists of four steps. First, the derived variables such as reception day, delivery speed and delivery distance are created. Second, the data with the same pattern goes through clustering using K-means. Third, by comparing the performance of each model using six regression algorithms for each classified logistic pattern, an optimal model is selected and the model is stored. Lastly, the logistic pattern of the data to be predicted is classified and the optimal model stored for each pattern is loaded, and the result of delivery time prediction is provided through the model. Two experiments were performed to verify the proposed method. The e-commerce data from Brazil is used as verification data. From the experiment, the delivery time prediction error of the proposed model was smaller than that of the single regression model.
한국ITS학회 한국ITS학회 학술대회 ITS와 함께하는 미래 스마트 시티 2022.06 pp.887-890
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
In this study, AAHT was estimated using machine learning algorithms of ensemble techniques to improve the limitations of existing studies. Among the machine learning algorithms, a random forest algorithm was used, and the traffic volume estimation accuracy was analyzed as MAPE 20.7%. It was analyzed that the higher the traffic volume level, the higher the traffic volume estimation accuracy, and the traffic volume level of 3,000 vehicles/hour or more was analyzed to be 8% or less of MAPE. It was analyzed that the accuracy secured at the current level was very high compared to the existing model.
한국ITS학회 한국ITS학회 학술대회 ITS와 함께하는 미래 스마트 시티 2022.06 pp.1135-1138
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
Understanding an accurate trip demand by purpose is crucial for short-term regional planning but also long-term regional planning. In traditional approach, information of purpose-oriented trip demand has been derived from public survey in South Korea such as Travel Diary Survey. This type of data acquiring method maybe useful in a sense that it can capture a meaningful sample regarding to entire country, meanwhile it costs a tremendous amount of budget and time. In this research, we want to offer a novel framework for estimating purposeoriented trip demand with dynamic and effective fashions using data fusion in conjunction with Machine learning techniques. With primary results of this concept, this study showed how several state-of-the-art algorithms, including Deep neural network, UMAP, and random forest in conjunction with Genetic algorithm and Tabu-search for optimization, can contribute to this framework. Although tangible results are yet to come, we expect this framework can contribute to resilience planning such as COVID-19.
위기관리 이론과 실천 Journal of Safety and Crisis Management Vol. 13 No. 3 2023.03 pp.57-63
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
Predicting traffic accidents is a challenging task because taking into account uncertainty in modeling traffic accidents is not trivial. To address these issues, this article develops a hybrid modeling pipeline combining unsupervised and supervised learning to predict the level of hazardous road sites and explore the causality of accidents by controlling unobserved heterogeneity issues effectively. Traffic accident data for Won-ju province, Korea, from 2020 to 2021, and external factors affecting traffic accidents, such as average travel speed and weather information, are combined based on road links. Through the modeling pipeline, a clustering technique is adopted to capture unobserved heterogeneous information among roads. Since traffic accident data contains a wide variety of categorical and hierarchical features, ensemble methods such as boosting techniques were applied to handle heterogeneity issues among these features. To explore the relationship between the accident and determinant factors, are adopted to interpret the results of machine learning models. Model-agnostic methods, however, generally provide results based on images, this study also added a process that extracts texts from images to overcome compatible issues with existing road safety management systems.
머신러닝 플랫폼을 활용한 소프트웨어 교수-학습 모형 개발 KCI 등재
한국정보교육학회 정보교육학회논문지 제24권 제1호 2020.02 pp.49-57
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
현대사회는 21세기 초반 지식정보사회를 지나 지능정보사회로 바뀌어 가고 있다. 본 연구에서는 지능정보사회 에서 요구되는 학습자의 핵심역량을 신장시키기 위하여 인공지능의 한 분야인 머신러닝을 기반으로 소프트웨어 교육 교수-학습 모형을 개발하였다. 본 모형은 인공지능 자체에 대한 학습의 부담감을 줄이고, 머신러닝을 활용 하여 문제를 해결하는 과정에서 핵심역량을 신장시키는 것에 중점을 두었다. 개발된 모형의 구체적인 단계는 문 제인식 및 분석, 데이터 수집, 데이터 가공 및 선별, ML모델 훈련 및 평가, ML프로그래밍, 적용 및 해결, 공유 및 환류의 7단계로 구성되어 있다. 본 연구에서 개발한 모형을 학생과 학부모를 대상으로 적용한 결과 긍정적인 반응을 얻을 수 있었으며, 이를 통해 머신러닝 기반의 소프트웨어 교육 프로그램의 개발 및 운영에 작은 밑거름 을 제시할 수 있을 것으로 기대한다.
The society we are living in has being changed to the age of the intelligent information society after passing through the knowledge-based information society in the early 21st century. In this study, we have developed the instructional model for software education based on the machine learning which is a field of artificial intelligence( AI) to enhance the core competencies of learners required in the intelligent information society. This model is focusing on enhancing the core competencies through the process of problem-solving as well as reducing the burden of learning about AI itself. The specific stages of the developed model are consisted of seven levels which are ‘Problem Recognition and Analysis’, ‘Data Collection’, ‘Data Processing and Feature Extraction’, ‘ML Model Training and Evaluation’, ‘ML Programming’, ‘Application and Problem Solving’, and ‘Share and Feedback’. As a result of applying the developed model in this study, we were able to observe the positive response about learning from the students and parents. We hope that this research could suggest the future direction of not only the instructional design but also operation of software education program based on machine learning.
코스피 방향 예측을 위한 하이브리드 머신러닝 모델 KCI 등재
한국융합학회 한국융합학회논문지 제12권 제6호 2021.06 pp.9-16
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
과거 주가 데이터와 금융 관련 빅 데이터를 사용해 머신러닝 기법으로 주식시장을 예측하는 연구는 다양하게 있어 왔지만, HTS와 MTS를 통해 거래가 가능한 주가지수 연동 ETF가 생기면서 주가지수를 예측하는 연구가 최근 주목받고 있다. 본 논문에서는 KOSPI 연동 ETF를 거래할 목적으로 KOSPI의 상승 예측을 위한 머신러닝 모델과 하락 예측을 위한 모델을 각각 구현한다. 이들 모델은 매개변수의 그리드 탐색을 통해 최적화 된다. 또한 정밀도를 개선해 ETF 거래 수익률을 높일 수 있도록 개별 모델들을 조합한 하이브리드 머신러닝 모델을 제안한다. 예측 모델의 성능은 정확도와 ETF 거래 수익률에 큰 영향을 미치는 정밀도로 평가된다. 하이브리드 상승 예측 모델의 정확도와 정밀도는 72.1 %와 63.8 %이고 하락 예측 모델은 79.8 %와 64.3 %이다. 하이브리드 하락 예측 모델에서 정밀도는 개별 모델 보다 최소 14.3 %, 최대 20.5 % 개선되었다. 테스트 기간에 하이브리드 모델은 하락에서 10.49 %, 상승에서 25.91 %의 ETF 거래 수익률을 보였다. 인버스×2와 레버리지 ETF로 거래하면 수익률을 1.5 ~ 2배로 높일 수 있다. 하락 예측 머신러닝 모델에 대한 추가 연구로 수익률을 더 높일 수 있을 것으로 기대한다.
In the past, there have been various studies on predicting the stock market by machine learning techniques using stock price data and financial big data. As stock index ETFs that can be traded through HTS and MTS are created, research on predicting stock indices has recently attracted attention. In this paper, machine learning models for KOSPI's up and down predictions are implemented separately. These models are optimized through a grid search of their control parameters. In addition, a hybrid machine learning model that combines individual models is proposed to improve the precision and increase the ETF trading return. The performance of the predictiion models is evaluated by the accuracy and the precision that determines the ETF trading return. The accuracy and precision of the hybrid up prediction model are 72.1 % and 63.8 %, and those of the down prediction model are 79.8% and 64.3%. The precision of the hybrid down prediction model is improved by at least 14.3 % and at most 20.5 %. The hybrid up and down prediction models show an ETF trading return of 10.49%, and 25.91%, respectively. Trading inverse×2 and leverage ETF can increase the return by 1.5 to 2 times. Further research on a down prediction machine learning model is expected to increase the rate of return.
당뇨병 치료제 후보약물 정보를 이용한 기계 학습 모델과 주요 분자표현자 도출 KCI 등재
한국융합학회 한국융합학회논문지 제10권 제3호 2019.03 pp.23-30
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
본 연구는 당뇨병 치료제 후보약물 정보를 이용하여 항당뇨에 영향을 미치는 물질구조를 발견하는데 목적이 있다. 정량적구조 활성관계를 이용한 기계 학습 모델을 만들고 부분최소자승 알고리즘을 통해 실험데이터 별로 결정계수를 파악 한 후 변수중요도척도를 활용하여 주요 분자표현자를 도출하였다. 연구 결과, 후보약물 구조정보를 반영한 molecular access system fingerprint 데이터로 분석한 결과가 in vitro 데이터를 이용한 분석 결과보다 설명력이 높았으며, 항당뇨에 영향을 미치는 주요 분자표현자 역시 다양하게 도출할 수 있었다. 제안된 항당뇨 예측 및 주요인자 분석 방법을 활용한다면 유사한 과정을 반복 실험하는 기존 신약개발 방식과는 달리, 많은 비용과 시간이 소요되는 후보물질 스크리닝 (screening) 기간을 최소화하고, 신약개발 탐색기간도 단축하는 계기가 될 수 있을 것으로 기대한다.
The purpose of this study is to find out the structure of the substance that affects antidiabetic using the candidate drug information for diabetes treatment. A quantitative structure activity relationship model based on machine learning method was constructed and major molecular descriptors were determined for each experimental data variables from coefficient values using a partial least squares algorithm. The results of the analysis of the molecular access system fingerprint data reflecting the candidate drug structure information were higher than those of the in vitro data analysis in terms of goodness-of-fit, and the major molecular expression factors affecting the antidiabetic effect were also variously derived. If the proposed method is applied to the new drug development environment, it is possible to reduce the cost for conducting candidate screening experiment and to shorten the search time for new drug development.
코로나-19 상황에서 나타난 청소년 행복의 부익부 빈익빈 현상에 대한 머신러닝 모델 연구
[NRF 연계] 한국심리학회 산하 한국학교심리학회 한국심리학회지: 학교 Vol.22 No.3 2025.12 pp.143-168
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
이 연구는 청소년기의 행복 수준에 영향을 미치는 요인을 생태체계적 관점에서 고찰하고 행복 수준에 대한 발달요인의 예측 가능성을 머신러닝 분석을 통해 탐색하였다. 이를 위해 한국아동․청소년패널조사2018(KCYPS) 데이터 중 2차(2019년), 4차(2021년), 6차(2023년) 응답 자료를 사용하였으며, 분석을 위해 잠재계층분석과 머신러닝 분석을 활용하였다. 분석결과, 행복 변화 양상에 따라 ‘유지형’(중간 수준의 행복지속), ‘부익부형’(높은 행복 수준 유지․상승), ‘빈익빈형’(낮은 행복 수준 지속․하락), ‘조정형’(높은 행복수준에서 하향 조정)으로 명명하였고, 방향성이 뚜렷한 ‘부익부형’, ‘유지형’, ‘빈익빈형’을 주요 집단으로설정하였다. 이후 발달요인을 통해 ‘부익부형’과 ‘빈익빈형’을 예측하기 위한 머신러닝 분석을 진행하였다. ‘부익부형’은 삶의 만족도, 우울, 자아존중감, 현실비행이 계층을 예측하는 중요한 요인이었고, ‘빈익빈형’은 자아존중감, 부모의 자아존중감과 부모의 따스함, 친구관계, 부모의 자율성지지가 중요한 예측요인으로 확인되었다. 이러한 결과는 행복계층에 따라 다른 개입이 필요할 수 있음을 의미한다. 따라서 낮은 행복수준을 일반수준으로 높이기 위해서는 심리 사회적 접근이 필요하고, 특히 부모와 또래관계에 대한 접근이 함께 이루어져야 하며, 일반수준에서 높은 행복수준으로 높이기 위해서는 심리적 접근이 효과적일 수 있겠다. 마지막으로 논의에서는 청소년 행복 증진을 위해 심리적 지원과 환경개선을 통한 심리및 복지적 접근의 필요성을 제안하였다.
This study aimed to explore the factors influencing adolescents’ happiness from an ecological perspective and to examine the predictive power of developmental variables on happiness levels using machine learning analysis. For this purpose, data from the 2nd (2019), 4th (2021), and 6th (2023) waves of the Korean Child and Youth Panel Survey 2018 (KCYPS 2018) were used. Latent class analysis and machine learning techniques were applied to analyze the patterns of change in happiness. The analysis results categorized happiness change patterns as: ‘Maintaining’ (sustained intermediate happiness), ‘high-to-higher’ (maintained and rising high happiness), ‘low-to-lower’ (sustained and declining low happiness), and ‘Adjusting’ (downward adjustment from high happiness). Among these, the ‘high-to-higher’, ‘Maintaining’ and ‘low-to-lower’ groups were selected as the main analytic groups due to their clear directional trends. Machine learning analyses were then conducted to predict the “low-to-lower” and “high-to-higher” groups using various developmental factors. For the high-to-higher group, key predictors included life satisfaction, depression, self-esteem, and deviant behaviors. In contrast, predictors for the low-to-lower group were self-esteem, parental self-esteem, parental warmth, peer relationships, and parental autonomy support. These findings suggest the need for differentiated interventions according to the pattern of happiness. Specifically, psychosocial approaches?including support for parent and peer relationships?may be effective in raising happiness from low to average levels, while psychological approaches may be more suitable for enhancing happiness from average to high levels. Finally, the discussion emphasizes the importance of psychological support and environmental improvements as a combined strategy to promote adolescent well-being.
0개의 논문이 장바구니에 담겼습니다.
선택하신 파일을 압축중입니다.
잠시만 기다려 주십시오.