• Title/Summary/Keyword: mathematical problem solving process

Search Result 343, Processing Time 0.022 seconds

A Case Study of Service Education Activities Applying Mathematics into a Place-Based Earth Science Program: Measuring the Earth's Size (수학과 연계한 장소기반 지구과학 프로그램에 대한 교육봉사활동 사례 연구: 지구의 크기 측정)

  • Yu, Eun-Jeong;Kim, Kyung Hwa
    • Journal of the Korean earth science society
    • /
    • v.40 no.5
    • /
    • pp.518-537
    • /
    • 2019
  • This study examined the implications of a place-based earth science program integrated with Mathematics. 11 pre-service earth science teachers and 22 middle school students participated in the service education activities of earth science for 30 hours focusing on the measurement of the earth's size through earth science experiments as part of the middle school curriculum. In order to minimize errors that may occur during the earth's size measurement experiments using Eratosthenes's shadows length method of the ancient Greek era, the actual data were collected after triangulation ratios were conducted in the locations of two middle schools: one in remote metropolitan and the other in rural area. The two schools' students shared the final estimate result. Through this process, they learned the mathematical method to express the actual data effectively. Participants, experienced the importance and difficulty of the repetitive and accurate data acquisition process, and also discussed the causes of errors included in the final results. It implies that a Place-Based Earth Science Program activity can contribute to students' increased-understanding of the characteristics of earth science inquiry and to developing their problem solving skills, thinking ability, and communication skills as well, which are commonly emphasized in science and mathematics in the 2015 reunion curriculum. It is expected that a place-based science program can provide a foundation for developing an integrated curriculum of mathematics and science.

A Case Study on Characteristics of the Mathematics Gifted Children (수학영재의 특성에 관한 사례연구)

  • Kim, Min-Jung;Ryu, Sung-Rim
    • Education of Primary School Mathematics
    • /
    • v.10 no.1 s.19
    • /
    • pp.41-56
    • /
    • 2007
  • Related with the mathematics gifted children the situation of different case studies is the research which is limited in mathematics problem solving process of the most mathematics gifted children. The research which it sees hereupon observes from the scope which is wider the quality of the mathematics gifted children, before the hazard mathematics gifted children whom it sees enter into the mathematics gifted children education center unit life and life after studying living and dismissal of a class from the general school, namely for their general life it leads compared to attitude it observes the reporter it does a quality. For a what kind of interest in the mathematics gifted children, the research leads the family or general class, from the gifted children education center it has it considers encouragement, map and to give a help to good mathematics gifted children education activation, it does. It will reach and to respect with afterwards it set a same three research problem. First, before entering into the mathematics gifted children education center, are the mathematics gifted children what kind of quality? Second, Are the mathematics gifted children what kind of quality for general school hour? Third, Are the mathematics gifted children what kind of quality after dismissal of a class after hour? Being selected in the hazard gifted children education center which solves an up research problem, simple characteristic and approach ease characteristic, by the condition of the permission possibility back it selected 2 person gifted children school boxes which are coming and going. And, before entering into these mathematics gifted children education center, studying life from the general school, life after dismissal of a class it will extend at 1 years, various recording it will ask and it collected direct observation and interview it led against their quality it analyzed. It shared the result which it analyzes with emotional quality, studying conduct qualities, general qualities of the mathematics gifted children and qualities of mathematics gifted children parents. Studies level of the mathematics gifted children parents high facility when them are young from, the interest and helping out which it has were considerable, to advance with the direction where in order for always with great disaster them are proper the map it did. In general quality of the mathematics gifted children from young age the ability which finds a language and a possibility concept superiorly the ability which expresses the thought of oneself logically was superior, the competitive spirit was high, it liked it came reading, a leader role, to reveal a deepening school with the fact that it comes and goes. Also it will burn with their studying conduct quality and it will roll and it did deeply and it arranged knot eagerly, accomplishing which is superior from the field which is various it showed, the originality was superior, the subject attachment power was high quite, oneself it studies it has a devotion the possibility of knowing it was. And, the social characteristic of the friends and is good with their emotional quality and it does there is own reflection and an encouragement at any time and also a confidence, but just as good as the stress also it receives the possibility of knowing it was to him.

  • 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.