ISSUE 2: TEMPORAL DEPENDENCY?

Size: px
Start display at page:

Download "ISSUE 2: TEMPORAL DEPENDENCY?"

Transcription

1 DAR DAR 8/2/18 1

2 DAR q Interpretation ISSUE 2: TEMPORAL DEPENDENCY? Only linear activation function, unit variance p(o 1:2 x 1:2 )= 1 2 exp( 1 2 (o µ)> 1 (o µ)) DAR o 1 o 2 SAR o 1 a o 2 o =[o 1,o 2 ] > RMDN o 1 o 2 µ 1 w m h 1 w o W h h 2 w m µ 1 µ 2 h 1 h 2 µ 1 h 1 w µ h 2 W i x 1 x 2 x 1 x 2 x 1 x 2 µ =[µ 1, µ 2 + w > mw o µ 1 ] > µ 2 = w > m(w h h 1 + W i x 2 ) apple 1 w = > mw o w > mw o 1+(w > mw o ) 2 µ =[µ 1,µ 2 + aµ 1 ] > = apple 1 a a 1+a 2 µ =[µ 1, µ 2 + w µ µ 1 ] > µ 2 = w > h 2 + b apple 1 = 1 2

3 DAR q Interpretation ISSUE 2: TEMPORAL DEPENDENCY? Non-linear activation function + longer sequence DAR o o 1 o 2 p(o 2 o :1, x :2 )=N(o 2 ; µ 2, 1) x w o W h h 1 x 1 x 2 µ 2 where µ 2 = w > m (W h h 1 + W i x 2 + w o o 1 ) w m W i o 2 h 1 non-linearly depends on o non-linearly depends on o o 1 3

4 Proposed model P (o 1:T ; M 1:T )= TY P (o 1:T o 1:t 1 ; M 1:T ) syllable tier phoneme tier t=1 o 1 o 2 o 3 o 4 o 5 frame tier Quantized F Hierarchical softmax M 1 M 2 M 3 M 4 M 5 Data dropout x 1 x 2 x 3 x 4 x 5 8/2/18 4

5 Proposed model syllable phoneme phoneme syllable tier phoneme tier o 1 o 2 o 3 o 4 o 5 frame tier M 1 M 2 M 3 M 4 M 5 a p(t 1) = P t 1 i=t p(t 1) tanh(o i ) t t p(t 1) x 1 x 2 x 3 x 4 x 5 5

6 Generation l Generation by picking one-best 1. Given, compute 2. Pick bo 1:t 1 3. Feedback bo t P (o t bo 1:t 1 ; M t ) bo t = arg max o t P (o t bo 1:t 1 ; M t ) bo 1 M 1 M 2 l Generation by random sampling 1. Given, compute 2. Draw sample from 3. Feedback bo 1:t 1 bo t bo t P (o t bo 1:t 1 ; M t ) P (o t bo 1:t 1 ; M t ) x 1 x 2 8/2/18 6

7 Why not interpolated F? 4 NAT DAR continuous F model (English data) F (Hz) Frame index (utterance BC211 nancy APDC2-166-) NAT DAR continous F model F (Hz) Frame index (utterance ATR Ximera F9 AOZORAR 3372 T1) RMSE CORR U/V error Baseline RMDN % DAR quantized F % DAR continuous F %

8 Hierarchical softmax l Plain softmax : P (o t v t )= e(v t,j) P N i= e(v t,i), where o t,j =1,j 2 {,,N} unvoiced... F level 1 F level N l Two-level hierarchical softmax : P (o t v t )= 8 e >< (v t,n+1 ), if o 1+e (v t,n+1 ) t,n+1 =1 >: 1 e(v t,j ) 1+e (v t,1 ) P N, i=1 e(v t,i ) if o t,j =1,j 2 {1,,N} e (v t,n+1) 1+e (v t,n+1) unvoiced 1 1+e (v t,n+1) e(v t,j ) P N i=1 e(v t,i) o t,n+1 =1 denotes being unvoiced F level 1... F level N

9 Generation method l One-best: j = arg max j e h t,j P N k=1 eh t,k 1 1+e h t,n+1 e h t,n+1 1+e h t,n+1 output = F j, the value for F level j voiced unvoiced l Soft-generation output = NX j=1 e h t,j P N k=1 eh t,k F j F symbol 1 e h t,j P N k=1 eh t,k... F symbol N

10 Why hierarchical softmax l Due to implementation P (o t v t )= e(v t,j) P N i= e(v t,i), where o t,j =1,j 2 {,,N} unvoiced... F level 1 F level N If U/V is determined at first (for soft-gen), how to set the threshold? if e(v t, ) P N i= e(v t,i) > Threshold, then it is unvoiced If directly picking the one-best, it is error-prone (see the results later) Only random sampling may work!

11 Why hierarchical softmax l Also due to optimization Plain softmax: Suppose trained by minimizing the cross entropy E t = NX j= (o t == j) log p t (j), where p t (j) = e v t,j P N i= ev t,i We know the t,k = ( p t (k), if o t 6= k p t (k) 1, if o t == t,k unvoiced F level 1... F level K...

12 Why hierarchical softmax l Also due to optimization Hierarchical softmax: Suppose trained by minimizing the cross entropy E t = NX j= (o t == j) log p t (j) = (o t == ) log p t () (o t > ) log [1 p t ()] where p t (j) = NX j=1 e v t,j P N i=1 ev t,i (o t == j) log p t (j) We know the gradient for k > : ><, if o t == t = t (k), if o t > and o t 6= k t,k >: p t (k) 1, if o t == k Unvoiced frames don t affect the parameters for F levels unvoiced F level t,k F level k

13 Why dropout l Related to bits-back coding [1] and information theory o 1 o 2 o 3 o 4 o 5 M 1 M 2 M 3 M 4 M 5 Data dropout x 1 x 2 x 3 x 4 x 5 If p(o 1:T ) is powerful, no need to assume p(o [2,3] 1:T x 1:T ) To use, we can make the model weaker x 1:T Word dropout is also used for language modeling [2] [1] A. Honkela and H. Valpola. Variational learning and bits-back coding: an information-theoretic view to bayesian learning. IEEE Transactions on Neural Networks, 15(4):8 81, 24. [2] S. R. Bowman, L. Vilnis, O. Vinyals, A. M. Dai, R. Jozefowicz, and S. Bengio. Generating sentences from a continuous space. In Proc. CoNLL, pages 1 21, 216. [3] X. Chen, D. P. Kingma, T. Salimans, Y. Duan, P. Dhariwal, J. Schulman, I. Sutskever, and P. Abbeel. Variational lossy autoencoder. arxiv preprint arxiv: , 216.

14 Compare soft-generation F events F events 1 1 Figure for NF Figure for F CL Probability for each Flevel at each frame Frame index (utterance BC211_nancy_APDC2-166-) 1-best generation method F (Hz) Natural BS NF 1 F CL Frame index (utterance BC211_nancy_APDC2-166-)

15 Compare soft-generation F events F events 1 1 Figure for NF Figure for F CL Probability for each Flevel at each frame Frame index (utterance BC211_nancy_APDC2-166-) soft generation method F (Hz) Natural BS NF 1 F CL Frame index (utterance BC211_nancy_APDC2-166-) 3 4 4

16 Results on English data l Using one-best generation Hierarchical softmax layer Plain softmax layer Model Training strategy RMSE CORR. U/V ERR. RMSE CORR. U/V ERR. QN % % QF FT dropout (P s =.75) % % QF FT dropout (P s =.) % % QF FT dropout (P s =5) % % QF FT no dropout (P s =.) % % QF FT schedule sampling (P s =.) % F (Hz) NAT RNN-MLPG QF DAR-QF Frame index (utterance BC211_nancy_APDC2-166-) 8/2/18 16

17 Results (English) l Samples Preference: 33% VS 67% (p=.1) Preference: 37% VS 63% (p=.1) QF RNN-MLPG SAR-RMDN DAR-QF Natural 17

18 Results on English data l Global variance GV of F NAT RNN RMDN RNN-MLPG SAR-RMDN QF DAR-QF 8/2/18 18

19 Results on English data l Probability of F symbols for each frame F symbol (-127) F symbol (-127) F symbol (-127) Figure for QF Figure for DAR_QF (dropout P Frame index (BC211_nancy_APDC2-166-) s =.5) Figure for DAR_QF (no dropout) Frame index (BC211_nancy_APDC2-166-) Frame index (BC211_nancy_APDC2-166-) feedback sharpens the F distribution 8/2/18 19

20 Results on English data l Probability of F symbols for t = F symbol (-127) F symbol (-127) F symbol (-127) Figure for QF Figure for DAR_QF (dropout P Frame index (BC211_nancy_APDC2-166-) s =.5) probability of F event Figure for DAR_QF (no dropout) Frame index (BC211_nancy_APDC2-166-).1 QF DAR_QF (dropout P s =.5) DAR_QF (no dropout) Frame index (BC211_nancy_APDC2-166-) F symbol (-127) dropout blunts the distribution 8/2/18 2

21 Results on English data l Generation by random sampling F (Hz) NAT SAMPLE F (Hz) NAT SAMPLE F (Hz) NAT SAMPLE

22 F symbol (-127) F symbol (-127) F symbol (-127) Results on English data l Generation by random sampling Figure for random sampling 1 1. Given, compute 2. Draw sample bo t from 3. Feedback bo 1:t 1 P (o t bo 1:t 1 ; M t ) P (o t bo 1:t 1 ; M t ) bo Figure for random sampling t 2 Frame index (BC211_nancy_APDC2-166-) Figure for random sampling 3 Frame index (BC211_nancy_APDC2-166-) bo 1 M 1 M 2 x 1 x Frame index (BC211_nancy_APDC2-166-) /2/18 22

23 Results on English data l Interesting randomness Where did you find the report? H* L-H% Economist, October eleventh What's the date of that issue? L* H-H% Economist? October eleventh 8/2/18 23

24 Results on Japanese data Note that RNNQ and DAR used soft-generation method. P d is probability for data dropout; Log-likelihood is calculated on development set; GV denotes utterance-level F global variance. GV of natural F is around 61 Hz. P d Log-likelihood (dev. set) RMSE CORR U/V GV RNN % 51.4 RMDN % 54.2 SAR % 71.8 RNNQ % % 58.6 DAR % % % /2/18 24

25 Results on Japanese data Results of objective evaluation on sampled F trajectories from DAR. The model generated F contours by random sampling for three rounds. Linguistic features Sampling rounds RMSE CORR U/V GV 1st round % 6 Full set linguistic features 2nd round % 6 3rd round % 6.9 1st round % 61.4 Without pitch accents 2nd round % rd round % /2/18 25

26 H-softmax DAR q Empirical analysis F H-softmax linear un-lstm bi-lstm F linear bi-lstm bi-lstm input o t 1 v F levels F levels NAT Sample. input Frame index Frame index 256 Probability of quantized Fs Frame index All layers use tanh activation function F (Hz) F (Hz) Randomly sampled F contour 1 NAT Sample Frame index

27 H-softmax DAR q Empirical analysis F H-softmax linear un-lstm bi-lstm F linear bi-lstm bi-lstm input o t 2 o t 1 v F levels F levels NAT Sample. input Frame index Frame index 256 Probability of quantized Fs Frame index All layers use tanh activation function F (Hz) F (Hz) Randomly sampled F contour 1 NAT Sample Frame index

28 H-softmax DAR q Empirical analysis F H-softmax linear un-lstm bi-lstm 1 NAT Sample. input Frame index Frame index F linear bi-lstm bi-lstm input o t 3 o t 2 o t 1 v F levels F levels Probability of quantized Fs Frame index All layers use tanh activation function F (Hz) F (Hz) Randomly sampled F contour 1 NAT Sample Frame index

29 DAR q Empirical analysis Objective measure on randomly generated results F H-softmax linear F H-softmax linear F H-softmax linear F o t 1 H-softmax linear F o t 2 o t 1 H-softmax linear o t 3 o t 2 o t 1 un-lstm bi-lstm bi-lstm bi-lstm bi-lstm bi-lstm bi-lstm bi-lstm bi-lstm bi-lstm input input input input input DAR CORR RMSE (HZ)

30 Results on Japanese data F H-softmax linear o t Probability of quantized Fs 1. 4 Randomly sampled F contour linear bi-lstm bi-lstm input F H-softmax linear bi-lstm bi-lstm input o t 1 v F levels F levels Frame index Frame index All layers use tanh activation function F (Hz) F (Hz) NAT Sample Frame index NAT Sample Frame index 6 7 3

31 Results on Japanese data F H-softmax linear un-lstm bi-lstm 1 NAT Sample. input Frame index Frame index F H-softmax F levels Probability of quantized Fs Randomly sampled F contour F (Hz) WaveNet F levels.5 F (Hz) 3 2 input Frame index. 1 NAT Sample Frame index 6 7 v All layers use tanh activation function 31

32 Results on Japanese data F H-softmax linear uni-lstm bi-lstm input LSTM cell weight s 32

33 Results on Japanese data q Merge information from multiple tiers RMSE Corr. RNN RMDN DAR RMSE Corr. Log-likelihood (dev. set) Frame Frame + Phoneme Frame + Mora Frame + Word Frame + Accent phrase Frame + Breath group

34 ISSUE 2: TEMPORAL DEPENDENCY? Experiment q Mean-based generation Log-Likelihood (validation set) RMSE CORR U/V err Global variance (GV) natural=61 RNN % 51.4 DAR RMDN % 54.2 SAR RMDN RNN SAR % 71.8 esar % 63.4 WaveNetF % 6 DAR % GV of F at utterance-level (Hz) Natural RNN RMDN SAR esar WaveNet-F DAR Natural RNN RMDN SAR esar WaveNet -F DAR 34

35 ISSUE 2: TEMPORAL DEPENDENCY? Experiment q Mean-based generation RMSE CORR U/V err Global variance (GV) natural=61 WaveNetF DAR % 6 DAR 28.3 SAR RMDN.93 RNN 3.46% 61.5 #. Parameter Training (s/epoch) Generation (ms/frame) WaveNetF 3.28 m DAR 1.48 m

36 ISSUE 2: TEMPORAL DEPENDENCY? Experiment q Random sampling Natural WaveNet Sample 1 F (Hz) Natural WaveNet Sample 2 F (Hz) Natural WaveNet Sample 3 F (Hz) Frame index (ATR Ximera F9 AOZORAR 3372 T1) 6

37 Results on Japanese data q Error analysis Transplant the manual annotation to OpenJTalk format Objective measures using the same model OpenJTalk Manually corrected Random sampling Softgeneration CORR RMSE (HZ) CORR RMSE (HZ)

38 BEYOND DAR Error analysis on DAR q Amenable errors: grapheme-to-phoneme やがて不意を衝かれて我を失った状態が過ぎると 初めに湧き上がってきたのは喜びの感情だった Original linguistic features 我 -> が Manually corrected 我 -> われ 38

39 BEYOND DAR Error analysis on DAR q Amenable errors: (some) pitch-accents ライフワークとして ふるさと沖縄の戦禍の記憶を木版に刻み続けてきた Original linguistic features * ふるさとおきなわ Manually corrected * 平板 ふるさと おきなわ 39

40 BEYOND DAR Error analysis on DAR q Obstinate errors 当時 N 子は長田区の病院付属保育所で保母さんをしていた Original linguistic features Manually corrected Natural q Using manually corrected test set: Original linguistic features Manually corrected CORR v Test on the same DAR 4

41 Summary q SAR and esar ISSUE 2: TEMPORAL DEPENDENCY? Theoretically tractable and appealing SAR is better than RMDN for F modeling on English data RMDN SAR q DAR Better results (F CORR >.9) Random sampling (the only neural F model) 41

42 DAR Improve DAR??? 8/2/18 42

43 CONCLUSION Remaining gaps q Noisy linguistic features Incorrect phonemes Incorrect pitch accent & combination DAR RMSE CORR U/V Noisy linguistic features % Manual annotated features % bo 1 bo 2 bo 3 x 1 x 2 x 3 bo T x T *... * ツ ツ... ツ ツ ギ... ギ ワ ts ts... u u g... i w が? われ? 不意を衝かれて我を失った状態 New topic? q Duration + F modeling q SAR (segment-variant + log area ratio) for waveform modeling 43

44 Schedule sampling l Flaw of the theoretical analysis Schedule sampling assumes independence across frames o 1 o 2 o 1 o 2 M 1 M 2 M 1 M 2 or x 1 x 2 x 1 x 2 Left: Right: D KL [D(o 1, o 2 ) P (o 1 )P (o 2 o 1 )] D KL [D(o 1, o 2 ) P (o 1 )P (o 2 )] Data distribution Model distribution From

45 Schedule sampling l Experiment Along with the training epochs feedback soft vector during generation F events F events F events Figure for e9 Figure for e13 Figure for e15 F events Figure for e18 1 F events Figure for e2 of schedule sample F events F events Figure for e22 Figure for e epoch F events Figure for e Frame index (BC211_nancy_APDC2-166-)

46 of schedule sample Schedule sampling l Experiment 1 Along with the training epochs feedback sampling result during generation epoch F events F events F events F events F events F events F events F events Figure for e9 Figure for e13 Figure for e15 Figure for e18 Figure for e2 Figure for e22 Figure for e25 Figure for e Frame index (BC211_nancy_APDC2-166-)

47 F MODEL DAR q Reward Augmented Maximum Likelihood Likelihood Z Ground truth y 1:T (y 1:T, y 1:T ) log p(y 1:T x 1:T ; ) = log p(y 1:T x 1:T ; ) Generated candidates Only use ground truth to train Reward augmented Z y 1:T q(y 1:T y 1:T ; ) log p(y 1:T x 1:T ; ) Empirical distribution based on reward for each candidate q(y 1:T y c(y 1:T ; ) = 1:T, y P 1:T ; ) y c(y 1:T 1:T, y 1:T ; ) 47

48 DAR q Reward Augmented Maximum Likelihood Experiments: F MODEL Step1: for the m-th training sentence 1:T, generate random samples {by (m,1) 1:T,, by(m,) 1:T } x (m) Step2: calculate the reward distribution for the m-th training sentence (using the random samples for that sentence) c(by (m,i) 1:T, y (m) 1:T ; ) =exp(corr(by(m,i) 1:T, y (m) 1:T )/ ) q(by (m,i) 1:T, y (m) 1:T ; ) = c(by (m,i) P 1:T, y (m) 1:T ; ) j=1 c(by(m,j) 1:T, y (m) 1:T ; ) Step3: suppose we use training sentences, we train = arg max X X m=1 i=1 q(by (m,i) 1:T y (m) 1:T ; ) log p(by(m,i) 1:T x 1:T ; ) 48

49 F MODEL DAR q Reward Augmented Maximum Likelihood U/V err RMSE CORR GV DAR 3.46% DAR RAML (initializedby DAR above) 3.8%

50 DAR DAR For MGC 8/2/18

51 EXTENSION DAR for MGC l Not work so well (Further tuning?) MGC 1 dim NAT RNN DAR DAR dropout Frame index (utterance BC211 nancy APDC2-166-) NAT RNN DAR DAR dropout.1 MGC 3 dim Frame index (utterance BC211 nancy APDC2-166-)

Autoregressive Neural Models for Statistical Parametric Speech Synthesis

Autoregressive Neural Models for Statistical Parametric Speech Synthesis Autoregressive Neural Models for Statistical Parametric Speech Synthesis シンワン Xin WANG 2018-01-11 contact: wangxin@nii.ac.jp we welcome critical comments, suggestions, and discussion 1 https://www.slideshare.net/kotarotanahashi/deep-learning-library-coyotecnn

More information

Comparing Recent Waveform Generation and Acoustic Modeling Methods for Neural-network-based Speech Synthesis

Comparing Recent Waveform Generation and Acoustic Modeling Methods for Neural-network-based Speech Synthesis ICASSP 2018 Calgary, Canada Comparing Recent Waveform Generation and Acoustic Modeling Methods for Neural-network-based Speech Synthesis Xin WANG, Jaime Lorenzo-Trueba, Shinji TAKAKI, Lauri Juvela, Junichi

More information

An RNN-based Quantized F0 Model with Multi-tier Feedback Links for Text-to-Speech Synthesis

An RNN-based Quantized F0 Model with Multi-tier Feedback Links for Text-to-Speech Synthesis INTERSPEECH 217 August 2 24, 217, Stockholm, Sweden An RNN-based Quantized F Model with Multi-tier Feedback Links for Text-to-Speech Synthesis Xin Wang 1,2, Shinji Takaki 1, Junichi Yamagishi 1,2,3 1 National

More information

An Autoregressive Recurrent Mixture Density Network for Parametric Speech Synthesis

An Autoregressive Recurrent Mixture Density Network for Parametric Speech Synthesis ICASSP 07 New Orleans, USA An Autoregressive Recurrent Mixture Density Network for Parametric Speech Synthesis Xin WANG, Shinji TAKAKI, Junichi YAMAGISHI National Institute of Informatics, Japan 07-03-07

More information

Agilent 4263B LCR Meter Operation Manual. Manual Change. Change 1 Add TAR in Test Signal Frequency Accuracy Test (Page 9-38) as follows.

Agilent 4263B LCR Meter Operation Manual. Manual Change. Change 1 Add TAR in Test Signal Frequency Accuracy Test (Page 9-38) as follows. Agilent 4263B LCR Meter Operation Manual Manual Change Agilent Part No. N/A Jun 2009 Change 1 Add TAR in Test Signal Frequency Accuracy Test (Page 9-38) as follows. Test Signal Frequency Accuracy Frequency

More information

C-H Activation in Total Synthesis Masayuki Tashiro (M1)

C-H Activation in Total Synthesis Masayuki Tashiro (M1) 1 C-H Activation in Total Synthesis Masayuki Tashiro (M1) 21 st Jun. 2014 Does a late-stage activation of unactivated C-H bond shorten a total synthesis?? 2 3 Contents 1. Comparison of Two Classical Strategies

More information

Illustrating SUSY breaking effects on various inflation models

Illustrating SUSY breaking effects on various inflation models 7/29 基研研究会素粒子物理学の進展 2014 Illustrating SUSY breaking effects on various inflation models 山田悠介 ( 早稲田大 ) 共同研究者安倍博之 青木俊太朗 長谷川史憲 ( 早稲田大 ) H. Abe, S. Aoki, F. Hasegawa and Y. Y, arxiv:1408.xxxx 7/29 基研研究会素粒子物理学の進展

More information

Introduction to Multi-hazard Risk-based Early Warning System in Japan

Introduction to Multi-hazard Risk-based Early Warning System in Japan Introduction to Multi-hazard Risk-based Early Warning System in Japan Yasuo SEKITA (Mr) Director-General, Forecast Department Japan Meteorological Agency (JMA) Natural Disasters in Asia Source: Disasters

More information

Reactive Fluid Dynamics 1 G-COE 科目 複雑システムのデザイン体系 第 1 回 植田利久 慶應義塾大学大学院理工学研究科開放環境科学専攻 2009 年 4 月 14 日. Keio University

Reactive Fluid Dynamics 1 G-COE 科目 複雑システムのデザイン体系 第 1 回 植田利久 慶應義塾大学大学院理工学研究科開放環境科学専攻 2009 年 4 月 14 日. Keio University Reactive Fluid Dynamics 1 G-COE 科目 複雑システムのデザイン体系 第 1 回 植田利久 慶應義塾大学大学院理工学研究科開放環境科学専攻 2009 年 4 月 14 日 Reactive Fluid Dynamics 2 1 目的 本 G-COE で対象とする大規模複雑力学系システムを取り扱うにあたって, 非線形力学の基本的な知識と応用展開力は不可欠である. そこで,

More information

英語問題 (60 分 ) 受験についての注意 3. 時計に組み込まれたアラーム機能 計算機能 辞書機能などを使用してはならない 4. 試験開始前に 監督から指示があったら 解答用紙の受験番号欄の番号が自身の受験番号かどうかを確認し 氏名を記入すること

英語問題 (60 分 ) 受験についての注意 3. 時計に組み込まれたアラーム機能 計算機能 辞書機能などを使用してはならない 4. 試験開始前に 監督から指示があったら 解答用紙の受験番号欄の番号が自身の受験番号かどうかを確認し 氏名を記入すること (2018 年度一般入試 A) 英語問題 (60 分 ) ( この問題冊子は 8 ページである ) 受験についての注意 1. 監督の指示があるまで 問題を開いてはならない 2. 携帯電話 PHS の電源は切ること 3. 時計に組み込まれたアラーム機能 計算機能 辞書機能などを使用してはならない 4. 試験開始前に 監督から指示があったら 解答用紙の受験番号欄の番号が自身の受験番号かどうかを確認し 氏名を記入すること

More information

シミュレーション物理 6 運動方程式の方法 : 惑星の軌道 出席のメール ( 件名に学生番号と氏名 ) に, 中点法をサブルーチンを使って書いたプログラムを添付

シミュレーション物理 6 運動方程式の方法 : 惑星の軌道 出席のメール ( 件名に学生番号と氏名 ) に, 中点法をサブルーチンを使って書いたプログラムを添付 シミュレーション物理 6 運動方程式の方法 : 惑星の軌道 出席のメール ( 件名に学生番号と氏名 ) に, 中点法をサブルーチンを使って書いたプログラムを添付 今回の授業の目的 4 次のRunge-Kutta 法を用いて, 惑星の軌道のシミュレーションを行う 2 d r GMm m = r 2 3 dt r 2 d r GM = 2 (using angular momentum cons.) 2

More information

京都 ATLAS meeting 田代. Friday, June 28, 13

京都 ATLAS meeting 田代. Friday, June 28, 13 京都 ATLAS meeting 0.06.8 田代 Exotic search GUT heavy gauge boson (W, Z ) Extra dimensions KK particles Black hole Black hole search (A 模型による )Extra dimension が存在する場合 parton 衝突で black hole が生成される Hawking

More information

2015 年度研究活動報告理工学術院 先進理工 応用物理学科小澤徹 Department of Applied Physics, Waseda University

2015 年度研究活動報告理工学術院 先進理工 応用物理学科小澤徹 Department of Applied Physics, Waseda University 2015 年度研究活動報告理工学術院 先進理工 応用物理学科小澤徹 Tohru OZAWA Department of Applied Physics, Waseda University 出版された論文 R. Carles, T. Ozawa Finite time extinction for nonlinear Schrödinger equation in 1D and 2D, Commun.

More information

車載用高効率燃焼圧センサー基板に最適なランガサイト型結晶の開発 結晶材料化学研究部門 シチズンホールディングス ( 株 )* 宇田聡 八百川律子 * Zhao Hengyu 前田健作 野澤純 藤原航三

車載用高効率燃焼圧センサー基板に最適なランガサイト型結晶の開発 結晶材料化学研究部門 シチズンホールディングス ( 株 )* 宇田聡 八百川律子 * Zhao Hengyu 前田健作 野澤純 藤原航三 車載用高効率燃焼圧センサー基板に最適なランガサイト型結晶の開発 結晶材料化学研究部門 シチズンホールディングス ( 株 )* 宇田聡 八百川律子 * Zhao Hengyu 前田健作 野澤純 藤原航三 概要車載用燃焼圧センサー用として高抵抗を示すランガサイト型圧電結晶をデザインした すなわち4 元系のランガサイト型結晶 CNGS の適正組成をイオン半径 結晶構成要素の結晶サイト存在に関する自由度 および

More information

Effects of pairing correlation on the low-lying quasiparticle resonance in neutron drip-line nuclei

Effects of pairing correlation on the low-lying quasiparticle resonance in neutron drip-line nuclei 2016/09/13 INPC2016 @ Adelaide 1 Effects of pairing correlation on the low-lying quasiparticle resonance in neutron drip-line nuclei Back ground Prog. Theor. Exp. Phys. 2016, 013D01 Yoshihiko Kobayashi

More information

一般化川渡り問題について. 伊藤大雄 ( 京都大学 ) Joint work with Stefan Langerman (Univ. Libre de Bruxelles) 吉田悠一 ( 京都大学 ) 組合せゲーム パズルミニ研究集会

一般化川渡り問題について. 伊藤大雄 ( 京都大学 ) Joint work with Stefan Langerman (Univ. Libre de Bruxelles) 吉田悠一 ( 京都大学 ) 組合せゲーム パズルミニ研究集会 一般化川渡り問題について 伊藤大雄 ( 京都大学 ) Joint work with Stefan Langerman (Univ. Libre de Bruxelles) 吉田悠一 ( 京都大学 ) 12.3.8 組合せゲーム パズルミニ研究集会 1 3 人の嫉妬深い男とその妹の問題 [Alcuin of York, 青年達を鍛えるための諸問題 より ] 3 人の男がそれぞれ一人ずつ未婚の妹を連れて川にさしかかった

More information

数理統計学から た Thermo-Majorization: 統計モデルの 較と情報スペクトル. National Institute of Informatics Keiji Matsumoto

数理統計学から た Thermo-Majorization: 統計モデルの 較と情報スペクトル. National Institute of Informatics Keiji Matsumoto 数理統計学から た Thermo-Majorization: 統計モデルの 較と情報スペクトル National Institute of Informatics Keiji Matsumoto Thermo Majorization ρ # : (Gibbs) state ρ, ρ # = 0, σ, ρ # = 0 The transition is possible ρ, ρ # σ, ρ #

More information

Youhei Uchida 1, Kasumi Yasukawa 1, Norio Tenma 1, Yusaku Taguchi 1, Jittrakorn Suwanlert 2 and Somkid Buapeng 2

Youhei Uchida 1, Kasumi Yasukawa 1, Norio Tenma 1, Yusaku Taguchi 1, Jittrakorn Suwanlert 2 and Somkid Buapeng 2 Bulletin of the Geological Subsurface Survey of Japan, Thermal vol.60 Regime (9/10), in the p.469-489, Chao-Phraya 2009 Plain, Thailand (Uchida et al.) Subsurface Thermal Regime in the Chao-Phraya Plain,

More information

Hetty Triastuty, Masato IGUCHI, Takeshi TAMEGURI, Tomoya Yamazaki. Sakurajima Volcano Research Center, DPRI, Kyoto University

Hetty Triastuty, Masato IGUCHI, Takeshi TAMEGURI, Tomoya Yamazaki. Sakurajima Volcano Research Center, DPRI, Kyoto University Hypocenters, Spectral Analysis and Source Mechanism of Volcanic Earthquakes at Kuchinoerabujima: High-frequency, Low-frequency and Monochromatic Events Hetty Triastuty, Masato IGUCHI, Takeshi TAMEGURI,

More information

FDM Simulation of Broadband Seismic Wave Propagation in 3-D Heterogeneous Structure using the Earth Simulator

FDM Simulation of Broadband Seismic Wave Propagation in 3-D Heterogeneous Structure using the Earth Simulator Chapter 1 Earth Science FDM Simulation of Broadband Seismic Wave Propagation in 3-D Heterogeneous Structure using the Earth Simulator Project Representative Takashi Furumura Center for Integrated Disaster

More information

Product Specification

Product Specification This information may be changed without a previous notice. Specification No. JECXDE-9004E Product Specification Issued Date: 17 / Dec. / 2014 Part Description: Supercapacitor (EDLC) Customer Part No.:

More information

D j a n g o と P H P の仲間たち ( 改変済 ) サイボウズ ラボ株式会社 TSURUOKA Naoya

D j a n g o と P H P の仲間たち ( 改変済 ) サイボウズ ラボ株式会社 TSURUOKA Naoya D j a n g o と P H P の仲間たち ( 改変済 ) サイボウズ ラボ株式会社 TSURUOKA Naoya D j a n g o と P H P の仲間たち What's Django? W h a t ' s D j a n g o Pythonのフレームワーク インストール簡単 コマンドを実行するだけで自動生成しまくり

More information

28 th Conference on Severe Local Storms 11 Nov Eigo Tochimoto and Hiroshi Niino (AORI, The Univ. of Tokyo)

28 th Conference on Severe Local Storms 11 Nov Eigo Tochimoto and Hiroshi Niino (AORI, The Univ. of Tokyo) L 28 th Conference on Severe Local Storms 11 Nov. 2016 Eigo Tochimoto and Hiroshi Niino (AORI, The Univ. of Tokyo) Introduction In the warm sector of extratropical cyclones (ECs), there are strong upper-level

More information

高分解能原子核乾板を用いた暗黒物質探索 中竜大 名古屋大学基本粒子研究室 (F 研 ) ICEPP 白馬

高分解能原子核乾板を用いた暗黒物質探索 中竜大 名古屋大学基本粒子研究室 (F 研 ) ICEPP 白馬 高分解能原子核乾板を用いた暗黒物質探索 中竜大 名古屋大学基本粒子研究室 (F 研 ) ICEPP シンポジウム @ 白馬 2010.2.14-17 χ Direct Detection χ q q Indirect Detection χ γ, ν, lepton Accelerator Detection q χ χ γ, ν, lepton q χ Target : Xe, Ge, Si, NaI,

More information

Relation of machine learning and renormalization group in Ising model

Relation of machine learning and renormalization group in Ising model Relation of machine learning and renormalization group in Ising model Shotaro Shiba (KEK) Collaborators: S. Iso and S. Yokoo (KEK, Sokendai) Reference: arxiv: 1801.07172 [hep-th] Jan. 23, 2018 @ Osaka

More information

2018 年 ( 平成 30 年 ) 7 月 13 日 ( 金曜日 ) Fri July 13, 2018

2018 年 ( 平成 30 年 ) 7 月 13 日 ( 金曜日 ) Fri July 13, 2018 2018 年 ( 平成 30 年 ) 13 日 ( 金曜日 ) Fri July 13, 2018 発行所 (Name) : 株式会社東京証券取引所 所在地 (Address) : 103-8220 東京都中央日本橋兜町 2-1 ホームヘ ーシ (URL) : https://www.jpx.co.jp/ 電話 (Phone) : 03-3666-0141 2-1 Nihombashi Kabutocho,

More information

Photoacclimation Strategy in Photosystem II of Prymnesiophyceae Isochrysis galbana

Photoacclimation Strategy in Photosystem II of Prymnesiophyceae Isochrysis galbana Photoacclimation Strategy in Photosystem II of Prymnesiophyceae Isochrysis galbana プリムネシウム藻綱 Isochrysis galbana の光化学系 II における光適応戦略 6D551 小幡光子 指導教員山本修一 SYNOPSIS 海洋に生息する藻類は 海水の鉛直混合や昼夜により 弱光から強光までの様々な光強度

More information

An Analysis of Stochastic Self-Calibration of TDC Using Two Ring Oscillators

An Analysis of Stochastic Self-Calibration of TDC Using Two Ring Oscillators The 22th IEEE Asian Test Symposium (ATS 13), Yilan, Taiwan, Nov. 20, 2013 An Analysis of Stochastic Self-Calibration of TDC Using Two Ring Oscillators Kentaroh Katoh, Yuta Doi, Satoshi Ito, Haruo Kobayashi,

More information

Estimation of Gravel Size Distribution using Contact Time

Estimation of Gravel Size Distribution using Contact Time ISSN 386-1678 Report of the Research Institute of Industrial Technology, Nihon University Number 97, 212 Estimation of Gravel Size Distribution using Contact Time Akira ODA*, Yuya HIRANO**, Masanori WATANABE***

More information

galaxy science with GLAO

galaxy science with GLAO galaxy science with GLAO 1 GLAO: imaging vs spectroscopy 2 galaxy science with GLAO Masayuki Tanaka GLAO サイエンスを考えるのが初めてなので 可能なサイエンスに至るまでの 思考の筋道をまとめた というのがほとんどの部分です あくまで個人的な意見ですので ちょっと意地悪な考えがでてきても 怒らないでください

More information

Improved Learning through Augmenting the Loss

Improved Learning through Augmenting the Loss Improved Learning through Augmenting the Loss Hakan Inan inanh@stanford.edu Khashayar Khosravi khosravi@stanford.edu Abstract We present two improvements to the well-known Recurrent Neural Network Language

More information

日本政府 ( 文部科学省 ) 奨学金留学生申請書

日本政府 ( 文部科学省 ) 奨学金留学生申請書 A PP L IC AT IO N J AP A N ESE G O VE R NMENT ( M ONB UK AG AK US HO :M EXT)SC H OL A RS H IP F O R 2 0 1 6 日本政府 ( 文部科学省 ) 奨学金留学生申請書 Undergraduate Students ( 学部留学生 ) INSTRUCTIONS( 記入上の注意 ) 1.Type application,

More information

October 7, Shinichiro Mori, Associate Professor

October 7, Shinichiro Mori, Associate Professor The areas of landslides and affected buildings and houses within those areas, in and around Palu City during Sulawesi Earthquake on September 28, 2018 specified by an analysis based on satellite imagery

More information

中村宏 工学部計数工学科 情報理工学系研究科システム情報学専攻 計算システム論第 2 1

中村宏 工学部計数工学科 情報理工学系研究科システム情報学専攻 計算システム論第 2 1 計算システム論第 2 (3 章 ) 中村宏 工学部計数工学科 情報理工学系研究科システム情報学専攻 計算システム論第 2 IPS Assembly Langage ( 抜粋 ) IPS operands Name Eample Comments $s-$s7, $t-$t9, $zero, Fast locations for data. In IPS, data mst be in registers

More information

Analysis of shale gas production performance by SGPE

Analysis of shale gas production performance by SGPE 447 77 6 24 11 447 453 Journal of the Japanese Association for Petroleum Technology Vol. 77, No. 6 Nov., 2012 pp. 447 453 Lecture Analysis of shale gas production performance by SGPE Kanji Kato **, Mahmood

More information

CMB の温度 偏光揺らぎにおける弱い重力レンズ効果 並河俊弥 ( 東京大学 )

CMB の温度 偏光揺らぎにおける弱い重力レンズ効果 並河俊弥 ( 東京大学 ) CMB の温度 偏光揺らぎにおける弱い重力レンズ効果 再構築法の開発 並河俊弥 ( 東京大学 ) 201 1 第 41 回天文 天体物理若手夏の学校 2011/08/01-04 CMB lensing の宇宙論への応用 暗黒エネルギー ニュートリノ質量など 比較的高赤方偏移の揺らぎに感度をもつ 光源の性質がよく分かっている 他の観測と相補的 原始重力波 TN+ 10 重力レンズ由来の B-mode

More information

Russell Stewart Deacon

Russell Stewart Deacon ナノテクノロジーと ナノサイエンス Russell Stewart Deacon assisted by Kiyama Haruki Department of Applied Physics, University of Tokyo, 7-3-1 Hongo, Bunkyo-ku, Tokyo 113-8656, JAPAN email russell@meso.t.u-tokyo.ac.jp わたしのくに

More information

2018 年度推薦入学選考 (11 月 15 日実施 ) 英語分野問題 ( 1 ページ 8 ページ )

2018 年度推薦入学選考 (11 月 15 日実施 ) 英語分野問題 ( 1 ページ 8 ページ ) 2018 年度推薦入学選考 (11 月 15 日実施 ) 英語分野問題 ( 1 ページ 8 ページ ) 1 Ⅰ 次の文を読んで あとの問いに答えなさい ( のついた語句は文末に注があります ) I grew up in the Prairies, which is the cold-in-winter, hot-in-summer, flat part of Canada. The weather

More information

Recurrent Neural Network

Recurrent Neural Network Recurrent Neural Network Xiaogang Wang xgwang@ee..edu.hk March 2, 2017 Xiaogang Wang (linux) Recurrent Neural Network March 2, 2017 1 / 48 Outline 1 Recurrent neural networks Recurrent neural networks

More information

SML-811x/812x/813x Series

SML-811x/812x/813x Series SML-811x/812x/813x Series Data Sheet 特 背面実装可能タイプ 外観図 サイズ情報 3412 (15) 3.4 1.25mm (t=1.1mm) Color Type V U D W M B WB 外形寸法図 3.4 はんだ付け推奨パターン 1.2 R 1.25 1.25 φ2.4 4-R.3 レジスト +.5 1.1 -.1 Hole + 1.25.28 カソードインデックス

More information

新学習指導要領で求められる暗黙知の指導に関する事例研究 保健体育科教育法 Ⅰと器械運動 Ⅱにおける指導内容から

新学習指導要領で求められる暗黙知の指導に関する事例研究 保健体育科教育法 Ⅰと器械運動 Ⅱにおける指導内容から 自由研究論文 61 新学習指導要領で求められる暗黙知の指導に関する事例研究 保健体育科教育法 Ⅰと器械運動 Ⅱにおける指導内容から 柴田 1) 俊和 The Case Study about Instruction of the Tacit Knowledge called a New Course of Study - Instruction Contents in Sport Pedagogy-

More information

NEW Ó Ó Ó Ó *VENT DETAIL X2 KNIGHT RIDER DARK SMOKE (C00) X2 GREY MATTER J.BLUE STEEL (C04) X2 INVERSE J.RED ION (C05) *ボーナスレンズ J.

NEW Ó Ó Ó Ó *VENT DETAIL X2 KNIGHT RIDER DARK SMOKE (C00) X2 GREY MATTER J.BLUE STEEL (C04) X2 INVERSE J.RED ION (C05) *ボーナスレンズ J. X2 KNIGHT RIDER DARK SMOKE (C00) X2 GREY MATTER J.BLUE STEEL (C04) X2 INVERSE J.RED ION (C05) *ボーナスレンズ J. BLUE STEEL が付属します X2 GREEN DARK SMOKE (C02) X2 BLUE DARK SMOKE (C03) X2 JAIME LYNN J.BLUE STEEL

More information

WHO 飲料水水質ガイドライン第 4 版 ( 一部暫定仮訳 ) 第 9 章放射線学的観点 9.4 飲料水中で一般的に検出される放射性核種のガイダンスレベル 過去の原子力緊急事態に起因する長期被ばく状況に関連する可能性のある人工の放射性核種のみならず 飲料水供給で最も一般的に検出される自然由来及び人工

WHO 飲料水水質ガイドライン第 4 版 ( 一部暫定仮訳 ) 第 9 章放射線学的観点 9.4 飲料水中で一般的に検出される放射性核種のガイダンスレベル 過去の原子力緊急事態に起因する長期被ばく状況に関連する可能性のある人工の放射性核種のみならず 飲料水供給で最も一般的に検出される自然由来及び人工 WHO 飲料水水質ガイドライン第 4 版 ( 一部暫定仮訳 ) 第 9 章放射線学的観点 9.4 飲料水中で一般的に検出される放射性核種のガイダンスレベル 過去の原子力緊急事態に起因する長期被ばく状況に関連する可能性のある人工の放射性核種のみならず 飲料水供給で最も一般的に検出される自然由来及び人工の放射性核種について定められたガイダンスレベルを表 9.2 に示す それぞれの成人の線量換算係数もまた示されている

More information

din Linguistics 一 一 St1'uctur~s a proposals representagrammati squite incomplete. Although generate al

din Linguistics 一 一 St1'uctur~s a proposals representagrammati squite incomplete. Although generate al G D M G Nw B C 英語教授法通信 第 号 ι 年 月 日勺 WHA RANSFORM AONALYNAX 一一 A R! L 一 一 ず 併 j ~ ;! ~も Wm Y m m m x N~w B~ mx j (; ; qw m M w SC mj m S~ Cm mx mm C J q m A H CmS S m m m mm m Cm R P S ; x mm w A と w R

More information

Report on the experiment of vibration measurement of Wire Brushes. mounted on hand held power tools ワイヤ ブラシ取付け時の手持動力工具振動測定調査の実施について

Report on the experiment of vibration measurement of Wire Brushes. mounted on hand held power tools ワイヤ ブラシ取付け時の手持動力工具振動測定調査の実施について Report on the experiment of vibration measurement of Wire Brushes mounted on hand held power tools ワイヤ ブラシ取付け時の手持動力工具振動測定調査の実施について In this report, the purpose of the experiment is to clarify the vibration

More information

Spontaneous magnetization of quark matter in the inhomogeneous chiral phase

Spontaneous magnetization of quark matter in the inhomogeneous chiral phase Spontaneous agnetization of uar atter in the inhoogeneous chiral phase arxiv:7. [hep-ph] Ryo Yoshiie (Kyoto University) collaborator:kazuya Nishiyaa oshitaa atsui XQCD 9/@CCNU QCD phase diagra and chiral

More information

Development of a High-Resolution Climate Model for Model-Observation Integrating Studies from the Earth s Surface to the Lower Thermosphere

Development of a High-Resolution Climate Model for Model-Observation Integrating Studies from the Earth s Surface to the Lower Thermosphere Chapter 1 Earth Science Development of a High-Resolution Climate Model for Model-Observation Integrating Studies from the Earth s Surface to the Lower Thermosphere Project Representative Shingo Watanabe

More information

Kinetic Analysis of the Oxidation of Ascorbic Acid in an Open Reactor with Gas Bubbling

Kinetic Analysis of the Oxidation of Ascorbic Acid in an Open Reactor with Gas Bubbling Original Paper Japan Journal of Food Engineering, Vol. 17, No. 2, pp. 51-55, June. 2016 Kinetic Analysis of the Oxidation of Ascorbic Acid in an Open Reactor with Gas Bubbling Osato MIYAWAKI, Taira SUGIYAMA,

More information

PROTEUS, AND THE NAME OF THE TYPE SPECIES OP THE GENUS HUENIA

PROTEUS, AND THE NAME OF THE TYPE SPECIES OP THE GENUS HUENIA H HUENIA {^ERALDICA,THE CORRECT NAME FOR HUENIA PROTEUS, AND THE NAME OF THE TYPE SPECIES OP THE GENUS HUENIA しノ. by L. B, HOLTHUIS CRUSTACEA SMITH^IB^^ISf RETURN fo W-l 妙. V, i コノハガニの学名について L. B. ホノレトイス.

More information

XENON SHORT ARC LAMPS キセノンショートアークランプ

XENON SHORT ARC LAMPS キセノンショートアークランプ 光源事業 / キセノンショートアークランプ XENON SHORT ARC LAMPS キセノンショートアークランプ 当社のキセノンショートアークランプは 自然太陽光に近似し た光波長 分光分布を有する特性を生かし 太陽電池の性能評 価 基礎研究のための弊社製ソーラシミュレータ用標準光源と して採用しているだけでなく 高輝度 点光源 高演色という 特性を生かし 分光器用光源 映写機用光源 プラネタリウム

More information

重力波天体の多様な観測による 宇宙物理学の新展開 勉強会 熱海 銀河における元素量の観測. 青木和光 Wako Aoki. 国立天文台 National Astronomical Observatory of Japan

重力波天体の多様な観測による 宇宙物理学の新展開 勉強会 熱海 銀河における元素量の観測. 青木和光 Wako Aoki. 国立天文台 National Astronomical Observatory of Japan 重力波天体の多様な観測による 宇宙物理学の新展開 勉強会 2013.1.8. 熱海 銀河における元素量の観測 青木和光 Wako Aoki 国立天文台 National Astronomical Observatory of Japan 銀河における元素量の観測 中性子星合体によってどのような元素合成が起こ るか とくにr-processのサイトか 化学進化への影響は 化学組成と金属量 化学組成 元素量

More information

Numerical Simulation of Seismic Wave Propagation and Strong Motions in 3D Heterogeneous Structure

Numerical Simulation of Seismic Wave Propagation and Strong Motions in 3D Heterogeneous Structure Numerical Simulation of Seismic Wave Propagation and Strong Motions in 3D Heterogeneous Structure Project Representative Takashi Furumura Author Takashi Furumura Center for Integrated Disaster Information

More information

Evaluation of IGS Reprocessed Precise Ephemeris Applying the Analysis of the Japanese Domestic GPS Network Data

Evaluation of IGS Reprocessed Precise Ephemeris Applying the Analysis of the Japanese Domestic GPS Network Data Evaluation of IGS Reprocessed Precise Ephemeris Applying the Analysis of the Japanese Domestic GPS Network Data Seiichi SHIMADA * Abstract The IGS reprocessed GPS precise ephemeris (repro1) is evaluated

More information

Kyoko Kagohara 1, Tomio Inazaki 2, Atsushi Urabe 3 and Yoshinori Miyachi 4 楮原京子

Kyoko Kagohara 1, Tomio Inazaki 2, Atsushi Urabe 3 and Yoshinori Miyachi 4 楮原京子 地質調査総合センター速報 No.54, 平成 21 年度沿岸域の地質 活断層調査研究報告,p.61-67,2010 長岡平野西縁断層帯における浅層反射法地震探査 - 新潟市松野尾地区の地下構造 Subsurface structure of the Western boundary fault zone of Nagaoka Plain, based on high-resolution seismic

More information

Controllability & Observability

Controllability & Observability Cotrollability & Observability 可制御性 可観測性 ()= t A()+ t Bu(), t ()= y()= t C() t Cotrollable ( 可制御 ): A system is said to be cotrollable if there eists a eteral iput u to move the iteral state from ay iitial

More information

Trends of the National Spatial Data Infrastructure

Trends of the National Spatial Data Infrastructure Trends of the National Spatial Data Infrastructure YoungJoo Lee 2009. 6. 8 Contents Introductions - Definitions of NSDI - Components of NSDI - Roles of NSDI Comparative Analysis - Backgrounds: History

More information

EU 向けに輸出される食品等に関する証明書の発行に係る事務処理要領 ( 国際 ) 通知に基づき 欧州連合 ( 以下 EU という ) へ輸出される食品及び飼料の証明書の発行条件及び手続きを定めるものとする

EU 向けに輸出される食品等に関する証明書の発行に係る事務処理要領 ( 国際 ) 通知に基づき 欧州連合 ( 以下 EU という ) へ輸出される食品及び飼料の証明書の発行条件及び手続きを定めるものとする EU 向けに輸出される食品等に関する証明書の発行に係る事務処理要領 平成 23 年 4 月 7 日山口県農林水産部流通企画室 ( 趣旨 ) 第 1 平成 23 年 3 月 27 日付け22 国際第 1144 号農林水産省大臣官房総括審議官 ( 国際 ) 通知に基づき 欧州連合 ( 以下 EU という ) へ輸出される食品及び飼料の証明書の発行条件及び手続きを定めるものとする ( 対象となる食品等 )

More information

Google s Neural Machine Translation System: Bridging the Gap between Human and Machine Translation

Google s Neural Machine Translation System: Bridging the Gap between Human and Machine Translation Google s Neural Machine Translation System: Bridging the Gap between Human and Machine Translation Y. Wu, M. Schuster, Z. Chen, Q.V. Le, M. Norouzi, et al. Google arxiv:1609.08144v2 Reviewed by : Bill

More information

Method for making high-quality thin sections of native sulfur

Method for making high-quality thin sections of native sulfur Bulletin of the Geological Survey of Japan, vol. 69 (2), p. 135 139, 2018 Notes and Comments Method for making high-quality thin sections of native sulfur Takayuki S 1,*, Akira Owada 1 and Eri Hirabayashi

More information

BCR30AM-12LB. RJJ03G Rev I T(RMS) 30 A V DRM 600 V I FGT I, I RGT I, I RGT III 50 ma : PRSS0004ZE-A ( : TO-3P) 4 2, 4

BCR30AM-12LB. RJJ03G Rev I T(RMS) 30 A V DRM 600 V I FGT I, I RGT I, I RGT III 50 ma : PRSS0004ZE-A ( : TO-3P) 4 2, 4 BCRAM-1LB ( 1 C ) RJJG- Rev...11. I T(RMS) A V DRM 6 V I FGT I, I RGT I, I RGT III ma : PRSSZE-A ( : TO-P), 1 1. T 1. T.. T 1 1.. 1 C 1 C 1 * 1 V DRM 6 V * 1 V DSM V I T(RMS) A Tc = C I TSM A 6Hz 1 I t

More information

Crustal Deformation Associated with the 2005 West Off Fukuoka Prefecture Earthquake Derived from ENVISAT/InSAR and Fault- slip Modeling

Crustal Deformation Associated with the 2005 West Off Fukuoka Prefecture Earthquake Derived from ENVISAT/InSAR and Fault- slip Modeling Crustal Deformation Associated with the 2005 West Off Fukuoka Prefecture Earthquake Derived from ENVISAT/InSAR and Fault- slip Modeling Taku OZAWA, Sou NISHIMURA, and Hiroshi OHKURA Volcano Research Department,

More information

An Information Theoretic Interpretation of Variational Inference based on the MDL Principle and the Bits-Back Coding Scheme

An Information Theoretic Interpretation of Variational Inference based on the MDL Principle and the Bits-Back Coding Scheme An Information Theoretic Interpretation of Variational Inference based on the MDL Principle and the Bits-Back Coding Scheme Ghassen Jerfel April 2017 As we will see during this talk, the Bayesian and information-theoretic

More information

SUSY Model Discrimination at an Early Stage of the LHC

SUSY Model Discrimination at an Early Stage of the LHC SUSY Model Discrimination at an Early Stage of the LHC Eita Nakamura (The University of Tokyo) In collaboration with S. Shirai and S. Asai (The University of Tokyo) LHC starts! Discovery of new physics

More information

Black Hole Physics in BEC

Black Hole Physics in BEC 1 Black Hole Physics in BEC Acoustic black hole realized by transonic flow Grad. Sch. Human and Enironmental Studies, Kyoto Uni. Masa-aki SAKAGAMI Black Hole : Most interesting Object in General Relatiity

More information

Fast response silicon pixel detector using SOI. 2016/08/10 Manabu Togawa

Fast response silicon pixel detector using SOI. 2016/08/10 Manabu Togawa Fast response silicon pixel detector using SOI 2016/08/10 Manabu Togawa 1 100 ps High intensity fixed target NA62200 ps J-PARC MEG TOF-PET TOF-PET 400 ps α K + -> π + νν : NA62 expriment At CERN SPS Goal

More information

低温物質科学研究センター誌 : LTMセンター誌 (2013), 23: 22-26

低温物質科学研究センター誌 : LTMセンター誌 (2013), 23: 22-26 Title サロンセミナー報告 Author(s) Citation 低温物質科学研究センター誌 : LTMセンター誌 (2013), 23: 22-26 Issue Date 2013-12-01 URL https://doi.org/10.14989/189250 Right Type Departmental Bulletin Paper Textversion publisher Kyoto

More information

with Local Dependencies

with Local Dependencies CS11-747 Neural Networks for NLP Structured Prediction with Local Dependencies Xuezhe Ma (Max) Site https://phontron.com/class/nn4nlp2017/ An Example Structured Prediction Problem: Sequence Labeling Sequence

More information

Deep Learning Recurrent Networks 2/28/2018

Deep Learning Recurrent Networks 2/28/2018 Deep Learning Recurrent Networks /8/8 Recap: Recurrent networks can be incredibly effective Story so far Y(t+) Stock vector X(t) X(t+) X(t+) X(t+) X(t+) X(t+5) X(t+) X(t+7) Iterated structures are good

More information

高エネルギーニュートリノ : 理論的な理解 の現状

高エネルギーニュートリノ : 理論的な理解 の現状 第 24 回 宇宙ニュートリノ 研究会 高エネルギーニュートリノ : 理論的な理解 の現状 京都大学基礎物理学研究所 長滝重博 Kaji Yasuyuki 9th March 2011, ICRR, Tokyo Overview History of the Universe UHECRs? VHE-ν? When? Who? How? CMB 3000k -> 2.75k Mysteries of

More information

一体型地上気象観測機器 ( ) の風計測性能評価 EVALUATION OF WIND MEASUREMENT PERFORMANCE OF COMPACT WEATHER SENSORS

一体型地上気象観測機器 ( ) の風計測性能評価 EVALUATION OF WIND MEASUREMENT PERFORMANCE OF COMPACT WEATHER SENSORS 第 23 回風工学シンポジウム (2014) 一体型地上気象観測機器 ( ) の風計測性能評価 EVALUATION OF WIND MEASUREMENT PERFORMANCE OF COMPACT WEATHER SENSORS 1) 2) 3) 4) 5) 吉田大紀 林 泰一 伊藤芳樹 林 夕路 小松亮介 1) 4) 4) 1) 1) 寺地雄輔 太田行俊 田村直美 橋波伸治 渡邉好弘 Daiki

More information

Altitudinal Increasing Rate of UV radiation by the Observations with Brewer Spectrophotometers at Norikura, Suzuran and Tsukuba

Altitudinal Increasing Rate of UV radiation by the Observations with Brewer Spectrophotometers at Norikura, Suzuran and Tsukuba [Technical report] Altitudinal Increasing Rate of UV radiation by the Observations with Brewer Spectrophotometers at Norikura, Suzuran and Tsukuba Mahito ITO *, Itaru UESATO *, Yoshiyuki NOTO **, Osamu

More information

Study of Cloud and Precipitation Processes Using a Global Cloud-system Resolving Model

Study of Cloud and Precipitation Processes Using a Global Cloud-system Resolving Model Study of Cloud and Precipitation Processes Using a Global Cloud-system Resolving Model Project Representative Masaki Satoh Atmosphere and Ocean Research Institute, University of Tokyo / Research Institute

More information

Title rays. Citation Advanced Materials Research, 409: 5. Issue Date Journal Article. Text version author.

Title rays. Citation Advanced Materials Research, 409: 5. Issue Date Journal Article. Text version author. Title uthor(s) Nondestructive structure test of ca rays Yaguchi, Osamu; Okada, Yoshiyuki; S itation dvanced Materials Research, 409: 5 Issue Date 2012 Type Journal rticle Text version author URL http://hdl.handle.net/2297/30191

More information

Yutaka Shikano. Visualizing a Quantum State

Yutaka Shikano. Visualizing a Quantum State Yutaka Shikano Visualizing a Quantum State Self Introduction http://qm.ims.ac.jp 東京工業大学 ( 大岡山キャンパス ) 学部 4 年間 修士課程 博士課程と通ったところです 宇宙物理学理論研究室というところにいました マサチューセッツ工科大学 博士課程の際に 機械工学科に留学していました (1 年半 ) チャップマン大学

More information

Neutron-Insensitive Gamma-Ray Detector with Aerogel for Rare Neutral-Kaon Decay Experiment

Neutron-Insensitive Gamma-Ray Detector with Aerogel for Rare Neutral-Kaon Decay Experiment Neutron-Insensitive Gamma-Ray Detector with Aerogel for Rare Neutral-Kaon Decay Experiment Kyoto University E-mail: maeda_y@scphys.kyoto-u.ac.jp A novel γ-ray detector insensitive to neutrons is developed

More information

Influence of MJO on Asian Climate and its Performance of JMA Monthly Forecast Model

Influence of MJO on Asian Climate and its Performance of JMA Monthly Forecast Model Influence of MJO on Asian Climate and its Performance of JMA Monthly Forecast Model Satoko Matsueda, Yuhei Takaya and Kengo Miyaoka Climate Prediction Division, Japan Meteorological Agency Madden-Julian

More information

Carotenoid Composition in the Yellow and Pale Green Petals of Primula Species

Carotenoid Composition in the Yellow and Pale Green Petals of Primula Species 花き研報 Bull.Natl.Inst.Flor.Sci.11:67~72,2011 67 研究資料 Carotenoid Composition in the Yellow and Pale Green Petals of Primula Species Chihiro YAMAMIZO, Masumi HIRASHIMA, Sanae KISHIMOTO and Akemi OHMIYA (Received

More information

二国間交流事業共同研究報告書 共同研究代表者所属 部局独立行政法人理化学研究所 創発物性科学研究センター

二国間交流事業共同研究報告書 共同研究代表者所属 部局独立行政法人理化学研究所 創発物性科学研究センター ( 様式 4-1) 二国間交流事業共同研究報告書 平成 26 年 3 月 20 日 独立行政法人日本学術振興会理事長殿 共同研究代表者所属 部局独立行政法人理化学研究所 創発物性科学研究センター 量子情報エレクトロニクス部門 量子凝縮物性研究ク ルーフ ( ふりがな ) ノリフランコ職 氏名ク ルーフ テ ィレクター NORI FRANCO 1. 事業名相手国 ( ロシア ) との共同研究振興会対応機関

More information

Long-term earthquake forecast

Long-term earthquake forecast 演 The M9 Tohoku-Oki Earthquake and Statistical Seismology Yosihiko Ogata, Institute of Statistical Mathematics 1.Long-term Probability forecasting and repeating earthquakes 2.Prediction and diagnostic

More information

むらの定量化について IEC-TC110 HHG2 への提案をベースに ソニー株式会社冨岡聡 フラットパネルディスプレイの人間工学シンポジウム

むらの定量化について IEC-TC110 HHG2 への提案をベースに ソニー株式会社冨岡聡 フラットパネルディスプレイの人間工学シンポジウム むらの定量化について IEC-TC110 HHG2 への提案をベースに ソニー株式会社冨岡聡 むら を 定量化する とは? どちらも輝度分布の最大最小の差は 22% 画面の 4 隅に向かって暗くなる状態は 気にならない 気になるもの むら むら とは人の主観である 気になる要素 を見出し 計測可能にする SEMU: 既存の定量評価方法 SEMI: 半導体 FPD ナノテクノロジー MEMS 太陽光発電

More information

Nichia STS-DA <Cat.No > SPECIFICATIONS FOR NICHIA LUMINOUS FLUX WHITE STANDARD LED MODEL : NLHW01S02 NICHIA CORPORATION

Nichia STS-DA <Cat.No > SPECIFICATIONS FOR NICHIA LUMINOUS FLUX WHITE STANDARD LED MODEL : NLHW01S02 NICHIA CORPORATION Nichia STS-DA1-571 SPECIFICATIONS FOR NICHIA LUMINOUS FLUX WHITE STANDARD LED MODEL : NLHW1S2 NICHIA CORPORATION 1. FEATURES White LED in a metal can package designed and developed for luminous

More information

The unification of gravity and electromagnetism.

The unification of gravity and electromagnetism. The unification of gravity and electromagnetism. (The physics of dark energy.) Terubumi Honjou The 9 chapter. The unification of gravity and electromagnetism. [1]... to the goal of modern physics and the

More information

Advanced Cutting Edge Research Seminar. Dialogue System with Deep Neural Networks

Advanced Cutting Edge Research Seminar. Dialogue System with Deep Neural Networks Advanced Cutting Edge Research Seminar Dialogue System with Deep Neural Networks Assistant Professor Koichiro Yoshino Nara Institute of Science and Technology Augmented Human Communication Laboratory PRESTO,

More information

質量起源 暗黒物質 暗黒エネルギー 宇宙線 陽子崩壊 ニュートリノ質量 米国 P5 ニュートリノ CPV 宇宙背景ニュートリノクォーク レプトンマヨラナ粒子 ニュートリノ測定器 陽子崩壊探索. Diagram courtesy of P5. Origin of Mass.

質量起源 暗黒物質 暗黒エネルギー 宇宙線 陽子崩壊 ニュートリノ質量 米国 P5 ニュートリノ CPV 宇宙背景ニュートリノクォーク レプトンマヨラナ粒子 ニュートリノ測定器 陽子崩壊探索. Diagram courtesy of P5. Origin of Mass. Diagram courtesy of P5 The Energy Frontier Origin of Mass Matter/Antimatter Asymmetry Dark Matter Origin of Universe Unification of Forces New Physics Beyond the Standard Model ニュートリノ質量 質量起源 The Intensity

More information

On Attitude Control of Microsatellite Using Shape Variable Elements 形状可変機能を用いた超小型衛星の姿勢制御について

On Attitude Control of Microsatellite Using Shape Variable Elements 形状可変機能を用いた超小型衛星の姿勢制御について The 4th Workshop on JAXA: Astrodynamics and Flight Mechanics, Sagamihara, July 015. On Attitude Control of Microsatellite Using Shape Variable Elements By Kyosuke Tawara 1) and Saburo Matunaga ) 1) Department

More information

ROSE リポジトリいばらき ( 茨城大学学術情報リポジトリ )

ROSE リポジトリいばらき ( 茨城大学学術情報リポジトリ ) ROSE リポジトリいばらき ( 茨城大学学術情報リポジトリ ) TitleOn Characterizations of Divided Mon Author(s) OKABE, Akira Citation Mathematical Journal of Ibaraki Uni Issue Date 2002 URL http://hdl.handle.net/10109/3089 Rights

More information

Algorithm Theoretical Basis Document for Cloud Top Height Product

Algorithm Theoretical Basis Document for Cloud Top Height Product Algorithm Theoretical Basis Document for Cloud Top Height Product MOURI Kouki*, SUZUE Hiroshi*, YOSHIDA Ryo* and IZUMI Toshiharu** Abstract The cloud top height product is an element of the fundamental

More information

Safer Building and Urban Development ( 安全な建物づくり まちづくりづ ) Contents ( 内容 ) 1)Lessons from building damage by earthquake motions and/or tsunami ( 振動被害または

Safer Building and Urban Development ( 安全な建物づくり まちづくりづ ) Contents ( 内容 ) 1)Lessons from building damage by earthquake motions and/or tsunami ( 振動被害または Safer Building and Urban Development ( 安全な建物づくり まちづくりづ ) Contents ( 内容 ) 1)Lessons from building damage by earthquake motions and/or tsunami ( 振動被害または津波被害からの教訓 ) 2)Way of thinking for reconstruction (

More information

Thermal Safety Software (TSS) series

Thermal Safety Software (TSS) series Ready-solutions Thermal Safety Software (TSS) series 各種の反応危険性評価ソフト The subset for adiabatic calorimetry ( 断熱測定データ解析ソリューション ) 断熱熱量計 (ARC VSP DEWAR) 等は 化学反応の熱的危険性評価に有効であることが知られています このソリューションは 断熱下で測定した熱量データを多目的に解析するために

More information

SAFETY STANDARD APPROVED METALLIZED POLYPROPYLENE CAPACITOR 海外規格メタライズドポリプロピレンコンデンサ TYPE ECQUA

SAFETY STANDARD APPROVED METALLIZED POLYPROPYLENE CAPACITOR 海外規格メタライズドポリプロピレンコンデンサ TYPE ECQUA 1/ 30 P. 1.Scope 適用範囲 This specification covers the requirement for metallized polypropylene dielectric fixed capacitor approved by UL60384-14 CAN/CSA-E60384-14 IEC60384-14 and EN60384-14, which is applied

More information

NSPA510BS RoHS Compliant

NSPA510BS RoHS Compliant NICHIA CORPORATION SPECIFICATIONS FOR AMBER LED NSPA510BS RoHS Compliant SPECIFICATIONS (1) Absolute Maximum Ratings Item Symbol Absolute Maximum Rating Unit Forward Current I F 30 ma Pulse Forward Current

More information

Advance Publication by J-STAGE. 日本機械学会論文集 Transactions of the JSME (in Japanese)

Advance Publication by J-STAGE. 日本機械学会論文集 Transactions of the JSME (in Japanese) Advance Publication by J-STAGE 日本機械学会論文集 Transactions of the JSME (in Japanese) DOI:10.1299/transjsme.16-00058 Received date : 24 February, 2016 Accepted date : 6 September, 2016 J-STAGE Advance Publication

More information

近距離重力実験実験室における逆二乗則の法則の検証. Jiro Murata

近距離重力実験実験室における逆二乗則の法則の検証. Jiro Murata 近距離重力実験実験室における逆二乗則の法則の検証? Jiro Murata Rikkyo University / TRIUMF 第 29 回理論懇シンポジウム 重力が織りなす宇宙の諸階層 2016/12/20-22 東北大学天文学教室 1. 重力実験概観 Newton 実験の紹介 2. 加速器実験の解釈 比較 1 ATLAS よくある質問 Q 重力実験はどのくらいの距離までいってるんですか? A

More information

21 点 15 点 3 解答用紙に氏名と受検番号を記入し, 受検番号と一致したマーク部分を塗りつぶすこと 受検番号が 0( ゼロ ) から始まる場合は,0( ゼロ ) を塗りつぶすこと

21 点 15 点 3 解答用紙に氏名と受検番号を記入し, 受検番号と一致したマーク部分を塗りつぶすこと 受検番号が 0( ゼロ ) から始まる場合は,0( ゼロ ) を塗りつぶすこと 平成 29 年度入学者選抜学力検査問題 英 語 ( 配点 ) 1 2 3 4 5 6 10 点 15 点 24 点 15 点 15 点 21 点 ( 注意事項 ) 1 問題冊子は指示があるまで開かないこと 2 問題冊子は 1 ページから 8 ページまでです 検査開始の合図のあとで確かめること 3 解答用紙に氏名と受検番号を記入し, 受検番号と一致したマーク部分を塗りつぶすこと 受検番号が 0( ゼロ

More information

Video Archive Contents Browsing Method based on News Structure Patterns

Video Archive Contents Browsing Method based on News Structure Patterns DEWS2006 5C-i4 670-0092 1 1-12 670-0092 1 1-12 E-mail: hd05r011@stshse.u-hyogo.ac.jp, sumiya@shse.u-hyogo.ac.jp TV Web Video Archive Contents Browsing Method based on News Structure Patterns Abstract Daisuke

More information

Reaction mechanism of fusion-fission process in superheavy mass region

Reaction mechanism of fusion-fission process in superheavy mass region Reaction mechanism of fusion-fission process in superheavy mass region Y. Aritomo 1,, K. Hagino 3, K. Nishio 1, and S. Chiba 1 1 Advanced Science Research Center, Japan Atomic Energy Agency, Tokai, Japan

More information

統合シミュレーションコードによる高速点火実験解析大阪大学レーザーエネルギー学研究センター中村龍史

統合シミュレーションコードによる高速点火実験解析大阪大学レーザーエネルギー学研究センター中村龍史 統合シミュレーションコードによる高速点火実験解析大阪大学レーザーエネルギー学研究センター中村龍史 概要 高速点火核融合ではターゲット爆縮から追加熱用レーザーによる高速電子発生まで時間 空間スケールにおいて非常に広範な領域の現象を理解する必要がある そこで本プロジェクトでは輻射流体コード 粒子コード Fokker-Planck コード の開発が進められており これらのコードをネットワークを介して結合することで統合コードの構築を目指している

More information

Database development of global Jovian magnetospheric simulation

Database development of global Jovian magnetospheric simulation Feb. 24, 2016 Database development of global Jovian magnetospheric simulation K. Fukazawa 1, T. Kimura 2, F. Tsuchiya 3, G. Murakami 4, H. Kita 3, C. Tao 5 1. Academic Center for Computing and Media Studies,

More information

TDK Lambda INSTRUCTION MANUAL. TDK Lambda A B 1/40

TDK Lambda INSTRUCTION MANUAL. TDK Lambda A B 1/40 A273 57 01B 1/40 INDEX PAGE 1. MTBF 計算値 Calculated Values of MTBF 3~4 2. 部品ディレーティング Component Derating 5~9 3. 主要部品温度上昇値 Main Components Temperature Rise ΔT List 10~11 4. 電解コンデンサ推定寿命計算値 Electrolytic Capacitor

More information