• 제목/요약/키워드: Processing variables

검색결과 1,090건 처리시간 0.032초

Predicting the Unemployment Rate Using Social Media Analysis

  • Ryu, Pum-Mo
    • Journal of Information Processing Systems
    • /
    • 제14권4호
    • /
    • pp.904-915
    • /
    • 2018
  • We demonstrate how social media content can be used to predict the unemployment rate, a real-world indicator. We present a novel method for predicting the unemployment rate using social media analysis based on natural language processing and statistical modeling. The system collects social media contents including news articles, blogs, and tweets written in Korean, and then extracts data for modeling using part-of-speech tagging and sentiment analysis techniques. The autoregressive integrated moving average with exogenous variables (ARIMAX) and autoregressive with exogenous variables (ARX) models for unemployment rate prediction are fit using the analyzed data. The proposed method quantifies the social moods expressed in social media contents, whereas the existing methods simply present social tendencies. Our model derived a 27.9% improvement in error reduction compared to a Google Index-based model in the mean absolute percentage error metric.

Decision based uncertainty model to predict rockburst in underground engineering structures using gradient boosting algorithms

  • Kidega, Richard;Ondiaka, Mary Nelima;Maina, Duncan;Jonah, Kiptanui Arap Too;Kamran, Muhammad
    • Geomechanics and Engineering
    • /
    • 제30권3호
    • /
    • pp.259-272
    • /
    • 2022
  • Rockburst is a dynamic, multivariate, and non-linear phenomenon that occurs in underground mining and civil engineering structures. Predicting rockburst is challenging since conventional models are not standardized. Hence, machine learning techniques would improve the prediction accuracies. This study describes decision based uncertainty models to predict rockburst in underground engineering structures using gradient boosting algorithms (GBM). The model input variables were uniaxial compressive strength (UCS), uniaxial tensile strength (UTS), maximum tangential stress (MTS), excavation depth (D), stress ratio (SR), and brittleness coefficient (BC). Several models were trained using different combinations of the input variables and a 3-fold cross-validation resampling procedure. The hyperparameters comprising learning rate, number of boosting iterations, tree depth, and number of minimum observations were tuned to attain the optimum models. The performance of the models was tested using classification accuracy, Cohen's kappa coefficient (k), sensitivity and specificity. The best-performing model showed a classification accuracy, k, sensitivity and specificity values of 98%, 93%, 1.00 and 0.957 respectively by optimizing model ROC metrics. The most and least influential input variables were MTS and BC, respectively. The partial dependence plots revealed the relationship between the changes in the input variables and model predictions. The findings reveal that GBM can be used to anticipate rockburst and guide decisions about support requirements before mining development.

반응표면분석법에 의한 $(Zr_{1-x}Sn_x)TiO_4$계 교주파 유전 특성 (Microwave Dielectric Properties of $(Zr_{1-x}Sn_x)TiO_4$ Ceramics in the Response Surface Methodology)

  • 김왕성;최환;문명립;김경용
    • 한국세라믹학회지
    • /
    • 제32권5호
    • /
    • pp.535-542
    • /
    • 1995
  • The effect of sintering temperature, sintering time and forming pressure on microwave dielectric properties of (Zr1-xSnx)TiO4 ceramics containing 1.0wt% B2O3, 0.3 wt% La2O3 and 1.0wt% NiTa2O6 was investigated using the response surface methodology. The optimum values of processing variables were determined based on the reproducibility. The optimum values of the dielectric constant of >35. Q.f0 of >55000 and $\tau$f=$\pm$5 ppm/$^{\circ}C$ could be obtained when the sample was pressed at 500~600kg/$\textrm{cm}^2$ and sintered at 1500~155$0^{\circ}C$ for 2~3 hrs.

  • PDF

Development of the Korean Handwriting Assessment for Children Using Digital Image Processing

  • Lee, Cho Hee;Kim, Eun Bin;Lee, Onseok;Kim, Eun Young
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제13권8호
    • /
    • pp.4241-4254
    • /
    • 2019
  • The efficiency and accuracy of handwriting measurement could be improved by adopting digital image processing. This study developed a computer-based Korean Handwriting Assessment tool. Second graders participated in this study by performing writing tasks of consonants, vowels, words, and sentences. We extracted boundary parameters for each letter using digital image processing and calculated the variables of size, size coefficient of variation (CV), misalignment, inter-letter space, inter-word space, and ratio of inter-letter space to inter-word space. Children were also administered traditional handwriting and visuomotor tests. Digital variables from image processing were correlated with these previous tests. Using these correlations, we established a three-point scoring system that computed test scores for each variable. We analyzed inter-rater reliability between the computer rater and human rater and test-retest reliability between the first and second performances. The validity was examined by analyzing the relationship between the Korean Handwriting Assessment and previous handwriting and visuomotor tests. We suggested the Korean Handwriting Assessment to measure size, size consistency, misalignment, inter-letter space, inter-word space, and space ratio using digital image processing. This Korean Handwriting Assessment tool proved to have reliability and validity. It is expected to be useful for assessing children's handwriting.

Electrical and Optical Properties in Transparent Conducting Oxides: Effect of Ultra Violet Irradiation

  • So, Byung-Soo;Hwang, Jin-Ha
    • 반도체디스플레이기술학회지
    • /
    • 제6권1호
    • /
    • pp.65-69
    • /
    • 2007
  • A design of experiments was applied in order to investigate the effect of processing variables in UV irradiation on the electrical/optical properties in indium-zinc oxide thin films, The processing variables, equivalently input variables are listed as UV irradiation time, oxygen flow rate, and chamber pressure. The statistical significance of Ultra Violet (UV) treatment was confirmed using a paired-t test. The full factorial $2^3$ design was employed to determine significant main and interaction effects in UV irradiation process. The chamber pressure and the interaction between UV irradiation time and $O_2$ flow rate were found to be statistically significant at the significance level of 0.1. Furthermore, the optimized approach was proposed in achieving the improved conductivity after UV irradiation.

  • PDF

절차적 프로그램으로부터의 객체 추출 방법론 (A Method of Object Identification from Procedural Programs)

  • 진윤숙;마평수;신규상
    • 한국정보처리학회논문지
    • /
    • 제6권10호
    • /
    • pp.2693-2706
    • /
    • 1999
  • Reengineering to object-oriented system is needed to maintain the system and satisfy requirements of structure change. Target systems which should be reengineered to object-oriented system are difficult to change because these systems have no design document or their design document is inconsistent of source code. Using design document to identifying objects for these systems is improper. There are several researches which identify objects through procedural source code analysis. In this paper, we propose automatic object identification method based on clustering of VTFG(Variable-Type-Function Graph) which represents relations among variables, types, and functions. VTFG includes relations among variables, types, and functions that may be basis of objects, and weights of these relations. By clustering related variables, types, and functions using their weights, our method overcomes limit of existing researches which identify too big objects or objects excluding many functions. The method proposed in this paper minimizes user's interaction through automatic object identification and make it easy to reenginner procedural system to object-oriented system.

  • PDF

전략적 중요도를 고려한 연관규칙 탐사 (Association Rule Mining Considering Strategic Importance)

  • 최덕원;신진규
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2007년도 춘계학술발표대회
    • /
    • pp.443-446
    • /
    • 2007
  • A new association rule mining algorithm, which reflects the strategic importance of associative relationships between items, was developed and presented in this paper. This algorithm exploits the basic framework of Apriori procedures and TSAA(transitive support association Apriori) procedure developed by Hyun and Choi in evaluating non-frequent itemsets. The algorithm considers the strategic importance(weight) of feature variables in the association rule mining process. Sample feature variables of strategic importance include: profitability, marketing value, customer satisfaction, and frequency. A database with 730 transaction data set of a large scale discount store was used to compare and verify the performance of the presented algorithm against the existing Apriori and TSAA algorithms. The result clearly indicated that the new algorithm produced substantially different association itemsets according to the weights assigned to the strategic feature variables.

비정질 PEEK 필름의 Self-Bonding강도에 미치는 제조공정변수의 영향 (The Effect of Processing Variables on Self-Bonding Strength in Amorphous PEEK Films)

  • 조범래
    • 한국재료학회지
    • /
    • 제5권2호
    • /
    • pp.191-196
    • /
    • 1995
  • 비정질 PEEK 필름의 self-bonding강도는 접합시의 공정변수(시간, 온도, 그리고 압력)와 밀접한 관계가 있다. 본 연구에서는 이러한 공정변수의 효과를 규명하기 위하여 각기 다른 접합조건하에서 개발된 시편들의 self-bonding강도를 single lap-shear test를 통하여 측정된 각각의 전단 응력(shear strength)으로 나타내었다. 개발된 self-bonding강도는 접합온도가 증가함에 따라 증가하였으며, 접합시간의 1/4승에 일차함수적으로 비례증가하였다. 접합공정 중의 압력의 효과는 단지 초기 접합단계인 wetting에 기여하였을 뿐 self-bonding강도 자체에는 거의 영향을 미치지 않는 것으로 사려되었다. 결론적으로 비정질 PEEK 필름의 self-bonding현상은 현장에서의 실제 접합공정에서 어떠한 접착재료의 사용없이도 모재와 같은 강도를 개발하는데 무한한 가능성이 있는 것으로 판단되었다.

  • PDF