• Title/Summary/Keyword: GUI Based Model

Search Result 209, Processing Time 0.024 seconds

A Novel Routing Algorithm Based on Load Balancing for Multi-Channel Wireless Mesh Networks

  • Liu, Chun-Xiao;Chang, Gui-Ran;Jia, Jie
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.7 no.4
    • /
    • pp.651-669
    • /
    • 2013
  • In this paper, we study a novel routing algorithm based on load balancing for multi-channel wireless mesh networks. In order to increase the network capacity and reduce the interference of transmission streams and the communication delay, on the basis of weighted cumulative expected transmission time (WCETT) routing metric this paper proposes an improved routing metric based on load balancing and channel interference (LBI_WCETT), which considers the channel interference, channel diversity, link load and the latency brought by channel switching. Meanwhile, in order to utilize the multi-channel strategy efficiently in wireless mesh networks, a new channel allocation algorithm is proposed. This channel allocation algorithm utilizes the conflict graph model and considers the initial link load estimation and the potential interference of the link to assign a channel for each link in the wireless mesh network. It also utilizes the channel utilization percentage of the virtual link in its interference range as the channel selection standard. Simulation results show that the LBI_WCETT routing metric can help increase the network capacity effectively, reduce the average end to end delay, and improve the network performance.

The Influence of Mobile Office Systems on Users' Job Stress and Work Overload (모바일 오피스 시스템이 사용자의 업무과부하 및 직무 스트레스에 미치는 영향)

  • Yun, Hae-Jung;Choi, Gui-Young;Lee, Choong-C.
    • The Journal of Information Systems
    • /
    • v.20 no.2
    • /
    • pp.155-176
    • /
    • 2011
  • The use of mobile office systems has been expanded due to the smartphones' rapid diffusion in Korea, and it has brought a new work environment that is different from traditional working patterns. In this study, the unique attributes of mobile office systems, such as ubiquity, usefulness, complexity, and insecurity, are examined along with the impact of these attributes on work overload and job stress. Based on transaction-based model of job stress, organizational support was applied as a stress inhibitor and also the moderator between work overload and job stress. The findings of this study show that ubiquity increases usefulness of mobile office systems; complexity increases both work overload and job stress; and insecurity increases job stress. Surprisingly, usefulness increases job stress, which means employees who perceive the efficiency of mobile office systems higher may feel more job stress. Organizational support for mobile office systems significantly shows the moderating effect, but no direct mitigating effect on job stress. The theoretical and practical implications in order to mitigate the side effects of mobile office systems based on the research findings are thoroughly discussed.

A study on analysis of packet amount of Naver's mobile portal (네이버 무선포털의 패킷량 분석에 관한 연구)

  • Ryu, Gui-Yeol
    • Journal of the Korean Data and Information Science Society
    • /
    • v.27 no.3
    • /
    • pp.701-710
    • /
    • 2016
  • The purpose of this paper is to build a model of packet amount of Naver mobile portal. We collected 2004 cases by measuring the sixth per access from September, 2012 to October, 2015. We use regression model with autoregressive errors, in which predictors incorporated into the model were replication, date, time, week, month. It has been found the model which errors follow AR(36), based on AIC and adjusted $R^2$. We found some characteristics from our model as follows. In addition to model building, we also have discussed some meaningful features yielded from the selected model in this paper. Considering the importance of this topic, continuous researches are needed.

Chatbot Design Method Using Hybrid Word Vector Expression Model Based on Real Telemarketing Data

  • Zhang, Jie;Zhang, Jianing;Ma, Shuhao;Yang, Jie;Gui, Guan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.14 no.4
    • /
    • pp.1400-1418
    • /
    • 2020
  • In the development of commercial promotion, chatbot is known as one of significant skill by application of natural language processing (NLP). Conventional design methods are using bag-of-words model (BOW) alone based on Google database and other online corpus. For one thing, in the bag-of-words model, the vectors are Irrelevant to one another. Even though this method is friendly to discrete features, it is not conducive to the machine to understand continuous statements due to the loss of the connection between words in the encoded word vector. For other thing, existing methods are used to test in state-of-the-art online corpus but it is hard to apply in real applications such as telemarketing data. In this paper, we propose an improved chatbot design way using hybrid bag-of-words model and skip-gram model based on the real telemarketing data. Specifically, we first collect the real data in the telemarketing field and perform data cleaning and data classification on the constructed corpus. Second, the word representation is adopted hybrid bag-of-words model and skip-gram model. The skip-gram model maps synonyms in the vicinity of vector space. The correlation between words is expressed, so the amount of information contained in the word vector is increased, making up for the shortcomings caused by using bag-of-words model alone. Third, we use the term frequency-inverse document frequency (TF-IDF) weighting method to improve the weight of key words, then output the final word expression. At last, the answer is produced using hybrid retrieval model and generate model. The retrieval model can accurately answer questions in the field. The generate model can supplement the question of answering the open domain, in which the answer to the final reply is completed by long-short term memory (LSTM) training and prediction. Experimental results show which the hybrid word vector expression model can improve the accuracy of the response and the whole system can communicate with humans.

Visualization System for Natural Disaster Data (자연재난 데이터 실감 가시화 시스템)

  • Kim, Jongyong;Jeong, Seokcheol;Lee, Gyeweon;Cho, Joonyoung;Kim, Dongwook;Park, Sanghun
    • Journal of the Korea Computer Graphics Society
    • /
    • v.24 no.3
    • /
    • pp.21-31
    • /
    • 2018
  • We introduces a system that enables fast and effective visualization of natural disaster data such as typhoons, tsunamis, floods, and flooding to help make informed decisions in disaster situations. Data containing disaster information consists of a few hundred megabytes to many tens and hundreds of gigabytes, which can not be handled by a PC. This system was implemented in the form of a client-server based service to generate and output results from high-performance servers. The server in a built-in, high-performance cluster handles client requests and sends the result of visualization to the client. Clients can receive the results in any form of images, videos, or 3D graphic model by specifying a desired time frame, effectively viewing the results with a user-friendly GUI.

A HMM-based Method of Reducing the Time for Processing Sound Commands in Computer Games (컴퓨터 게임에서 HMM 기반의 명령어 신호 처리 시간 단축을 위한 방법)

  • Park, Dosaeng;Kim, Sangchul
    • Journal of Korea Game Society
    • /
    • v.16 no.2
    • /
    • pp.119-128
    • /
    • 2016
  • In computer games, most of GUI methods are keyboards, mouses and touch screens. The total time of processing the sound commands for games is the sum of input time and recognition time. In this paper, we propose a method for taking only the prefixes of the input signals for sound commands, resulting in the reduced the total processing time, instead of taking the whole input signals. In our method, command sounds are recognized using HMM(Hidden Markov Model), where separate HMM's are built for the whole input signals and their prefix signals. We experiment our proposed method with representative commands of platform games. The experiment shows that the total processing time of input command signals reduces without decreasing recognition rate significantly. The study will contribute to enhance the versatility of GUI for computer games.

Development of a Nutrient Budget Model for Livestock Excreta Survey (가축분뇨실태조사를 위한 양분수지 산정 모델 개발)

  • Kim, Deok-Woo;Ryu, Hong-Duck;Lim, Do Young;Chung, Eu Gene;Kim, Yongseok
    • Journal of Korean Society on Water Environment
    • /
    • v.33 no.6
    • /
    • pp.769-779
    • /
    • 2017
  • Nutrient (i.e., nitrogen and phosphorus) budgets are required under a 'Livestock Excreta Survey'. A nutrient budget is one of the agri-environmental indicators that calculates the difference between the inputs and outputs of the amount of nutrients within a certain boundary and for a certain time period (e.g., 1 year). In this study, a nutrients budget model was developed to effectively determine the surplus of nutrients within a region in Korea. The C# program language was used in order to facilitate the deployment of a graphical user interface (GUI) and to enhance compatibility. Also, the model was developed on Windows OS, which is the commonly used operating system in Korea. The model was based on the OECD/Eurostat nutrient budget method, and it was modified to consider manure composting procedures as well. There are key features of the nutrient budget model, including directly use of the original data sets from various input and output sources, and a collectively exchange of the address in different formats. The model can quickly show the results of various spatial and temporal resolutions with the same data, as well as perform a sensitivity analysis with coefficients and easily compareresults using tables and graphs. Further, it would be necessary to study the extension of the scope of utilization, such as the application of various nutrient budget methods. It would also be helpful to investigate both pre and postprocessing information such as linking input data through online systems.

Development of a Daily Reservoir Operating Model for Nakdong-River Basin (낙동강수계 일별 저수지군 최적 운영 모형 개발)

  • Lee YongDae;Cho Namwoong;Kim Jaehee;Park Myung-ky;Kim Sheung-Kown
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2005.05b
    • /
    • pp.284-288
    • /
    • 2005
  • 본 연구에서는 낙동강수계 일별 운영 계획 수립을 위한 저수지군 최적 연계운영 모형(CoMOM, Coordinated Multiple Reservoir Operating Model)을 개발하였다. 이를 위하여 동적 네트워크 흐름 모형을 기반으로 한 다중목적 혼합 정수 목표계획 모형 (MOMIGP, Multiple Objective Mixed Integer Goal-Programming)을 수립하였다. 이 모형은 월말 목표 수위 및 운영 제약 등을 목표 계획법으로 구성하였으며, 일별 운영의 특성을 고려하여 하도추적의 효과를 반영하였고, 선형화된 발전함수를 이용하여 발전량을 최대화 하도록 한 후 정확한 발전량을 사후에 산정하였다. 이와 같이 수립된 수학 모형을 GUI를 비롯한 프로그램(CoMOM)으로 개발하여 사용자가 편리하게 수행 할 수 있도록 하였다. 이 프로그램은 의사결정자의 운영 목표와 의도를 효과적으로 반영할 수 있도록 대화형 목표 계획법을 구현하였으며, 상충되는 여러 목적에 대하여 가능한 파래토(Pareto) 최적해를 제시하고 의사결정자가 가장 선호하는 해를 선택하도록 대화형 다중목적 계획법 CBITP(Convex hull of individual maxima Based Interactive Tchebycheff Procedure)를 활용하여 구현하였다. 한편 객체지항적 프로그램 기법을 활용하여 수계 내의 노드(저수지, 수요지, 발전소 등)를 추가 하거나 삭제 할 수 있도록 하여, 다른 수계로의 확장이 용이하도록 개발하였다.

  • PDF

A Study on the Defection of Arcing Faults in Transmission Lines and Development of Fault Distance Estimation Software using MATLAB (MATLAB을 이용한 송전선로의 아크사고 검출 및 고장거리 추정 소프트웨어 개발에 관한 연구)

  • Kim, Byeong-Cheon;Park, Nam-Ok;Kim, Dong-Su;Kim, Gil-Hwan
    • The Transactions of the Korean Institute of Electrical Engineers A
    • /
    • v.51 no.4
    • /
    • pp.163-168
    • /
    • 2002
  • This paper present a new verb efficient numerical algorithm for arcing faults detection and fault distance estimation in transmission line. It is based on the fundamental differential equations describing the transients on a transmission line before, during and alter the fault occurrence, and on the application of the "Least Error Squares Technique"for the unknown model parameter estimation. If the arc voltage estimated is a near zero, the fault is without arc, in other words the fault is permanent fault. If the arc voltage estimated has any high value, the faust is identified as an fault, or the transient fault. In permanent faults case, fault distance estimation is necessary. This paper uses the model of the arcing fault in transmission line using ZnO arrestor and resistance to be implemented within EMTP. One purpose of this study is to build a structure for modeling of arcing fault detection and fault distance estimation algorithm using Matlab programming. In this paper, This algorithm has been designed in Graphic user interface(GUI).

Wave propagation of FG-CNTRC plates in thermal environment using the high-order shear deformation plate theory

  • Hao-Xuan Ding;Hai-Bo Liu;Gui-Lin She;Fei Wu
    • Computers and Concrete
    • /
    • v.32 no.2
    • /
    • pp.207-215
    • /
    • 2023
  • This paper investigates wave propagation in functionally graded carbon nano-reinforced composite (FG-CNTRC) plates under the influence of temperature based on Reddy' plate model. The material properties of Carbon Nanotubes (CNTs) are size-dependent, and the volume fraction of CNTs varies only along the thickness direction of the plate for different CNTs reinforcement modes. In addition, the material properties of CNTs can vary for different temperature parameters. By solving the eigenvalue problem, analytical dispersion relations can be derived for CNTRC plates. The partial differential equations for the system are derived from Lagrange's principle and higher order shear deformation theory is used to obtain the wave equations for the CNTRC plate. Numerical analyses show that the wave propagation properties in the CNTRC plate are related to the volume fraction parameters of the CNTRC plate and the distribution pattern of the CNTs in the polymer matrix. The effects of different volume fractions of CNTs and the distribution pattern of carbon nanotubes along the cross section (UD-O-X plate) are discussed in detail.