• Title/Summary/Keyword: Functional Decomposition

Search Result 173, Processing Time 0.018 seconds

A Study on the Characteristics of Humic Materials Extracted from Decomposing Plant Residues -I. Chemical Properties of Humic Acids from Plant Residues Characterized by IR Spectra (식물성(植物性) 유기물질(有機物質)의 부숙과정중(腐熟過程中) 부식특성(腐植特性)에 관(關)한 연구(硏究) -1. 분광분석(分光分析)에 의(依)한 식물잔해(植物殘骸) 부식산(腐植酸)의 화학적(化學的) 성질규명(性質糾明))

  • Kim, Jeong-Je;Shin, Young-Oh
    • Korean Journal of Soil Science and Fertilizer
    • /
    • v.20 no.3
    • /
    • pp.251-259
    • /
    • 1987
  • Humic acids extracted from decomposing plant residues were characterized by infrared(IR) spectra. The IR spectra were further interpreted by chemical analyses for oxygen-containing functional groups such as carboxyl, phenolic, alcoholic, carbonyl, and quinionic groups. 1. The IR spectra obtained in this study were divied into three categories: spectra of humic acids from grain crop straws of rice, barley, wheat and rye produced Type I, while that from wild grass hay yielded Type II, and those from forest tree litter of the deciduous and conifers were led to give Type III. 2. There were no significant changes in the absorption bands observed among humic acids extracted at various stages of decomposition of a given Plant material. 3. The absorption band at about $3,430cm^{-1}$ represents the presence of hydrogen-bonded hydroxyl groups, phenolic-OH groups being the major component. 4. A close relationship was found between the total acidity and the content of phenolic-OH groups of humic acids. The content of carboxyl groups maintains a direct relationship with the content of total hydroxyl groups, and such a close relationship also exists between the content of alcoholic hydroxyls and that of total hydroxyl groups. 5. Overlapping of the absorption bands of carbonyl groups and quinones renders it difficult to make differentiation between the two. 6. A variety of non-armoatic cyclic hydrocarbons appears to be a structural component as evidenced by a sharp absorption peak near $995-1000cm^{-1}$.

  • PDF

Studies on the Physico-chemical Properties and Characterization of Soil Organic Matter in Jeju Volcanic Ash Soil (제주도(濟州道) 화산회토양(火山灰土壌)의 이화학적(理化学的) 특성(特性) 및 유기물(有機物) 성상(性状)에 관(関)한 연구(硏究))

  • Lee, Sang-Kyu;Cha, Kyu-Seuk;Kim, In-Tak
    • Korean Journal of Soil Science and Fertilizer
    • /
    • v.16 no.1
    • /
    • pp.20-27
    • /
    • 1983
  • A series of laboratory experiment was conducted to find out the chemical composition, characterization of humic substances by physical and chemical methods and reaction of Na-pyrophosphate, $Ca(OH)_2$ and rice straw with albumin on the degradation of soil organic matter in the volcanic ask soils of the Jeju Island. Results obtained were summarized as follows: 1. The contents of organic matter, available silicon, active iron and aluminum concentration in volcanic ash the soils were remarkably higher but available phosphorous was comparatively lower than the mineral soils. In volcanic ash soil, the contents of potassium, calcium and magnessium were higher in upland soil than that of forest soil. The ratios of active $Al^{{+}{+}{+}}/Fe^{{+}{+}}$, C/P and $K/Ca^+$ Mg were apparently high in volcanic ash soils while that of $SiO_2$/O.M. was high in mineral soil. 2. The carbon/nitrogen ratio in humin, humic acid content in organic matter, and carbon contents of humin in total carbon of soil organic matter were apparently higher in the volcanic ash soils than in the mineral soils, The total nitrogen and fractions of acid or alkali soluble nitrogen were remarkably high in volcanic ash soils while mineralizable nitrogen ($NH_4$-N and $NO_3$) contents were high in mineral soils. 3. The values of K600, RF and log K were also higher in volcanic ash soils than those in mineral soils, and the absorbance in the visible range were high and color was dark in the soil of which humification was progressed Extracted humic acid from volcanic ash soil was less reactive to the oxidizing chemical reagent and was persistance to the acid or alkali hydrolysises. 4. The major oxygen-containing functional groups in humic substances of volcanic ash soils were phenolic-OH alcoholic-OH and carboxyl groups while those in mineral soil were methoxyl and carbonyl groups. 5. Absorption spectra of alkaline solution of humic acid ranged from 200 nm to maxima 500 nm. Visible spectra peaks of from humic substances in the visible region were recognized at 350, 420, 450 and 480 nm. Only one single absorbance peak was observed in the visible region at 362 nm for Heugag series and two absorbance Peak were also at 360 nm and 390 nm for Yeungrag series. 6. Evolution of carbon as $Co_2$ was increased with addition of Na-pyrophosphate in Namweon and Heugag series, and "priming effects" took place on the soil organic matter decomposition by addition of rice straw with albumin in Ido series.

  • PDF

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.