• Title/Summary/Keyword: Basic chromosome number

Search Result 42, Processing Time 0.017 seconds

Plant Regeneration via in Vitro Culture of Ovule Obtain by Intergeneric Crossing Between Citrus junos Sieb. et Tanaka and Poncirus trifoliata Raf. (유자와 탱자의 속간교잡후 배주배양에 의한 식물체 유기)

  • 이만상;남궁승박
    • Korean Journal of Plant Tissue Culture
    • /
    • v.22 no.6
    • /
    • pp.317-322
    • /
    • 1995
  • As a basic research for breeding new varieties, reciprocal -intergeneric crosses between Citrus junos and P.trifoliata were made. F$_1$ hybrid production using in vitro ovule culture, gametogenesis, and fertilization phenomena were investigated. Frequency of fruit set resulting from crossing of Citrus junos and Poncirus Trifoliata was 16.6% while that of Poncirus Trifoliata and Citrus junos was 11.7%. Callus formation occurred well when ovules at the 6th week after pollination were cultured on MT (Murashige and Tucker) medium supplemented with zeatin 0.5 mg/L and NAA 1.0 or 3.0 mg/L. Immature ovules developed into mature embryos of the MT medium supplemented with 2,4-D 0.1 or 3.0 mg/L. Immature ovules developed into mature embryos of the MT medium supplemented with 2,4 D 0.1 or 0.5 mg/L. The invitro germination rates of 20-week-old ovules set C. junos $\times$ P. Trifoliata and P. Trifoliata $\times$ C. junos were 54.5% and 48.6%, respectively. The emergence ratios of trifoliate hybrids obtained by C. junos $\times$ P. Trifoliata and P. Trifoliata $\times$ C. junos were 56.7% and 100%, respectively. The chromosome number of C. junos and P. Trifoliata was n = 9 or 2n = 18, and the sizes of their pollen grain were 33.75 $\mu$ and 25.0 $\mu$. The length and width of embryo sac in C. junos and P. Trifoliata were 69.38~79.23 $\mu$ and 27.50~38.56 $\mu$, and those of egg cells were 17.50~41.50 $\mu$ and 6.25~8.12$\mu$. Fertilization of C. junos and P. trifoliata terminated 72 h after pollination.

  • PDF

Bankruptcy prediction using an improved bagging ensemble (개선된 배깅 앙상블을 활용한 기업부도예측)

  • Min, Sung-Hwan
    • Journal of Intelligence and Information Systems
    • /
    • v.20 no.4
    • /
    • pp.121-139
    • /
    • 2014
  • Predicting corporate failure has been an important topic in accounting and finance. The costs associated with bankruptcy are high, so the accuracy of bankruptcy prediction is greatly important for financial institutions. Lots of researchers have dealt with the topic associated with bankruptcy prediction in the past three decades. The current research attempts to use ensemble models for improving the performance of bankruptcy prediction. Ensemble classification is to combine individually trained classifiers in order to gain more accurate prediction than individual models. Ensemble techniques are shown to be very useful for improving the generalization ability of the classifier. Bagging is the most commonly used methods for constructing ensemble classifiers. In bagging, the different training data subsets are randomly drawn with replacement from the original training dataset. Base classifiers are trained on the different bootstrap samples. Instance selection is to select critical instances while deleting and removing irrelevant and harmful instances from the original set. Instance selection and bagging are quite well known in data mining. However, few studies have dealt with the integration of instance selection and bagging. This study proposes an improved bagging ensemble based on instance selection using genetic algorithms (GA) for improving the performance of SVM. GA is an efficient optimization procedure based on the theory of natural selection and evolution. GA uses the idea of survival of the fittest by progressively accepting better solutions to the problems. GA searches by maintaining a population of solutions from which better solutions are created rather than making incremental changes to a single solution to the problem. The initial solution population is generated randomly and evolves into the next generation by genetic operators such as selection, crossover and mutation. The solutions coded by strings are evaluated by the fitness function. The proposed model consists of two phases: GA based Instance Selection and Instance based Bagging. In the first phase, GA is used to select optimal instance subset that is used as input data of bagging model. In this study, the chromosome is encoded as a form of binary string for the instance subset. In this phase, the population size was set to 100 while maximum number of generations was set to 150. We set the crossover rate and mutation rate to 0.7 and 0.1 respectively. We used the prediction accuracy of model as the fitness function of GA. SVM model is trained on training data set using the selected instance subset. The prediction accuracy of SVM model over test data set is used as fitness value in order to avoid overfitting. In the second phase, we used the optimal instance subset selected in the first phase as input data of bagging model. We used SVM model as base classifier for bagging ensemble. The majority voting scheme was used as a combining method in this study. This study applies the proposed model to the bankruptcy prediction problem using a real data set from Korean companies. The research data used in this study contains 1832 externally non-audited firms which filed for bankruptcy (916 cases) and non-bankruptcy (916 cases). Financial ratios categorized as stability, profitability, growth, activity and cash flow were investigated through literature review and basic statistical methods and we selected 8 financial ratios as the final input variables. We separated the whole data into three subsets as training, test and validation data set. In this study, we compared the proposed model with several comparative models including the simple individual SVM model, the simple bagging model and the instance selection based SVM model. The McNemar tests were used to examine whether the proposed model significantly outperforms the other models. The experimental results show that the proposed model outperforms the other models.