• Title/Summary/Keyword: Location Allocation

검색결과 250건 처리시간 0.023초

Modeling Topic Extraction-based Sentiment Analysis Based on User Reviews

  • Kim, Tae-Yeun
    • 통합자연과학논문집
    • /
    • 제14권2호
    • /
    • pp.35-40
    • /
    • 2021
  • In this paper, we proposed a multi-subject-level sentiment analysis model for user reviews using the Latent Dirichlet Allocation (LDA) method targeting user-generated content (UGC). Data were collected from users' online reviews of hotels in major tourist cities in the world, and 30 hotel-related topics were extracted using the entire user reviews through the LDA technique. Six major hotel-related themes (Cleanliness, Location, Rooms, Service, Sleep Quality, and Value) were selected from the extracted themes, and emotions were evaluated for sentences corresponding to six themes in each user review in the proposed sentiment analysis model. Sentiment was analyzed using a dictionary. In addition, the performance of the proposed sentiment analysis model was evaluated by comparing the emotional values for each subject in the user reviews and the detailed scores evaluated by the user directly for each hotel attribute. As a result of analyzing the values of accuracy and recall of the proposed sentiment analysis model, it was analyzed that the efficiency was high.

분산 클라우드 컴퓨팅에서 다중 서비스 지역 기반 자원 할당 기법 (Multi Service Location based Resource Allocation in Distributed Cloud Computing)

  • 오경환;윤희용
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2013년도 추계학술발표대회
    • /
    • pp.165-168
    • /
    • 2013
  • 분산 클라우드 환경은 분산된 다수의 컴퓨팅 자원을 하나의 집합으로 묶고 하이퍼바이저를 이용하여 생성한 가상머신을 서비스 요구사항에 알맞게 할당하여 작업을 처리한다. 클라우드를 이용하여 제공하고자 하는 서비스는 이용되는 자원을 해당 서비스 대상 지역에 가장 높은 수준의 서비스 품질을 제공할 수 있는 데이터 센터로부터 할당 받는다. 그러나, 대부분의 클라우드 자원 제공자들은 해당 자원을 하나의 서비스 지역에 기반하여 할당한다. 따라서, 본 논문에서는 여러 지역에 애플리케이션 서비스를 제공하고자 하는 사업자들에게 전체 서비스의 최적 품질을 보장하는 다중 서비스 지역 기반 자원 할당 기법을 제안한다.

Design of Intelligent Transportation Control System Based on Blockchain Technology

  • Xia, Wei
    • Journal of Information Processing Systems
    • /
    • 제18권6호
    • /
    • pp.763-769
    • /
    • 2022
  • Transportation allocation requires information such as storage location and order information. In order to guarantee the safe transmission and real-time sharing of information in all links, an intelligent transportation control system based on blockchain technology is designed. Firstly, the technical architecture of intelligent transportation information traceability blockchain and the overall architecture of intelligent transportation control system were designed. Secondly, the transportation management demand module and storage demand management module were designed, and the control process of each module was given. Then, the type of intelligent transportation vehicle was defined, the objective function of intelligent transportation control was designed, and the objective function of intelligent transportation control was constructed. Finally, the intelligent transportation control was realized by genetic algorithm. It was found that when the transportation order volume was 50×103, and the CPU occupancy of the designed system was only 11.8%. The reliability attenuation of the code deletion scheme was lower, indicating better performance of the designed system.

Exploring Simultaneous Presentation in Online Restaurant Reviews: An Analysis of Textual and Visual Content

  • Lin Li;Gang Ren;Taeho Hong;Sung-Byung Yang
    • Asia pacific journal of information systems
    • /
    • 제29권2호
    • /
    • pp.181-202
    • /
    • 2019
  • The purpose of this study is to explore the effect of different types of simultaneous presentation (i.e., reviewer information, textual and visual content, and similarity between textual-visual contents) on review usefulness and review enjoyment in online restaurant reviews (ORRs), as they are interrelated yet have rarely been examined together in previous research. By using Latent Dirichlet Allocation (LDA) topic modeling and state-of-the-art machine learning (ML) methodologies, we found that review readability in textual content and salient objects in images in visual content have a significant impact on both review usefulness and review enjoyment. Moreover, similarity between textual-visual contents was found to be a major factor in determining review usefulness but not review enjoyment. As for reviewer information, reputation, expertise, and location of residence, these were found to be significantly related to review enjoyment. This study contributes to the body of knowledge on ORRs and provides valuable implications for general users and managers in the hospitality and tourism industries.

분산 공유 메모리 시스템에서 거짓 공유를 줄이는 객체-크기 및 호출지-추적 기반 공유 메모리 할당 기법 (Object-Size and Call-Site Tracing based Shared Memory Allocator for False Sharing Reduction in DSM Systems)

  • 이종우;박영호;윤용익
    • 디지털콘텐츠학회 논문지
    • /
    • 제9권1호
    • /
    • pp.77-86
    • /
    • 2008
  • 거짓 공유는 공유 메모리 다중 처리기 시스템에서 여러 처리기들이 일관성 유지의 단위 메모리 영역을 공유함으로 인해 발생하는 현상으로써, 메모리 일관성 유지의 정확성에는 아무런 도움을 주지 못하면서 그 비용만 증가시키는 주요 요인이다. 특히 메모리 일관성 유지의 단위가 커질수록 그 피해가 더 커진다고 할 수 있다. 페이지-기반 분산 공유 메모리 시스템에서 거짓 공유를 줄이기 위해서는 공유 페이지에 할당되는 객체들의 특성을 미리 예측하여 참조 패턴이 상이한 객체들이 하나의 공유 페이지에 섞이는 것을 방지하는 것이 필수적이다. 본 논문에서는 객체-크기와 호출지-추적에 기반한 거짓 공유 감소 기법인 SCSTallocator: Sized and Call-Site Tracing based allocator)을 제시한다. SCSTallocator는 서로 다른 코드 위치에서 할당 요청된 공유 객체들은 각각 상이한 참조 패턴을 보일 것이라는 가정에 기반함과 동시에 요청된 객체의 크기가 다르면 향후 참조 패턴도 다를 것이라고 가정하고 있다. 본 논문에서는 기존의 두 정책(크기별 할당 정책과 호출지-추적 기반 할당 정책)을 동시에 적용할 경우 거짓 공유를 더 많이 줄일 수 있을 것이라는 예상을 실험을 통해 확인하였다.

  • PDF

On Addressing Network Synchronization in Object Tracking with Multi-modal Sensors

  • Jung, Sang-Kil;Lee, Jin-Seok;Hong, Sang-Jin
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제3권4호
    • /
    • pp.344-365
    • /
    • 2009
  • The performance of a tracking system is greatly increased if multiple types of sensors are combined to achieve the objective of the tracking instead of relying on single type of sensor. To conduct the multi-modal tracking, we have previously developed a multi-modal sensor-based tracking model where acoustic sensors mainly track the objects and visual sensors compensate the tracking errors [1]. In this paper, we find a network synchronization problem appearing in the developed tracking system. The problem is caused by the different location and traffic characteristics of multi-modal sensors and non-synchronized arrival of the captured sensor data at a processing server. To effectively deliver the sensor data, we propose a time-based packet aggregation algorithm where the acoustic sensor data are aggregated based on the sampling time and sent to the server. The delivered acoustic sensor data is then compensated by visual images to correct the tracking errors and such a compensation process improves the tracking accuracy in ideal case. However, in real situations, the tracking improvement from visual compensation can be severely degraded due to the aforementioned network synchronization problem, the impact of which is analyzed by simulations in this paper. To resolve the network synchronization problem, we differentiate the service level of sensor traffic based on Weight Round Robin (WRR) scheduling at the routers. The weighting factor allocated to each queue is calculated by a proposed Delay-based Weight Allocation (DWA) algorithm. From the simulations, we show the traffic differentiation model can mitigate the non-synchronization of sensor data. Finally, we analyze expected traffic behaviors of the tracking system in terms of acoustic sampling interval and visual image size.

GIS와 입지모형을 이용한 지방중소도시의 주거지 적지분석 (A Locational Analysis by Using GIS and Allocation Model for Residential Area of Local Cities)

  • 안기원;유환희;김영
    • 한국측량학회지
    • /
    • 제14권1호
    • /
    • pp.69-80
    • /
    • 1996
  • 본 연구는 지방중소도시 근교지역의 주거입지선정을 위한 최적대안을 제시하고자 하였다. 이를 위하여 가용 주거지의 파악은 물론, 주거지개발 우선순위 도출을 위하여 진주시를 대상으로 다음과 같은 3단계 과정을 거쳤다. 첫번째 단계에서는 지형 관련 데이터베이스 구축을 위하여 인공위성 화상데이타를 이용한 수치화상처리기법을 통하여 토지이용현황을 파악하였다. 두 번째 단계에서는 GIS기법 에 의한 진주시의 지형의 표고, 경사, 경사향, 법적 제한성, 인구밀도 및 지가의 평가를 통하여 가용주거지를 파악하였다. 세 번째 단계에서는 수학적 모형을 설정하고 통계적 분석과 정수계획법의 적용을 통하여 최적 주거지 개발 후보지를 선정하고 개발 우선순위를 도출하였다 본 연구의 결과는 지방중소도시의 주거지 입지선정을 위한 가용토지의 파악, 개발우선순위의 결정 및 효율적 토지이용정책을 수립하는데 유용한 자료로 활용될 수 있을 것으로 기대된다.

  • PDF

터미널의 장치장 운영 (The Operation of the Yard in a Terminal)

  • 안은영;강병호;강재호;류광렬;김갑환
    • 지능정보연구
    • /
    • 제12권3호
    • /
    • pp.47-65
    • /
    • 2006
  • 최근 컨테이너 터미널의 생산성 향상을 위한 자동화가 국내외에서 활발히 이루어지고 있다. 이에 따라 컨테이너 터미널의 개별 장비에 대한 효율적인 운영 방안에 대한 연구가 많이 진척되어 왔다. 하지만 터미널 전체 생산성을 높이기 위해서는 개별 장비의 효율을 높이는 것뿐만 아니라 장비들간의 동기화가 잘 되어야 할 필요가 있다. 본 논문에서는 컨테이너를 쌓아두는 장치장에서 컨테이너를 장치하는 크레인, ATCs(Automated Transfer Crane)와 장치장과 안벽간에 컨테이너를 이송하는 내부트럭, YTs(Yard Truck)의 효율적인 실행 계획을 실시간에 수립할 수 있는 휴리스틱 조합을 제시한다. 이와 함께 컨테이너의 장치 위치 결정을 위한 적합한 장치 전략과 각 작업에 배정할 YT의 적합한 선택 범위에 대해서도 시뮬레이션 실험을 통해 보여준다.

  • PDF

감시 영상에서의 장면 분석을 통한 이상행위 검출 (Detection of Abnormal Behavior by Scene Analysis in Surveillance Video)

  • 배건태;어영정;곽수영;변혜란
    • 한국통신학회논문지
    • /
    • 제36권12C호
    • /
    • pp.744-752
    • /
    • 2011
  • 지능형 감시 분야에서 이상행위를 검출하는 것은 오랫동안 연구되어온 주제로 다양한 방법들이 제안되어 왔다. 그러나 많은 연구가 움직이는 객체의 개별적인 추적이 가능하다는 것을 전제로 하여 찾은 가려짐이 발생하는 실생활에 적용하는데 한계가 있다. 본 논문에서는 객체 추적이 어려운 복잡한 환경에서 장면의 주된 움직임을 분석하여 비정상적인 행위를 검출하는 방법을 제안한다. 먼저, 입력영상에서 움직임 정보를 추출하여 Visual Word와 Visual Document를 생성하고, 문서 분석 기법 중 하나인 LDA(Latent Dirichlet Allocation 알고리즘을 이용하여 장면의 주요한 움직임 정보j위치, 크기, 방향, 분포)를 추출한다. 이렇게 분석된 장면의 주요한 움직임과 입력영상에서 발생한 움직임과의 유사도를 분석하여 주요한 움직임에서 벗어나는 움직임을 비정상적인 움직임으로 간주하고 이를 이상행위로 검출하는 방법을 제안한다.

이동통신 역방향 스케줄러에서의 고신뢰성 자원 할당 기법 (Reliability Constrained Resource Allocation in Cellular Network Uplink Scheduler)

  • 이성원;정광렬;박애순
    • 한국컴퓨터정보학회논문지
    • /
    • 제15권12호
    • /
    • pp.57-66
    • /
    • 2010
  • 본 연구에서는 3rd Generation Partnership Project (3GPP) Long Term Evolution (LTE)와 같은 이동통신 네트워크에서 역방향 전송이 전용회선 방식이 아닌 패킷 전송으로 이루어지는 환경에서의 고신뢰성 역방향 패킷 스케줄링 기법을 제안하고, 기존 방안과 성능을 비교하여 장단점을 분석한다. 제안하는 고신뢰성 역방향 패킷 스케줄링 기법은 전송속도 혹은 처리용량의 극대화를 추구하는 기존 방식과 다르게 현재 차세대 이동통신의 핵심 연구 분야로 고려되는 Machine Type Communication (MTC) 분야에서, 단말의 위치 및 단말의 무선링크 상태에 독립적으로, 반드시 단말이 생성한 정보가 네트워크로 전송되어야 하는 요구사항을 만족하도록 제안되었으며, 성능 평가를 통하여 제안방안이 기존 방안 대비 우수한 신뢰성을 제공하는 것을 확인하였다.