torsj03-18.dvi

Size: px
Start display at page:

Download "torsj03-18.dvi"

Transcription

1 Transactions of the Operations Research Society of Japan ( ; ) :,,,, 1. 1 Tantawi and Towsley[19] Kameda et al.[9] Li and Kameda[10] Shivaratri et al.[17] Eager et al.[5] M/M Zhou[20] Eager et al.[5] [5] 46

2 47 Mirchandaney et al.[11, 12] Mitzenmacher[13] Dahlin[3] (Undiscounted Markov Decision Processes, UMDP) (Neuro-Dynamic Programming, NDP) [2] NDP (Reinforcement Learning, RL)[18] 2 UMDP 3 2 UMDP 1 Modified Policy Iteration Method, MPIM [14, 16] 4 NDP Semi-Markov Average Reward Technique (SMART)[4] Simulation-Based Policy Iteration Algorithm (SBPI)[7] Simulation-Based Modified Policy Iteration Method (SBMPIM)[15] 5 NDP [20] 3 NDP 6 2. xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx external stream (source) xxx xxx x0 xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx B0 switch node 0 load balancing x1 xxxxxxxx xxxxxxxx xxxxxxxx B1 xxx x2 xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx B2 xxx xxx xxx xxx xxx xxx xxx Bn server node xxx xxx xn xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx 1 2 n 1: 1 1 n 0 1,...,n M s = {1,...,n} M = {0,...,n} B i (i M)

3 48 t (t =0, 1,...) [t, t +1) i A(t) S i (t) A(t) S i (t) t Pr{A(t) =l} = α(l), Pr{S i (t) =l} = σ i (l), i M s, (l =0, 1,...) t i X i (t) X(t) =(X i (t); i M) π (f(x); x X ) f(x) (f i (x); i M s ) x X B i (i M) X = { (x i ; i M); 0 x i B i,i M } (2.1) x { } K(x) = (f i ; i M s ); f j x 0,f i + x i B i,i M s, x X (2.2) j M s (2.2) Π = {π; f(x) K(x), x X} X(t) X(t +1) t f K(X(t)) A(t) i S i (t) (i M s ) X 0 (t +1) = min{x 0 (t) f i + A(t),B 0 } (2.3) i M s X i (t +1) = max{x i (t)+f i S i (t), 0}, i M s (2.4) t x f t +1 x p(x, x, f) = Pr(X(t +1)=x X(t) =x, f) q i (x i,x i, f) (i M) p(x, x, f) = q i (x i,x i, f) (2.5) i M q 0 (x 0,x 0, f) (2.3) (x 0 i M s f i ) (x 0 x 0 + i M s f i ) B 0 x 0 x 0 + i M s f i 0 α(x 0 (x 0 i M s f i )), for 0 x 0 <B 0 q 0 (x 0,x 0, f) = l=b 0 (x 0 P i Ms f i) α(l), for x 0 = B 0 (2.6) 0, otherwise

4 49 i (i M s ) q i (x i,x i, f) (2.4) (x i + f i ) (x i + f i x i) x i + f i x i 0 σ i ((x i + f i ) x i), for 0 <x i B q i (x i,x i i, f) = l=x i +f i σ i (l), for x i =0 i M s (2.7) 0, otherwise, : Ci H : 1 i (i M) C R : 1 Ci P : i (i M s ) 1 x f x r(x, x, f) r(x, x, f) = C0 H (x 0 f i )+ Ci H (x i + f i ) i M s i M s + I {x 0 =B 0 }C R l α(b 0 x 0 + l=0 i M s C P i (x i + f i x i) i M s f i + l) (2.8) I X X 1 0 x f r(x, f) r(x, f) = x X p(x, x, f)r(x, x, f) (2.9) UMDP [1,8,16] g + h(x) = min {r(x, f)+ p(x, x, f)h(x 0 )}, x X (2.10) f K(x) x X g h(x) x x (2.10) π =(f (x); x X) g (2.10) NDP x 0 (2.10)

5 50 3. (2.10) (Modified Policy Iteration Method : MPIM) MPIM Howard[8] (Policy Iteration Method :PIM) MPIM (Value Iteration Method: VIM) 0 VIM MPIM (MPIM) Step 1( ): x r X h 0 (x r )=0 h 0 (h 0 (x); x X ) π 0 Π, L ε>0, m =0 Step 2( ): x X g m+1 (x) = min {r(x, f)+ p(x, x 0, f)h m (x 0 ) h m (x)} f K(x) x X f m (x) g m+1 (x) f m+1 (x) =f m (x) f m+1 (x) g m+1 (x) f Step 3( ): w 0 (x) =h m (x) +g m+1 (x), x X l =0, 1,...,L 1 w l+1 (x) =r(x, f m+1 (x)) + p(x, x 0, f m+1 (x))w l (x 0 ) x 0 X h m+1 (x) =w L (x) w L (x r ), x X max x X hm+1 (x) h m (x) <ε m = m +1 step 2 Puterman[16] MPIM 4. NDP MDP NDP NDP SMART[4] SBPI[7] SBMPIM[15] 4.1. SMART[4] SMART (Semi-Markov decision process, SMDP) NDP Q- (Q-Learning) Semi-Markov Average Reward Technique(SMART) Step 1: m =0 R old (x, f) =R new (x, f) =0 π =(f(x); x X ) Π x 0 X TC =0 T =0 g =0 γ =(γ 0,γ τ ) η =(η 0,η τ ) Step 2: m<maxsteps Step 3

6 51 Step 3: η m,γ m η m = η 0 1+ m2 η τ + m,γ m = γ 0 1+ m2 γ τ + m Step 4: [0, 1] U U <1 η m f = arg min f K(x m) R old(x m, f) f = f K(x m ) f f Step 5: x m+1 Step 6: R new r imm = r(x m, x m+1, f) R new (x m, f) =(1 γ m )R old (x m, f)+γ m {r imm g + Step 7: : f = f Step8 Step 9 Step 8: TC T g TC = TC + r(x m, x m+1, f), T= T +1,g= TC T Step 9: R old (x m, f) =R new (x m, f),m= m +1 Step 2 min R old (x m+1, f)} f K(x m+1 ) 4.2. SBPI[7] SBPI PIM Simulation-Based Policy Iteration Algorithm(SBPI) Step 1( ): π 0 Π x r X M m =0 Step 2( ): g m h m (a) g m (i) x 0 X x 1,...,x M (ii) g m =0 t =0,...,M 1 (x t, x t+1 ) g m g m =(1 1 t +1 )gm + 1 t +1 r(x t, x t+1, f m (x t )) (b) h m (i) Step 2 (a)-(i) x (ii) x 0 x L

7 52 (iii) (x 0, x 1,...,x ) (x t, x t+1 ) w(x i ) (i =1, 2,...,t) w(x i )=w(x i )+γ i η t i d t γ i x i 0 η 1 d t = r(x t, x t+1, f(x t )) g m + w(x t+1 ) w(x t ) (iv) h m Step 3( ): x X h m (x) =w(x) w(x r ), x X f m+1 (x) =argmin {r(x, f)+ p(x, x, f)h m+1 (x 0 )} f K(x) x X f m+1 (x) f m+1 (x) π m = π m+1 m = m +1 Step 2 [7] Step 2 (a) L A L A =1 (b) Fox-Landi algorithm [16] (a) 4.3. SBMPIM[15] SBMPIM MPIM [15] Simulation-Based Modified Policy Iteration Method(SBMPIM) Step 1( ): x 0 X x k η, (0 η 1) S v = φ S T = φ TC =0 x = x 0 m = l =1 Step 2( ): x S v S v = S v {x} S T = S T {x} x v(x) =1 f(x) x u(x) =r(x, f(x)) x S v x S T S T = S T {x} v(x) =1 u(x) =r(x, f(x)) x S T v(x) =v(x)+1, u(x) =u(x)+r(x, f(x)) x f(x) x TC = TC + r(x,f(x)), x = x l = k Step 3 l = l +1 Step 2

8 53 Step 3(g ) : g Step 4(h ) :S v x r h(x r )=(1 ηv(x r) k x( x r ) S v h(x) =(1 ηv(x) k g = TC k )(w(x r ) g)+ ηv(x r) ( u(x r) k v(x r ) g) )(w(x) g)+ ηv(x) ( u(x) k v(x) g) h(x r) h(x r )=0 m =1 h(x r )= u(x r) g, h(x) =u(x) v(x r ) v(x) g h(x r) Step 5( ): x S v 5. w(x) = min {r(x,f)+ p(x, x,f)h(x 0 )} f K N (x,f(x)) x X f(x) =f v(x) =1 K N (x, f(x)) ( K(x)) f(x) p(x, x,f) > 0 x S v S v = S v {x } v(x 0 )=1 f(x ) x w(x )=r(x, f(x )) h(x )=h(x) w(x) f(x) w(x) w(x) f(x) m S T = φ TC =0 l =1 m = m +1 Step NDP NDP MPIM NDP i α(l) =λ(1 λ) l,l=0, 1,... (5.1) σ i (l) =μ i (1 μ i ) l,l=0, 1,..., i M s (5.2) n =2 λ =0.4 μ 1 =0.2 μ 2 =0.3 C i H =2(i M) C R =15 Ci P =0(i M s ) 3 :

9 54 1) B i =5(i M) 2) B i =8(i M) 3) B i =10(i M) 216, 729, 1331 DOS/V (CPU: AMD Athlon XP 2200+, Memory: 512MB OS: Windows 2000) 1 MPIM ε =10 5 m =20 SMART (η 0,η τ )=(0.4, ) (γ 0,γ τ )=(0.6, ) MAX STEPS = (2),3) ) SBPI η =0.9 m = L = 1000 SBMPIM η =0.8 k = 5000 =40 SBMPIM K N (x, f ) f =(f 1,f 2,...,f n) K 2 { } K A (f )= (f i ; i M s ); f j 1 f j f j +1, x X j M s j M s j M s } K B (f )= {(f i ; i M s ); f i 1 f i f i +1,i M s, x X K N (x, f )=K(x) K A (f ) K B (f ) 1 SBPI SBMPIM MPIM SBMPIM 95% SMART [15] SMART SMART SBMPIM 2 2 SBMPIM 2 1) MPIM SBMPIM SBPI SBMPIM MPIM SBMPIM 1: 1) 2) 3) MPIM SMART SBPI SBMPIM 5.894± ± ± SBMPIM NDP [5, 17, 20]

10 MPIM SBMPIM SMART SBPI 25 CPU Time The Total Number of States 2: NDP 3 SBMPIM t X 0 (t) K i (t) (i M s ) E[S i (t)] i P i P i = E[S i (t)] i M s E[S i (t)] (5.3) Step 1: H = X 0 (t) K i (t) =0(i M s ) Step 2: H =0 X i (t)+k i (t) =B i (i M s ) Step 4 Step 3: P j j X j (t) +K j (t) < B j K j (t) = K j (t)+1 H = H 1 Step 2 Step 4: K(t) =(K i (t); i M s ) t

11 56 2: 1) x MPIM SMART SBPI SBMPIM (2,0,0) (1,1) (1,1) (1,1) (1,1) (2,0,1) (2,0) (1,1) (2,0) (2,0) (2,0,2) (2,0) (2,0) (2,0) (2,0) (2,0,3) (2,0) (0,2) (2,0) (2,0) (2,0,4) (2,0) (2,0) (2,0) (2,0) (2,0,5) (2,0) (2,0) (2,0) (2,0) (2,1,0) (1,1) (0,2) (1,1) (1,1) (2,1,1) (2,0) (0,2) (2,0) (2,0) (2,1,2) (2,0) (0,0) (2,0) (2,0) (2,1,3) (2,0) (0,2) (2,0) (2,0) (2,1,4) (2,0) (2,0) (2,0) (2,0) (2,1,5) (2,0) (2,0) (2,0) (2,0) (2,2,0) (1,1) (0,2) (1,1) (1,1) (2,2,1) (1,1) (0,0) (1,1) (1,1) (2,2,2) (2,0) (0,2) (2,0) (2,0) (2,2,3) (2,0) (2,0) (2,0) (2,0) (2,2,4) (2,0) (2,0) (2,0) (2,0) (2,2,5) (2,0) (0,0) (2,0) (2,0) (2,3,0) (0,2) (2,0) (0,2) (0,2) (2,3,1) (1,1) (1,1) (1,1) (1,1) (2,3,2) (1,1) (2,0) (2,0) (1,1) (2,3,3) (2,0) (1,1) (2,0) (2,0) (2,3,4) (2,0) (1,1) (2,0) (2,0) (2,3,5) (2,0) (2,0) (2,0) (2,0) , 3,... 1 n 1 t i t +1 i +1 i = n 1 Step 1: H = X 0 (t) K i (t) =0(i M s ) t =0 j =1 j t 1 Step 2: H =0 Step 4 Step 3: K j (t) =K j (t)+1 H = H 1 j = j +1 j = n +1 j =1 Step 2

12 57 Step 4: K(t) =(K i (t); i M s ) t t i L i L i = X i(t) E[S i (t)],i M s (5.4) (5.4) X i (t) K i (t) L i L i = X i(t)+k i (t),i M s (5.5) E[S i (t)] (5.5) 1 Step 1( ): H = X 0 (t) K i (t) =0(i M s ) Step 2( ) : H =0 X i (t)+k i (t) =B i (i M s ) Step 4 Step 3( ) : j j = arg min j M s {L j; X j (t)+k j (t) <B j } K j (t) =K j (t)+1 H = H 1 Step 2 Step 4( ) : K(t) =(K i (t); i M s ) t SBMPIM (2.9) (5.1) Z 0 =(1 λ)/λ (5.2) SBMPIM η = m = NM+MCB[6] 95% ρ ρ = E[A] i M s E[S i ] (5.6) n =4 B 0 =10 B i =2, (i M s ) μ i =0.5 (i M s ) Ci H =3(i M) C R =5 Ci P =1(i M s ) ρ i Y i Y i min j i Y j 3 Random RoundRobin

13 58 Shortest ρ λ SBMPIM SBMPIM 1.5 SBMPIM Random RoundRobin Shortest 1 cost difference traffic rate 3: 6. (UMDP) (NDP) (MPIM) Semi-Markov Average Reward Technique (SMART) Simulation-Based Policy Iteration Algorithm (SBPI) Simulation-Based modified Policy Iteration Method (SBMPIM) 4 NDP NDP NDP Simulation-Based Modified Policy Iteration Method(SBMPIM) SBMPIM SBMPIM NDP

14 59 [1] R.E. Bellman: Dynamic Programming (Princeton University Press, Princeton, 1957). [2] D.P. Bertsekas, and J.N. Tsitsiklis: Neuro-Dynamic Programming (Athena Scientific, Belmont, 1996). [3] M. Dahlin: Interpreting stale load information. IEEE Transactions on Parallel and Distributed Systems, (2000), [4] T.K. Das, A. Gosavi, S. Mahadevan, and N. Marchalleck: Solving semi-markov decision problem using average reward reinforcement learning. Management Science, 45 (1999), [5] D. Eager, E. Lazowska, and J. Zahorjan: Adaptive load sharing in homogeneous distributed systems. IEEE Transactions on Software Engineering, 12-5 (1986), [6] D. Goldsman, and B.L. Nelson: Computing systems via Simulation. In J. Banks (ed.): Handbook of Simulation: Principles, Methodology, Advances, Applications, and Practice (John Wiley & Sons, New York, 1998), [7] Y. He, M.C. Fu, and S.I. Marcus: A simulation-based policy iteration algorithm for average cost unichain Markov decision processes. In M. Laguna and J. L. G. Velarge (eds.): Computer Tools for Modeling, Optimization and Simulation (Kluwer Academic, Boston, 2000), [8] R. Howard: Dynamic Programming and Markov Processes (MIT Press, Cambridge, 1960). [9] H. Kameda, J. Li, C. Kim, and Y. Zhang: Optimal Load Balancing in Distributed Computer Systems (Springer, London, 1997). [10] J. Li, H. Kameda: Optimal load balancing problems for multiclass jobs in distributed/parallel computer systems. IEEE Transactions on Computers, 47-3 (1998), [11] R. Mirchandaney, D. Towsley, and J. Stankovic: Analysis of the effects of delays on load sharing. IEEE Transactions on Computers, (1989), [12] R. Mirchandaney, D. Towsley, and J. Stankovic: Adaptive load sharing in heterogeneous distributed systems. Journal of Parallel and Distributed Computing, 9 (1990), [13] M. Mitzenmacher: How useful is old information. IEEE Transactions on Parallel and Distributed Systems, 11-1 (2000), [14] K. Ohno: Modified policy iteration algorithm with nonoptimality tests for undiscounted Markov decision process. Working Paper, Dept. of Information System and Management Science, Konan University (1985). [15],, :,, 54-5 (2003), [16] M.L. Puterman: Markov Decision Processes (John Wiley & Sons, New York, 1994). [17] N.G. Shivaratri, P. Krueger, and M. Shinghal: Load distributing for locally distributed systems. Computer, (1992), [18] R.S. Sutton and A.G. Barto: Reinforcement Learning (MIT Press, Cambridge, 1998)

15 60 [19] A.N. Tantawi and D. Towsley: Optimal static load balancing in distributed computer systems. Journal of the ACM, 32-2 (1985), [20] S. Zhou: A trace-driven simulation study of dynamic load balancing. IEEE Transactions on Software Engineering, 14-9 (1988), inoie@nw.kanagawa-it.ac.jp

16 61 ABSTRACT A DISCRETE-TIME LOAD BALANCING PROBLEM BY NEURO-DYNAMIC PROGRAMMING ALGORITHMS Atsushi Inoie Kanagawa Institute of Technology Katsuhisa Ohno Aichi Institute of Technology The meaning of load balancing is to dispatch jobs among resources of a system for maximizing the system performance. This paper deals with a discrete-time optimal load balancing problem that minimizes an expected total cost. This problem is formulated as an undiscounted Markov decision process, and is solved by the modified policy iteration method. Since the modified policy iteration method can not solve practical sized problems due to the curse of dimensionality, a near-optimal load balancing policy is computed by neuro-dynamic programming algorithms. We further compare this policy with heuristic policies such as the random policy, round-robin policy and shortest policy.

$\mathrm{d}\mathrm{p}$ (Katsuhisa $\mathrm{o}\mathrm{m}\mathrm{o}$) Aichi Institute of Technology (Takahiro Ito) Nagoya Institute of Te

$\mathrm{d}\mathrm{p}$ (Katsuhisa $\mathrm{o}\mathrm{m}\mathrm{o}$) Aichi Institute of Technology (Takahiro Ito) Nagoya Institute of Te Title ニューロ DP による多品目在庫管理の最適化 ( 不確実で動的なシステムへの最適化理論とその展開 ) Author(s) 大野 勝久 ; 伊藤 崇博 ; 石垣 智徳 ; 渡辺 誠 Citation 数理解析研究所講究録 (24) 383: 64-7 Issue Date 24-7 URL http://hdlhandlenet/2433/2575 Right Type Departmental

More information

untitled

untitled c 645 2 1. GM 1959 Lindsey [1] 1960 Howard [2] Howard 1 25 (Markov Decision Process) 3 3 2 3 +1=25 9 Bellman [3] 1 Bellman 1 k 980 8576 27 1 015 0055 84 4 1977 D Esopo and Lefkowitz [4] 1 (SI) Cover and

More information

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member (University of Tsukuba), Yasuharu Ohsawa, Member (Kobe

More information

149 (Newell [5]) Newell [5], [1], [1], [11] Li,Ryu, and Song [2], [11] Li,Ryu, and Song [2], [1] 1) 2) ( ) ( ) 3) T : 2 a : 3 a 1 :

149 (Newell [5]) Newell [5], [1], [1], [11] Li,Ryu, and Song [2], [11] Li,Ryu, and Song [2], [1] 1) 2) ( ) ( ) 3) T : 2 a : 3 a 1 : Transactions of the Operations Research Society of Japan Vol. 58, 215, pp. 148 165 c ( 215 1 2 ; 215 9 3 ) 1) 2) :,,,,, 1. [9] 3 12 Darroch,Newell, and Morris [1] Mcneil [3] Miller [4] Newell [5, 6], [1]

More information

9_18.dvi

9_18.dvi Vol. 49 No. 9 3180 3190 (Sep. 2008) 1, 2 3 1 1 1, 2 4 5 6 1 MRC 1 23 MRC Development and Applications of Multiple Risk Communicator Ryoichi Sasaki, 1, 2 Yuu Hidaka, 3 Takashi Moriya, 1 Katsuhiro Taniyama,

More information

P2P P2P peer peer P2P peer P2P peer P2P i

P2P P2P peer peer P2P peer P2P peer P2P i 26 P2P Proposed a system for the purpose of idle resource utilization of the computer using the P2P 1150373 2015 2 27 P2P P2P peer peer P2P peer P2P peer P2P i Abstract Proposed a system for the purpose

More information

soturon.dvi

soturon.dvi 12 Exploration Method of Various Routes with Genetic Algorithm 1010369 2001 2 5 ( Genetic Algorithm: GA ) GA 2 3 Dijkstra Dijkstra i Abstract Exploration Method of Various Routes with Genetic Algorithm

More information

fiš„v8.dvi

fiš„v8.dvi (2001) 49 2 333 343 Java Jasp 1 2 3 4 2001 4 13 2001 9 17 Java Jasp (JAva based Statistical Processor) Jasp Jasp. Java. 1. Jasp CPU 1 106 8569 4 6 7; fuji@ism.ac.jp 2 106 8569 4 6 7; nakanoj@ism.ac.jp

More information

Mhij =zhij... (2) Đhij {1, 2,...,lMhij}... (3)

Mhij =zhij... (2) Đhij {1, 2,...,lMhij}... (3) An Autonomous Decentralized Algorithm for a Large Scale Scheduling Problem Approach Based on Backward Scheduling Ichimi Norihisa, Non-member (Toshiba Corporation), lima Hitoshi, Member, Sannomiya Nobuo,

More information

n 2 n (Dynamic Programming : DP) (Genetic Algorithm : GA) 2 i

n 2 n (Dynamic Programming : DP) (Genetic Algorithm : GA) 2 i 15 Comparison and Evaluation of Dynamic Programming and Genetic Algorithm for a Knapsack Problem 1040277 2004 2 25 n 2 n (Dynamic Programming : DP) (Genetic Algorithm : GA) 2 i Abstract Comparison and

More information

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System Vol. 52 No. 1 257 268 (Jan. 2011) 1 2, 1 1 measurement. In this paper, a dynamic road map making system is proposed. The proposition system uses probe-cars which has an in-vehicle camera and a GPS receiver.

More information

DPA,, ShareLog 3) 4) 2.2 Strino Strino STRain-based user Interface with tacticle of elastic Natural ObjectsStrino 1 Strino ) PC Log-Log (2007 6)

DPA,, ShareLog 3) 4) 2.2 Strino Strino STRain-based user Interface with tacticle of elastic Natural ObjectsStrino 1 Strino ) PC Log-Log (2007 6) 1 2 1 3 Experimental Evaluation of Convenient Strain Measurement Using a Magnet for Digital Public Art Junghyun Kim, 1 Makoto Iida, 2 Takeshi Naemura 1 and Hiroyuki Ota 3 We present a basic technology

More information

形状変形による古文書画像のシームレス合成

形状変形による古文書画像のシームレス合成 Use of Shape Deformation to Seamlessly Stitch Historical Document Images Wei Liu Wei Fan Li Chen Sun Jun あらまし 1 2 Abstract In China, efforts are being made to preserve historical documents in the form

More information

知能と情報, Vol.30, No.5, pp

知能と情報, Vol.30, No.5, pp 1, Adobe Illustrator Photoshop [1] [2] [3] Initital Values Assignment of Parameters Using Onomatopoieas for Interactive Design Tool Tsuyoshi NAKAMURA, Yuki SAWAMURA, Masayoshi KANOH, and Koji YAMADA Graduate

More information

Bulletin of JSSAC(2014) Vol. 20, No. 2, pp (Received 2013/11/27 Revised 2014/3/27 Accepted 2014/5/26) It is known that some of number puzzles ca

Bulletin of JSSAC(2014) Vol. 20, No. 2, pp (Received 2013/11/27 Revised 2014/3/27 Accepted 2014/5/26) It is known that some of number puzzles ca Bulletin of JSSAC(2014) Vol. 20, No. 2, pp. 3-22 (Received 2013/11/27 Revised 2014/3/27 Accepted 2014/5/26) It is known that some of number puzzles can be solved by using Gröbner bases. In this paper,

More information

三石貴志.indd

三石貴志.indd 流通科学大学論集 - 経済 情報 政策編 - 第 21 巻第 1 号,23-33(2012) SIRMs SIRMs Fuzzy fuzzyapproximate approximatereasoning reasoningusing using Lukasiewicz Łukasiewicz logical Logical operations Operations Takashi Mitsuishi

More information

A Study on Throw Simulation for Baseball Pitching Machine with Rollers and Its Optimization Shinobu SAKAI*5, Yuichiro KITAGAWA, Ryo KANAI and Juhachi

A Study on Throw Simulation for Baseball Pitching Machine with Rollers and Its Optimization Shinobu SAKAI*5, Yuichiro KITAGAWA, Ryo KANAI and Juhachi A Study on Throw Simulation for Baseball Pitching Machine with Rollers and Its Optimization Shinobu SAKAI*5, Yuichiro KITAGAWA, Ryo KANAI and Juhachi ODA Department of Human and Mechanical Systems Engineering,

More information

第 55 回自動制御連合講演会 2012 年 11 月 17 日,18 日京都大学 1K403 ( ) Interpolation for the Gas Source Detection using the Parameter Estimation in a Sensor Network S. T

第 55 回自動制御連合講演会 2012 年 11 月 17 日,18 日京都大学 1K403 ( ) Interpolation for the Gas Source Detection using the Parameter Estimation in a Sensor Network S. T 第 55 回自動制御連合講演会 212 年 11 月 日, 日京都大学 1K43 () Interpolation for the Gas Source Detection using the Parameter Estimation in a Sensor Network S. Tokumoto, T. Namerikawa (Keio Univ. ) Abstract The purpose of

More information

(a) 1 (b) 3. Gilbert Pernicka[2] Treibitz Schechner[3] Narasimhan [4] Kim [5] Nayar [6] [7][8][9] 2. X X X [10] [11] L L t L s L = L t + L s

(a) 1 (b) 3. Gilbert Pernicka[2] Treibitz Schechner[3] Narasimhan [4] Kim [5] Nayar [6] [7][8][9] 2. X X X [10] [11] L L t L s L = L t + L s 1 1 1, Extraction of Transmitted Light using Parallel High-frequency Illumination Kenichiro Tanaka 1 Yasuhiro Mukaigawa 1 Yasushi Yagi 1 Abstract: We propose a new sharpening method of transmitted scene

More information

Copyrght 7 Mzuho-DL Fnancal Technology Co., Ltd. All rghts reserved.

Copyrght 7 Mzuho-DL Fnancal Technology Co., Ltd. All rghts reserved. 766 Copyrght 7 Mzuho-DL Fnancal Technology Co., Ltd. All rghts reserved. Copyrght 7 Mzuho-DL Fnancal Technology Co., Ltd. All rghts reserved. 3 Copyrght 7 Mzuho-DL Fnancal Technology Co., Ltd. All rghts

More information

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro TV 1,2,a) 1 2 2015 1 26, 2015 5 21 Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Rotation Using Mobile Device Hiroyuki Kawakita 1,2,a) Toshio Nakagawa 1 Makoto Sato

More information

1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The Boston Public Schools system, BPS (Deferred Acceptance system, DA) (Top Trading Cycles system, TTC) cf. [13] [

1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The Boston Public Schools system, BPS (Deferred Acceptance system, DA) (Top Trading Cycles system, TTC) cf. [13] [ Vol.2, No.x, April 2015, pp.xx-xx ISSN xxxx-xxxx 2015 4 30 2015 5 25 253-8550 1100 Tel 0467-53-2111( ) Fax 0467-54-3734 http://www.bunkyo.ac.jp/faculty/business/ 1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The

More information

12) NP 2 MCI MCI 1 START Simple Triage And Rapid Treatment 3) START MCI c 2010 Information Processing Society of Japan

12) NP 2 MCI MCI 1 START Simple Triage And Rapid Treatment 3) START MCI c 2010 Information Processing Society of Japan 1 1, 2 1, 2 1 A Proposal of Ambulance Scheduling System Based on Electronic Triage Tag Teruhiro Mizumoto, 1 Weihua Sun, 1, 2 Keiichi Yasumoto 1, 2 and Minoru Ito 1 For effective life-saving in MCI (Mass

More information

2. CABAC CABAC CABAC 1 1 CABAC Figure 1 Overview of CABAC 2 DCT 2 0/ /1 CABAC [3] 3. 2 値化部 コンテキスト計算部 2 値算術符号化部 CABAC CABAC

2. CABAC CABAC CABAC 1 1 CABAC Figure 1 Overview of CABAC 2 DCT 2 0/ /1 CABAC [3] 3. 2 値化部 コンテキスト計算部 2 値算術符号化部 CABAC CABAC H.264 CABAC 1 1 1 1 1 2, CABAC(Context-based Adaptive Binary Arithmetic Coding) H.264, CABAC, A Parallelization Technology of H.264 CABAC For Real Time Encoder of Moving Picture YUSUKE YATABE 1 HIRONORI

More information

13 RoboCup The Interface System for Learning By Observation Applied to RoboCup Agents Ruck Thawonmas

13 RoboCup The Interface System for Learning By Observation Applied to RoboCup Agents Ruck Thawonmas 13 RoboCup The Interface System for Learning By Observation Applied to RoboCup Agents 1020302 Ruck Thawonmas 2002 2 8 RoboCup RoboCup SemiReal SemiReal RAIK-NTG4 Huma SemiReal Huma RoboCup. i Abstract

More information

DEIM Forum 2009 B4-6, Str

DEIM Forum 2009 B4-6, Str DEIM Forum 2009 B4-6, 305 8573 1 1 1 152 8550 2 12 1 E-mail: tttakuro@kde.cs.tsukuba.ac.jp, watanabe@de.cs.titech.ac.jp, kitagawa@cs.tsukuba.ac.jp StreamSpinner PC PC StreamSpinner Development of Data

More information

2010 : M0107189 3DCG 3 (3DCG) 3DCG 3DCG 3DCG S

2010 : M0107189 3DCG 3 (3DCG) 3DCG 3DCG 3DCG S 2010 M0107189 2010 : M0107189 3DCG 3 (3DCG) 3DCG 3DCG 3DCG S 1 1 1.1............................ 1 1.2.............................. 4 2 5 2.1............................ 5 2.2.............................

More information

28 SAS-X Proposal of Multi Device Authenticable Password Management System using SAS-X 1195074 2017 2 3 SAS-X Web ID/ ID/ Web SAS-2 SAS-X i Abstract Proposal of Multi Device Authenticable Password Management

More information

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra 1,a) 1 1 2 1 Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on traffic Abstract: The equipment with Wi-Fi communication function such as a smart phone which are send on a regular

More information

SEJulyMs更新V7

SEJulyMs更新V7 1 2 ( ) Quantitative Characteristics of Software Process (Is There any Myth, Mystery or Anomaly? No Silver Bullet?) Zenya Koono and Hui Chen A process creates a product. This paper reviews various samples

More information

17 Proposal of an Algorithm of Image Extraction and Research on Improvement of a Man-machine Interface of Food Intake Measuring System

17 Proposal of an Algorithm of Image Extraction and Research on Improvement of a Man-machine Interface of Food Intake Measuring System 1. (1) ( MMI ) 2. 3. MMI Personal Computer(PC) MMI PC 1 1 2 (%) (%) 100.0 95.2 100.0 80.1 2 % 31.3% 2 PC (3 ) (2) MMI 2 ( ),,,, 49,,p531-532,2005 ( ),,,,,2005,p66-p67,2005 17 Proposal of an Algorithm of

More information

Dill,, pp. - - EU i - - i - - - COE - COE COE COE Good Practice GP GP GP GP JABEE INQAAHE PDCA Plan-Do-Check-Action - FD FD - - Rice,, p. niche - i - -Jones,, pp. - MCAT - - - - - - - - - - - - - -

More information

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came 3DCG 1,a) 2 2 2 2 3 On rigid body animation taking into account the 3D computer graphics camera viewpoint Abstract: In using computer graphics for making games or motion pictures, physics simulation is

More information

1 Web [2] Web [3] [4] [5], [6] [7] [8] S.W. [9] 3. MeetingShelf Web MeetingShelf MeetingShelf (1) (2) (3) (4) (5) Web MeetingShelf

1 Web [2] Web [3] [4] [5], [6] [7] [8] S.W. [9] 3. MeetingShelf Web MeetingShelf MeetingShelf (1) (2) (3) (4) (5) Web MeetingShelf 1,a) 2,b) 4,c) 3,d) 4,e) Web A Review Supporting System for Whiteboard Logging Movies Based on Notes Timeline Taniguchi Yoshihide 1,a) Horiguchi Satoshi 2,b) Inoue Akifumi 4,c) Igaki Hiroshi 3,d) Hoshi

More information

(1) i NGO ii (2) 112

(1) i NGO ii (2) 112 MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 * * 2 * 3 * 4 * 5 * 6 * 7 * 8 Service Learning for Engineering Students Satsuki TASAKA*, Mitsutoshi ISHIMURA* 2, Hikaru MIZUTANI* 3, Naoyuki

More information

Shonan Institute of Technology MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Paral

Shonan Institute of Technology MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Paral MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Parallel Computer Ships1 Makoto OYA*, Hiroto MATSUBARA**, Kazuyoshi SAKURAI** and Yu KATO**

More information

4.1 % 7.5 %

4.1 % 7.5 % 2018 (412837) 4.1 % 7.5 % Abstract Recently, various methods for improving computial performance have been proposed. One of these various methods is Multi-core. Multi-core can execute processes in parallel

More information

SOM SOM(Self-Organizing Maps) SOM SOM SOM SOM SOM SOM i

SOM SOM(Self-Organizing Maps) SOM SOM SOM SOM SOM SOM i 20 SOM Development of Syllabus Vsualization System using Spherical Self-Organizing Maps 1090366 2009 3 5 SOM SOM(Self-Organizing Maps) SOM SOM SOM SOM SOM SOM i Abstract Development of Syllabus Vsualization

More information

1_26.dvi

1_26.dvi C3PV 1,a) 2,b) 2,c) 3,d) 1,e) 2012 4 20, 2012 10 10 C3PV C3PV C3PV 1 Java C3PV 45 38 84% Programming Process Visualization for Supporting Students in Programming Exercise Hiroshi Igaki 1,a) Shun Saito

More information

Q [4] 2. [3] [5] ϵ- Q Q CO CO [4] Q Q [1] i = X ln n i + C (1) n i i n n i i i n i = n X i i C exploration exploitation [4] Q Q Q ϵ 1 ϵ 3. [3] [5] [4]

Q [4] 2. [3] [5] ϵ- Q Q CO CO [4] Q Q [1] i = X ln n i + C (1) n i i n n i i i n i = n X i i C exploration exploitation [4] Q Q Q ϵ 1 ϵ 3. [3] [5] [4] 1,a) 2,3,b) Q ϵ- 3 4 Q greedy 3 ϵ- 4 ϵ- Comparation of Methods for Choosing Actions in Werewolf Game Agents Tianhe Wang 1,a) Tomoyuki Kaneko 2,3,b) Abstract: Werewolf, also known as Mafia, is a kind of

More information

7,, i

7,, i 23 Research of the authentication method on the two dimensional code 1145111 2012 2 13 7,, i Abstract Research of the authentication method on the two dimensional code Karita Koichiro Recently, the two

More information

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF a m

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF   a m Vol.55 No.1 2 15 (Jan. 2014) 1,a) 2,3,b) 4,3,c) 3,d) 2013 3 18, 2013 10 9 saccess 1 1 saccess saccess Design and Implementation of an Online Tool for Database Education Hiroyuki Nagataki 1,a) Yoshiaki

More information

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h 23 FPGA CUDA Performance Comparison of FPGA Array with CUDA on Poisson Equation (lijiang@sekine-lab.ei.tuat.ac.jp), (kazuki@sekine-lab.ei.tuat.ac.jp), (takahashi@sekine-lab.ei.tuat.ac.jp), (tamukoh@cc.tuat.ac.jp),

More information

Adult Attachment Projective AAP PARS PARS PARS PARS Table

Adult Attachment Projective AAP PARS PARS PARS PARS Table PARS PARS PARS PARS IWM IWM SATSAT Adult Attachment Projective AAP PARS PARS PARS PARS Table PARS PARS PARS PARS PARS AAP George, West, & Pettem Bowlby Bowlby George et al.,, Pp. - Geroge & West, PARS

More information

1 4 4 [3] SNS 5 SNS , ,000 [2] c 2013 Information Processing Society of Japan

1 4 4 [3] SNS 5 SNS , ,000 [2] c 2013 Information Processing Society of Japan SNS 1,a) 2 3 3 2012 3 30, 2012 10 10 SNS SNS Development of Firefighting Knowledge Succession Support SNS in Tokyo Fire Department Koutarou Ohno 1,a) Yuki Ogawa 2 Hirohiko Suwa 3 Toshizumi Ohta 3 Received:

More information

IPSJ SIG Technical Report Vol.2013-GN-87 No /3/ Research of a surround-sound field adjustmen system based on loudspeakers arrangement Ak

IPSJ SIG Technical Report Vol.2013-GN-87 No /3/ Research of a surround-sound field adjustmen system based on loudspeakers arrangement Ak 1 1 3 Research of a surround-sound field adjustmen system based on loudspeakers arrangement Akiyama Daichi 1 Kanai Hideaki 1 Abstract: In this paper, we propose a presentation method that does not depend

More information

24 LED A visual programming environment for art work using a LED matrix

24 LED A visual programming environment for art work using a LED matrix 24 LED A visual programming environment for art work using a LED matrix 1130302 2013 3 1 LED,,,.,. Arduino. Arduino,,,., Arduino,.,, LED,., Arduino, LED, i Abstract A visual programming environment for

More information

1 1 ( ) ( 1.1 1.1.1 60% mm 100 100 60 60% 1.1.2 A B A B A 1

1 1 ( ) ( 1.1 1.1.1 60% mm 100 100 60 60% 1.1.2 A B A B A 1 1 21 10 5 1 E-mail: qliu@res.otaru-uc.ac.jp 1 1 ( ) ( 1.1 1.1.1 60% mm 100 100 60 60% 1.1.2 A B A B A 1 B 1.1.3 boy W ID 1 2 3 DI DII DIII OL OL 1.1.4 2 1.1.5 1.1.6 1.1.7 1.1.8 1.2 1.2.1 1. 2. 3 1.2.2

More information

,,.,.,,.,.,.,.,,.,..,,,, i

,,.,.,,.,.,.,.,,.,..,,,, i 22 A person recognition using color information 1110372 2011 2 13 ,,.,.,,.,.,.,.,,.,..,,,, i Abstract A person recognition using color information Tatsumo HOJI Recently, for the purpose of collection of

More information

Real AdaBoost HOG 2009 3 A Graduation Thesis of College of Engineering, Chubu University Efficient Reducing Method of HOG Features for Human Detection based on Real AdaBoost Chika Matsushima ITS Graphics

More information

yasi10.dvi

yasi10.dvi 2002 50 2 259 278 c 2002 1 2 2002 2 14 2002 6 17 73 PML 1. 1997 1998 Swiss Re 2001 Canabarro et al. 1998 2001 1 : 651 0073 1 5 1 IHD 3 2 110 0015 3 3 3 260 50 2 2002, 2. 1 1 2 10 1 1. 261 1. 3. 3.1 2 1

More information

2797 4 5 6 7 2. 2.1 COM COM 4) 5) COM COM 3 4) 5) 2 2.2 COM COM 6) 7) 10) COM Bonanza 6) Bonanza 6 10 20 Hearts COM 7) 10) 52 4 3 Hearts 3 2,000 4,000

2797 4 5 6 7 2. 2.1 COM COM 4) 5) COM COM 3 4) 5) 2 2.2 COM COM 6) 7) 10) COM Bonanza 6) Bonanza 6 10 20 Hearts COM 7) 10) 52 4 3 Hearts 3 2,000 4,000 Vol. 50 No. 12 2796 2806 (Dec. 2009) 1 1, 2 COM TCG COM TCG COM TCG Strategy-acquisition System for Video Trading Card Game Nobuto Fujii 1 and Haruhiro Katayose 1, 2 Behavior and strategy of computers

More information

チュートリアル:ノンパラメトリックベイズ

チュートリアル:ノンパラメトリックベイズ { x,x, L, xn} 2 p( θ, θ, θ, θ, θ, } { 2 3 4 5 θ6 p( p( { x,x, L, N} 2 x { θ, θ2, θ3, θ4, θ5, θ6} K n p( θ θ n N n θ x N + { x,x, L, N} 2 x { θ, θ2, θ3, θ4, θ5, θ6} log p( 6 n logθ F 6 log p( + λ θ F θ

More information

2003/9 Vol. J86 D I No. 9 GA GA [8] [10] GA GA GA SGA GA SGA2 SA TS GA C1: C2: C3: 1 C4: C5: 692

2003/9 Vol. J86 D I No. 9 GA GA [8] [10] GA GA GA SGA GA SGA2 SA TS GA C1: C2: C3: 1 C4: C5: 692 Comparisons of Genetic Algorithms for Timetabling Problems Hiroaki UEDA, Daisuke OUCHI, Kenichi TAKAHASHI, and Tetsuhiro MIYAHARA GA GA GA GA GA SGA GA SGA2SA TS 6 SGA2 GA GA SA 1. GA [1] [12] GA Faculty

More information

光学

光学 Fundamentals of Projector-Camera Systems and Their Calibration Methods Takayuki OKATANI To make the images projected by projector s appear as desired, it is e ective and sometimes an only choice to capture

More information

LCC LCC INOUE, Gaku TANSEI, Kiyoteru KIDO, Motohiro IMAMURA, Takahiro LCC 7 LCC Ryanair 1 Ryanair Number of Passengers 2,000,000 1,800,000 1,

LCC LCC INOUE, Gaku TANSEI, Kiyoteru KIDO, Motohiro IMAMURA, Takahiro LCC 7 LCC Ryanair 1 Ryanair Number of Passengers 2,000,000 1,800,000 1, LCC LCC INOUE, Gaku TANSEI, Kiyoteru KIDO, Motohiro IMAMURA, Takahiro 1 23 LCC 7 LCC Ryanair 1 Ryanair Number of Passengers 2,, 1,8, 1,6, 1,4, 1,2, 1,, 8, 6, 4, 2, 1985 1987 199 1993 1996 1998 Barrett

More information

ハイコミットメントモデルの有効性についての考察 

ハイコミットメントモデルの有効性についての考察  No. 21 2001 8 Abstract The purpose of this study is to analyze the current validity of the high commitment management model, which has been widely used in the USA and Europe. This model has shown efficiency

More information

Research on Academic Degrees and University Evaluation The Chronicle of Higher Education Chronicle Analytical Perspectives Research Centers Directory Research Centers Directory Administrative Policies

More information

IPSJ SIG Technical Report Vol.2011-MUS-91 No /7/ , 3 1 Design and Implementation on a System for Learning Songs by Presenting Musical St

IPSJ SIG Technical Report Vol.2011-MUS-91 No /7/ , 3 1 Design and Implementation on a System for Learning Songs by Presenting Musical St 1 2 1, 3 1 Design and Implementation on a System for Learning Songs by Presenting Musical Structures based on Phrase Similarity Yuma Ito, 1 Yoshinari Takegawa, 2 Tsutomu Terada 1, 3 and Masahiko Tsukamoto

More information

MDD PBL ET 9) 2) ET ET 2.2 2), 1 2 5) MDD PBL PBL MDD MDD MDD 10) MDD Executable UML 11) Executable UML MDD Executable UML

MDD PBL ET 9) 2) ET ET 2.2 2), 1 2 5) MDD PBL PBL MDD MDD MDD 10) MDD Executable UML 11) Executable UML MDD Executable UML PBL 1 2 3 4 (MDD) PBL Project Based Learning MDD PBL PBL PBL MDD PBL A Software Development PBL for Beginners using Project Facilitation Tools Seiko Akayama, 1 Shin Kuboaki, 2 Kenji Hisazumi 3 and Takao

More information

平成○○年度知能システム科学専攻修士論文

平成○○年度知能システム科学専攻修士論文 A Realization of Robust Agents in an Agent-based Virtual Market Makio Yamashige 3 7 A Realization of Robust Agents in an Agent-based Virtual Market Makio Yamashige Abstract There are many people who try

More information

fiš„v5.dvi

fiš„v5.dvi (2001) 49 2 293 303 VRML 1 2 3 2001 4 12 2001 10 16 Web Java VRML (Virtual Reality Modeling Language) VRML Web VRML VRML VRML VRML Web VRML VRML, 3D 1. WWW (World Wide Web) WWW Mittag (2000) Web CGI Java

More information

B HNS 7)8) HNS ( ( ) 7)8) (SOA) HNS HNS 4) HNS ( ) ( ) 1 TV power, channel, volume power true( ON) false( OFF) boolean channel volume int

B HNS 7)8) HNS ( ( ) 7)8) (SOA) HNS HNS 4) HNS ( ) ( ) 1 TV power, channel, volume power true( ON) false( OFF) boolean channel volume int SOA 1 1 1 1 (HNS) HNS SOA SOA 3 3 A Service-Oriented Platform for Feature Interaction Detection and Resolution in Home Network System Yuhei Yoshimura, 1 Takuya Inada Hiroshi Igaki 1, 1 and Masahide Nakamura

More information

21 e-learning Development of Real-time Learner Detection System for e-learning

21 e-learning Development of Real-time Learner Detection System for e-learning 21 e-learning Development of Real-time Learner Detection System for e-learning 1100349 2010 3 1 e-learning WBT (Web Based training) e-learning LMS (Learning Management System) LMS WBT e-learning e-learning

More information

26 Development of Learning Support System for Fixation of Basketball Shoot Form

26 Development of Learning Support System for Fixation of Basketball Shoot Form 26 Development of Learning Support System for Fixation of Basketball Shoot Form 1175094 ,.,,.,,.,,.,,,.,,,,.,,,.,,,,, Kinect i Abstract Development of Learning Support System for Fixation of Basketball

More information

23 The Study of support narrowing down goods on electronic commerce sites

23 The Study of support narrowing down goods on electronic commerce sites 23 The Study of support narrowing down goods on electronic commerce sites 1120256 2012 3 15 i Abstract The Study of support narrowing down goods on electronic commerce sites Masaki HASHIMURA Recently,

More information

50. (km) A B C C 7 B A 0

50. (km) A B C C 7 B A 0 49... 5 A B C. (. )?.. A A B C. A 4 0 50. (km) A B C..9 7. 4.5.9. 5. 7.5.0 4..4 7. 5.5 5.0 4. 4.. 8. 7 8.8 9.8. 8 5. 5.7.7 9.4 4. 4.7 0 4. 7. 8.0 4.. 5.8.4.8 8.5. 8 9 5 C 7 B 5 8 7 4 4 A 0 0 0 4 5 7 8

More information

新製品開発プロジェクトの評価手法

新製品開発プロジェクトの評価手法 CIRJE-J-60 2001 8 A note on new product project selection model: Empirical analysis in chemical industry Kenichi KuwashimaUniversity of Tokyo Junichi TomitaUniversity of Tokyo August, 2001 Abstract By

More information

JFE.dvi

JFE.dvi ,, Department of Civil Engineering, Chuo University Kasuga 1-13-27, Bunkyo-ku, Tokyo 112 8551, JAPAN E-mail : atsu1005@kc.chuo-u.ac.jp E-mail : kawa@civil.chuo-u.ac.jp SATO KOGYO CO., LTD. 12-20, Nihonbashi-Honcho

More information

emarketer SNS / SNS 2009 SNS 15 64

emarketer SNS / SNS 2009 SNS 15 64 Relationship of Creative Thinking and Feeling Shared Communication by Social media MORISAWA Yukihiro Social media has been shared content that is created by the CGM (consumer generated media) via the Internet.

More information

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple 1 2 3 4 5 e β /α α β β / α A judgment method of difficulty of task for a learner using simple electroencephalograph Katsuyuki Umezawa 1 Takashi Ishida 2 Tomohiko Saito 3 Makoto Nakazawa 4 Shigeichi Hirasawa

More information

$\text{ ^{ } }\dot{\text{ }}$ KATSUNORI ANO, NANZAN UNIVERSITY, DERA MDERA, MDERA 1, (, ERA(Earned Run Average) ),, ERA 1,,

$\text{ ^{ } }\dot{\text{ }}$ KATSUNORI ANO, NANZAN UNIVERSITY, DERA MDERA, MDERA 1, (, ERA(Earned Run Average) ),, ERA 1,, 併殺を考慮したマルコフ連鎖に基づく投手評価指標とそ Titleの 1997 年度日本プロ野球シーズンでの考察 ( 最適化のための連続と離散数理 ) Author(s) 穴太, 克則 Citation 数理解析研究所講究録 (1999), 1114: 114-125 Issue Date 1999-11 URL http://hdlhandlenet/2433/63391 Right Type Departmental

More information

Web Basic Web SAS-2 Web SAS-2 i

Web Basic Web SAS-2 Web SAS-2 i 19 Development of moving image delivery system for elementary school 1080337 2008 3 10 Web Basic Web SAS-2 Web SAS-2 i Abstract Development of moving image delivery system for elementary school Ayuko INOUE

More information

CVaR

CVaR CVaR 20 4 24 3 24 1 31 ,.,.,. Markowitz,., (Value-at-Risk, VaR) (Conditional Value-at-Risk, CVaR). VaR, CVaR VaR. CVaR, CVaR. CVaR,,.,.,,,.,,. 1 5 2 VaR CVaR 6 2.1................................................

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len( AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) 29 4 29 A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(b)-1] == c[0]: print( YES ) else: print( NO ) 1 B:

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

untitled

untitled Quantitative Risk Assessment on the Public Health Impact of Pathogenic Vibrio parahaemolyticus in Raw Oyster 1 15 5 23 48 2 21 1 16 1 16 1 11 3 1 3 4 23 1 2 16 12 16 5 6 Hazard IdentificationExposure

More information

ii

ii HPSI Hosei University Policy Science Institute i ii iii iv Cool Japan) - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - CSBS - 9 - - 10-21 - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 -

More information

IPSJ SIG Technical Report Vol.2009-BIO-17 No /5/26 DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing

IPSJ SIG Technical Report Vol.2009-BIO-17 No /5/26 DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing Youhei Namiki 1 and Yutaka Akiyama 1 Pyrosequencing, one of the DNA sequencing technologies, allows us to determine

More information

, IT.,.,..,.. i

, IT.,.,..,.. i 25 To construct the system that promote a interactive method as a knowledge acquisition 1140317 2014 2 28 , IT.,.,..,.. i Abstract To construct the system that promote a interactive method as a knowledge

More information

<4D F736F F D20D2E5E7E8F1FB E3EEE45FE8F1EFF0>

<4D F736F F D20D2E5E7E8F1FB E3EEE45FE8F1EFF0> 13 1 71 71 71 71 7 1 7 1 7 1 7 1 71 71 71 71 71 71 7 (1 71 71 71 7 1 71 7) 1 7 1 71 71 71 71 71 71 7 1 71 7 1 7 1 71 71 71 71 7 1 71 71 71 71 71 71 71 7 1 71 71 71 71 7, 1 71 71 71 71 71 71 7 1 7 1 71

More information

通信容量制約を考慮したフィードバック制御 - 電子情報通信学会 情報理論研究会(IT) 若手研究者のための講演会

通信容量制約を考慮したフィードバック制御 -  電子情報通信学会 情報理論研究会(IT)  若手研究者のための講演会 IT 1 2 1 2 27 11 24 15:20 16:05 ( ) 27 11 24 1 / 49 1 1940 Witsenhausen 2 3 ( ) 27 11 24 2 / 49 1940 2 gun director Warren Weaver, NDRC (National Defence Research Committee) Final report D-2 project #2,

More information

IP Management Within Universities: Experiences in the US

IP Management Within Universities: Experiences in the US yuko.harayama@most.tohoku.ac.jp 17/3/2004 1 Ref. Sandelin TLO expertise Ref. AUTM 17/3/2004 2 Ref. Heller & Eisenberg, 1998 The scientific commons is becoming privatized! (Ref. Nelson, 2003) 17/3/2004

More information

1: A/B/C/D Fig. 1 Modeling Based on Difference in Agitation Method artisoc[7] A D 2017 Information Processing

1: A/B/C/D Fig. 1 Modeling Based on Difference in Agitation Method artisoc[7] A D 2017 Information Processing 1,a) 2,b) 3 Modeling of Agitation Method in Automatic Mahjong Table using Multi-Agent Simulation Hiroyasu Ide 1,a) Takashi Okuda 2,b) Abstract: Automatic mahjong table refers to mahjong table which automatically

More information

Vol. 48 No. 3 Mar PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Indus

Vol. 48 No. 3 Mar PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Indus Vol. 48 No. 3 Mar. 2007 PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Industry Collaboration Yoshiaki Matsuzawa and Hajime Ohiwa

More information

修士論文

修士論文 27 Mobile Ad Hoc Networks An Ant-based Routing Algorithm with Multi-phase Pheromone and Power-saving in Mobile Ad Hoc Networks 14T0013 Shohei Miyashita E-mail: shohei.miyashita.4j@stu.hosei.ac.jp : Abstract

More information

( )

( ) NAIST-IS-MT0851100 2010 2 4 ( ) CR CR CR 1980 90 CR Kerberos SSH CR CR CR CR CR CR,,, ID, NAIST-IS- MT0851100, 2010 2 4. i On the Key Management Policy of Challenge Response Authentication Schemes Toshiya

More information

2 22006 2 e-learning e e 2003 1 4 e e e-learning 2 Web e-leaning 2004 2005 2006 e 4 GP 4 e-learning e-learning e-learning e LMS LMS Internet Navigware

2 22006 2 e-learning e e 2003 1 4 e e e-learning 2 Web e-leaning 2004 2005 2006 e 4 GP 4 e-learning e-learning e-learning e LMS LMS Internet Navigware 2 2 Journal of Multimedia Aided Education Research 2006, Vol. 2, No. 2, 19 e 1 1 2 2 1 1 GP e 2004 e-learning 2004 e-learning 2005 e-learning e-learning e-learning e-learning 2004 e-learning HuWeb 2005

More information

i

i 21 Fault-Toleranted Authentication Data Distribution Protocol for Autonomous Distributed Networks 1125153 2010 3 2 i Abstract Fault-Toleranted Authentication Data Distribution Protocol for Autonomous Distributed

More information

2 ( ) i

2 ( ) i 25 Study on Rating System in Multi-player Games with Imperfect Information 1165069 2014 2 28 2 ( ) i ii Abstract Study on Rating System in Multi-player Games with Imperfect Information Shigehiko MORITA

More information

早稲田大学現代政治経済研究所 ダブルトラック オークションの実験研究 宇都伸之早稲田大学上條良夫高知工科大学船木由喜彦早稲田大学 No.J1401 Working Paper Series Institute for Research in Contemporary Political and Ec

早稲田大学現代政治経済研究所 ダブルトラック オークションの実験研究 宇都伸之早稲田大学上條良夫高知工科大学船木由喜彦早稲田大学 No.J1401 Working Paper Series Institute for Research in Contemporary Political and Ec 早稲田大学現代政治経済研究所 ダブルトラック オークションの実験研究 宇都伸之早稲田大学上條良夫高知工科大学船木由喜彦早稲田大学 No.J1401 Working Paper Series Institute for Research in Contemporary Political and Economic Affairs Waseda University 169-8050 Tokyo,Japan

More information

EndoPaper.pdf

EndoPaper.pdf Research on Nonlinear Oscillation in the Field of Electrical, Electronics, and Communication Engineering Tetsuro ENDO.,.,, (NLP), 1. 3. (1973 ),. (, ),..., 191, 1970,. 191 1967,,, 196 1967,,. 1967 1. 1988

More information

情報処理学会研究報告 IPSJ SIG Technical Report Vol.2013-HPC-139 No /5/29 Gfarm/Pwrake NICT NICT 10TB 100TB CPU I/O HPC I/O NICT Gf

情報処理学会研究報告 IPSJ SIG Technical Report Vol.2013-HPC-139 No /5/29 Gfarm/Pwrake NICT NICT 10TB 100TB CPU I/O HPC I/O NICT Gf Gfarm/Pwrake NICT 1 1 1 1 2 2 3 4 5 5 5 6 NICT 10TB 100TB CPU I/O HPC I/O NICT Gfarm Gfarm Pwrake A Parallel Processing Technique on the NICT Science Cloud via Gfarm/Pwrake KEN T. MURATA 1 HIDENOBU WATANABE

More information

1) K. J. Laidler, "Reaction Kinetics", Vol. II, Pergamon Press, New York (1963) Chap. 1 ; P. G. Ashmore, "Catalysis and Inhibition of Chemical Reactio

1) K. J. Laidler, Reaction Kinetics, Vol. II, Pergamon Press, New York (1963) Chap. 1 ; P. G. Ashmore, Catalysis and Inhibition of Chemical Reactio 1) K. J. Laidler, "Reaction Kinetics", Vol. II, Pergamon Press, New York (1963) Chap. 1 ; P. G. Ashmore, "Catalysis and Inhibition of Chemical Reactions", Butterworths, London (1963) Chap. 7, p. 185. 2)

More information

,,.,,., II,,,.,,.,.,,,.,,,.,, II i

,,.,,., II,,,.,,.,.,,,.,,,.,, II i 12 Load Dispersion Methods in Thin Client Systems 1010405 2001 2 5 ,,.,,., II,,,.,,.,.,,,.,,,.,, II i Abstract Load Dispersion Methods in Thin Client Systems Noritaka TAKEUCHI Server Based Computing by

More information

28 Horizontal angle correction using straight line detection in an equirectangular image

28 Horizontal angle correction using straight line detection in an equirectangular image 28 Horizontal angle correction using straight line detection in an equirectangular image 1170283 2017 3 1 2 i Abstract Horizontal angle correction using straight line detection in an equirectangular image

More information

IEEE HDD RAID MPI MPU/CPU GPGPU GPU cm I m cm /g I I n/ cm 2 s X n/ cm s cm g/cm

IEEE HDD RAID MPI MPU/CPU GPGPU GPU cm I m cm /g I I n/ cm 2 s X n/ cm s cm g/cm Neutron Visual Sensing Techniques Making Good Use of Computer Science J-PARC CT CT-PET TB IEEE HDD RAID MPI MPU/CPU GPGPU GPU cm I m cm /g I I n/ cm 2 s X n/ cm s cm g/cm cm cm barn cm thn/ cm s n/ cm

More information

2) TA Hercules CAA 5 [6], [7] CAA BOSS [8] 2. C II C. ( 1 ) C. ( 2 ). ( 3 ) 100. ( 4 ) () HTML NFS Hercules ( )

2) TA Hercules CAA 5 [6], [7] CAA BOSS [8] 2. C II C. ( 1 ) C. ( 2 ). ( 3 ) 100. ( 4 ) () HTML NFS Hercules ( ) 1,a) 2 4 WC C WC C Grading Student programs for visualizing progress in classroom Naito Hiroshi 1,a) Saito Takashi 2 Abstract: To grade student programs in Computer-Aided Assessment system, we propose

More information