• Title/Summary/Keyword: risk recognition

Search Result 473, Processing Time 0.02 seconds

Ensemble Learning with Support Vector Machines for Bond Rating (회사채 신용등급 예측을 위한 SVM 앙상블학습)

  • Kim, Myoung-Jong
    • Journal of Intelligence and Information Systems
    • /
    • v.18 no.2
    • /
    • pp.29-45
    • /
    • 2012
  • Bond rating is regarded as an important event for measuring financial risk of companies and for determining the investment returns of investors. As a result, it has been a popular research topic for researchers to predict companies' credit ratings by applying statistical and machine learning techniques. The statistical techniques, including multiple regression, multiple discriminant analysis (MDA), logistic models (LOGIT), and probit analysis, have been traditionally used in bond rating. However, one major drawback is that it should be based on strict assumptions. Such strict assumptions include linearity, normality, independence among predictor variables and pre-existing functional forms relating the criterion variablesand the predictor variables. Those strict assumptions of traditional statistics have limited their application to the real world. Machine learning techniques also used in bond rating prediction models include decision trees (DT), neural networks (NN), and Support Vector Machine (SVM). Especially, SVM is recognized as a new and promising classification and regression analysis method. SVM learns a separating hyperplane that can maximize the margin between two categories. SVM is simple enough to be analyzed mathematical, and leads to high performance in practical applications. SVM implements the structuralrisk minimization principle and searches to minimize an upper bound of the generalization error. In addition, the solution of SVM may be a global optimum and thus, overfitting is unlikely to occur with SVM. In addition, SVM does not require too many data sample for training since it builds prediction models by only using some representative sample near the boundaries called support vectors. A number of experimental researches have indicated that SVM has been successfully applied in a variety of pattern recognition fields. However, there are three major drawbacks that can be potential causes for degrading SVM's performance. First, SVM is originally proposed for solving binary-class classification problems. Methods for combining SVMs for multi-class classification such as One-Against-One, One-Against-All have been proposed, but they do not improve the performance in multi-class classification problem as much as SVM for binary-class classification. Second, approximation algorithms (e.g. decomposition methods, sequential minimal optimization algorithm) could be used for effective multi-class computation to reduce computation time, but it could deteriorate classification performance. Third, the difficulty in multi-class prediction problems is in data imbalance problem that can occur when the number of instances in one class greatly outnumbers the number of instances in the other class. Such data sets often cause a default classifier to be built due to skewed boundary and thus the reduction in the classification accuracy of such a classifier. SVM ensemble learning is one of machine learning methods to cope with the above drawbacks. Ensemble learning is a method for improving the performance of classification and prediction algorithms. AdaBoost is one of the widely used ensemble learning techniques. It constructs a composite classifier by sequentially training classifiers while increasing weight on the misclassified observations through iterations. The observations that are incorrectly predicted by previous classifiers are chosen more often than examples that are correctly predicted. Thus Boosting attempts to produce new classifiers that are better able to predict examples for which the current ensemble's performance is poor. In this way, it can reinforce the training of the misclassified observations of the minority class. This paper proposes a multiclass Geometric Mean-based Boosting (MGM-Boost) to resolve multiclass prediction problem. Since MGM-Boost introduces the notion of geometric mean into AdaBoost, it can perform learning process considering the geometric mean-based accuracy and errors of multiclass. This study applies MGM-Boost to the real-world bond rating case for Korean companies to examine the feasibility of MGM-Boost. 10-fold cross validations for threetimes with different random seeds are performed in order to ensure that the comparison among three different classifiers does not happen by chance. For each of 10-fold cross validation, the entire data set is first partitioned into tenequal-sized sets, and then each set is in turn used as the test set while the classifier trains on the other nine sets. That is, cross-validated folds have been tested independently of each algorithm. Through these steps, we have obtained the results for classifiers on each of the 30 experiments. In the comparison of arithmetic mean-based prediction accuracy between individual classifiers, MGM-Boost (52.95%) shows higher prediction accuracy than both AdaBoost (51.69%) and SVM (49.47%). MGM-Boost (28.12%) also shows the higher prediction accuracy than AdaBoost (24.65%) and SVM (15.42%)in terms of geometric mean-based prediction accuracy. T-test is used to examine whether the performance of each classifiers for 30 folds is significantly different. The results indicate that performance of MGM-Boost is significantly different from AdaBoost and SVM classifiers at 1% level. These results mean that MGM-Boost can provide robust and stable solutions to multi-classproblems such as bond rating.

Development of a Stock Trading System Using M & W Wave Patterns and Genetic Algorithms (M&W 파동 패턴과 유전자 알고리즘을 이용한 주식 매매 시스템 개발)

  • Yang, Hoonseok;Kim, Sunwoong;Choi, Heung Sik
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.1
    • /
    • pp.63-83
    • /
    • 2019
  • Investors prefer to look for trading points based on the graph shown in the chart rather than complex analysis, such as corporate intrinsic value analysis and technical auxiliary index analysis. However, the pattern analysis technique is difficult and computerized less than the needs of users. In recent years, there have been many cases of studying stock price patterns using various machine learning techniques including neural networks in the field of artificial intelligence(AI). In particular, the development of IT technology has made it easier to analyze a huge number of chart data to find patterns that can predict stock prices. Although short-term forecasting power of prices has increased in terms of performance so far, long-term forecasting power is limited and is used in short-term trading rather than long-term investment. Other studies have focused on mechanically and accurately identifying patterns that were not recognized by past technology, but it can be vulnerable in practical areas because it is a separate matter whether the patterns found are suitable for trading. When they find a meaningful pattern, they find a point that matches the pattern. They then measure their performance after n days, assuming that they have bought at that point in time. Since this approach is to calculate virtual revenues, there can be many disparities with reality. The existing research method tries to find a pattern with stock price prediction power, but this study proposes to define the patterns first and to trade when the pattern with high success probability appears. The M & W wave pattern published by Merrill(1980) is simple because we can distinguish it by five turning points. Despite the report that some patterns have price predictability, there were no performance reports used in the actual market. The simplicity of a pattern consisting of five turning points has the advantage of reducing the cost of increasing pattern recognition accuracy. In this study, 16 patterns of up conversion and 16 patterns of down conversion are reclassified into ten groups so that they can be easily implemented by the system. Only one pattern with high success rate per group is selected for trading. Patterns that had a high probability of success in the past are likely to succeed in the future. So we trade when such a pattern occurs. It is a real situation because it is measured assuming that both the buy and sell have been executed. We tested three ways to calculate the turning point. The first method, the minimum change rate zig-zag method, removes price movements below a certain percentage and calculates the vertex. In the second method, high-low line zig-zag, the high price that meets the n-day high price line is calculated at the peak price, and the low price that meets the n-day low price line is calculated at the valley price. In the third method, the swing wave method, the high price in the center higher than n high prices on the left and right is calculated as the peak price. If the central low price is lower than the n low price on the left and right, it is calculated as valley price. The swing wave method was superior to the other methods in the test results. It is interpreted that the transaction after checking the completion of the pattern is more effective than the transaction in the unfinished state of the pattern. Genetic algorithms(GA) were the most suitable solution, although it was virtually impossible to find patterns with high success rates because the number of cases was too large in this simulation. We also performed the simulation using the Walk-forward Analysis(WFA) method, which tests the test section and the application section separately. So we were able to respond appropriately to market changes. In this study, we optimize the stock portfolio because there is a risk of over-optimized if we implement the variable optimality for each individual stock. Therefore, we selected the number of constituent stocks as 20 to increase the effect of diversified investment while avoiding optimization. We tested the KOSPI market by dividing it into six categories. In the results, the portfolio of small cap stock was the most successful and the high vol stock portfolio was the second best. This shows that patterns need to have some price volatility in order for patterns to be shaped, but volatility is not the best.

A Survey on the Perception of the Counterplans of Medical Accident and Dispute of Dental Hygienist (의료사고 및 의료분쟁에 대한 치위생사의 인식도 조사)

  • Oh, Jin-Ho;Kwon, Jeong-Seung;Ahn, Hyoung-Joon;Kang, Jin-Kyu;Choi, Jong-Hoon
    • Journal of Oral Medicine and Pain
    • /
    • v.32 no.1
    • /
    • pp.9-33
    • /
    • 2007
  • In the field of dentistry, there existed relatively few emergency patients or patients who need intensive care and thus had low medical dispute rates. However, these days, there is a general tendency of increased medical disputes. Although many medical disputes are caused by medical accidents of the dentists, because dental assistants are also lawfully involved in practicing dentistry, there is a possibility of medical disputes or medical accidents caused by dental assistants. Therefore, the role of the dental assistants cannot be ignored. This study consists of a survey given to dental hygienists currently working in general hospitals, dental hospitals and private dental clinics. Following is the results of the analysis of 275 respondents' backgrounds, medical disputes rates including patients' complaints, their understanding of medical regulations and their general understanding of overall dental practice and medical disputes. 1. 251 of 274(91.6%) respondents doubted the risk of medical accident and dispute. 2. 81(29.5%) dental hygienist experienced complaint from patients. They have been working in the private dental clinic, the rate of this experience was high. 3. 349 case of 1805(19.3%) the complaints by patients, highest percentage among its category, were those regarding dental fees and poor service. 4. 129 case of 1805(7.1%) patients' complaints, highest percentage among it's subcategory, were those regarding the absence of explanations of precautions or request of agreements before dental treatment. 5. 252 of 267 (94.4%) dental hygienists chart after a scaling treatment. However, only 55(20.7%) dental hygienists chart the fact of explaining the precautions. 6. 6(2.2%) dental hygienists do not inspect patients' medical history, if patients don't mention it. 7. 104 of 274(38.0%) dental hygienists responded to be capable of administering first aid treatment. 8. 115(41.8%) dental hygienists have a first aid kit and equipment. 9. In case of medical dispute, 268(97.8%) dental hygienists respond that, charting plays a big role in resolving the dispute. 10. In case of medical dispute, 272(93.3%) dental hygienists respond that, explanation and agreement before treatment have an important role in settlement of dispute 11. Only 160(58.4%) dental hygienists responded correct answer that the duration of keeping medical records is 10 years. 12. 124(45.3%) respondents thought that it is legal for a dental hygienist to take a panoramic dental X-ray, 71(25.9%) respondents thought that it is legal practice cervical resin treatment by dental hygienist, and 37(13.5%) respondents thought that it is legal extract primary teeth by dental hygienist. 13. 24(18.76%) respondents thought that it doesn't matter to tell patient's state to others 14. 272(99.27%) responded that receiving education for the prevention of medical disputes was needed and of them, 61.0% thought it was urgent. 15. 186(64.2%) has never had classes regarding the prevention of medical disputes while in school and 212(77.4%) has not had the same type of classes after graduating from school. 16. 256(93.4%) responded that there will be even more of an increased number of medical disputes. Among them, 83.3% of respondents though that due to the increased opportunity of acquiring information through the internet and mass media. The study shows that 29.5 percentage of dental hygienists have experienced the medical disputes and complaints and they are lack of recognition of medical regulations and dental hygienist's official duty. So, there is a big potential of the percentage to increase. Therefore, the correct understanding of explaining precautions and requesting agreement before dental treatments and performing them are mandatory. Moreover, classes regarding the prevention and counterplans of medical disputes need to be widely offered.