< C0CCC7F6C3A25FC0AFC3E2C0AF2E687770>

Size: px
Start display at page:

Download "< C0CCC7F6C3A25FC0AFC3E2C0AF2E687770>"

Transcription

1 Journal of the Korea Convergence Society Vol. 11. No. 3, pp , 2020 ISSN / eissn 유출유이동가시화및입자매칭알고리즘 이현창 1, 김용혁 2* 1 광운대학교컴퓨터과학과석사과정, 2 광운대학교소프트웨어학부교수 Oil Spill Visualization and Particle Matching Algorithm Hyeon-Chang Lee 1, Yong-Hyuk Kim 2* 1 Master Course, Dept. Computer Science, Kwangwoon University 2 Professor, Dept. Computer Science, Kwangwoon University 요약허베이스피리트호기름유출사고와같은해양유류유출사고에서잘못된초기대응은경제손실뿐만아니라생태계에큰피해를입힌다. 하지만다양한변수가존재하는해양에서유출유의움직임을예측하는것은매우힘든일이다. 이를해결하기위해서뜰개데이터를활용해서바다위의부유물의이동을연구하는기존연구인입자예측을확장하여면단위로예측을하는유출유예측가시화를진행하였다. 해양데이터포맷인 HDF5에서특정위치의해류, 풍속데이터를양선형보간법을이용해추출한뒤, 수많은점들의이동을입자예측하여그결과를폴리곤및히트맵을이용해가시화하였다. 또한뜰개데이터의문제점인데이터부족과유출유와움직임이다른점을해결하기위해유출유로부터입자데이터를얻어낼수있는유출유입자매칭알고리즘을제안한다. 유출유입자매칭알고리즘은면단위유출유의모습을입자화하여입자의움직임을추적하는알고리즘이다. 주성분분석을이용하여문제를분할하고, 유출유의이동거리의분산이최소화되는지점으로유전알고리즘을이용해매칭하였다. 유출유가시화결과데이터로검증한결과주성분분석과유전알고리즘을이용한입자매칭알고리즘이가장성능이뛰어난것을확인할수있었으며, 평균데이터오차는 3.2% 로의미있는연구임을확인하였다. 주제어 : 유출유, 데이터시각화, 유전알고리즘, 주성분분석, 기계학습 Abstract Initial response is important in marine oil spills, such as the Hebei Spirit oil spill, but it is very difficult to predict the movement of oil out of the ocean, where there are many variables. In order to solve this problem, the forecasting of oil spill has been carried out by expanding the particle prediction, which is an existing study that studies the movement of floats on the sea using the data of the float. In the ocean data format HDF5, the current and wind velocity data at a specific location were extracted using bilinear interpolation, and then the movement of numerous points was predicted by particles and the results were visualized using polygons and heat maps. In addition, we propose a spill oil particle matching algorithm to compensate for the lack of data and the difference between the spilled oil and movement. The spilled oil particle matching algorithm is an algorithm that tracks the movement of particles by granulating the appearance of surface oil spilled oil. The problem was segmented using principal component analysis and matched using genetic algorithm to the point where the variance of travel distance of effluent oil is minimized. As a result of verifying the effluent oil visualization data, it was confirmed that the particle matching algorithm using principal component analysis and genetic algorithm showed the best performance, and the mean data error was 3.2%. Key Words : Oil spill, Data Visualization, Genetic Algorithm, Principal Component Analysis, Machine Learning *This research was a part of the project titled Marine Oil Spill Risk Assessment and Development of Response Support System through Big Data Analysis', funded by the Korea Coast Guard. *Corresponding Author : Yong-Hyuk Kim(yhdfly@kw.ac.kr) Received January 13, 2020 Accepted March 20, 2020 Revised February 24, 2020 Published March 28, 2020

2 54 한국융합학회논문지제 11 권제 3 호 1. 서론 해양유류유출사고는인간의활동의결과로해양에기름이유출되는사고를의미한다. 2007년 12월 7일충청남도태안군앞바다에서삼성 1호-허베이스피릿호의사고는해양유류유출사고의일종으로사고직후초기대응실패로인해약 1,000억원에달하는피해를남겼다. 이와같이해양유류유출사고에서는초기대응이매우중요하며, 이를실패할경우심각한피해를초래하게된다. 이를해결하기위해서기존연구에서는바다위를부유하는뜰개의위치와해당위치에따른풍속, 해류정보데이터를이용하여, 바다위의입자의시간별위치를예측하는연구 [1-3] 를진행하였다. 본논문에서는점단위예측인기존연구를확장하여, 바다위에수많은입자들을위치하고시간별로예측하여유출유의움직임을예측하여가시화하였다. 그결과, 기존의연구와달리실세계에서유류가어떻게퍼져나가는지이해를하는데큰도움을줄수있었다. 또한, 기존의뜰개연구의문제였던유출유의움직임과뜰개의움직임이다른문제와뜰개데이터가부족한문제를해결하기위해서주성분분석과유전알고리즘을이용해서시간별입자들을매칭하는알고리즘을고안하였다. 유출유가시화에사용되었던, 가시화데이터셋을이용해서검증한결과입자들의데이터의평균오차는 3.2% 정도로의미있는연구임을확인하였다. 본논문의구성은다음과같다. 2절에서선행연구인입자예측기와주성분분석, 유전알고리즘을설명한다. 3 절에서는유출유가시화에대한방법을제안하고양선형보간법을이용한해양데이터추출방법을제안한다. 4절에서는폴리곤, 히트맵을이용한유출유흐름가시화결과를설명한다. 5절에서는유출유입자매칭알고리즘에대한필요성과개요를설명하고, 6절에서는주성분분석을적용한계층적유전알고리즘을설명한다. 7절에서는계층적유전알고리즘의결과와그결과를분석한다. 8절에서는결론을내린다. Table 1. Example of drifter data location of drifter Current Wind velocity Next location of drifter 34.12, , , , , , , , , , , , , , , , , , , , , , , , , , , , 는해당위치의해류, 풍속의크기및방향을의미하며 Next loaction of drifter 는해당데이터의 1시간후의뜰개위치를의미한다. Lee등의연구 [1] 에서는기계학습을이용해서뜰개데이터를학습해, 특정위치의해류, 풍속값을이용해다음뜰개위치를예측하는연구를진행하였다. 그이후의연구인 Lee 등의연구 [2] 에서는신경망과통계기반의기계학습의성능을비교하였으며, 최근의연구인 Lee 등의연구 [3] 에서는앙상블을이용하여뜰개데이터예측의성능을향상시켰다. 본논문에서는가장성능이뛰어났던통계기반의모델은 MOHID 모델과 CMA-ES 모델과 SVR(Support Vector Regression) [4,5] 모델을 SVR방식으로스태킹 (Stacking) 한모델을유출유의움직임을가시화하기위한모델로사용하였다. 2.2 주성분분석 주성분분석 [6,7] 은분포된데이터들을가장잘나타낼수있는주성분을찾아주는방법이다. 주성분이란주성분에해당되는벡터의방향으로데이터들의분산이가장큰방향벡터를의미한다. 두번째주성분은기존의주성분과직교를하며두번째로분산이큰방향벡터를의미한다. 즉, 주성분분석을이용해서얻은주성분들은데이터의분포를가장잘나타내는벡터라고할수있다. 본논문에서는유출유입자매칭알고리즘에서큰문제를작은문제로분할하기위한방법으로주성분분석을사용해문제를분할하였다. 2. 선행연구 2.1 뜰개데이터를이용한예측 뜰개란바다위에서표류하며, 시간별뜰개의위치를기록하는장치이다. Table 1은뜰개데이터의예시를보여준다. location of drifter 는해당시간에기록된뜰개의위도, 경도를의미하며, Current 와 Wind velocity 2.3 유전알고리즘개요유전알고리즘은존홀랜드 (John Holland) 가개발한최적화알고리즘 [8] 으로자연세계의생물체가환경에맞춰진화하며적응해가는모습을모방해서최적해를찾아가는탐색방법이다. 유전알고리즘은초기화된모집단 (Population) 을 Fig. 1과같이평가, 선택, 교차, 변이, 대체의순서대로연산을하며최적해를찾아가게된다.

3 유출유이동가시화및입자매칭알고리즘 데이터추출 HDF5 유출유가시화에필요한해양데이터는 HDF5형식으로데이터가저장되어있다. HDF5란 HDF 그룹이관리하는대용량의데이터를저장하는파일방식이다. HDF5 는크게 Dimension, Variable, Attribute 로데이터를저장한다. Dimension 은실제적인물리적인차원을뜻하며, Variable 은실제저장되는데이터를 Attribute 는메타데이터를뜻한다. 예를들면, 길이 1,000의시간데이터가있을경우, 1,000은 Dimension 을, 저장된데이터들은 Variable 을, 시간은 Attribute 를뜻한다. 실험에사용된 HDF5 데이터는 2016년 4월 18일 14시부터 2016년 4월 23일 18시까지의정보를 850x840의크기로데이터를저장하고있다. 각각의데이터는바둑판형식으로저장이되어있기때문에특정실수위치의데이터를추출하기위해서선형보간법을사용하였다. Fig. 1. Flow chart of genetic algorithm 본논문에서는유출유입자매칭알고리즘에서유전알고리즘을사용해서시간별입자를매칭하는데사용하였다. 3. 유출유가시화개요 3.1 유출유가시화개요 입자예측기 [1-3] 는해류, 풍속데이터를이용해서다음뜰개의위치를예측하였다. 유출유가시화 [9,10] 는특정위치에서해양유출유류사고가발생하였다는가정하에가시화를진행한다. 초기값으로유출유의시작점과범위, 입자의개수와시간을입력받는다. 유출유의초기시작점과범위는처음유출유가발생한위치와원으로유출유가퍼져나갔다는가정하에범위를설정한다. 입자의개수는유류의밀도를의미하며, 유류가많이유출되었다고가정할수록입자의개수를높은값으로설정한다. 3.2절에서설명할해양데이터를이용해해당입자들의위치별해류, 풍속데이터를추출하여입자예측기를이용해다음입자들의위치를모두예측한다. 이를파이썬라이브러리인 Folium[11] 을이용해지도위에가시화하고, 이미지파일로변환한뒤동영상으로제작하였다 선형보간법선형보간법이란영상처리분야에서사용되는기술로특정영상을확대하거나축소하였을경우특정위치의픽셀값을계산하기위해원본영상에서인접한 2 개의픽셀값을이용해서특정위치의픽셀값을계산하는방법이다. 양선형보간법을선형보간법을 x 축, y 축두축을기준으로계산하는방법으로원본영상에서인접한 4 개의픽셀값을이용해추출하는방식이다. Fig. 2는양선형보간법 [12] 을사용해서계산하는방법을보여준다. 값을아는위치는 A, B, C, D 사이의모르는값 P를유추할때 x 축데이터와 y 축데이터가선형적인관계를갖는다고가정하여거리비를이용해계산을한다. 본논 Fig. 2. Example of bilinear interpolation calculation

4 56 한국융합학회논문지제 11 권제 3 호 문에서는격자형으로저장되어있는 HDF5 데이터에서특정실수위치의풍속, 해류데이터를얻기위해서양선형보간법을이용해데이터를추출하였다 [10]. 그결과, 실수위치의입자들의움직임을좀더정확히나타낼수있었다. 4. 가시화방법및결과 유출유의특징을가시화에추가하기위해여러가지유출유의특징을모방하였다. HDF5 해양데이터의수심데이터를활용하여, 특정좌표의위치가육지인지바다인지를판단하였다. 육지일경우수심데이터는 INF 값을가지게되고이를이용해육지일경우이동을하지못하게하였다. 또한특정유출유는이동을하지않고잔류할가능성이있기때문에유출유의특징을고려하여움직일확률을입력받을수있도록하였다. Fig. 3은유출유가시화의예제를보여준다. 같은번호의입자는시계열데이터의같은입자를뜻한다. Fig3 의첫번째그림과같이수많은입자를배치하고각입자에해당되는데이터를이용해다음위치를계산하여다음시계열데이터의입자들의위치를계산하여가시화하였다. Fig. 3. Example of visualization of oil spill prediction 4.1 폴리곤을이용한유출유흐름가시화각각의입자를폴리곤으로가시화한결과이다. 특정위치를기준으로육각형의폴리곤을그려각각의입자를육각형의폴리곤으로나타냈다. Fig. 4는 016년 4월 18 일 14시부터 2016년 4월 22일 18시까지의위도 34.0 도, 경도 도위치의유출유의움직임을지름 20 km의반경으로 32,000 개의입자의이동을가시화한결과의일부이다. 이미지아래부분에시간을추가하여유출유의시간별움직임을더욱이해하기쉽게하였다. Fig. 4. Visualization of oil spill prediction using polygons 4.2 히트맵을이용한유출유흐름가시화 4.1절의폴리곤을이용한유출유가시화결과는동영상으로이미지를확인하였을때, 유출유의흐름을쉽게이해할수있는장점이있지만특정시간의이미지만을확인할때는유류의밀도를확인하기어려운문제가있다. 이를해결하기위해서밀도의데이터를확인할수있도록히트맵을이용하여가시화를하였다. Fig. 5는 유출유의움직임을가시화하기위해파이썬라이브러리중하나인 Folium[11] 을사용해서가시화하였다. Folium은 Leaflet.js를이용해위치좌표계의값을지도위에시각화하는라이브러리로구글지도를이용해서주시하고자하는지도의좌표와확대비율을설정해서특정위치의지도를나타내는지도를만들어낼수있다. 또한, 각종폴리곤을그리거나다양한속성을이용해서정보를나타낼수있는이점이있다. 본논문에서는가시화된유출유의결과를 Folium을이용해가시화하였고, 이미지화하여결과를나타냈다. Fig. 5. Visualization of oil spill prediction using heatmap

5 유출유이동가시화및입자매칭알고리즘 년 4월 18일 14시부터 2016년 4월 22일 18시까지의유출유의움직임을지름 10 km의반경으로 16,000 개의입자의이동을가시화한결과의일부이다. 색을이용해서입자의밀도를나타내서특정시간대의유출유의가시화모습으로유류의밀도를쉽게확인할수있는장점이있다. 이러한연구들을이용하여, 실제유류유출사고가발생했을경우초기대응에도움을줄수있을것으로보인다. 5. 유출유입자매칭알고리즘개요 5.1 유출유입자매칭알고리즘필요성 기존의입자예측기는뜰개데이터를사용하였기때문에몇가지문제점이존재한다. 첫번째, 뜰개데이터의개수부족으로딥러닝및머신러닝의학습의어려움을있다. 두번째, 뜰개데이터와실제유류의움직임이차이점이있는문제점이있다. 이러한문제점을해결하기위해유출유로부터입자데이터를얻어내는방법을제안한다. 5.2 유출유입자매칭알고리즘개요기존의입자매칭알고리즘 [13-16] 을사용을하게되면입자의개수가매우많기때문에유의미한시간내에입자의위치를추적하는것은불가능하다. 이를해결하기위해서본논문에서는각각의입자들을매칭하는방법으로는유전알고리즘을사용했다. 유출유의움직임이크게움직일가능성이존재하지않기때문에유출유의덩어리를주성분분석을이용해서유출유를분할해서큰문제를작은문제로나누었다. 이후, 입자들의이동분산이최소화되는지점으로입자들을매칭하였고, 최종적으로실제입자위치에서떨어진거리의평균을계산해평가한다. 5.3 실험데이터설명유출유입자매칭알고리즘의성능을평가하기위한데이터로는 4.3절에서사용한 2016년 4월 18일 14시부터 2016년 4월 22일 18시까지의위도 34.0 도, 경도 도위치의유출유의움직임을지름 20 km의반경으로 32,000 개의입자의이동을이용해 100 시간동안가시화한결과를사용했다. 표 5.1은실험데이터예시를보여준다. 각각의입자들의순서가입자들의번호를뜻하고, 위도, 경도정보를저장하고있다. 본논문에서는위데이터를사용해알고리즘을평가하였다. 6. 주성분분석을적용한계층적유전알고리즘 6.1 유전알고리즘유출유입자를매칭하기위한방법으로는유전알고리즘을사용하였다. Fig. 6은유출유입자매칭알고리즘에적용된유전알고리즘의표현방법의예시를보여준다. 각각의유전자가뜻하는의미는 n 번째입자가다음시계열데이터의 n 번째데이터의입자와매칭되는것을의미한다. 2, 1, 3, 0 으로되어있는유전자는이전시계열데이터의 0, 1, 2. 3 번째입자와다음시계열데이터의 2, 1, 3, 0번째입자와매칭하는것을의미한다. 유전자의길이는입자의개수로결정되며, 각각의유전자의숫자가겹치지않는순열표현 (Permutation encoding) 을사용하였다. 선택연산으로는룰렛휠방식을, 교차연산으로는 Partially mapped crossover[17] 를, 변이연산으로는교체변이방법을, 대치연산으로는엘리티즘을적용하였다. 평가함수로는유출유의특성을고려하여, 각각의입자를최대한균등한거리를이동하도록하게하기위해입자의이동거리의분산이최소화되는방법으로유전자를평가하였다. 평가함수는수식 3과같다. (1) (2) (3) 6.2 주성분분석을적용한계층적유전알고리즘 Fig. 6. Example of encoding 유전자의길이가 n 개일경우해공간은 n! 이되게되

6 58 한국융합학회논문지제 11 권제 3 호 며, 본논문에서사용한데이터를사용시 32,000! 이라는해공간이나오게된다. 이는너무나도큰해공간이며이를해결하기위해주성분분석을적용해큰문제를작은문제로분할하였다. 주성분분석을통해서분할을하여매칭을하게되면유출유의전체적인흐름에맞춰매칭을할수있다. 또한유출유의특성상입자의이동이크게움직일가능성이존재하지않기때문에시계열데이터들을입자가이동하지않을공간을제외하기위해문제를작은문제로분할하였다. 유전알고리즘으로매칭을하였을때적절한해를찾을수있다고생각한합리적인해의길이는 16 개로설정하였다. 즉, 문제를 16 개이하가될때까지문제를분할하였다. 이전시계열데이터와다음시계열데이터를주성분분석을이용해서주성분과두번째주성분을추출하고, 주성분들을기준으로 4 분할하였다. 이후, 각각의분할된문제의입자들의평균위치를계산하고, 분할된문제들의평균이동거리의분산이최소화되는지점으로문제들을매칭하였다. 이러한연산을한번반복하게되면문제의크기는 1/4로줄어들게되고, 합리적인해의길이인 16 개이하가될때까지계층적으로위의연산을반복하여작은문제들의집합으로분리하였다. 분리한문제들은최종적으로유전알고리즘으로탐색하여서모든입자들을매칭하였다. 7. 계층적유전알고리즘실험및평가 유출유의입자를매칭하는알고리즘을구현한선행연구가존재하지않기때문에랜덤으로 100,000 번의매칭을한결과중가장성능이좋았던결과와주성분분석을적용하지않은방법과주성분분석을적용한본논문 의방법을 2016년 4월 18일 14시부터 20시간동안의시계열데이터와비교를하였다. Fig. 7은매칭한결과의평균거리를보여준다. 각각주성분분석을적용한유전알고리즘, 주성분분석을적용하지않은유전알고리즘, 무작위로 100,000 번의매칭을한결과중가장성능이좋았던결과를그래프로나타냈다. 모든경우의수에서주성분분석을적용한유전알고리즘모델이성능이가장좋은것을확인할수있다. 주성분분석을적용한유전알고리즘모델의경우평균오차값은 으로이를해양데이터의모든범위에적용할경우해류, 풍속의데이터차이는평균 3.2% 로유의미한차이가없는것을확인할수있다. 즉, 이를이용해이미지로된유출유의확산모습을입력으로받았을경우, 입자를추출하고이를통해학습한입자예측기를이용해좀더정확한유출유의확산을예측할수있을것이다. 8. 결론 본논문에서는유출유가시화알고리즘은기존의연구인입자예측기를활용해서수많은입자들을예측하는방식으로유출유가확산하는모습을가시화하였다. 파라미터와함께가시화할경우에는특정파라미터의영향력을확인할수있었고, 폴리곤을이용한방법은유출유의움직임을이해하는데큰도움이되었다. 히트맵을이용한가시화는유출유의밀도를쉽게이해할수있었다. 또한, 기존의연구인입자예측기의한계인데이터부족과움직임이유출유와다른문제를해결하기위해유출유입자매칭알고리즘을제안하였다. 유출유가이미지로들어왔을경우, 이미지에서입자를추출하고시계열데이터에서입자의움직임을주성분분석과유전알고리즘을이용해추적하였다. 입자를매칭한결과의데이터오차는평균 3.2% 로의미있는입자매칭으로생각된다. 실제유출유이미지가들어왔을경우, 유출유입자매칭알고리즘을이용해입자를매칭하고, 매칭한데이터를기계학습으로입자예측기를만들어유출유를가시화하여확산을예측해초기대응을하는데큰도움이될것으로보인다. 향후연구로는실제유출유이미지데이터를이용하여, 유출유이미지와예측한이미지를비교하는실험과네트워크플로우등의새로운매칭방법을시도하여, 성능을개선해볼수있을것이다. Fig. 7. Result of oil particle matching algorithm

7 유출유이동가시화및입자매칭알고리즘 59 REFERENCES [1] G. D. Kim, C. J. Lee & H. Kim. (2009). Prediction of the movement path of drifters using machine learning. The Korean Society for Marine Environment and Energy Conference, 2017(4), [2] C. J. Lee, G. D. Kim & Y. H. Kim. (2017). Performance comparison of machine learning based on neural networks and statistical methods for prediction of drifter movement. Journal of the Korea Convergence Society, 8(10), DOI : /JKCS [3] C. J. Lee & Y. H. Kim. (2018). Ensemble design of machine learning technigues: experimental verification by prediction of drifter trajectory. Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology, 8(4), DOI : /AJMAHS [4] C. Cortes & V. Vapnik. (1995). Support-vector networks. Machine Learning, 20(3), DOI : /BF [5] V. Vapnik. (2000). The nature of statistical learning theory, Verlag : Springer. DOI : / [6] S. Wold, K. Esbensen & P. Geladi. (1987). Principal component analysis. Chemometrics and intelligent laboratory systems, 2(1-3), DOI : / (87) [7] L. T. Jolliffe & J. Cadima. (2016). Principal component analysis: a review and recent developments. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 374(2065). DOI : /rsta [8] J. H. Holland, (1992). Genetic algorithms. Scientific american, 267(1), [9] H. C. Lee, D. P. Yu, D. Y. Kim & Y. H. Kim. (2018). Visualization of Hourly Oil Spill Prediction in Yellow. Proceedings of KIIS Spring Conference, 26(1), [10] H. C. Lee. (2019). Visualization of Hourly Oil Spill Prediction and Oil Spill Particle Matching Algorithm, Master dissertation, KW University, Seoul. [11] R. Story. (2013). Foulim Folium documentation, Foulim [Online]. [12] P. R. Smith. (1981). Bilinear interpolation of digital images. Ultramicroscopy, 6(2), DOI : / (81) [13] S. Anthony, L. Zhang & S. Granic. (2006). Methods to track single-molecule trajectories. Langmuir, 20(12), DOI : /la060244i properties: non-stationarity, non-ergodicity, and ageing at the centenary of single particle tracking. Physical Chemistry Chemical Physics. 16(44), DOI : /C4CP03465A [15] E. Meijering, O. Dzyubachyk & I. Smal. (2012). Methods for cell and particle tracking. Methods in enzymology, 504, DOI : /B [16] D. Wirtz. (2009). Particle-Tracking microrheology of living cells: principles and applications. Annual Review of Biophysics. 38(1), DOI : /annurev.biophys [17] A. J. Umbarkar & P. D. Sheth, (2015). Crossover operators in genetic algorithms: a review. International Journal of Computer Applications journal on soft computing, 6(1), DOI : /ijsc 이현창 (Hyeon-Chang Lee) [ 학생회원 ] 2018년 3월 : 광운대학교컴퓨터소프트웨어학과 ( 공학사 ) 2020년 2월 : 광운대학교컴퓨터과학과석사 관심분야 : 유전알고리즘, 최적화알고리즘 qzecwxad@naver.com 김용혁 (Yong-Hyuk Kim) [ 정회원 ] 1999년 2월 : 서울대학교전산과학전공 ( 이학사 ) 2001년 2월 : 서울대학교컴퓨터공학부 ( 공학석사 ) 2005년 2월 : 서울대학교컴퓨터공학부 ( 공학박사 ) 2005년 3월 ~ 2007년 2월 : 서울대학교반도체공동연구소 2007년 3월 ~ 2012년 2월 : 광운대학교컴퓨터소프트웨어학과조교수 2012년 3월 ~ 현재 : 광운대학교컴퓨터소프트웨어학과부교수 2017년 3월 ~ 현재 : 광운대학교소프트웨어학부정교수 관심분야 : 최적화, 진화연산, 지식공학 yhdfly@kw.ac.kr [14] R. Metzler, J. H. Jeon, A. G. Cherstvy & E. Barkai. (2014). Anomalous diffusion models and their

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Nov.; 26(11), 985991. http://dx.doi.org/10.5515/kjkiees.2015.26.11.985 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월 지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., 2004 5 2009 12 KOSPI200.,. * 2009. 지능정보연구제 16 권제 1 호 2010 년 3 월 김선웅 안현철 社 1), 28 1, 2009, 4. 1. 지능정보연구제 16 권제 1 호 2010 년 3 월 Support

More information

???? 1

???? 1 The Korean Journal of Applied Statistics (2013) 26(1), 201 208 DOI: http://dx.doi.org/10.5351/kjas.2013.26.1.201 A Note on Model Selection in Mixture Experiments with Process Variables Jung Il Kim a,1

More information

09권오설_ok.hwp

09권오설_ok.hwp (JBE Vol. 19, No. 5, September 2014) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.656 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a) Reduction

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4)

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4) THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Oct.; 29(10), 799 804. http://dx.doi.org/10.5515/kjkiees.2018.29.10.799 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Method

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:275~289 Received: 2016/12/02, Accepted: 2016/12/22 Revised: 2016/12/20, Published: 2016/12/30 [ABSTRACT] SNS is used in various fields. Although

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Dec.; 27(12),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Dec.; 27(12), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Dec.; 27(12), 1036 1043. http://dx.doi.org/10.5515/kjkiees.2016.27.12.1036 ISSN 1226-3133 (Print) ISSN 2288-226X (Online)

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:21~34 Received: 2016/12/04, Accepted: 2016/12/27 Revised: 2016/12/19, Published: 2016/12/30 [ABSTRACT] With the development of the Internet,

More information

09구자용(489~500)

09구자용(489~500) The Study on the Grid Size Regarding Spatial Interpolation for Local Climate Maps* Cha Yong Ku** Young Ho Shin*** Jae-Won Lee**** Hee-Soo Kim*****.,...,,,, Abstract : Recent global warming and abnormal

More information

인문사회과학기술융합학회

인문사회과학기술융합학회 Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology Vol.6, No.2, February (2016), pp. 325-332 http://dx.doi.org/10.14257/ajmahs.2016.09 한국의 대학운영제도 변화를 위한 K-MOOC 활용방안에

More information

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016) ISSN 228

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016)   ISSN 228 (JBE Vol. 1, No. 1, January 016) (Regular Paper) 1 1, 016 1 (JBE Vol. 1, No. 1, January 016) http://dx.doi.org/10.5909/jbe.016.1.1.60 ISSN 87-9137 (Online) ISSN 16-7953 (Print) a), a) An Efficient Method

More information

04김호걸(39~50)ok

04김호걸(39~50)ok Journal of Environmental Impact Assessment, Vol. 22, No. 1(2013) pp.39~50 Prediction of Landslides Occurrence Probability under Climate Change using MaxEnt Model Kim, Hogul* Lee, Dong-Kun** Mo, Yongwon*

More information

Effects of baseball expertise and stimulus speeds on coincidence-anticipation timing accuracy of batting Jong-Hwa Lee, Seok-Jin Kim, & Seon-Jin Kim* Seoul National University [Purpose] [Methods] [Results]

More information

<352EC7E3C5C2BFB55FB1B3C5EBB5A5C0CCC5CD5FC0DABFACB0FAC7D0B4EBC7D02E687770>

<352EC7E3C5C2BFB55FB1B3C5EBB5A5C0CCC5CD5FC0DABFACB0FAC7D0B4EBC7D02E687770> 자연과학연구 제27권 Bulletin of the Natural Sciences Vol. 27. 2013.12.(33-44) 교통DB를 이용한 교통정책 발굴을 위한 통계분석 시스템 설계 및 활용 Statistical analytic system design and utilization for transport policy excavation by transport

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Analysis of

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Analysis of Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.99-117 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.99 2015 * A Analysis of the Characters and Issues about the 2015 Revised Social

More information

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770>

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 15, No. 2 pp. 1051-1058, 2014 http://dx.doi.org/10.5762/kais.2014.15.2.1051 멤리스터의 전기적 특성 분석을 위한 PSPICE 회로 해석 김부강 1, 박호종 2, 박용수 3, 송한정 1*

More information

04_이근원_21~27.hwp

04_이근원_21~27.hwp 1) KIGAS Vol. 16, No. 5, pp 21~27, 2012 (Journal of the Korean Institute of Gas) http://dx.doi.org/10.7842/kigas.2012.16.5.21 실험실의 사례 분석에 관한 연구 이근원 이정석 한국산업안전보건공단 산업안전보건연구원 (2012년 9월 5일 투고, 2012년 10월 19일

More information

김경재 안현철 지능정보연구제 17 권제 4 호 2011 년 12 월

김경재 안현철 지능정보연구제 17 권제 4 호 2011 년 12 월 지능정보연구제 17 권제 4 호 2011 년 12 월 (pp.241~254) Support vector machines(svm),, CRM. SVM,,., SVM,,.,,. SVM, SVM. SVM.. * 2009() (NRF-2009-327- B00212). 지능정보연구제 17 권제 4 호 2011 년 12 월 김경재 안현철 지능정보연구제 17 권제 4 호

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Jun.; 276), 504511. http://dx.doi.org/10.5515/kjkiees.2016.27.6.504 ISSN 1226-3133 Print)ISSN 2288-226X Online) Near-Field

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:3~20 Received: 2016/12/04, Accepted: 2016/12/27 Revised: 2016/12/27, Published: 2016/12/30 [ABSTRACT] This study aims to comprehensively analyze

More information

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

More information

인문사회과학기술융합학회

인문사회과학기술융합학회 Vol.5, No.5, October (2015), pp.471-479 http://dx.doi.org/10.14257/ajmahs.2015.10.50 스마트온실을 위한 가상 외부기상측정시스템 개발 한새론 1), 이재수 2), 홍영기 3), 김국환 4), 김성기 5), 김상철 6) Development of Virtual Ambient Weather Measurement

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI: : Researc

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI:   : Researc Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp.251-273 DOI: http://dx.doi.org/10.21024/pnuedi.27.2.201706.251 : 1997 2005 Research Trend Analysis on the Korean Alternative Education

More information

08원재호( )

08원재호( ) 30 2 20124 pp. 173~180 Non-Metric Digital Camera Lens Calibration Using Ground Control Points 1) 2) 3) Abstract The most recent, 80 mega pixels digital camera appeared through the development of digital

More information

Microsoft Word - KSR2012A021.doc

Microsoft Word - KSR2012A021.doc YWXY G ºG ºG t G G GGGGGGGGGrzyYWXYhWYXG Ÿƒ Ÿ ± k ¹Ÿˆ Review about the pantograph field test result adapted for HEMU-430X (1) ÕÕÛ äñ ã G Ki-Nam Kim, Tae-Hwan Ko * Abstract In this paper, explain differences

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI: NCS : * A Study on

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI:   NCS : * A Study on Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp.157-176 DOI: http://dx.doi.org/10.21024/pnuedi.28.3.201809.157 NCS : * A Study on the NCS Learning Module Problem Analysis and Effective

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Jun.; 27(6), 495 503. http://dx.doi.org/10.5515/kjkiees.2016.27.6.495 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Design

More information

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770>

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 1 pp. 306-310, 2012 http://dx.doi.org/10.5762/kais.2012.13.1.306 Zigbee를 이용한 실외 위치추정 시스템 구현 김환용 1*, 임순자 1 1 원광대학교 전자공학과 Implementation

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 6, Jun Rate). STAP(Space-Time Adaptive Processing)., -

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 6, Jun Rate). STAP(Space-Time Adaptive Processing)., - THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Jun.; 29(6), 457463. http://dx.doi.org/10.5515/kjkiees.2018.29.6.457 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Sigma-Delta

More information

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770>

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 4 pp. 1525-1531, 2012 http://dx.doi.org/10.5762/kais.2012.13.4.1525 저예산 독립영화의 구전 마케팅을 위한 스마트폰 모바일 애플리케이션 모델 개발 연구 김혜원 1* 1 청운대학교

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 2, pp DOI: 3 * Effects of 9th

Journal of Educational Innovation Research 2019, Vol. 29, No. 2, pp DOI:   3 * Effects of 9th Journal of Educational Innovation Research 2019, Vol. 29, No. 2, pp.357-378 DOI: http://dx.doi.org/10.21024/pnuedi.29.2.201906.357 3 * Effects of 9th Grade Students Participation in Career Curriculum Cluster

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 한국소음진동공학회 2015추계학술대회논문집년 Study of Noise Pattern and Psycho-acoustics Characteristic of Household Refrigerator * * ** ** Kyung-Soo Kong, Dae-Sik Shin, Weui-Bong Jeong, Tae-Hoon Kim and Se-Jin Ahn Key Words

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 4, August, 30, 2016:319~332 Received: 2016/07/28, Accepted: 2016/08/28 Revised: 2016/08/27, Published: 2016/08/30 [ABSTRACT] This paper examined what determina

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 28(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 28(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2017 Mar.; 28(3), 163 169. http://dx.doi.org/10.5515/kjkiees.2017.28.3.163 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) PCB

More information

Problem New Case RETRIEVE Learned Case Retrieved Cases New Case RETAIN Tested/ Repaired Case Case-Base REVISE Solved Case REUSE Aamodt, A. and Plaza, E. (1994). Case-based reasoning; Foundational

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: * A Research Trend

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   * A Research Trend Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.295-318 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.295 * A Research Trend on the Studies related to Parents of Adults with Disabilities

More information

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770>

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 2 pp. 866-871, 2012 http://dx.doi.org/10.5762/kais.2012.13.2.866 증강현실을 이용한 아동교육프로그램 모델제안 권미란 1*, 김정일 2 1 나사렛대학교 아동학과, 2 한세대학교 e-비즈니스학과

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:237~251 Received: 2016/11/20, Accepted: 2016/12/24 Revised: 2016/12/21, Published: 2016/12/30 [ABSTRACT] Recently, there is an increasing

More information

14.531~539(08-037).fm

14.531~539(08-037).fm G Journal of the Korea Concrete Institute Vol. 20, No. 4, pp. 531~539, August, 2008 š x y w m š gj p { sƒ z 1) * 1) w w Evaluation of Flexural Strength for Normal and High Strength Concrete with Hooked

More information

???? 1

???? 1 The Korean Journal of Applied Statistics (2014) 27(1), 13 20 DOI: http://dx.doi.org/10.5351/kjas.2014.27.1.013 Maximum Tolerated Dose Estimation by Stopping Rule and SM3 Design in a Phase I Clinical Trial

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA e- 비즈니스연구 (The e-business Studies) Volume 17, Number 1, February, 28, 2016:pp. 293~316 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2015. 12. 04 2015. 12. 24 2016. 02. 25 ABSTRACT

More information

에너지경제연구 제13권 제1호

에너지경제연구 제13권 제1호 에너지경제연구 Korean Energy Economic Review Volume 13, Number 1, March 2014 : pp. 83~119 거시계량모형을이용한유가변동및 유류세변화의파급효과분석 * 83 84 85 86 [ 그림 1] 모형의해결정과정 87 [ 그림 2] 거시계량모형의흐름도 (flow chart) 88 89 < 표 1> 유류세현황 (2013

More information

45-51 ¹Ú¼ø¸¸

45-51 ¹Ú¼ø¸¸ A Study on the Automation of Classification of Volume Reconstruction for CT Images S.M. Park 1, I.S. Hong 2, D.S. Kim 1, D.Y. Kim 1 1 Dept. of Biomedical Engineering, Yonsei University, 2 Dept. of Radiology,

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: A Study on Organizi

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   A Study on Organizi Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.441-460 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.441 A Study on Organizing Software Education of Special Education Curriculum

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI: A Study on the Opti

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI:   A Study on the Opti Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp.127-148 DOI: http://dx.doi.org/11024/pnuedi.27.4.201712.127 A Study on the Optimization of Appropriate Hearing-impaired Curriculum Purpose:

More information

Sequences with Low Correlation

Sequences with Low Correlation 레일리페이딩채널에서의 DPC 부호의성능분석 * 김준성, * 신민호, * 송홍엽 00 년 7 월 1 일 * 연세대학교전기전자공학과부호및정보이론연구실 발표순서 서론 복호화방법 R-BP 알고리즘 UMP-BP 알고리즘 Normalied-BP 알고리즘 무상관레일리페이딩채널에서의표준화인수 모의실험결과및고찰 결론 Codig ad Iformatio Theory ab /15

More information

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp 보안공학연구논문지 Journal of Security Engineering Vol.11, No.4 (2014), pp.299-312 http://dx.doi.org/10.14257/jse.2014.08.03 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발 이강찬 1), 이승윤 2), 양희동 3), 박철우 4) Development of Service

More information

Analysis of objective and error source of ski technical championship Jin Su Seok 1, Seoung ki Kang 1 *, Jae Hyung Lee 1, & Won Il Son 2 1 yong in Univ

Analysis of objective and error source of ski technical championship Jin Su Seok 1, Seoung ki Kang 1 *, Jae Hyung Lee 1, & Won Il Son 2 1 yong in Univ Analysis of objective and error source of ski technical championship Jin Su Seok 1, Seoung ki Kang 1 *, Jae Hyung Lee 1, & Won Il Son 2 1 yong in University & 2 Kang Won University [Purpose] [Methods]

More information

20(53?)_???_O2O(Online to Offline)??? ???? ??.hwp

20(53?)_???_O2O(Online to Offline)??? ???? ??.hwp O2O(Online to Offline)서비스 전략방향 연구 - 모바일 사용자 경험 디자인(UX Design)을 중심으로 - O2O(Online to Offline) Service Strategy Research -Focusing on Mobile UX Design- 주저자 김 형 모 Kim, Hyung-mo BK21플러스 다빈치 창의융합인재양성사업단 BK21Plus

More information

04 Çмú_±â¼ú±â»ç

04 Çмú_±â¼ú±â»ç 42 s p x f p (x) f (x) VOL. 46 NO. 12 2013. 12 43 p j (x) r j n c f max f min v max, j j c j (x) j f (x) v j (x) f (x) v(x) f d (x) f (x) f (x) v(x) v(x) r f 44 r f X(x) Y (x) (x, y) (x, y) f (x, y) VOL.

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI: (NCS) Method of Con

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI:   (NCS) Method of Con Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp.181-212 DOI: http://dx.doi.org/10.21024/pnuedi.27.3.201709.181 (NCS) Method of Constructing and Using the Differentiated National Competency

More information

-

- World Top 10 by 2030 CONTENTS CONTENTS 02 03 PRESIDENT S MESSAGE 04 05 VISION GOALS VISION GOALS STRATEGIES 06 07 HISTORY 2007 2008 2009 2010 2011 08 09 UNIST POWER 10 11 MPI USTC UNIST UCI UTD U-M GT

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 ISSN : 1976-5304 http://www.kdfs.or.kr Virtual Online Game(VOG) 환경에서의 디지털 증거수집 방법 연구 이 흥 복, 정 관 모, 김 선 영 * 대전지방경찰청 Evidence Collection Process According to the Way VOG Configuration Heung-Bok Lee, Kwan-Mo

More information

에너지경제연구 Korean Energy Economic Review Volume 17, Number 2, September 2018 : pp. 1~29 정책 용도별특성을고려한도시가스수요함수의 추정 :, ARDL,,, C4, Q4-1 -

에너지경제연구 Korean Energy Economic Review Volume 17, Number 2, September 2018 : pp. 1~29 정책 용도별특성을고려한도시가스수요함수의 추정 :, ARDL,,, C4, Q4-1 - 에너지경제연구 Korean Energy Economic Review Volume 17, Number 2, September 2018 : pp. 1~29 정책 용도별특성을고려한도시가스수요함수의 추정 :, ARDL,,, C4, Q4-1 - . - 2 - . 1. - 3 - [ 그림 1] 도시가스수요와실질 GDP 추이 - 4 - - 5 - - 6 - < 표 1>

More information

<B8F1C2F72E687770>

<B8F1C2F72E687770> Transactions of the KSNVE, 23(12) : 1056~1065, 2013 23 12, pp. 1056~1065, 2013 http://dx.doi.org/10.5050/ksnve.2013.23.12.1056 ISSN 1598-2785(Print), ISSN 2287-5476(Online) A Study on the Improvement Plan

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Feb.; 29(2), 93 98. http://dx.doi.org/10.5515/kjkiees.2018.29.2.93 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) UHF-HF

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Mar.; 25(3), 304310. http://dx.doi.org/10.5515/kjkiees.2014.25.3.304 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

,. 3D 2D 3D. 3D. 3D.. 3D 90. Ross. Ross [1]. T. Okino MTD(modified time difference) [2], Y. Matsumoto (motion parallax) [3]. [4], [5,6,7,8] D/3

,. 3D 2D 3D. 3D. 3D.. 3D 90. Ross. Ross [1]. T. Okino MTD(modified time difference) [2], Y. Matsumoto (motion parallax) [3]. [4], [5,6,7,8] D/3 Depth layer partition 2D 3D a), a) 3D conversion of 2D video using depth layer partition Sudong Kim a) and Jisang Yoo a) depth layer partition 2D 3D. 2D (depth map). (edge directional histogram). depth

More information

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and

More information

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770>

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770> 327 Journal of The Korea Institute of Information Security & Cryptology ISSN 1598-3986(Print) VOL.24, NO.2, Apr. 2014 ISSN 2288-2715(Online) http://dx.doi.org/10.13089/jkiisc.2014.24.2.327 개인정보 DB 암호화

More information

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770>

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770> 한국지능시스템학회 논문지 2010, Vol. 20, No. 3, pp. 375-379 유전자 알고리즘을 이용한 강인한 Support vector machine 설계 Design of Robust Support Vector Machine Using Genetic Algorithm 이희성 홍성준 이병윤 김은태 * Heesung Lee, Sungjun Hong,

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI: * Strenghening the Cap

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI:   * Strenghening the Cap Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp.27-43 DOI: http://dx.doi.org/10.21024/pnuedi.28.3.201809.27 * Strenghening the Capacity of Cultural Arts Required in Special Education

More information

04 최진규.hwp

04 최진규.hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Aug.; 26(8), 710717. http://dx.doi.org/10.5515/kjkiees.2015.26.8.710 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) RF ESPAR

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 901 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 (A Effective Sinkhole Attack Detection Mechanism for LQI based Routing in WSN) 최병구 조응준 (Byung

More information

878 Yu Kim, Dongjae Kim 지막 용량수준까지도 멈춤 규칙이 만족되지 않아 시행이 종료되지 않는 경우에는 MTD의 추정이 불가 능하다는 단점이 있다. 최근 이 SM방법의 단점을 보완하기 위해 O Quigley 등 (1990)이 제안한 CRM(Continu

878 Yu Kim, Dongjae Kim 지막 용량수준까지도 멈춤 규칙이 만족되지 않아 시행이 종료되지 않는 경우에는 MTD의 추정이 불가 능하다는 단점이 있다. 최근 이 SM방법의 단점을 보완하기 위해 O Quigley 등 (1990)이 제안한 CRM(Continu 한 국 통 계 학 회 논 문 집 2012, 19권, 6호, 877 884 DOI: http://dx.doi.org/10.5351/ckss.2012.19.6.877 Maximum Tolerated Dose Estimation Applied Biased Coin Design in a Phase Ⅰ Clinical Trial Yu Kim a, Dongjae Kim

More information

I

I I II III (C B ) (C L ) (HL) Min c ij x ij f i y i i H j H i H s.t. y i 1, k K, i W k C B C L p (HL) x ij y i, i H, k K i, j W k x ij y i {0,1}, i, j H. K W k k H K i i f i i d ij i j r ij i j c ij r ij

More information

2009;21(1): (1777) 49 (1800 ),.,,.,, ( ) ( ) 1782., ( ). ( ) 1,... 2,3,4,5.,,, ( ), ( ),. 6,,, ( ), ( ),....,.. (, ) (, )

2009;21(1): (1777) 49 (1800 ),.,,.,, ( ) ( ) 1782., ( ). ( ) 1,... 2,3,4,5.,,, ( ), ( ),. 6,,, ( ), ( ),....,.. (, ) (, ) Abstract Kim Dal-Rae, Kim Sun-Hyung* Dept. of Sasang Constitutional Medicine, College of Oriental Medicine, Kyung-Hee Univ. *Dept. of Sasang Constitutional Medicine, East-West Neo Medical Center, Kyung-Hee

More information

(5차 편집).hwp

(5차 편집).hwp (215), 54(1), 17-3 211 STEAM,.. STEAM, STEAM, 5~6 11.,., 5~6...,. (, 21)., 29. (,, 212). 211 STEAM * :, E-mail: njkwon@hanmail.net http://dx.doi.org/1.15812/ter.54.1.2153.17 (215), 54(1), 17-3,. (Arts)

More information

<C7D1B1B9B1B3C0B0B0B3B9DFBFF85FC7D1B1B9B1B3C0B05F3430B1C733C8A35FC5EBC7D5BABB28C3D6C1BE292DC7A5C1F6C6F7C7D42E687770>

<C7D1B1B9B1B3C0B0B0B3B9DFBFF85FC7D1B1B9B1B3C0B05F3430B1C733C8A35FC5EBC7D5BABB28C3D6C1BE292DC7A5C1F6C6F7C7D42E687770> 기혼 여성이 사이버대학에서 상담을 전공하면서 겪는 경험 방기연 (고려사이버대학교 상담심리학과 부교수) * 요 약 본 연구는 기혼 여성의 사이버대학 상담전공 학과 입학에서 졸업까지의 경험을 이해하는 것을 목적으로 한 다. 이를 위해 연구참여자 10명을 대상으로 심층면접을 하고, 합의적 질적 분석 방법으로 분석하였다. 입학 전 에 연구참여자들은 고등교육의 기회를

More information

03-서연옥.hwp

03-서연옥.hwp 농업생명과학연구 49(4) pp.31-37 Journal of Agriculture & Life Science 49(4) pp.31-37 Print ISSN 1598-5504 Online ISSN 2383-8272 http://dx.doi.org/10.14397/jals.2015.49.4.31 국가산림자원조사 자료를 적용한 충남지역 사유림경영율 추정 서연옥

More information

1997 4 23 2000 9 5 2003 9 10 2008 2 20 2008 12 10 2011 7 1 2012 8 17 2014 9 19 2015 3 31 2015 6 30 2016 9 30 2017 6 30 2019 3 31 326 327 328 < >

More information

02À±¼ø¿Á

02À±¼ø¿Á Geomorphic Development of Marine Terraces at Jeongdongjin-Daejin area on the East Coast, Central Part of Korean Peninsula Soon-Ock Yoon*, Sang-Ill Hwang** and Hak-Kyun Ban*** Abstract : In this paper we

More information

05(533-537) CPLV12-04.hwp

05(533-537) CPLV12-04.hwp 모바일 OS 환경의 사용자 반응성 향상 기법 533 모바일 OS 환경의 사용자 반응성 향상 기법 (Enhancing Interactivity in Mobile Operating Systems) 배선욱 김정한 (Sunwook Bae) 엄영익 (Young Ik Eom) (Junghan Kim) 요 약 사용자 반응성은 컴퓨팅 시스템에서 가장 중요 한 요소 중에 하나이고,

More information

05 목차(페이지 1,2).hwp

05 목차(페이지 1,2).hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Oct.; 25(10), 10771086. http://dx.doi.org/10.5515/kjkiees.2014.25.10.1077 ISSN 1226-3133 (Print)ISSN 2288-226X (Online)

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA FPS게임 구성요소의 중요도 분석방법에 관한 연구 2 계층화 의사결정법에 의한 요소별 상관관계측정과 대안의 선정 The Study on the Priority of First Person Shooter game Elements using Analytic Hierarchy Process 주 저 자 : 배혜진 에이디 테크놀로지 대표 Bae, Hyejin AD Technology

More information

08김현휘_ok.hwp

08김현휘_ok.hwp (Regular Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.369 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) An Audio Coding Technique Employing the Inter-channel

More information

사회통계포럼

사회통계포럼 wcjang@snu.ac.kr Acknowledgements Dr. Roger Peng Coursera course. https://github.com/rdpeng/courses Creative Commons by Attribution /. 10 : SNS (twitter, facebook), (functional data) : (, ),, /Data Science

More information

레이아웃 1

레이아웃 1 Disability & Employment 11. 8. 제1권 제호(통권 7호) pp.97~118 중증장애인직업재활지원사업수행시설의 효율성비교* 양숙미 남서울대학교 사회복지학과 부교수 전동일 가톨릭대학교 박사과정 요 약 본 연구는 직업재활시설의 중증장애인 직업재활지원사업에 대한 효율성을 평가하여 효 율적인 운영방안을 제시하는데 목적이 있다. 본 연구를 위해

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI: * The

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI:   * The Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp.243-268 DOI: http://dx.doi.org/10.21024/pnuedi.27.1.201703.243 * - 2001 2015 - The Research Trends on Peer Counseling in Elementary and

More information

<32303035B3E2BFF8BAB828C8AFB0E629312E687770>

<32303035B3E2BFF8BAB828C8AFB0E629312E687770> 부산광역시 보건환경연구원보 제14권(Ⅱ), 78~88, 2004 Rep. Busan Inst. Health & Environ, Vol.14, 78~88, 2004 부산지역 바람장 실시간 모니터링 프로그램 개발(Ⅱ) 대기보전과 도우곤 정종순 The development of realtime monitoring program in Busan wind field(Ⅱ)

More information

00내지1번2번

00내지1번2번 www.keit.re.kr 2011. 11 Technology Level Evaluation ABSTRACT The Technology Level Evaluation assesses the current level of industrial technological development in Korea and identifies areas that are underdeveloped

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 김진주 김수연. 초등학생대상장애이해교육에활용된동화에나타난장애인관분석. 특수교육, 2013, 제12권, 제2호, 135-160... 20.,,. 4.,,.,..... 주제어 : 장애이해교육, 동화, 장애인관 1. ( 1 ) Incheon Munhak Elementary School ( )(, E-mail: sooyoun@ginue.ac.kr) Dept. of

More information

Ch 1 머신러닝 개요.pptx

Ch 1 머신러닝 개요.pptx Chapter 1. < > :,, 2017. Slides Prepared by,, Biointelligence Laboratory School of Computer Science and Engineering Seoul National University 1.1 3 1.2... 7 1.3 10 1.4 16 1.5 35 2 1 1.1 n,, n n Artificial

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: 3 * The Effect of H

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   3 * The Effect of H Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.577-601 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.577 3 * The Effect of Home-based Activities Using Traditional Fairy Tales

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: (LiD) - - * Way to

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   (LiD) - - * Way to Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.353-376 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.353 (LiD) -- * Way to Integrate Curriculum-Lesson-Evaluation using Learning-in-Depth

More information

한국전지학회 춘계학술대회 Contents 기조강연 LI GU 06 초강연 김동욱 09 안재평 10 정창훈 11 이규태 12 문준영 13 한병찬 14 최원창 15 박철호 16 안동준 17 최남순 18 김일태 19 포스터 강준섭 23 윤영준 24 도수정 25 강준희 26

한국전지학회 춘계학술대회 Contents 기조강연 LI GU 06 초강연 김동욱 09 안재평 10 정창훈 11 이규태 12 문준영 13 한병찬 14 최원창 15 박철호 16 안동준 17 최남순 18 김일태 19 포스터 강준섭 23 윤영준 24 도수정 25 강준희 26 2015 한국전지학회 춘계학술대회 2일차 한국전지학회 춘계 학술대회(신소재 및 시장동향 관련 주제 발표) 시간 제목 비고 세션 1 차세대 이차전지용 in-situ 분석기술 좌장 : 윤성훈 09:00~09:30 Real-time & Quantitative Analysis of Li-air Battery Materials by In-situ DEMS 김동욱(한국화학연구원)

More information

±è¼ºÃ¶ Ãâ·Â-1

±è¼ºÃ¶ Ãâ·Â-1 Localization Algorithms Using Wireless Communication Systems For efficient Localization Based Services, development of accurate localization algorithm has to be preceded. In this paper, research trend

More information

조사연구 권 호 연구논문 한국노동패널조사자료의분석을위한패널가중치산출및사용방안사례연구 A Case Study on Construction and Use of Longitudinal Weights for Korea Labor Income Panel Survey 2)3) a

조사연구 권 호 연구논문 한국노동패널조사자료의분석을위한패널가중치산출및사용방안사례연구 A Case Study on Construction and Use of Longitudinal Weights for Korea Labor Income Panel Survey 2)3) a 조사연구 권 호 연구논문 한국노동패널조사자료의분석을위한패널가중치산출및사용방안사례연구 A Case Study on Construction and Use of Longitudinal Weights for Korea Labor Income Panel Survey 2)3) a) b) 조사연구 주제어 패널조사 횡단면가중치 종단면가중치 선형혼합모형 일반화선형혼 합모형

More information

Kor. J. Aesthet. Cosmetol., 라이프스타일은 개인 생활에 있어 심리적 문화적 사회적 모든 측면의 생활방식과 차이 전체를 말한다. 이러한 라이프스 타일은 사람의 내재된 가치관이나 욕구, 행동 변화를 파악하여 소비행동과 심리를 추측할 수 있고, 개인의

Kor. J. Aesthet. Cosmetol., 라이프스타일은 개인 생활에 있어 심리적 문화적 사회적 모든 측면의 생활방식과 차이 전체를 말한다. 이러한 라이프스 타일은 사람의 내재된 가치관이나 욕구, 행동 변화를 파악하여 소비행동과 심리를 추측할 수 있고, 개인의 RESEARCH ARTICLE Kor. J. Aesthet. Cosmetol., 한국 중년 여성의 라이프스타일이 메이크업 추구이미지와 화장품 구매행동에 미치는 영향 주영주 1 *, 이순희 2 1 서경대학교대학원미용예술학과, 2 신성대학교 미용예술계열 The Effects of The Life Style for Korean Middle Aged Women on

More information

Lumbar spine

Lumbar spine Lumbar spine CT 32 111 DOI : 10.3831/KPI.2010.13.2.111 Lumbar Spine CT 32 Received : 10. 05. 23 Revised : 10. 06. 04 Accepted : 10. 06. 11 Key Words: Disc herniation, CT scan, Clinical analysis The Clinical

More information

methods.hwp

methods.hwp 1. 교과목 개요 심리학 연구에 기저하는 기본 원리들을 이해하고, 다양한 심리학 연구설계(실험 및 비실험 설계)를 학습하여, 독립된 연구자로서의 기본적인 연구 설계 및 통계 분석능력을 함양한다. 2. 강의 목표 심리학 연구자로서 갖추어야 할 기본적인 지식들을 익힘을 목적으로 한다. 3. 강의 방법 강의, 토론, 조별 발표 4. 평가방법 중간고사 35%, 기말고사

More information

광덕산 레이더 자료를 이용한 강원중북부 내륙지방의 강수특성 연구

광덕산 레이더 자료를 이용한 강원중북부 내륙지방의 강수특성 연구 Study on the characteristic of heavy rainfall in the middle northern Gangwon Province by using Gwangdeoksan radar data 2004. 12. 10. Fig. 2.2.1 Measurement range of Gwangdeoksan radar site Fig. 2.2.2

More information

44-4대지.07이영희532~

44-4대지.07이영희532~ A Spatial Location Analysis of the First Shops of Foodservice Franchise in Seoul Metropolitan City Younghee Lee* 1 1 (R) 0 16 1 15 64 1 Abstract The foodservice franchise is preferred by the founders who

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI: : A basic research

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI:   : A basic research Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp.379-404 DOI: http://dx.doi.org/10.21024/pnuedi.27.3.201709.379 : A basic research for the after-school forest activities program models:

More information

인문사회과학기술융합학회

인문사회과학기술융합학회 Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology Vol.5, No.4, August (2015), pp.631-648 http://dx.doi.org/10.14257/ajmahs.2015.08.77 보육의 위기적 현상과 재난안전관리의 문제점 조망

More information

µµÅ¥¸àÆ®1

µµÅ¥¸àÆ®1 ISSN 1976-4294 JOURNAL OF DISASTER PREVENTION 2013 56 Vol. 15 No. 3 2013 Vol.15 No.3 www.kodipa.or.kr 04 07 17 28 37 48 56 64 72 83 96 101 Contents 108 119 124 126 129 134 136 171 195 206 220 222 227

More information

<33312D312D313220C0CCC7D1C1F820BFB0C3A2BCB12E687770>

<33312D312D313220C0CCC7D1C1F820BFB0C3A2BCB12E687770> Journal of the Society of Korea Industrial and Systems Engineering Vol No pp March 8 Scatter Search를 이용한 신뢰성 있는 네트워크의 경제적 설계 * ** * ** Economic Design of Reliable Networks Using Scatter Search HanJin Lee*

More information

한국성인에서초기황반변성질환과 연관된위험요인연구

한국성인에서초기황반변성질환과 연관된위험요인연구 한국성인에서초기황반변성질환과 연관된위험요인연구 한국성인에서초기황반변성질환과 연관된위험요인연구 - - i - - i - - ii - - iii - - iv - χ - v - - vi - - 1 - - 2 - - 3 - - 4 - 그림 1. 연구대상자선정도표 - 5 - - 6 - - 7 - - 8 - 그림 2. 연구의틀 χ - 9 - - 10 - - 11 -

More information

세종대 요람

세종대 요람 Sejong University 2016 2016 Sejong University 4 SEJONG UNIVERSITY www.sejong.ac.kr 5 8 SEJONG UNIVERSITY 2016 Sejong University 10 SEJONG UNIVERSITY www.sejong.ac.kr 11 12 SEJONG UNIVERSITY www.sejong.ac.kr

More information