• Title/Summary/Keyword: Business Layer

Search Result 277, Processing Time 0.027 seconds

Defection Detection Analysis Based on Time-Dependent Data

  • Song, Hee-Seok;Kim, Jae-Kyeong;Chae, Kyung-Hee
    • Proceedings of the Korea Inteligent Information System Society Conference
    • /
    • 2002.11a
    • /
    • pp.445-453
    • /
    • 2002
  • Past and current customer behavior is the best predicator of future customer behavior. This paper introduces a procedure on personalized defection detection and prevention for an online game site. The basic idea for our defection detection and prevention is adopted from the observation that potential defectors have a tendency to take a couple of months or weeks to gradually change their behavior (i.e. trim-out their usage volume) before their eventual withdrawal. For this purpose, we suggest a SOM (Self-Organizing Map) based procedure to determine the possible states of customer behavior from past behavior data. Based on this representation of the state of behavior, potential defectors are detected by comparing their monitored trajectories of behavior states with frequent and confident trajectories of past defectors. The key feature of this study includes a defection prevention procedure which recommends the desirable behavior state for the ext period so as to lower the likelihood of defection. The defection prevention procedure can be used to design a marketing campaign on an individual basis because it provides desirable behavior patterns for the next period. The experiments demonstrate that our approach is effective for defection prevention and efficient for defection detection because it predicts potential defectors without deterioration of prediction accuracy compared to that of the MLP (Multi-Layer Perceptron) neural network.

  • PDF

A Case Study for Improving Performance of A Banking System Using Load Test (부하테스트를 이용한 금융 시스템의 성능개선 사례)

  • Kim, Tai Suk;Lee, Jong Yun;Kim, Jong Soo
    • Journal of Korea Multimedia Society
    • /
    • v.18 no.12
    • /
    • pp.1501-1508
    • /
    • 2015
  • In this paper, we describe a case study to improve performance through the load testing of multi-tired system for financial accounts before the system opening. The load test was conducted after the data collection tools(Performance Monitor, DB PSSDiag) were installed. By analyzing the collected log, we were able to identify the main sector requiring performance improvements among the presentation tier, web tier, business logic tier and data tier. The ASP.NET server-down on the web tier could be improved by modifying the parameter values in the configuration file. Some server downs occurred on the business logic tier when a large number of users access at the same time, were more difficult to be solved. By analyzing the hang-dump at the server-down time, we were able to find a process that caused the problem. and we had to modify the relevant codes. For major performance improvements of the data-tier, indices of some queries was optimized by using the built-in DBMS query analyzer, after analyzing the log of long-response-time queries. The problems and solutions considered in this case study will be a reference for the performance improvement of a multi-layer system with the similar structure.

B2B Security Design of XML Signature (XML Signature를 이용한 기업간(B2B) 보안모듈 설계)

  • Park, Jung-Hwan;Jee, Seok-Jin;Jang, Woo-Young;Im, Doo-Wook;Shin, Dong-Kyoo;Shin, Dong-Il
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2000.10a
    • /
    • pp.141-144
    • /
    • 2000
  • XML은 단순함과 융통성이라는 특징을 가지고 있기 때문에 Internet B2B(Business to Business) 메세지 송수신을 용이하게 한다. Internet B2B에서 메세지 송수신을 하는 데 있어서 보안이 점차 중요하게 대두되고 있다. 인터넷은 공용 네트워크이므로 도청과 위조와 같은 공격에 어떠한 보호장치도 있지 않기 때문에 메시지가 송수신되는 동안 자신의 중요한 정보가 다른곳으로 유출되거나 손실될 경우 B2B 메시지 송수신에 있어서 크나큰 손실을 가져올 수 있다. SSL(Secure Socket Layer)은 transport-level 보안 프로토콜이 제공하는 인증, 무결성, 기밀성을 제공하고 있다. 하지만 부인방지를 제공하고 있지 못하고 있는 실정이다. 하지만 XML-Signature를 이용하면 이러한 문제점을 해결할 수 있고 프로토콜 차원이 아닌 어플리케이션 차원에서 보안 시스템을 설계하므로 B2B 간 메시지 송수신하는데 있어서 서버와 클라이언트에 각각 XML-Signature 사용하여 안전하게 통신 할 수 있도록 해주는 보안모들 설계를 소개한다.

  • PDF

Enhancement of Condensation Heat Transfer of Anodized Aluminum by Teflon Coating and Oil-Impregnation (테플론 코팅과 오일 담지를 이용한 알루미늄 양극산화피막의 응축 열전달 향상)

  • Kang, Minjoo;Lee, Jonghoon;Cha, Soojin;Shin, Yeaji;Kim, Donghyun;Kim, Kyung-Ja;Lee, Junghoon
    • Journal of the Korean institute of surface engineering
    • /
    • v.54 no.2
    • /
    • pp.90-95
    • /
    • 2021
  • Surface modification technique enabling the control of condensation provides various benefit in various engineering systems, such as heat transfer, desalination, power plants, and so on. In this study, lubricant oil-impregnation into Teflon-coated nanoporous anodic oxide layer of aluminum to enhance a de-wetting and mobility of water droplet on surface. Due to the surface treatment improving water-repellency, the condensation mode is changed to dropwise, thus the frequency of sliding condensed water droplet on surface is increased. For these reasons, the surface of oil-impregnated Teflon-coated nanoporous anodic aluminum oxide shows significantly enhanced condensation heat transfer compared to bare aluminum surface. In addition, the porosity of anodic aluminum oxide affected the mobility of water droplet even with oil-impregnation and Teflon-coating, indicating that the optimization of porous structure of anodic oxide is required for maximizing the condensation heat transfer.

Deep Learning-based Product Recommendation Model for Influencer Marketing (인플루언서를 위한 딥러닝 기반의 제품 추천모델 개발)

  • Song, Hee Seok;Kim, Jae Kyung
    • Journal of Information Technology Applications and Management
    • /
    • v.29 no.3
    • /
    • pp.43-55
    • /
    • 2022
  • In this study, with the goal of developing a deep learning-based product recommendation model for effective matching of influencers and products, a deep learning model with a collaborative filtering model combined with generalized matrix decomposition(GMF), a collaborative filtering model based on multi-layer perceptron (MLP), and neural collaborative filtering and generalized matrix Factorization (NeuMF), a hybrid model combining GMP and MLP was developed and tested. In particular, we utilize one-class problem free boosting (OCF-B) method to solve the one-class problem that occurs when training is performed only on positive cases using implicit feedback in the deep learning-based collaborative filtering recommendation model. In relation to model selection based on overall experimental results, the MLP model showed highest performance with weighted average precision, weighted average recall, and f1 score were 0.85 in the model (n=3,000, term=15). This study is meaningful in practice as it attempted to commercialize a deep learning-based recommendation system where influencer's promotion data is being accumulated, pactical personalized recommendation service is not yet commercially applied yet.

The e-Business Agent Prototyping System with Component Based Development Architecture (CBD 아키텍처 기반 e-비즈니스 에이전트 프로토타이핑 시스템)

  • Shin, Ho-Jun;Kim, Haeng-Kon
    • The KIPS Transactions:PartD
    • /
    • v.11D no.1
    • /
    • pp.133-142
    • /
    • 2004
  • The next generation of web applications will need to be larger, more complex, and flexible Agent-oriented systems have great potential for these e-commerce applications. Agents can dynamically discover and compose e-services and mediate interactions. Development of software agents with CBD (Component Based Development) has proved to be successful in increasing speed to market of development Projects, lowering the development cost and providing better qualify. In this thesis, we propose a systemic development process for software agents using component and UML (Unified Modeling Language). We suggest a etA (e-business Agent) CBD reference architecture for layer the related components through identification and classification of general agent and e-business agent. We also propose the ebA-CBD process that is a guideline to consider the best features of existing agent oriented software engineering methodologies, while grounding agent-oriented concepts in the same underlying semantic framework used by UML. We first developed the agent components specification and modeled it with Goal, Role, Interaction, and Architecture Model. Based on this, we developed e-CPIMAS (e-Commerce Product Information Mailing Agent System) as a case study that provides the product information's mailing service according to proposed process formality. We finally describe how these concepts may assist in increasing the efficiency reusability, productivity and quality to develop the business application and e-business agent.

The Effects of Electrode Materials on the Electrical Properties of $Ta_2O_5$ Thin Film for DRAM Capacitor (DRAM 커패시터용 $Ta_2O_5$ 박막의 전기적 특성에 미치는 전극의존성)

  • Kim, Yeong-Wook;Gwon, Gi-Won;Ha, Jeong-Min;Kang, Chang-Seog;Seon, Yong-Bin;Kim, Yeong-Nam
    • Korean Journal of Materials Research
    • /
    • v.1 no.4
    • /
    • pp.229-235
    • /
    • 1991
  • A new electrode material for $Ta_2O_5$ capacitor was developed to obtain both high dielectric constant and improved electrical properties for use in DRAM. High leakage current and low breakdown field of as-deposited $Ta_2O_5$ film on Si is due to the reduction of $Ta_2O_5$ by silicon at $Ta_2O_5$/electrode interface. $Dry-O_2$ anneal improves the electrical properties of $Ta_2O_5$ capacitor with Si electrode, but it thickens the interfacial oxide and lowers the dielectric constant, subsequently. $Ta_2O_5$ capacitor with TiN exectrode shows better electrical properties and higher dielectric constant than post heat treated $Ta_2O_5$ film on Si. No interfacial oxide layer at $Ta_2O_5$/TiN interface suggests that there\`s no Interaction between $Ta_2O_5$ and electrode. TiN is a adequate electrode material for $Ta_2O_5$ capacitor.

  • PDF

Design of a Coordinating Mechanism for Multi-Level Scheduling Systems in Supply Chain

  • Lee, Jung-Seung;Kim, Soo
    • Journal of Information Technology Applications and Management
    • /
    • v.19 no.1
    • /
    • pp.37-46
    • /
    • 2012
  • The scheduling problem of large products like ships, airplanes, space shuttles, assembled constructions, and automobiles is very complex in nature. To reduce inherent computational complexity, we often design scheduling systems that the original problem is decomposed into small sub-problems, which are scheduled independently and integrated into the original one. Moreover, the steep growth of communication technology and logistics makes it possible to produce a lot of multi-nation corporation by which products are produced across more than one plant. Therefore vertical and lateral coordination among decomposed scheduling systems is necessary. In this research, we suggest an agent-based coordinating mechanism for multi-level scheduling systems in supply chain. For design of a general coordination mechanism, at first, we propose a grammar to define individual scheduling agents which are responsible to their own plants, and a meta-level coordination agent which is engaged to supervise individual scheduling agents. Second, we suggest scheduling agent communication protocols for each scheduling agent topology which is classified according to the system architecture, existence of coordinator, and direction of coordination. We also suggest a scheduling agent communication language which consists of three layers : Agent Communication Layer, Scheduling Coordination Layer, Industry-specific Layer. Finally, in order to improve the efficiency of communication among scheduling agents we suggest a rough capacity coordination model which supports to monitor participating agents and analyze the status of them. With this coordination mechanism, we can easily model coordination processes of multiple scheduling systems. In the future, we will apply this mechanism to shipbuilding domain and develop a prototype system which consists of a dock-scheduling agent, four assembly-plant-scheduling agents, and a meta-level coordination agent. A series of experiment using the real-world data will be performed to examine this mechanism.

Physical Properties of High Performance Multilayered PVC Pipe (고성능 다층 PVC pipe의 물성)

  • Shin, Yong-Jin;Ryang, Kyung-Seung;Kim, Sung-Hyun
    • Applied Chemistry for Engineering
    • /
    • v.10 no.5
    • /
    • pp.711-717
    • /
    • 1999
  • A multilayer-structure material containing ductile and brittle layer simultaneously was examined and compared with a single layer material using fracture mechanical properties. We found that impact strength of multilayer structure material was considerably higher than single layer's and toughness was enhanced by about two times or higher in similar glass transition temperature($T_g$) region and the same dimension. The superposition principle of impact pulse was used for interpretation of kinetic stress wave as a high-velocity crack proceeds in the plastic. It was understood that the optimum condition of ductile/brittle thickness ratio could be designed in the final toughness enhancement of multilayer.

  • PDF

Thermo-Mechanical Reliability of Lead-Free Surface Mount Assemblies for Auto-Mobile Application (무연 솔더가 적용된 자동차 전장부품 접합부의 열적.기계적 신뢰성 평가)

  • Ha, Sang-Su;Kim, Jong-Woong;Chae, Jong-Hyuck;Moon, Won-Chul;Hong, Tae-Hwan;Yoo, Choong-Sik;Moon, Jeong-Hoon;Jung, Seung-Boo
    • Journal of Welding and Joining
    • /
    • v.24 no.6
    • /
    • pp.21-27
    • /
    • 2006
  • This study was focused on the evaluation of the thermo-mechanical board-level reliability of Pb-bearing and Pb-free surface mount assemblies. The composition of Pb-bearing solder was a typical Sn-37Pb and that of Pb-free solder used in this study was a representative Sn-3.0Ag-0.5Cu in mass %. Thermal shock test was chosen for the reliability evaluation of the solder joints. Typical $Cu_6Sn_5$ intermetallic compound (IMC) layer was formed between both solders and Cu lead frame at the as-reflowed state, while a layer of $Cu_3Sn$ was additionally formed between the $Cu_6Sn_5$ and Cu lead frame during the thermal shock testing. Thickness of the IMC layers increased with increasing thermal shock cycles, and this is very similar result with that of isothermal aging study of solder joints. Shear test of the multi layer ceramic capacitor(MLCC) joints was also performed to investigate the degradation of mechanical bonding strength of solder joints during the thermal shock testing. Failure mode of the joints after shear testing revealed that the degradation was mainly due to the excessive growth of the IMC layers during the thermal shock testing.