• Title/Summary/Keyword: Hidden gate

Search Result 12, Processing Time 0.022 seconds

A Study on the Naming of the Hidden Gates in Namhansansung by Records (기록에 근거한 남한산성 암문의 명칭 설정에 관한 연구)

  • Lee, CheonWoo;Kim, SukHee
    • Journal of the Korean Institute of Rural Architecture
    • /
    • v.21 no.4
    • /
    • pp.53-60
    • /
    • 2019
  • The purpose of this study is to investigate the change of Hidden gates form with the times. Fortresses position is constructed on the Korea mountain ranges. Hidden gate, one of facilities to construct fortress among various factors, represents as route of supplies way, ask for rescue, or counterattack plan to come in. The shape of hidden gate changes depend on land form, function, and time period. Previous research partially based on archeology or history. This research analyze Namhan mountain Namhansansung, one of the highest hidden gates count in Korea, distributive by main fortress, Bong-am fortress, Hanbong fortress. Nahhan Mountain fortress repeatedly affected by King Injo in Joseon Dynasty. As a result, Nahhan Mountain fortress consist of hidden gates alternation depend on the time of establishment or extension which makes different shape or size.

The Jong Nang Tomb Gate with Olleh : DNA Codon (정낭(錠木)-묘(墓) 신문(神門)-올레(Olleh) : DNA Codon)

  • Kim, Sung-Ho;Lee, Moon-Ho
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.17 no.2
    • /
    • pp.95-104
    • /
    • 2017
  • We investigate the God gate olleh of the largest tomb, pyramid, in the world which is scattered in Jeju Island and construct link which is connecting Jeju people's custom to modern science. The three sacred gates and the two tombs are connected to the olegil space. In this space, the principle of complementarity in which coexistence exist between life and death is hidden in Jeju culture. It is a question and wait. Contrarily, the opposite is complementary. (Contraria Sunt Complementa Latin) This refers to the relationship of each other in relation to one another and in a mutually dependent relationship. Seminal vesicles are used as basic logic in DNA codon of human body as well as communication principle.

S2-Net: Korean Machine Reading Comprehension with SRU-based Self-matching Network (S2-Net: SRU 기반 Self-matching Network를 이용한 한국어 기계 독해)

  • Park, Cheoneum;Lee, Changki;Hong, Sulyn;Hwang, Yigyu;Yoo, Taejoon;Kim, Hyunki
    • Annual Conference on Human and Language Technology
    • /
    • 2017.10a
    • /
    • pp.35-40
    • /
    • 2017
  • 기계 독해(Machine reading comprehension)는 주어진 문맥을 이해하고, 질문에 적합한 답을 문맥 내에서 찾는 문제이다. Simple Recurrent Unit (SRU)은 Gated Recurrent Unit (GRU)등과 같이 neural gate를 이용하여 Recurrent Neural Network (RNN)에서 발생하는 vanishing gradient problem을 해결하고, gate 입력에서 이전 hidden state를 제거하여 GRU보다 속도를 향상시킨 모델이며, Self-matching Network는 R-Net 모델에서 사용된 것으로, 자기 자신의 RNN sequence에 대하여 어텐션 가중치 (attention weight)를 계산하여 비슷한 의미 문맥 정보를 볼 수 있기 때문에 상호참조해결과 유사한 효과를 볼 수 있다. 본 논문에서는 한국어 기계 독해 데이터 셋을 구축하고, 여러 층의 SRU를 이용한 Encoder에 Self-matching layer를 추가한 $S^2$-Net 모델을 제안한다. 실험 결과, 본 논문에서 제안한 $S^2$-Net 모델이 한국어 기계 독해 데이터 셋에서 EM 65.84%, F1 78.98%의 성능을 보였다.

  • PDF

S2-Net: Korean Machine Reading Comprehension with SRU-based Self-matching Network (S2-Net: SRU 기반 Self-matching Network를 이용한 한국어 기계 독해)

  • Park, Cheoneum;Lee, Changki;Hong, Sulyn;Hwang, Yigyu;Yoo, Taejoon;Kim, Hyunki
    • 한국어정보학회:학술대회논문집
    • /
    • 2017.10a
    • /
    • pp.35-40
    • /
    • 2017
  • 기계 독해(Machine reading comprehension)는 주어진 문맥을 이해하고, 질문에 적합한 답을 문맥 내에서 찾는 문제이다. Simple Recurrent Unit (SRU)은 Gated Recurrent Unit (GRU)등과 같이 neural gate를 이용하여 Recurrent Neural Network (RNN)에서 발생하는 vanishing gradient problem을 해결하고, gate 입력에서 이전 hidden state를 제거하여 GRU보다 속도를 향상시킨 모델이며, Self-matching Network는 R-Net 모델에서 사용된 것으로, 자기 자신의 RNN sequence에 대하여 어텐션 가중치 (attention weight)를 계산하여 비슷한 의미 문맥 정보를 볼 수 있기 때문에 상호참조해결과 유사한 효과를 볼 수 있다. 본 논문에서는 한국어 기계 독해 데이터 셋을 구축하고, 여러 층의 SRU를 이용한 Encoder에 Self-matching layer를 추가한 $S^2$-Net 모델을 제안한다. 실험 결과, 본 논문에서 제안한 $S^2$-Net 모델이 한국어 기계 독해 데이터 셋에서 EM 65.84%, F1 78.98%의 성능을 보였다.

  • PDF

S2-Net: Machine reading comprehension with SRU-based self-matching networks

  • Park, Cheoneum;Lee, Changki;Hong, Lynn;Hwang, Yigyu;Yoo, Taejoon;Jang, Jaeyong;Hong, Yunki;Bae, Kyung-Hoon;Kim, Hyun-Ki
    • ETRI Journal
    • /
    • v.41 no.3
    • /
    • pp.371-382
    • /
    • 2019
  • Machine reading comprehension is the task of understanding a given context and finding the correct response in that context. A simple recurrent unit (SRU) is a model that solves the vanishing gradient problem in a recurrent neural network (RNN) using a neural gate, such as a gated recurrent unit (GRU) and long short-term memory (LSTM); moreover, it removes the previous hidden state from the input gate to improve the speed compared to GRU and LSTM. A self-matching network, used in R-Net, can have a similar effect to coreference resolution because the self-matching network can obtain context information of a similar meaning by calculating the attention weight for its own RNN sequence. In this paper, we construct a dataset for Korean machine reading comprehension and propose an $S^2-Net$ model that adds a self-matching layer to an encoder RNN using multilayer SRU. The experimental results show that the proposed $S^2-Net$ model has performance of single 68.82% EM and 81.25% F1, and ensemble 70.81% EM, 82.48% F1 in the Korean machine reading comprehension test dataset, and has single 71.30% EM and 80.37% F1 and ensemble 73.29% EM and 81.54% F1 performance in the SQuAD dev dataset.

Chip design and application of gas classification function using MLP classification method (MLP분류법을 적용한 가스분류기능의 칩 설계 및 응용)

  • 장으뜸;서용수;정완영
    • Proceedings of the IEEK Conference
    • /
    • 2001.06b
    • /
    • pp.309-312
    • /
    • 2001
  • A primitive gas classification system which can classify limited species of gas was designed and simulated. The 'electronic nose' consists of an array of 4 metal oxide gas sensors with different selectivity patterns, signal collecting unit and a signal pattern recognition and decision Part in PLD(programmable logic device) chip. Sensor array consists of four commercial, tin oxide based, semiconductor type gas sensors. BP(back propagation) neutral networks with MLP(Multilayer Perceptron) structure was designed and implemented on CPLD of fifty thousand gate level chip by VHDL language for processing the input signals from 4 gas sensors and qualification of gases in air. The network contained four input units, one hidden layer with 4 neurons and output with 4 regular neurons. The 'electronic nose' system was successfully classified 4 kinds of industrial gases in computer simulation.

  • PDF

A Real-Time Implementation of Isolated Word Recognition System Based on a Hardware-Efficient Viterbi Scorer (효율적인 하드웨어 구조의 Viterbi Scorer를 이용한 실시간 격리단어 인식 시스템의 구현)

  • Cho, Yun-Seok;Kim, Jin-Yul;Oh, Kwang-Sok;Lee, Hwang-Soo
    • The Journal of the Acoustical Society of Korea
    • /
    • v.13 no.2E
    • /
    • pp.58-67
    • /
    • 1994
  • Hidden Markov Model (HMM)-based algorithms have been used successfully in many speech recognition systems, especially large vocabulary systems. Although general purpose processors can be employed for the system, they inevitably suffer from the computational complexity and enormous data. Therefore, it is essential for real-time speech recognition to develop specialized hardware to accelerate the recognition steps. This paper concerns with a real-time implementation of an isolated word recognition system based on HMM. The speech recognition system consists of a host computer (PC), a DSP board, and a prototype Viterbi scoring board. The DSP board extracts feature vectors of speech signal. The Viterbi scoring board has been implemented using three field-programmable gate array chips. It employs a hardware-efficient Viterbi scoring architecture and performs the Viterbi algorithm for HMM-based speech recognition. At the clock rate of 10 MHz, the system can update about 100,000 states within a single frame of 10ms.

  • PDF

Pathological Mechanistic Study of Conducting Fire Back to Its Origin (인화귀원(引火歸原)의 병기론 연구)

  • Chough, Won-Joon;Kim, Yeong-Mok
    • Journal of Physiology & Pathology in Korean Medicine
    • /
    • v.21 no.4
    • /
    • pp.795-802
    • /
    • 2007
  • The fire not to back to its origin(火不歸原) is said that source yang(元陽) of sea of qi(氣海) rises because fire(火) of lower energizer(下焦) can't return to its origin. Successive medical men regarded the cause of it as yang deficiency(陽虛) or yin deficiency(陰虛) generally, but Jangseoksun(張錫純) presented eight kinds of cause, they are syndrome of upcast yang(戴陽證), deficiency of qi(氣虛), yin deficiency, yin and yang deficiency(陰陽虛), thoroughfare qi ascending counterflow(衝氣上衝), heart fire(心火), yang deficiency with cold fluid retention(寒飮) in middle energizer(中焦寒飮), yang deficiency with sunken cold locked in(沈寒錮冷). The method of conducting fire back to its origin may be the treatment of fire not to back to its origin as an interpretation of the phrase in a broad sense, but it is limited to yang deficiency with sunken cold locked in besides syndrome of upcast yang as the treatment based on pathological conditions. By this standpoint Eunsuryong(殷壽龍) used conducting fire back to its origin to remove hidden cold(伏寒) and make rising false fire(假火) settle. The meaning of conducting fire back to its origin is not just raise yang qi(陽氣) but break sunken cold locked in by using the drugs like Buja(附子), Yukgye(肉桂). Jakyak(芍藥) can concentrate yang qi on the life gate(命門) by converging it, Sukjihwang(熟地黃) can supply yin essence(陰精) and check the intense nature of tonifing yang(補陽) drugs. So if we want to use the method of conducting fire back to its origin, we should confirm the symptoms of sunken cold locked in and yang deficiency not to misdiagnose yin deficiency.

Modeling High Power Semiconductor Device Using Backpropagation Neural Network (역전파 신경망을 이용한 고전력 반도체 소자 모델링)

  • Kim, Byung-Whan;Kim, Sung-Mo;Lee, Dae-Woo;Roh, Tae-Moon;Kim, Jong-Dae
    • The Transactions of the Korean Institute of Electrical Engineers D
    • /
    • v.52 no.5
    • /
    • pp.290-294
    • /
    • 2003
  • Using a backpropagation neural network (BPNN), a high power semiconductor device was empirically modeled. The device modeled is a n-LDMOSFET and its electrical characteristics were measured with a HP4156A and a Tektronix curve tracer 370A. The drain-source current $(I_{DS})$ was measured over the drain-source voltage $(V_{DS})$ ranging between 1 V to 200 V at each gate-source voltage $(V_{GS}).$ For each $V_{GS},$ the BPNN was trained with 100 training data, and the trained model was tested with another 100 test data not pertaining to the training data. The prediction accuracy of each $V_{GS}$ model was optimized as a function of training factors, including training tolerance, number of hidden neurons, initial weight distribution, and two gradients of activation functions. Predictions from optimized models were highly consistent with actual measurements.

The Hyper Connection of The Heredity Gene(RNA) and The Goendang with Jong Nang/Tomb Gate (괸당, 정낭(錠木), 묘(墓)의 신문(神門)과 유전자(RNA)의 접목)

  • Kim, Jeong Su;Lee, Moon Ho
    • The Journal of the Convergence on Culture Technology
    • /
    • v.3 no.4
    • /
    • pp.1-19
    • /
    • 2017
  • Death culture continues to lead human history with complementarity in the sense that it is half of life culture. The three sacred gates and the two tombs are connected to the olegil space. In this space, the principle of complementarity in which coexistence exist between life and death is hidden in Jeju culture. It is a question and wait. Contrarily, the opposite is complementary. (Contraria Sunt Complementa Latin) This refers to the relationship of each other in relation to one another and in a mutually dependent relationship. The Jong Nang is used as basic logic in DNA codon of human body as well as communication principle. In addition, there is a pattern of similarity of the linkage between the square oval ear of the grave, the Korean Taegeukguk and 卦, the genome (DNA) 卦. The Jong Nang 'Batdam' and 'Sandam' are conneted like 'black dragon ten thousand', and stone walls are connected to each other as the stone network, which is called as the 'Goendam' (and conventionally is told as the 'Goendang') and is related to the Family networks. The relationship between the Tomb of the ancestors and their offspring is believed to be "Soul Synchronizing the Ancestor to Offspring" and becomes "Change in Future", and Genetic factors in the physical blood are transmitted directly to the children. The DNA RNA was represented by the determinant.