06_(58~65)_남종호 ok.hwp

Size: px
Start display at page:

Download "06_(58~65)_남종호 ok.hwp"

Transcription

1 대한조선학회논문집 Journal of the Society of Naval Architects of Korea pissn: , Vol. 56, No. 1, pp , February 2019 eissn: , 심층결정론적정책경사법을이용한선박충돌회피경로결정 김동함 1 이성욱 2 남종호 2, 요시타카후루카와 3 한국해양대학교조선해양시스템공학과 1 한국해양대학교조선해양시스템공학부 2 큐슈대학교마린시스템공학과 3 Determination of Ship Collision Avoidance Path using Deep Deterministic Policy Gradient Algorithm Dong-Ham Kim 1 Sung-Uk Lee 2 Jong-Ho Nam 2, Yoshitaka Furukawa 3 Department of Naval Architecture and Ocean Systems Engineering, Graduate School, Korea Maritime and Ocean University, Korea 1 Division of Naval Architecture and Ocean Systems Engineering, Korea Maritime and Ocean University, Korea 2 Department of Marine Systems Engineering, Kyushu University, Fukuoka, Japan 3 This is an Open-Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License( which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited. The stability, reliability and efficiency of a smart ship are important issues as the interest in an autonomous ship has recently been high. An automatic collision avoidance system is an essential function of an autonomous ship. This system detects the possibility of collision and automatically takes avoidance actions in consideration of economy and safety. In order to construct an automatic collision avoidance system using reinforcement learning, in this work, the sequential decision problem of ship collision is mathematically formulated through a Markov Decision Process (MDP). A reinforcement learning environment is constructed based on the ship maneuvering equations, and then the three key components (state, action, and reward) of MDP are defined. The state uses parameters of the relationship between own-ship and target-ship, the action is the vertical distance away from the target course, and the reward is defined as a function considering safety and economics. In order to solve the sequential decision problem, the Deep Deterministic Policy Gradient (DDPG) algorithm which can express continuous action space and search an optimal action policy is utilized. The collision avoidance system is then tested assuming the 90 intersection encounter situation and yields a satisfactory result. Keywords : Collision avoidance( 충돌회피 ), Reinforcement learning( 강화학습 ), Deep Deterministic Policy Gradient(DDPG, 심층결정론적정책경사법 ), Markov Decision Process(MDP, 마르코프결정과정 ), Autonomous ship( 자율운항선박 ) 1. 서론 최근국제해사기구 (IMO) 해사안전위원회 (MSC) 의이내비게이션 (e-navigation) 에대한채택승인과관련하여선박의자동화를위한활동이증가하고있는추세다. 해사안전위원회의승인내용 ( 제85차, 제94차 ) 은 ICT 와융합을통하여차세대해양안전종합관리체계를마련하고자하는데목적을두고있다 (Shim et al., 2010; Jeong, 2015). 이와더불어선박을건조하거나관련항해장비를개발하는기업에서는스마트선박 (smart ship) 개념을도입하여이와관련된시스템개발에힘쓰고있다. 스마트선박은기존의선박에비해운항경제성및안전성을대폭향상시킨선박이라정의할수있다 (Van, 2007). 선박운항의자동화에있어가장비중있게고려되고있는사항중하나는선박이항내로입항또는출항할때지켜져야하는안전성이다. 항내에서발생할수있는해양사고의원인으로여러가지요소가있지만, 그중선박들간의충돌및좌초가특히중요한요소로고려된다. 실제로최근 5년 (2012~2017 년 ) 사이중앙해양안전심판원통계자료 (Korean maritime safety tribunal, 2017) 에따르면충돌및좌초와관련된국내해양사고의 Received : 16 July 2018 Revised : 6 September 2018 Accepted : 19 October 2018 Corresponding author : Jong-Ho Nam, jhnam@kmou.ac.kr

2 김동함 이성욱 남종호 요시타카후루카와 96.5% 는항해자의판단착오등의운항과실에의해발생하고있으며, 이들중 97% 가출항후직무별과실및안전수칙미준수와같은직접적인인적과실에기인하는것으로보고되었다 (Kim & Kwak, 2011). 따라서스마트선박또는이내비게이션 (e-navigation) 을도입하기위해서는이러한충돌방지회피시스템에대한연구가필수적인요소로인식될수있다. 자동충돌회피시스템구축에서가장어려운문제로인식되고있는기술은여러가지다양한패턴의문제에대해획기적으로자동충돌회피를할수있는강건한알고리즘의구축이다. 이는다른운송시스템과마찬가지로, 일종의무작위현상에서일어나는문제에대한해결방안을제시할수있는일반적인규칙을찾는문제로인식될수있다. 하지만무작위현상에대한일반적인행동규범을찾는것은일반적으로어려운문제로인식되어왔는데, 최근이에대한접근이론의하나로기계학습 (machine learning) 을적용한연구가수행되고있다. 구글딥마인드 (DeepMind) 가개발한알파고 (AlphaGo) 의등장은기계학습이바둑과같은다양한패턴의문제해결에도적용가능함을보여주었다 (Silver et al., 2016). 본연구에서는기계학습을구성하고있는요소기술중하나인강화학습 (reinforcement learning) 을이용하여선박충돌문제를해결하고자한다. 강화학습의목적은환경 (environment) 으로부터받는보상 (reward) 들의합이최대가되는최적의행동양식을학습하는것이다 (Fig. 1). 선박의조종운동시뮬레이션을통해충돌시나리오를반복적으로구현할수있기때문에강화학습은충돌회피를위한최적의행동을결정하기에적합하다. Fig. 1 Interaction between environment and agent 강화의개념은행동학자인스키너 (B. Skinner) 가처음제시하였으며, 쥐가보상을통해행동과그결과사이의관계를학습하는것을스키너상자를이용하여확인하였다. 이개념을컴퓨터학습에도입하여순차적행동결정문제를푸는것이강화학습의핵심이된다. 순차적행동결정문제는 MDP(Markov decision process) 를통해수학적으로정의될수있으며, 벨만 (Bellman) 기대방정식과벨만최적방정식을통해 MDP 의최적가치함수와최적정책을찾을수있다. 벨만방정식들은기본적으로다이나믹프로그래밍 (dynamic programing) 을통해풀수있으며이는살사 (SALSA), 큐러닝 (Q-learning) 으로발전하였다 (Lee et al., 2017). 이후딥마인드는인공신경망을큐러닝에인공신경망을적용한오프폴리시 (off-policy) 방법인 DQN(deep Q networks) 을소개하였다 (Mnih et al., 2013). 하지만 DQN 은이산화된행동공 간을갖기때문에행동공간의수가많아지거나연속적인행동제어가필요한환경에서는적용하기힘들다. 이를해결하기위해결정론적정책경사법 (deterministic policy gradient, DPG) 알고리즘 (Silver et al., 2014) 을기반으로엑터-크리틱 (actor-critic) 방법을응용한심층결정론적정책경사법 (deep deterministic policy gradient, DDPG) 이제안되었다 (Lillicrap et al., 2016). 충돌회피시스템은자동항해시스템을구성하는주요요소로이와관련된다양한연구가진행되어왔다. Kose et al.(1998) 은충돌위험도에의한위험분포를지도에나타내어안전한항로를결정할수있도록보조하는시스템을개발하였다. Lee and Rhee (2001), Kijima and Furukawa (2002), Ota et al.(2016) 는모두퍼지 (fuzzy) 이론을사용하여충돌위험도를산출하였다. Lee and Rhee(2001) 는전문가시스템과 A* 탐색법을이용하여충돌회피시스템을개발하였고, Kijima and Furukawa(2002) 는충돌위험도에따라회피방향의범위를변화시키는방법을제안하였다. 위두방법은회피행동공간을재구성할때행동공간사이의변화를고려하기힘들다는단점이있는데, Son et al.(2009) 은가변공간탐색법을이용하여이단점을극복하고자하였다. Ota et al.(2016) 은강화학습을이용한충돌회피시스템을제안하였으며자선 (own ship) 의속도, 회피시작지점, 회피종료지점, 회피경로를충돌회피항로결정을위한중요요소로두었다. 각요소에서이산적행동들이매개변수로정의되었으며, 두선박의특정조우상황에서최적회피행동을하는매개변수들을찾기위해큐러닝방법을활용하였다. 하지만자선과타선 (target ship) 의상태에따라주기적으로최적행동이결정되는대신, 초기조우상황에맞는하나의최적행동이결정되는데, 이러한경우타선의목표경로변경과같은변화에대응하기힘들다는단점을수반한다. 이와같은단점을극복하기위해서충돌회피문제를순차적행동문제로정의하는것이필요하다. 본연구에서는조종운동방정식을기반으로강화학습의환경을구축하고, 선박의충돌회피문제를순차적행동문제로다루기위해 MDP 를정의한다. 연속된행동공간에서 MDP 의최적정책과행동을찾기위해 DDPG 를이용하며, 이를통해선박의충돌을회피경로를결정한다. 그리고 90도횡단상태의조우상황에서 MDP 를테스트하여그유효성을검증하였다. 2. 조종운동방정식및수학모델 2.1 조종운동방정식 일반적으로평수중에서선박의조종운동은종후동요 (surge), 좌우동요 (sway), 선수동요 (yaw) 에대한연성운동으로표현된다. 선박운동은 Fig. 2에보이는좌표계를이용하여나타낼수있으며, O-x 0 y 0 는공간고정좌표계, G-xy 는선체고정좌표계를나타낸다. 무차원화된조종운동방정식은식 (1) 과같이나타낼수있으며, 무차원화는식 (2) 와같은방식을따른다. JSNAK, Vol. 56, No. 1, February

3 심층결정론적정책경사법을이용한선박충돌회피경로결정 발생하는종방향유체력은식 (5), 방향타에의한유체력은식 (6) 과같다. X βr, Y β, N β, Y r,... N βrr 은유체력미계수로 Mori(1995) 가제안한선미선형을나타내는파라미터를사용하여표현된다 (Kijima & Nakiri, 2003). Fig. 2 Coordinate system cos sin sin sin cos cos (1) (2) 위식에서 m, m x, m y 는선체질량및 X, Y 방향의부가질량, I zz, i zz 는선체의관성모멘트및부가관성모멘트, U는선속, β는편각, r 는선회각속도, L은선체길이, d는흘수를나타낸다. 기호옆에표기된홑따옴표 ( ) 는무차원화된값을의미한다. 식 (1) 우변에있는외력항의경우식 (3) 과같이 MMG(manoeuvring mathematical model group) 형으로표현할수있으며 (Kijima & Nakiri, 2003), 아래첨자 H, P, R은각각선체, 프로펠러, 타를의미한다. 프로펠러에의한외력중, 횡력 (Y P ) 과모멘트 (N P ) 는다른유체력에비해매우작으므로생략하였다. 2.2 유체력수학모델 (3) sin cos (4) (5) sin cos (6) cos 여기서 t P 는추력감소계수, n은프로펠러의초당회전수, D P 는프로펠러직경, J P 는전진계수, K T 는추력계수, t R 은타에의한저항증가보정계수, F N 은단독상태에서타의압력, x R 은무게중심에서타축까지거리, 는선체와타의상호간섭계수, x H 는무게중심에서 의작용점까지거리를나타낸다. 두선박의조우상황을강화학습모델로나타낼때자선과타선의상태 (S) 가환경이며, 자선이에이전트가된다. 위와같이조종운동방정식과수학모델을통해선박의운동을나타냄으로써반복구현을통한학습이가능하며, 두선박의행동에따른산술적조우상태를산출할수있다. 3. 마르코프결정과정 순차적행동결정문제는 MDP 를통해수학적으로나타낼수있다. MDP 의구성요소는상태 (states, S), 행동 (actions, A), 보상 (reward, R), 상태변환확률 (state transition probability, P a (S,S )), 그리고감가율 (discount factor, γ) 이다. 상태변환확률은현재상태 (S) 에서어떤행동 (A) 을할경우다음상태 (S ) 에도달할수있는확률이다. 자유모델기반강화학습방법에서상태변환확률은신경망 (neural network) 학습에반영되나 (Li, 2017), 본연구에서사용하는 DDPG 는자유모델기반강화학습방법이기때문에상태변환확률은생략한다. 감가율은현재의보상이나중에받을보상보다얼마나더중요한가를나타내는상수이며, 상태, 행동, 보상에대한정의는다음절에서상세히설명된다. 3.1 상태 선체에작용하는유체력은식 (4) 와같으며, 프로펠러에의해 상태 (S) 는 MDP 의한요소로두선박의조우상황에서에이 60 대한조선학회논문집제 56 권제 1 호 2019 년 2 월

4 김동함 이성욱 남종호 요시타카후루카와 전트가처해있는상태를수치적으로표현한집합이다 (Fig. 3). Lillicrap et al.(2016) 은 DDPG 를제안하면서아타리 (Atari) 게임의연속된이미지를상태집합의예시로활용한다. 하지만두선박의조우상황을이미지로타나내면, 각선박은윤곽수준의단순한이미지로나타낼수있으며윤곽은픽셀단위로표현된다. 이미지크기가작으면선박의현재운동상태를명확히나타내기어렵게되며, 이미지크기를키우게되면운동상태가보다명확해지지만상태집합의크기도커지기때문에학습속도가저하된다. 본논문에서는이미지를활용하는것보다상태요소를파라미터로하여활용하는것이유리하다판단하였으며, 식 (7) 과같이상태집합을정의하였다. _ _ (7) 여기서아래첨자와 i 는 j 목표경로방향과목표경로에수직한방향을의미한다. v i1, v j1 은자선의 i, j 방향속도, r 1 은자선의선회각속도, 은목표경로에서자선까지수직하게떨어진거리, ψ s 는목표경로와선수방향 (heading) 이이루는각도, δ는타각, i rel, j rel 은 i와 j 방향으로타선의상대거리, v i_rel, v j_rel 은와 i j 방향으로타선의상대속도 (v i2 -v i1, v j2 -v j1 ) 이다 (Fig 3). 타선의정보는선박자동식별장치 (automation information system, AIS) 로부터획득하는것으로가정한다. 자동경로추종제어기는목표경로를설정하였을때배가목표경로를따라운항하도록타를조종한다. 자동경로추종제어기구축에는 PID(proportional-integral-derivative) 제어와퍼지제어등을이용한방법이연구되어왔으며, 본연구에서는 Furukawa et al.(2004) 의퍼지를이용한자동경로추종제어기를활용하였다. Fig. 4와같이타선이나타날경우목표경로를회피경로로대체하고, 자동경로추종제어기를통해자선이회피경로를향하도록한다. 자선과타선사이에충돌가능성이없을때에는회피경로를목표경로와일치시킴으로써자선이목표경로를유지할수있다. 강화학습을통해타선을회피하는것이충돌하는것보다높은보상을받는다는것을학습하면, 충돌가능성이있는상태 (S) 일경우회피경로를이동하여목표경로를벗어나도록변침한다. 회피후, 회피경로를목표경로에가깝게이동하는것이높은보상을받는다는것을학습하면자선은목표경로로복귀하게된다. Fig. 4 Action of agent 3.3 보상 Fig. 3 State of agent at encounter situation 3.2 행동 에이전트가할수있는행동 (A) 은 DDPG 이전강화학습방법들과달리이산적으로표현하지않고연속적행동공간으로정의한다. 본연구에서는충돌가능성이있는선박이나타났을때 Fig. 4와같이목표경로에평행한새로운회피경로 (avoidance course) 를추가하고, 식 (8) 과같이목표경로에서회피경로까지수직한방향의거리 ( ) 를행동집합의원소로정의하였다. 범위인 max 는목표경로에서회피경로까지의최대거리로 20L 로설정한다. max max (8) Fig. 1에도시되었듯이에이전트는현재처한상태 (S t ) 에서어떤행동 (A t ) 을했을때, 다음상태 (S t+1 ) 가되면서환경으로부터보상 (R t+1 ) 을받는다. 보상을최대로받거나받게될행동을학습하는것이강화학습의목표이기때문에보상은강화학습적용에서가장중요한요소이다. 본연구에서는두선박의조우상황에서경제성과안전성을고려한최적의회피경로를찾도록한다. (9) max max (10) if else if else (11) 식 (9) 와같이보상 (R) 은경제성과안정성에관련된두가지보상 (R e, R s ) 으로나눌수있다. 운항경제성은항해거리를줄 JSNAK, Vol. 56, No. 1, February

5 심층결정론적정책경사법을이용한선박충돌회피경로결정 이고항해속도를유지하는것과밀접한관계가있다. 충돌회피상황에서자선이목표경로에수직한거리 ( ) 만큼운항거리는늘어나며, 변침에의해속도 (U) 가줄어든만큼운항시간이늘어나기때문에경제성과관련된보상 (R e ) 은목표경로에가까이위치하고속도를유지하면높은보상을받을수있도록한다. 식 (10) 에서첫번째항은목표경로에서벗어날수록목표경로에수직한거리 ( ) 에비례하여음의보상을받게하며, 자선이목표경로에가까워지도록학습한다. 두번째항은 c e 를조건변수로두어자선이좌현변침을통해목표경로의좌측에위치할경우 ( < 0) 음의보상받게하며, 타선을좌현에두고자선이우현으로선회할수있도록한다. 세번째항은자선의속도 (U) 를양의보상으로주어선회시에자선의속도가느려지지않는방향으로학습한다. 안전성과관련된보상 (R s ) 은식 (11) 과같다. w s 는충돌에대한가중치상수로그값을 5로두었으며, c s 는충돌유무에대한조건변수로두선박이충돌할경우 1, 그렇지않으면 0 이다. 실제충돌은두선박이부딪힌상태지만본논문에서는블록영역 (blocking area) 을설정하고회피거리의안전성을확보하기위해블록영역안에타선의선체윤곽이들어오면충돌하였다고간주한다. 블록영역은타선의감시영역 (watching area) 이블록영역을침범했을때자선이현재경로를변경또는유지할것인지여부를결정하는영역으로 Kijima and Furukawa(2003) 에서식 (12) 와같이사용하였다. (12) 여기서 T 90 은선수방향이 0도에서 90도까지회전하는데걸리는시간, D T 는선회지름 (tactical diameter), s, 는 t 조우상황을고려한계수이다. 조우각도및상대속도에따라 s와 t 계수의값이변하기때문에블록영역의크기역시달라진다 (Kijima & Furukawa, 2003). Fig. 5는 90도각도교차조우상황에서블록영역을나타내고있다. 이때블록영역은 R bf, R ba, S b 파라미터에의해생성된두타원의조합으로만들어진다. 강화학습과정중두선박이충돌할경우, 안전성보상 (R s ) 은경제성보상 (R c ) 에비해상당히큰음의값을갖기때문에자선은 Fig. 5 Blocking area 타선과충돌하지않는범위에서경제성보상을최대화하는회피동작을하게된다. 즉, 자선은타선이블록영역에들어오지않으면서최대한블록영역에가깝게거리를유지하며둘러가도록학습한다. 4. 심층결정론적정책경사법적용 두선박의충돌조우상황에대한순차적행동문제정의를 DDPG 방법에적용한다. DDPG 는엑터-크리틱에서엑터네트워크를업데이트할때 DPG 방법을사용하며재생버퍼를활용하는특징을갖고있다. 4.1 탐험 보상을최대화할수있는행동을찾기위해무작위행동을수행하는탐험 (exploration) 이 DDPG 과정에필요하다. 본연구에서는 Lillicrap et al.(2016) 이제안한 Ornstein-Uhlenbeck 방법을사용하여무작위노이즈 (noise) 값을생성하고, 식 (13) 과같이엑터네트워크에서산출되는행동 ( ) 에노이즈를더해줌으로써탐험이가능하도록한다. 또한감소하는엡실론-탐욕 (epsilon-greedy) 정책 (Lee et al., 2017) 을활용하여에피소드를거듭할수록노이즈의영향을줄인다. 엡실론 (ε) 은한에피소드를수행할때마다식 (14) 와같이업데이트된다. 엡실론이 ε min 보다클경우 ε decay 만큼감소하고, 그렇지않으면 ε min 값이된다. 초기엡실론과 ε decay, ε min 은각각 1.0, 5.0E-4, 2.0E-4 로설정되며, 이는 2,000 에피소드가지나면탐험을거의하지않도록하는값이다. (13) min if min (14) 4.2 시나리오 DDPG 시나리오는 15노트속도의두선박이 90도각도에서 교차조우하는상황이며, 시나리오의시작조건은 Table 1과같 다. 본연구에서는선박해양플랜트연구소공개선형인 KVLCC 의주요제원을 Table 2와같이축척하여활용하였으며, 유체력 미계수는 Kijima and Nakiri(2003) 의추정식을통해산출된 Table 3의값을사용하였다. Table 1 Initial conditions for encounter scenario Item Own ship Target ship [m] [m] [deg] [m/s] 대한조선학회논문집제 56 권제 1 호 2019 년 2 월

6 김동함 이성욱 남종호 요시타카후루카와 Table 2 Principal dimensions of KVLCC Item Value Length[m] 2.5 Breadth[m] Draft[m] Block Coefficient Table 3 Hydrodynamic derivative values Item Value Item Value (hidden layer) 의개수, n a, n c 는각네트워크에서각은닉층의유닛 (unit) 개수, α a, α c 는각네트워크의학습률, γ는감가율, τ 는각네트워크를천천히갱신하기위한상수로학습의안전성을높여준다. B는재생버퍼의크기, 은 r 배치크기로한번학습할때사용되는샘플의수이며, w s 는충돌가중치로식 (11) 의보상식에사용되는상수이다. 4.4 학습 최적화된하이퍼파라미터로시나리오를학습하였을때, 8,000 에피소드동안받은보상은 Fig. 6과같다. 보상을최대화하는방향으로학습되었으며, 약 4,000 에피소드부터보상값이수렴하는것을확인할수있다 하이퍼파라미터최적화 심층결정론적정책경사법은신경망을활용하고있기때문에하이퍼파라미터 (hyper parameter) 최적화가중요하다. 최적화에활용되는기법중그리드탐색법 (grid search) 과같은규칙적인탐색보다는무작위샘플링을통해탐색하는것이좋은결과를낸다고알려져있다 (Bergstra & Bengio, 2012). 본연구에서는무작위탐색법을활용하여 Table 4와같이하이퍼파라미터값을최적화하였다. 하이퍼파라미터에서아래첨자 a와 c는각각엑터네트워크와크리틱네트워크를의미한다. L a, L c 는각네트워크에서은닉층 Table 4 Hyper parameters Item Value (number of actor hidden layers) 2 (number of actor hidden units) 500 (learning rate of actor) E-5 (number of critic hidden layers) 4 (number of critic hidden units) 500 (learning rate of critic) E-4 (discount factor) E-7 (tau) E-5 B (buffer size) 16,400 (batch size) 32 (collision weight) 5.0 Fig. 6 History of achieved rewards through training 5. 조우상황조종운동예제 DDPG 방법을이용하여최적정책을찾는학습결과는 Fig. 7과같다. Fig. 7의위그림에서굵은실선은자선의경로이며점선은타선의경로를나타낸다. 특정시간에자선의블록영역들을도식화였는데, 십자형상의표식은같은시간대에서자선과타선의위치를나타낸다. 전체결과를보면약 100 초까지목표경로를유지하다타선을회피하기위한행동을시작한다. 회피행동에의해선수방향이우현으로향하도록조타를시작하며, 그로인해자선의속도가줄어들기시작한다. 약 115 초에타가복원되면서자선은선수방향을유지하며속도가상승되지만, 타선을회피하였다고판단한시점인약 130 초부터다시목표경로로향하는행동을시작한다. 조타에의해선수는좌현방향으로향하고속도는다시줄어들며, 약 150 초부터목표경로에진입하기위해타가복원되면서속도가상승하지만회두모멘트의영향이남아있기때문에선수방향은여전히좌현쪽으로향한다. 약 170 초구간은목표경로를안정적으로추종하기위해타를사용하고오버슈트없이약 200 초구간부터목표경로와선수방향을일치시켜 15노트까지속도를회복하게된다. 이결과는횡단상태에서타선의홍등을바라보고있는선박이우현측로진로를피하여야한다는규칙을준수하고있다. JSNAK, Vol. 56, No. 1, February

7 심층결정론적정책경사법을이용한선박충돌회피경로결정 6. 결론 두선박의조우상황에서경제성과안전성을고려하여회피동작을최적화하는강화학습방법을개발하였다. 우선조종운동수학모델을기반으로강화학습환경을구축하고, 조종운동수학모델은 MMG 에서제안한모델을활용하였다. 선박의조우상황에서충돌회피를위한동작은순차적행동문제로간주하고, MDP 를이용해수학적으로표현하였다. 목표경로에수평한새로운회피경로를생성하고목표경로와회피경로사이의거리를행동으로설정한후, 두선박의조우상태에따른최적의행동정책, 즉최적의회피경로를찾았다. 보상함수는경제성과안전성을동시에고려하여실제선박운항조건과가깝게설정하였다. 마지막으로두선박의 90도교차조우상황을테스트하여제안된방법의유효성을검증하였다. 본연구에서는 90도교차조우상황만을가정하여테스트하였으나보다포괄적인조우상황을고려하기위하여향후마주침 (head-on) 및추월 (overtaking) 상황에대한테스트를진행할계획이다. 또한조타만을이용하여피항이가능한상황에대해테스트를하였는데향후행동집합에추력조절요소를추가함으로써속도에대한영향을포함하는연구가진행되어야할것으로사료된다. 후기 본연구는 2018 년도한국연구재단의이공학개인기초연구지원사업 (NRF-2017R1D1A3B ) 의지원으로수행된연구임을밝히며, 연구비지원에감사드립니다. 아울러산업통상자원부조선해양산업핵심기술개발사업 ( 조선소생산관리정밀도향상을위한리드타임기준정보체계개발 ) 의재정지원에도감사드립니다. References Fig. 7 Results of reinforcement learning Bergstra, J. & Bengio, Y., Random search for hyper-parameter optimization. Journal of Machine Learning Research, 13, pp Furukawa, Y., Kijima, K. & Ibaragi, H., Development of automatic course modification system using fuzzy inference. International Federation of Automatic Control Proceedings, 37(10), pp Jeong, J.S., Korean e-navigation goal and government plan. Telecommunications Technology Association Journal, 159, pp Kijima, K. & Furukawa, Y., Development of collision avoidance algorithm using fuzzy inference. Proceedings of ISOPE Pacific/Asia Offshore Mechanics Symposium, 64 대한조선학회논문집제 56 권제 1 호 2019 년 2 월

8 김동함 이성욱 남종호 요시타카후루카와 pp Kijima, K. & Furukawa, Y., Automatic collision avoidance system using the concept of blocking area. International Federation of Automatic Control Proceedings, 36(21), pp Kijima, K. & Nakiri, Y., On the practical prediction method for ship manoeuvring characteristics. Transaction of the West-Japan Society of Naval Architects, 105, pp Kim, D.J. & Kwak, S.Y., Evaluation of human factors in ship accidents in the domestic sea. Journal of the Ergonomics Society of Korea, 30(1), pp Korean Maritime Safety Tribunal, 2017, Current situation of causes of maritime accidents by type of accident [online] Available at: AnnualReportList.do [Accessed 21 May 2018]. Kose, K., Hirono, K., Sugano, K. & Sato, I., A new collision-avoidance-supporting-system and its application to coastal-cargo-ship SHOYO MARU. IFAC Proceeding, 31, Lee, H.J. & Rhee, K.P., Development of collision avoidance system by using expert system and search algorithm. International Shipbuilding Progress, 48, pp Lee, W.W., Yang, H.R., Kim, K.W., Lee, Y.M. & Lee, U.R., Reinforcement Learning with Python and Keras. Wikibook. Li, Y., Deep Reinforcement Learning: An Overview. arxiv preprint arxiv: Lillicrap, T.P., Hunt, J.J., Pritzel, A., Heess, N., Erez, T., Tassa, Y., Silver, D. & Wierstra, D., Continuous control with deep reinforcement learning. International Conference on Learning Representations, Mnih, V., Kavukcuoglu, K., Silver, D., Graves, A., Antonoglou, I., Wierstra, D. & Riedmiller, M., Playing Atari with Deep Reinforcement Learning. Neural Information Processing Systems, Lake Tahoe, USA, 9 December Mori, S., Note of Ship Form Design(24). FUNE-NO-KAGAKU, 48, pp Ota, D., Masuyama, T., Furukawa, Y. & Ibaragi, H., Development of automatic collision avoidance system for ships using reinforcement learning. Proceedings of 7th PAAMES and AMEC2016, Hong Kong, October Shim, W.S., Park, J.W. & Lim, Y.K., The study on the trend of international standards and the domestic plan to cope with e-navigation. Journal of the Korea Institute of Information and Communication Engineering, 14(5), pp Silver, D., Huang, A., Maddison, C., Guez, A., Sifre, L., Driessche, G., Schrittwieser, J., Antonoglou, I., Panneershelvam, V., Lanctot, M., Dieleman, S., Grewe, D., Nham, J., Kalchbrenner, N., Sutskever, I., Graepel, T., Lillicrap T., Leach, M., Kavukcuoglu, K. & Hassabis, D., Mastering the game of go with deep neural networks and tree search. Nature, 529(7587), pp Silver, D., Lever, G., Heess, N., Degris, T., Wierstra, D. & Riedmiller, M., Deterministic policy gradient algorithms. International Conference on Machine Learning, 32, pp Son, N.S., Furukawa, Y., Kim, S.Y. & Kijima, K., Study on the collision avoidance algorithm against multiple traffic ships using changeable action space searching method. Journal of the Korean Society for Marine Environmental Engineering, 12(1), pp Van, S.H., Planning research for development of core technologies for smart ship. KORDI Report No. UCPM0147A 김동함이성욱남종호 Furukawa, Y. JSNAK, Vol. 56, No. 1, February

Ch 8 딥강화학습

Ch 8 딥강화학습 Chapter 8. 딥강화학습 < 기계학습개론 > 강의서울대학교컴퓨터공학부장병탁 교재 : 장교수의딥러닝, 홍릉과학출판사, 2017. Slides Prepared by 장병탁, 최진영 Biointelligence Laboratory School of Computer Science and Engineering Seoul National University Version

More information

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770>

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770> Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 19, No. 2 : 258~264 Feb. 2015 ID3 알고리즘 기반의 귀납적 추론을 활용한 모바일 OS의 성공과 실패에 대한

More information

<4D6963726F736F667420576F7264202D20B1E2C8B9BDC3B8AEC1EE2DC0E5C7F5>

<4D6963726F736F667420576F7264202D20B1E2C8B9BDC3B8AEC1EE2DC0E5C7F5> 주간기술동향 2016. 5.18. 컴퓨터 비전과 인공지능 장혁 한국전자통신연구원 선임연구원 최근 많은 관심을 받고 있는 인공지능(Artificial Intelligence: AI)의 성과는 뇌의 작동 방식과 유사한 딥 러닝의 등장에 기인한 바가 크다. 이미 미국과 유럽 등 AI 선도국에서는 인공지능 연구에서 인간 뇌 이해의 중요성을 인식하고 관련 대형 프로젝트들을

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

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

<4D6963726F736F667420576F7264202D20C3D6BDC52049435420C0CCBDB4202D20BAB9BBE7BABB>

<4D6963726F736F667420576F7264202D20C3D6BDC52049435420C0CCBDB4202D20BAB9BBE7BABB> 주간기술동향 2016. 2. 24. 최신 ICT 이슈 인공지능 바둑 프로그램 경쟁, 구글이 페이스북에 리드 * 바둑은 경우의 수가 많아 컴퓨터가 인간을 넘어서기 어려움을 보여주는 사례로 꼽혀 왔 으며, 바로 그런 이유로 인공지능 개발에 매진하는 구글과 페이스북은 바둑 프로그램 개 발 경쟁을 벌여 왔으며, 프로 9 단에 도전장을 낸 구글이 일단 한발 앞서 가는

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

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

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

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

<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 Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 19, No. 5 : 1031~1039 May. 2015 정보보호 산업의 경제적 파급효과 및 기여도 분석 김방룡 1 홍재표 2* Economic

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

10. J1_ _R_김연규_.hwp

10. J1_ _R_김연규_.hwp 대한조선학회논문집 Journal of the Society of Naval Architects of Korea pissn:1225-1143, Vol. 5, No. 6, pp. 429-435, December 213 eissn:2287-7355, http://dx.doi.org/1.3744/snak.213.5.6.429 2 축 POD 여객선의조종운동수학모형특성연구

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

(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

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

, ( ) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). *

, ( ) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). * , 40 12 (2006 6) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). * 40, 40 12 (EPQ; economic production quantity). (setup cost) (setup time) Bradley

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

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 가깝고도먼 DeepRL 이웅원 2018.02.07 강사소개 연세대학교기계공학과전공 모두의연구소 DCULab 랩장 제이마플선임연구원 파이썬과케라스로배우는강화학습 저자 패스트캠퍼스 Keras로시작하는강화학습 Camp 강사 페이스북그룹 Reinforcement Learning KR 운영진 Reinforcement Learning KR https://www.facebook.com/groups/reinforcementlearningkr/

More information

<30345F283439372D353034295F313135375FC0CCB5BFC8F15FB5B5B7CEC5CDB3CEC0C720B0BBB1B8BACE20B0E6B0FCBCB3B0E8B0A120C5CDB3CE20B3BBBACEC1B6B8ED2E687770>

<30345F283439372D353034295F313135375FC0CCB5BFC8F15FB5B5B7CEC5CDB3CEC0C720B0BBB1B8BACE20B0E6B0FCBCB3B0E8B0A120C5CDB3CE20B3BBBACEC1B6B8ED2E687770> J of Korean Tunn Undergr Sp Assoc 15(5)497-504(2013) eissn: 2287-4747 http://dx.doi.org/10.9711/ktaj.2013.15.5.497 pissn: 2233-8292 도로터널의 갱구부 경관설계가 터널 내부조명에 미치는 영향에 관한 연구 이미애 1 ㆍ이동희 2 * 1 아이라이트 대표이사 2

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

<BAF9C7D8BFEEC7D7BCB1B9DA20C1F6C4A728B1B9B9AE292E687770>

<BAF9C7D8BFEEC7D7BCB1B9DA20C1F6C4A728B1B9B9AE292E687770> 2015 빙해운항선박지침 G C-14-K 한국선급 - i - - iii - (m ) cos sin sin 및 Nm N m s Nm Nm m s Nm Nm s Nm arctantan sin 및 Nm N m s Nm Nm m s Nm Nm s Nm Δ ton k UIWL LIWL 1.2 m 1.0 m 0.9 m 0.75 m 0.7 m 0.6 m 0.7 m

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

Buy one get one with discount promotional strategy

Buy one get one with discount promotional strategy Buy one get one with discount Promotional Strategy Kyong-Kuk Kim, Chi-Ghun Lee and Sunggyun Park ISysE Department, FEG 002079 Contents Introduction Literature Review Model Solution Further research 2 ISysE

More information

(Hyunoo Shim) 1 / 24 (Discrete-time Markov Chain) * 그림 이산시간이다연쇄 (chain) 이다왜 Markov? (See below) ➀ 이산시간연쇄 (Discrete-time chain): : Y Y 의상태공간 = {0, 1, 2,..., n} Y n Y 의 n 시점상태 {Y n = j} Y 가 n 시점에상태 j 에있는사건

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

Artificial Intelligence: Assignment 6 Seung-Hoon Na December 15, Sarsa와 Q-learning Windy Gridworld Windy Gridworld의 원문은 다음 Sutton 교재의 연습문제

Artificial Intelligence: Assignment 6 Seung-Hoon Na December 15, Sarsa와 Q-learning Windy Gridworld Windy Gridworld의 원문은 다음 Sutton 교재의 연습문제 Artificial Intelligence: Assignment 6 Seung-Hoon Na December 15, 2018 1 1.1 Sarsa와 Q-learning Windy Gridworld Windy Gridworld의 원문은 다음 Sutton 교재의 연습문제 6.5에서 찾아볼 수 있다. http://incompleteideas.net/book/bookdraft2017nov5.pdf

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

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

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

½Éº´È¿ Ãâ·Â

½Éº´È¿ Ãâ·Â Standard and Technology of Full-Dimension MINO Systems in LTE-Advances Pro Massive MIMO has been studied in academia foreseeing the capacity crunch in the coming years. Presently, industry has also started

More information

10(3)-12.fm

10(3)-12.fm w y wz 10«3y 273~280 (2010.12.) Journal of Korean Society of Urban Environment p yá xá½k w y œw (2010 9 15, 2010 12 2 k) Analysis of Characteristics of Delivered Nonpoint Source Pollution at Forested Watershed

More information

(JBE Vol. 23, No. 5, September 2018) (Regular Paper) 23 5, (JBE Vol. 23, No. 5, September 2018) ISSN

(JBE Vol. 23, No. 5, September 2018) (Regular Paper) 23 5, (JBE Vol. 23, No. 5, September 2018)   ISSN (JBE Vol. 23, No. 5, September 2018) (Regular Paper) 23 5, 2018 9 (JBE Vol. 23, No. 5, September 2018) https://doi.org/10.5909/jbe.2018.23.5.636 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) The

More information

04-다시_고속철도61~80p

04-다시_고속철도61~80p Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and

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

232 도시행정학보 제25집 제4호 I. 서 론 1. 연구의 배경 및 목적 사회가 다원화될수록 다양성과 복합성의 요소는 증가하게 된다. 도시의 발달은 사회의 다원 화와 밀접하게 관련되어 있기 때문에 현대화된 도시는 경제, 사회, 정치 등이 복합적으로 연 계되어 있어 특

232 도시행정학보 제25집 제4호 I. 서 론 1. 연구의 배경 및 목적 사회가 다원화될수록 다양성과 복합성의 요소는 증가하게 된다. 도시의 발달은 사회의 다원 화와 밀접하게 관련되어 있기 때문에 현대화된 도시는 경제, 사회, 정치 등이 복합적으로 연 계되어 있어 특 한국도시행정학회 도시행정학보 제25집 제4호 2012. 12 : pp.231~251 생활지향형 요소의 근린주거공간 분포특성 연구: 경기도 시 군을 중심으로* Spatial Distribution of Daily Life-Oriented Features in the Neighborhood: Focused on Municipalities of Gyeonggi Province

More information

Multi-pass Sieve를 이용한 한국어 상호참조해결 반-자동 태깅 도구

Multi-pass Sieve를 이용한 한국어 상호참조해결 반-자동 태깅 도구 Siamese Neural Network 박천음 강원대학교 Intelligent Software Lab. Intelligent Software Lab. Intro. S2Net Siamese Neural Network(S2Net) 입력 text 들을 concept vector 로표현하기위함에기반 즉, similarity 를위해가중치가부여된 vector 로표현

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

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

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

에너지경제연구 Korean Energy Economic Review Volume 11, Number 2, September 2012 : pp. 1~26 실물옵션을이용한해상풍력실증단지 사업의경제성평가 1

에너지경제연구 Korean Energy Economic Review Volume 11, Number 2, September 2012 : pp. 1~26 실물옵션을이용한해상풍력실증단지 사업의경제성평가 1 에너지경제연구 Korean Energy Economic Review Volume 11, Number 2, September 2012 : pp. 1~26 실물옵션을이용한해상풍력실증단지 사업의경제성평가 1 2 3 4 5 6 ln ln 7 8 9 [ 그림 1] 해상풍력단지건설로드맵 10 11 12 13 < 표 1> 회귀분석결과 14 < 표 2> 미래현금흐름추정결과

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

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

- i - - ii - - iii - - iv - - v - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - α α - 20 - α α α α α α - 21 - - 22 - - 23 -

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: A study on Characte

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI:   A study on Characte Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.381-404 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.381 A study on Characteristics of Action Learning by Analyzing Learners Experiences

More information

06_ÀÌÀçÈÆ¿Ü0926

06_ÀÌÀçÈÆ¿Ü0926 182 183 184 / 1) IT 2) 3) IT Video Cassette Recorder VCR Personal Video Recorder PVR VCR 4) 185 5) 6) 7) Cloud Computing 8) 186 VCR P P Torrent 9) avi wmv 10) VCR 187 VCR 11) 12) VCR 13) 14) 188 VTR %

More information

<C7D1B1B9B1B3C0B0B0B3B9DFBFF85FC7D1B1B9B1B3C0B05F3430B1C733C8A35FC5EBC7D5BABB28C3D6C1BE292DC7A5C1F6C6F7C7D42E687770>

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

More information

DBPIA-NURIMEDIA

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

More information

10(3)-09.fm

10(3)-09.fm w y wz 10«3y 253~258 (2010.12.) Journal of Korean Society of Urban Environment ³ w Á» Á Á y w y œw (2010 11 22, 2010 12 9 k) Study on Determine of Detention Pond in Small Developed Area In-Soo Chang ½

More information

1. KT 올레스퀘어 미디어파사드 콘텐츠 개발.hwp

1. KT 올레스퀘어 미디어파사드 콘텐츠 개발.hwp Journal of Next-generation Convergence Information Services Technology Vol.4, No.1, June (2015), pp. 1-8 차세대컨버전스정보서비스기술논문지 KT 올레스퀘어 미디어파사드 콘텐츠 개발 Media Fasade Contents Development of KT Olleh Square 김동조

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

<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

untitled

untitled PMIS 발전전략 수립사례 A Case Study on the Development Strategy of Project Management Information System 류 원 희 * 이 현 수 ** 김 우 영 *** 유 정 호 **** Yoo, Won-Hee Lee, Hyun-Soo Kim, Wooyoung Yu, Jung-Ho 요 약 건설업무의 효율성

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

사단법인 커뮤니케이션디자인협회 시각디자인학회

사단법인 커뮤니케이션디자인협회 시각디자인학회 소도시 공공디자인 기본계획의 실효성 및 지속성 제고에 관한 연구 - 고성군을 중심으로 - Study on Public Design Master Plan to enhance the effectiveness and sustainability - Focusing on Goseong-Gun - 주저자 김정범 Kim, Jungbum 경동대학교 디자인학과 교수 Professor

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Sep.; 30(9),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Sep.; 30(9), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2019 Sep.; 30(9), 712 717. http://dx.doi.org/10.5515/kjkiees.2019.30.9.712 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) MOS

More information

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

More information

Æ÷Àå½Ã¼³94š

Æ÷Àå½Ã¼³94š Cho, Mun Jin (E-mail: mjcho@ex.co.kr) ABSTRACT PURPOSES : The performance of tack coat, commonly used for layer interface bonding, is affected by application rate and curing time. In this study, bonding

More information

<313220BDC5C7F6B0E628BFCF292E687770>

<313220BDC5C7F6B0E628BFCF292E687770> 대한조선학회논문집 Journal of the Society of Naval Architects of Korea Vol. 48, No. 5, pp. 465-472, October 2011 http://dx.doi.org/10.3744/snak.2011.48.5.465 구속모형시험을이용한 KCS 선형의조종성능추정 신현경 1, 최시훈 1 울산대학교조선해양공학부 1

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

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

Microsoft PowerPoint - ch02-1.ppt

Microsoft PowerPoint - ch02-1.ppt 2. Coodinte Sstems nd Tnsfomtion 20 20 2.2 Ctesin Coodintes (,, ) () (b) Figue 1.1 () Unit vectos,, nd, (b) components of long,, nd. 직각좌표계에서각변수 (,, ) 들의범위 < < < < < < (2.1) 직각좌표계에서임의의벡터 는,, 가그림 1.1 에서와같이,,

More information

(000-000)실험계획법-머리말 ok

(000-000)실험계획법-머리말 ok iii Design Analysis Optimization Design Expert Minitab Minitab Design Expert iv 2008 1 v 1 1. 1 2 1. 2 4 1. 3 6 1. 4 8 1. 5 12 2 2. 1 16 2. 2 17 2. 3 20 2. 4 27 2. 5 30 2. 6 33 2. 7 37 2. 8 42 46 3 3.

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

304.fm

304.fm Journal of the Korean Housing Association Vol. 20, No. 3, 2009 yw s w - û - A Study on the Planning of Improved-Hanok - Focused on Jeon-Nam Province - y* ** z*** **** Kang, Man-Ho Lee, Woo-Won Jeong, Hun

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

???? 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

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

<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

<30312DC1A4BAB8C5EBBDC5C7E0C1A420B9D720C1A4C3A52DBDC5C1F82E687770>

<30312DC1A4BAB8C5EBBDC5C7E0C1A420B9D720C1A4C3A52DBDC5C1F82E687770> Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 19, No. 3 : 493~499 Mar. 2015 이동통신정책의 공공선택 분석 신진 * The Public Choice Analysis

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

Microsoft Word - 1-차우창.doc

Microsoft Word - 1-차우창.doc Journal of the Ergonomics Society of Korea Vol. 28, No. 2 pp.1-8, May 2009 1 하이브리드 환경하의 인간기계시스템 제어실 평가에 관한 연구 차 우 창 김 남 철 금오공과대학교 산업시스템공학과 A Study of the Evaluation for the Control Room in Human Machine

More information

http://www.kbc.go.kr/pds/2.html Abstract Exploring the Relationship Between the Traditional Media Use and the Internet Use Mee-Eun Kang This study examines the relationship between

More information

Microsoft PowerPoint - 26.pptx

Microsoft PowerPoint - 26.pptx 이산수학 () 관계와그특성 (Relations and Its Properties) 2011년봄학기 강원대학교컴퓨터과학전공문양세 Binary Relations ( 이진관계 ) Let A, B be any two sets. A binary relation R from A to B, written R:A B, is a subset of A B. (A 에서 B 로의이진관계

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

<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

6.24-9년 6월

6.24-9년 6월 리눅스 환경에서Solid-State Disk 성능 최적화를 위한 디스크 입출력요구 변환 계층 김태웅 류준길 박찬익 Taewoong Kim Junkil Ryu Chanik Park 포항공과대학교 컴퓨터공학과 {ehoto, lancer, cipark}@postech.ac.kr 요약 SSD(Solid-State Disk)는 여러 개의 낸드 플래시 메모리들로 구성된

More information

슬라이드 1

슬라이드 1 10. 기본설계도면 016 년상반기 김수영 10-1. 기본설계도면 기본설계도면의내용 선도 (ines 10-1. 기본설계도면 기본설계도면의내용 중앙횡단면도 (Midship Section 10-1. 기본설계도면 기본설계도면의내용 일반배치도 (General Arrangement 10-. 선도의작성 ines 의투영도 10-. 선형의구성 / 특징 선수형상 선박의종류

More information

<31372DB9DABAB4C8A32E687770>

<31372DB9DABAB4C8A32E687770> 김경환 박병호 충북대학교 도시공학과 (2010. 5. 27. 접수 / 2011. 11. 23. 채택) Developing the Traffic Severity by Type Kyung-Hwan Kim Byung Ho Park Department of Urban Engineering, Chungbuk National University (Received May

More information

09È«¼®¿µ 5~152s

09È«¼®¿µ5~152s Korean Journal of Remote Sensing, Vol.23, No.2, 2007, pp.45~52 Measurement of Backscattering Coefficients of Rice Canopy Using a Ground Polarimetric Scatterometer System Suk-Young Hong*, Jin-Young Hong**,

More information

2 : (JEM) QTBT (Yong-Uk Yoon et al.: A Fast Decision Method of Quadtree plus Binary Tree (QTBT) Depth in JEM) (Special Paper) 22 5, (JBE Vol. 2

2 : (JEM) QTBT (Yong-Uk Yoon et al.: A Fast Decision Method of Quadtree plus Binary Tree (QTBT) Depth in JEM) (Special Paper) 22 5, (JBE Vol. 2 (Special Paper) 22 5, 2017 9 (JBE Vol. 22, No. 5, Sepember 2017) https://doi.org/10.5909/jbe.2017.22.5.541 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) (JEM) a), a), a) A Fast Decision Method of Quadtree

More information

Microsoft Word - KSR2014S042

Microsoft Word - KSR2014S042 2014 년도 한국철도학회 춘계학술대회 논문집 KSR2014S042 안전소통을 위한 모바일 앱 서비스 개발 Development of Mobile APP Service for Safety Communication 김범승 *, 이규찬 *, 심재호 *, 김주희 *, 윤상식 **, 정경우 * Beom-Seung Kim *, Kyu-Chan Lee *, Jae-Ho

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

<C7A5C1F620BEE7BDC4>

<C7A5C1F620BEE7BDC4> 연세대학교 상경대학 경제연구소 Economic Research Institute Yonsei Universit 서울시 서대문구 연세로 50 50 Yonsei-ro, Seodaemun-gS gu, Seoul, Korea TEL: (+82-2) 2123-4065 FAX: (+82- -2) 364-9149 E-mail: yeri4065@yonsei.ac. kr http://yeri.yonsei.ac.kr/new

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

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA e- 비즈니스연구 (The e-business Studies) Volume 17, Number 3, June, 30, 2016:pp. 93~116 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2016. 06. 12 2016. 06. 20 2016. 06. 26 ABSTRACT e-

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

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at

More information

<313630313032C6AFC1FD28B1C7C7F5C1DF292E687770>

<313630313032C6AFC1FD28B1C7C7F5C1DF292E687770> 양성자가속기연구센터 양성자가속기 개발 및 운영현황 DOI: 10.3938/PhiT.25.001 권혁중 김한성 Development and Operational Status of the Proton Linear Accelerator at the KOMAC Hyeok-Jung KWON and Han-Sung KIM A 100-MeV proton linear accelerator

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

<313720BCADBCBAB9AB2DBBE7C8B8C0FBB1E2BEF720C5F5C0DA20C0C7BBE7B0E1C1A42E687770>

<313720BCADBCBAB9AB2DBBE7C8B8C0FBB1E2BEF720C5F5C0DA20C0C7BBE7B0E1C1A42E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 14, No. 3 pp. 1109-1115, 2013 http://dx.doi.org/10.5762/kais.2013.14.3.1109 사회적기업 투자 의사결정 모델 연구 서성무 1, 장대규 2* 1 중앙대학교 경영경제대학, 2 중앙대학교 일반대학원

More information

Software Requirrment Analysis를 위한 정보 검색 기술의 응용

Software Requirrment Analysis를 위한 정보 검색 기술의 응용 EPG 정보 검색을 위한 예제 기반 자연어 대화 시스템 김석환 * 이청재 정상근 이근배 포항공과대학교 컴퓨터공학과 지능소프트웨어연구실 {megaup, lcj80, hugman, gblee}@postech.ac.kr An Example-Based Natural Language System for EPG Information Access Seokhwan Kim

More information

Study on the Improvement of Management System through Analysis of golf semi- market: Focus on Physical Education Facility Act Ji-Myung Jung 1, Ju-Ho Park 2 *, & Youngdae Lee 3 1 Korea Institute of Sport

More information

원고스타일 정의

원고스타일 정의 논문접수일 : 2015.01.05 심사일 : 2015.01.13 게재확정일 : 2015.01.26 유니컨셉 디자인을 활용한 보행환경 개선방안 연구 A Study on Improvement of Pedestrian Environment on to Uniconcept Design 주저자 : 김동호 디지털서울문화예술대학교 인테리어실용미술학과 교수 Kim dong-ho

More information

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A528B1E8C1BEB9E8292E687770>

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A528B1E8C1BEB9E8292E687770> Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 18, No. 11 : 2593~2599 Nov. 2014 오픈소스 모바일 UI컴포넌트 선정 절차 프레임워크 손효정 1 이민규 2 성백민

More information

03¼ºÅ°æ_2

03¼ºÅ°æ_2 102 103 R&D closed innovation strategy open innovation strategy spin-off Chesbrough technology marketing IBM Intel P&G IBM Dell Apple Nintendo Acer http //www ibm com/ibm/licensing MIT 1) 104 Bucher et

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 박건수 *, 서태영 **, 김종욱 *** ". 요약 Abstract The induction melting furnace using electric generator has been introduced since 1920s, and it began to be widely applied to industrial applications due to increasing

More information