• 제목/요약/키워드: Memory of World

검색결과 254건 처리시간 0.059초

Crime amount prediction based on 2D convolution and long short-term memory neural network

  • Dong, Qifen;Ye, Ruihui;Li, Guojun
    • ETRI Journal
    • /
    • 제44권2호
    • /
    • pp.208-219
    • /
    • 2022
  • Crime amount prediction is crucial for optimizing the police patrols' arrangement in each region of a city. First, we analyzed spatiotemporal correlations of the crime data and the relationships between crime and related auxiliary data, including points-of-interest (POI), public service complaints, and demographics. Then, we proposed a crime amount prediction model based on 2D convolution and long short-term memory neural network (2DCONV-LSTM). The proposed model captures the spatiotemporal correlations in the crime data, and the crime-related auxiliary data are used to enhance the regional spatial features. Extensive experiments on real-world datasets are conducted. Results demonstrated that capturing both temporal and spatial correlations in crime data and using auxiliary data to extract regional spatial features improve the prediction performance. In the best case scenario, the proposed model reduces the prediction error by at least 17.8% and 8.2% compared with support vector regression (SVR) and LSTM, respectively. Moreover, excessive auxiliary data reduce model performance because of the presence of redundant information.

A Hypervisor for ARM based Embedded Systems

  • Son, Sunghoon
    • 한국컴퓨터정보학회논문지
    • /
    • 제22권5호
    • /
    • pp.11-19
    • /
    • 2017
  • In this paper, we propose a hypervisor for embedded systems based on ARM microprocessor. The proposed hypervisor makes it possible to run several real-time kernels concurrently on a single embedded system by virtualizing its microprocessor. With assistance of MMU, it supports virtual memory which enables each guest operating system has its own address space. Exploiting the fact that most embedded systems use memory-mapped I/O device, it provides a mechanism to distribute an external interrupt to virtual machines properly. It also achieves load balancing through live migration which moves a running virtual machine to other embedded system. Unlike other para-virtualization techniques, minor modifications are needed to run it on the hypervisor. Extensive performance measurement studies are conducted to show that the proposed hypervisor has enough potentiality of its real-world application.

삼각법을 기반으로 한 구조화된 격자 캘리브레이션 (The Structured Grid Calibration Based On Triangulation Method)

  • 김은석;주기세;왕지남
    • 한국경영과학회:학술대회논문집
    • /
    • 대한산업공학회/한국경영과학회 2002년도 춘계공동학술대회
    • /
    • pp.248-252
    • /
    • 2002
  • Many sensors such as a structured grid pattern generator, a laser, and CCD camera to information have been used, but most of algorithms for a calibration are inefficient memory and experiment data are required. In this paper, the calibration algorithm of a structured grid pattern based on triang is introduced to calculate 3D information in the real world. The beams generated from str pattern generator established horizontally with the CCD camera are projected on the calibn CCD camera observes the intersection plane of a light and an object plane. The 3D infon calculated using observed and calibration data. This proposed method in this paper has advantages such as a memory saving and an experimental data since the 3D information are obtained simply triangulation method.

  • PDF

Memory Organization for a Fuzzy Controller.

  • Jee, K.D.S.;Poluzzi, R.;Russo, B.
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 1993년도 Fifth International Fuzzy Systems Association World Congress 93
    • /
    • pp.1041-1043
    • /
    • 1993
  • Fuzzy logic based Control Theory has gained much interest in the industrial world, thanks to its ability to formalize and solve in a very natural way many problems that are very difficult to quantify at an analytical level. This paper shows a solution for treating membership function inside hardware circuits. The proposed hardware structure optimizes the memoried size by using particular form of the vectorial representation. The process of memorizing fuzzy sets, i.e. their membership function, has always been one of the more problematic issues for the hardware implementation, due to the quite large memory space that is needed. To simplify such an implementation, it is commonly [1,2,8,9,10,11] used to limit the membership functions either to those having triangular or trapezoidal shape, or pre-definite shape. These kinds of functions are able to cover a large spectrum of applications with a limited usage of memory, since they can be memorized by specifying very few parameters ( ight, base, critical points, etc.). This however results in a loss of computational power due to computation on the medium points. A solution to this problem is obtained by discretizing the universe of discourse U, i.e. by fixing a finite number of points and memorizing the value of the membership functions on such points [3,10,14,15]. Such a solution provides a satisfying computational speed, a very high precision of definitions and gives the users the opportunity to choose membership functions of any shape. However, a significant memory waste can as well be registered. It is indeed possible that for each of the given fuzzy sets many elements of the universe of discourse have a membership value equal to zero. It has also been noticed that almost in all cases common points among fuzzy sets, i.e. points with non null membership values are very few. More specifically, in many applications, for each element u of U, there exists at most three fuzzy sets for which the membership value is ot null [3,5,6,7,12,13]. Our proposal is based on such hypotheses. Moreover, we use a technique that even though it does not restrict the shapes of membership functions, it reduces strongly the computational time for the membership values and optimizes the function memorization. In figure 1 it is represented a term set whose characteristics are common for fuzzy controllers and to which we will refer in the following. The above term set has a universe of discourse with 128 elements (so to have a good resolution), 8 fuzzy sets that describe the term set, 32 levels of discretization for the membership values. Clearly, the number of bits necessary for the given specifications are 5 for 32 truth levels, 3 for 8 membership functions and 7 for 128 levels of resolution. The memory depth is given by the dimension of the universe of the discourse (128 in our case) and it will be represented by the memory rows. The length of a world of memory is defined by: Length = nem (dm(m)+dm(fm) Where: fm is the maximum number of non null values in every element of the universe of the discourse, dm(m) is the dimension of the values of the membership function m, dm(fm) is the dimension of the word to represent the index of the highest membership function. In our case then Length=24. The memory dimension is therefore 128*24 bits. If we had chosen to memorize all values of the membership functions we would have needed to memorize on each memory row the membership value of each element. Fuzzy sets word dimension is 8*5 bits. Therefore, the dimension of the memory would have been 128*40 bits. Coherently with our hypothesis, in fig. 1 each element of universe of the discourse has a non null membership value on at most three fuzzy sets. Focusing on the elements 32,64,96 of the universe of discourse, they will be memorized as follows: The computation of the rule weights is done by comparing those bits that represent the index of the membership function, with the word of the program memor . The output bus of the Program Memory (μCOD), is given as input a comparator (Combinatory Net). If the index is equal to the bus value then one of the non null weight derives from the rule and it is produced as output, otherwise the output is zero (fig. 2). It is clear, that the memory dimension of the antecedent is in this way reduced since only non null values are memorized. Moreover, the time performance of the system is equivalent to the performance of a system using vectorial memorization of all weights. The dimensioning of the word is influenced by some parameters of the input variable. The most important parameter is the maximum number membership functions (nfm) having a non null value in each element of the universe of discourse. From our study in the field of fuzzy system, we see that typically nfm 3 and there are at most 16 membership function. At any rate, such a value can be increased up to the physical dimensional limit of the antecedent memory. A less important role n the optimization process of the word dimension is played by the number of membership functions defined for each linguistic term. The table below shows the request word dimension as a function of such parameters and compares our proposed method with the method of vectorial memorization[10]. Summing up, the characteristics of our method are: Users are not restricted to membership functions with specific shapes. The number of the fuzzy sets and the resolution of the vertical axis have a very small influence in increasing memory space. Weight computations are done by combinatorial network and therefore the time performance of the system is equivalent to the one of the vectorial method. The number of non null membership values on any element of the universe of discourse is limited. Such a constraint is usually non very restrictive since many controllers obtain a good precision with only three non null weights. The method here briefly described has been adopted by our group in the design of an optimized version of the coprocessor described in [10].

  • PDF

인권기록유산 가치와 지평의 확산 5·18민주화운동기록물을 중심으로 (Expansion of the Value and Prospect of the Human Rights Documentary Heritage : Focusing on the 5·18 archives)

  • 이정연
    • 기록학연구
    • /
    • 제45호
    • /
    • pp.121-153
    • /
    • 2015
  • 정체성을 인정받기 위한 투쟁은 인간의 존엄성을 되찾으려는 운동의 성격을 갖고 있다. 이러한 운동의 참여자는 자신을 권리의 주체로 확인하고 다른 구성원과 함께 억압으로부터 자유로운 의사소통을 공유하게 된다. 공공의 의사형성과정에 참여할 수 있는 기회를 보장받는 것은 인권의 불가결한 요소이다. 1980년 광주는 짧은 기간에 불완전하기는 했지만 국가권력이 일시적으로 정지된 상태에서 공동체적 자치를 경험하였다. 국가권력의 침탈에 대항하여 시민사회의 자율성을 지키려 했던 광주민주화운동의 내용과 기억은 5.18민주화운동기록물에 고스란히 남아있다. 5.18민주화운동기록물은 인권과 민주주의 수호의 가치를 인정받아 2011년 유네스코 세계기록유산으로 등재되었다. 5.18민주화운동기록물은 1980년 광주에서 억압적 정치권력 하에 정의를 향한 저항과 투쟁 그리고 시민의 희생과 고통의 기억을 갖고 있다. 따라서 이 기록물은 민주주의를 향한 역사적 투쟁과 관련되어 있으며 민주주의로의 이행과정에 관한 교훈을 우리에게 제시한다. 기록유산의 보존과 활용은 역사적 사건의 기억을 지속적으로 현재화시키고 현재와 미래에 경험과 사상의 교류를 가능하게 한다. 본고는 5.18민주화운동기록물의 세계기록유산 등재 사례를 통해 '인권과 민주주의수호'라는 기록물의 가치를 넘어서 역사적 사건에 대한 기억이 기록물을 통해 어떻게 현재화되는지 살펴보고, 인권기록의 또 다른 가치에 대해 논의한다.

국내 세계기록유산의 온라인 홍보현황 분석 및 개선방안에 관한 연구: 웹사이트를 중심으로 (A Study on Improvement and Analysis of Online Public Relations on 'the Memory of the World' in South Korea: Focusing on the Websites)

  • 김은진;구정화
    • 정보관리학회지
    • /
    • 제39권4호
    • /
    • pp.159-189
    • /
    • 2022
  • 본 연구는 인류의 자산이자 중요기록물인 세계기록유산의 홍보활동을 활성화하기 위한 초기 연구로, 국내 세계기록유산의 웹사이트를 통한 온라인 홍보현황을 파악하고 개선방안을 제안하였다. 세계기록유산의 홍보의 의미를 정의하고 문헌연구를 통해 현황 분석을 위한 기준을 도출하였다. 홍보활동 분석영역을 홍보내용, 홍보유형, 홍보매체으로 나누고 세부 홍보항목과 내용을 설정하였다. 도출된 분석기준을 바탕으로 국내 세계기록유산을 소장 관리하고 있으며 온라인홍보 활동을 수행하고 있는 11개 기관의 21개 웹사이트를 분석하였다. 분석 결과 내용을 바탕으로 첫째, 세계기록유산의 홍보내용에는 보존가치와 활용가치가 상호 강조되어야 하며 둘째, 이용자 세분화를 통한 홍보가 이루어져야 하며 셋째, 관련 기록유산을 통합하거나 연결하는 시스템 및 서비스 구축하여 기록유산에 대한 이용자의 접근성을 높여야 하며 끝으로, 세계기록유산 홍보 관련 지침 또는 매뉴얼을 마련해야 할 것을 개선방안으로 제언하였다.

세계기록유산 고려대장경 및 제경판의 디지털화와 대중화 (Digitization & Popularization of Printing Woodblocks of the Tripitaka Koreana and Miscellaneous Buddhist Scriptures, Memory of the World)

  • 강순애
    • 한국비블리아학회지
    • /
    • 제22권1호
    • /
    • pp.27-46
    • /
    • 2011
  • 본 연구는 2007년 6월 유네스코가 세계기록유산으로 지정한 '고려대장경 및 제경판'의 디지털화와 대중화를 살펴보기 위해 한국의 세계기록유산과 고려대장경, 고려대장경 및 제경판의 디지털화, 고려대장경 및 제경판 디지털자원의 대중화에 비중을 두어 진행하였다. 고려대장경 및 제경판은 곧 팔만대장경판(국보 제32호)과 그 경판을 봉안한 대장경판전(국보 제52호)을 말하며, 고려 팔만대장경판은 1,514종(경) 81,350판 162,700면이다. 해인사는 이들 경판의 디지털화를 위해 2009년 5월 18일부터 2010년 2월 19일까지 그 1차 사업을 마무리하고, 현재는 2차 사업이 진행되고 있는데 이에 대한 현황과 지속적인 발전방안을 제시하였다. 디지털자원의 대중화에 있어서는 문화체육관광부, 문화재청 및 한국콘텐츠진흥원을 중심으로 진행되고 있는 문화 분야 자원의 통합과 대중화의 성공 사례들을 개관하고 지속사업을 위한 몇 가지 방안을 제시하였다. 이 논문은 팔만대장경 및 문화유산을 디지털화하고 그 자원의 활용에 있어서 기초자료로 쓰이는 것은 물론이고 앞으로 진행되는 상호관련 연구영역에도 효과적으로 활용될 것이다.

자율 이동 로봇을 위한 지능적 운동 계획 시스템 (Intelligent Motion Planning System for an Autonomous Mobil Robot)

  • 김진걸;김정찬
    • 한국통신학회논문지
    • /
    • 제19권8호
    • /
    • pp.1503-1517
    • /
    • 1994
  • 형상의 제한이 없는 장애물들로 구성된 미지의 2차원 환경에서 주어진 목표점을 향하는 로보트의 효율적인 경로를 생성하기 위한 지능적인 경로를 생성하기 위한 지능적 운동 계획 시스템을 제안하였다. 지능적 운동 계획 시스템은 지능적인 운동을 만들어 내기 위한 세 가지의 성분으로 이루어져 있으며, 불연속 경계 방식에 기초한 실시간 경로계획 알고리즘과, 경험적인 지식을 표현하기 위한 퍼지 신경회로망 판단 시스템, 그리고 기억의 손실과 보장 기능이 있는 외부 지도 생성 기술로 나뉘어진다. 먼저 실시한 경로 계획 알고리즘 부분에서는 중간 목표점을 생성하기 위한 행동 기준 구성 방식을 이용한다. 각 행동약식은 새롭게 제안된 실시간 충돌회피 얄고리즘인 불연속경계 방식을 이용하여 독립적으로 중간 목표점을 생성할 수 있다. 중간 목표점을 수행하기 위하여 퍼지 신경회로망 판단 시스템을 이용하였으며 지능적인 판단을 위한 경험적인 규칙들은 퍼지 신경회로망 내에 삽입되어 있다. 마지막 부분은 외부 환경 지도를 생성하기 위한 기억의 손실과 보강기능이 있는 기억 기술로서, 격자 공간 내에서 활성된 모든 기억 소자들의 활성 값은 점진적으로 감소하며 결국에는 모든 기억이 사라진다. 그러나 기억 소자가 재활성 되었을 때는 퍼지 규칙을 이용하여 더욱 길어진 활성 시간을 갖게 되므로 충분한 이동 후에는 동적인 장애물들이 존재하여도 고정적인 외부 환경 지도를 생성한다. 다양한 예제를 통하여 제안된 지능적 운동 계획 시스템이 여러 형태의 장애물들로 구성된 미지의 환경속에서 주어진 목표점에 효율적으로 도달할 수 있음을 보였다.

  • PDF

사랑의 배반, 트라우마 서사와 주체 형성 -토니 모리슨의 『자비』 (The Betrayal of Love, Trauma Narrative and Subjectivity Formation: Toni Morrison's A Mercy)

  • 구은숙
    • 영어영문학
    • /
    • 제57권5호
    • /
    • pp.813-838
    • /
    • 2011
  • Toni Morrison's ninth novel A Mercy delves into the colonial American history of the seventeenth century when Europeans began to migrate to the New World and when the first slaves were brought to Virginia. Morrison presents a diverse group of people such as white Europeans, an American Indian, a free black man, indentured servants, and slaves from Africa in order to explore the subjects of ownership, freedom and racism. She emphasizes the fact that most of the Europeans who came to America in the early seventeenth century were the people who were thrown out from the society such as felons, prostitutes, servants and children. By portraying how these castaways tried to settle in a new environment surrounded by unknown dangers and challenges, Morrison demystifies and reconstructs the myth of the birth of America as a nation state. In continuation of Morrison's writings about love and the betrayal of love, her novel A Mercy explores the subjects of trauma, memory and subjectivity by choosing the topic of motherly love and its betrayal which she dealt with poignantly in Beloved. The female protagonist, Florens, is given away by her mother in partial payment of debt incurred by the owner of Florens's mother. The traumatic memory of Florens's separation from her mother shapes Florence's character. She has to revisit the site of the original traumatic experiences of being given up by her mother in order to reconstruct her fragmented memory and past. The recurring dream of the traumatic incident that takes hold of Florens can be explained by the trauma theory of Freud, Cathy Caruth, Suzette Henke, and Judith Herman. The paper explores the self journey of Florens in which she faces the traumatic past and comprehends its meaning which enables her to construct her subjectivity by understanding the true meaning of being free and of owning oneself. In particular, it demonstrates how the process of writing a confession, a story about one's history, enables one to reclaim the traumatic experience and to locate it in the narrative memory.

비휘발성 메모리의 마모도 평준화를 위한 레드블랙 트리 (A Swapping Red-black Tree for Wear-leveling of Non-volatile Memory)

  • 정민성;이은지
    • 한국인터넷방송통신학회논문지
    • /
    • 제19권6호
    • /
    • pp.139-144
    • /
    • 2019
  • 비휘발성 메모리는 높은 용량과 DRAM에 준하는 수준의 접근 성능을 제공하여 차세대 메모리 기술로 각광을 받고 있다. 최근 미국 반도체 시장을 중심으로 비휘발성 메모리가 상용화 되면서 그 활용 방법에 대한 관심은 더욱 고조되고 있다. 그러나 비휘발성 메모리는 쓰기 연산 시 셀이 마모되는 물리적 특성을 가지고 있어 마모 평준화를 수행하지 않으면 특정 셀의 과도한 마모로 메모리의 용량이 감소되는 현상이 발생할 수 있다. 본 논문은 현재 균형 이진 탐색 트리로 널리 사용되고 있는 레드-블랙 트리(Red-black tree)가 비휘발성 메모리 위에서 동작할 때 잦은 리밸런싱 동작이 트리의 상위 레벨 노드들의 빈번한 쓰기를 발생시켜 특정 셀의 마모를 가속화 시킨다는 것을 관찰하고, 이를 해결하기 위한 새로운 형태의 레드-블랙 트리를 제안한다. 실제 시스템에서 추출한 레드-블랙 트리 접근 트레이스를 활용한 성능평가에서 제안된 레드-블랙 트리는 기존 자료구조 대비 셀 간의 쓰기 횟수 편차를 최대 12.5% 감소시킴을 보여주었다.