arxiv: v1 [cs.cl] 12 Sep 2018

Size: px
Start display at page:

Download "arxiv: v1 [cs.cl] 12 Sep 2018"

Transcription

1 Powered by TCPDF ( Neural Melody Composton from Lyrcs Hangbo Bao, Shaohan Huang 2, Furu We 2, Le Cu 2, Yu Wu 3, Chuanq Tan 3, Songhao Pao, Mng Zhou 2 School of Computer Scence, Harbn Insttute of Technology, Harbn, Chna 2 Mcrosoft Research, Bejng, Chna 3 State Key Laboratory of Software Development Envronment, Behang Unversty, Bejng, Chna addf00@foxmal.com,{shaohanh,fuwe,lecu,mngzhou}@mcrosoft.com, wuyu@buaa.edu.cn, tanchuanq@nlsde.buaa.edu.cn, paosh@ht.edu.cn arxv:09.03v [cs.cl] 2 Sep 20 Abstract In ths paper, we study a novel task that learns to compose musc from natural language. Gven the lyrcs as nput, we propose a melody composton model that generates lyrcscondtonal melody as well as the exact algnment between the generated melody and the gven lyrcs smultaneously. More specfcally, we develop the melody composton model based on the sequence-to-sequence framework. It conssts of two neural encoders to encode the current lyrcs and the context melody respectvely, and a herarchcal decoder to jontly produce muscal notes and the correspondng algnment. Expermental results on lyrcs-melody pars of,5 pop songs demonstrate the effectveness of our proposed methods. In addton, we apply a sngng voce syntheszer software to synthesze the sngng of the lyrcs and melodes for human evaluaton. Results ndcate that our generated melodes are more melodous and tuneful compared wth the baselne method. Introducton We study the task of melody composton from lyrcs, whch consumes a pece of text as nput and ams to compose the correspondng melody as well as the exact algnment between generated melody and the gven lyrcs. Specfcally, the output conssts of two sequences of muscal notes and lyrc syllables wth two constrants. Frst, each syllable n the lyrcs at least corresponds to one muscal note n the melody. Second, a syllable n the lyrcs may correspond to a sequence of notes, whch ncreases the dffculty of ths task. Fgure shows a fragment of a Chnese song. For nstance, the last Chnese character 恋 (love) algns two notes and n the melody. There are several exstng research works on generatng lyrcs-condtonal melody (Ackerman and Loker 207; Screa et al. 205; Monteth, Martnez, and Ventura 202; Fukayama et al. 200). These works usually treat the melody Contrbuton durng nternshp at Mcrosoft Research. Copyrght c 209, Assocaton for the Advancement of Artfcal Intellgence ( All rghts reserved. A syllable s a word or part of a word whch contans a sngle vowel sound and that s pronounced as a unt. Chnese s a monosyllabc language whch means words (Chnese characters) predomnantly consst of a sngle syllable ( org/wk/monosyllabc_language). rest E5 D5 B E Lyrcs: 爱恨两茫茫 Pnyn: à hèn lǎng máng máng It s so far away between love and hate E D5 问 君 何 时 恋 wèn jūn hé shí làn When do you want to fall n love agan Fgure : A fragment of a Chnese song Drunken Concubne (new verson). The blue rectangles ndcate rests, some ntervals of slence n a pece of melody. The red rectangles ndcate the algnment between the lyrcs and the melody, meanng a mappng from syllable of lyrcs to muscal notes. Pnyn ndcates the syllables for each Chnese character. We can observe that the second Chnese character 恨 (hate) algns one note E5 and the last Chnese character 恋 (love) algns two notes and n melody, whch descrbes the one-to-many relatonshp n the algnment between the lyrcs and melody. composton task as a classfcaton or sequence labelng problem. They frst determne the number of muscal notes by countng the syllables n the lyrcs, and then predct the muscal notes one after another by consderng prevously generated notes and correspondng lyrcs. However, these works only consder the one-to-one algnment between the melody and lyrcs. Accordng to our statstcs on,5 Chnese songs, 97.9% songs contans at least one syllable that corresponds to multple muscal notes (.e. one-to-many algnment), thus the smplfcaton may ntroduce bas nto the task of melody composton. In ths paper, we propose a novel melody composton model whch can generate melody from lyrcs and well handle the one-to-many algnment between the generated melody and the gven lyrcs. For the gven lyrcs as nput, we frst dvde the nput lyrcs nto sentences and then use our model to compose each pece of melody from the sentences one by one. Fnally, we merge these peces to a complete melody for the gven lyrcs. More specfcally, t conssts of two encoders and one herarchcal decoder. The frst encoder encodes the syllables n current lyrcs nto an array of hdden vectors wth a b-drectonal recurrent neural network (RNN) and the second encoder leverages an attenton mechansm to convert the context melody nto a dynamc context rest

2 Powered by TCPDF ( vector wth a two-layer b-drectonal RNN. In the decoder, we employ a three-layer RNN decoder to produce the muscal notes and the algnment jontly, where the frst two layers are to generate the ptch and duraton of each muscal note and the last layer s to predct a label for each generated muscal note to ndcate the algnment. We collect,5 Chnese pop songs and generate the lyrcs-melody pars wth precse syllable-note algnment to conduct experments on our methods and baselnes. Automatc evaluaton results show that our model outperforms baselne methods on all the metrcs. In addton, we leverage a sngng voce syntheszer software to synthesze the sngng of the lyrcs and melodes and ask human annotators to manually judge the qualty of the generated pop songs. The human evaluaton results further ndcate that the generated lyrcs-condtonal melodes from our method are more melodous and tuneful compared wth the baselne methods. The contrbutons of our work n ths paper are summarzed as follows. To the best of our knowledge, ths paper s the frst work to use end-to-end neural network model to compose melody from lyrcs. We construct a large-scale lyrcs-melody dataset wth,5 Chnese pop songs and 6,72 lyrcs-contextmelody trples, so that the neural networks based approaches are possble for ths task. Compared wth tradtonal sequence-to-sequence models, our proposed method can generate the exact algnment as well as the one-to-many algnment between the melody and lyrcs. The human evaluaton verfes that the syntheszed pop songs of the generated melody and nput lyrcs are melodous and meanngful. Prelmnary We frst ntroduce some basc defntons from musc theory and then gve a bref ntroducton to our lyrcs-melody parallel corpus. Table lsts some mathematcal notatons used n ths paper. Concepts from Musc Theory Melody can be regarded as an ordered sequence of many muscal notes. The basc unt of melody s the muscal note whch manly conssts of two attrbutes: ptch and duraton. The ptch s a perceptual property of sounds that allows ther orderng on a frequency-related scale, or more commonly, the ptch s the qualty that makes t possble to judge sounds as hgher and lower n the sense assocated wth muscal melodes 2. Therefore, we use a sequence of numbers to represent the ptch. For example, we represent and Eb6 as 72 and 7 respectvely based on the MIDI 3. A rest s an 2 (musc) 3 html Notatons X x j M m m pt, m dur Y y y < ypt, y dur, y lab P tch Duraton Label h j lrc h con c c con R Table : Notatons used n ths paper Descrpton the sequence of syllables n gven lyrcs the j-th syllable n X the sequence of muscal notes n context melody the -th muscal note n M the ptch and duraton of m, respectvely the sequence of muscal notes n predcted melody the -th muscal note n Y the prevously predcted muscal notes {y,..., y } n Y the ptch, duraton and label of y, respectvely the ptch sequence comprsed of each ypt n Y the duraton sequence comprsed of each ydur n Y the label sequence comprsed of each ylab n Y the j-th hdden state n output of lyrcs encoder the -th hdden state n output of context melody encoder the dynamc context vector at tme step the -th melody context vector from context melody encoder ndcates the rest, specally An example of a sheet musc: rest E5 D5 B E Lyrcs: 爱恨两茫茫 Pnyn: à hèn lǎng máng máng It s so far away between love and hate Lyrcs-melody algned data: rest E D5 问 君 何 时 恋 wèn jūn hé shí làn When do you want to fall n love agan Pnyn à hèn lǎng máng máng wèn jūn hé shí làn Lyrcs 爱 恨 两 茫 茫 问 君 何 时 恋 P tch R E5 D5 B E R E D5 Duraton Label Fgure 2: An llustraton for lyrcs-melody algned data. The P tch and the Duraton respectvely represent the ptch and duraton of each muscal note. In addton, the Label provdes the nformaton on algnment between the lyrcs and melody. To be specfc, a muscal note s assgned wth label that denotes t s a boundary of the muscal note subsequence algned to the correspondng syllable otherwse t s assgned wth label 0. Addtonally, we always algn the rests wth ther latter syllables. nterval of slence n a pece of musc and we use R to represent t and treat t as a specal ptch. Duraton s a partcular tme nterval to descrbe the length of tme that the ptch or tone sounds, whch s to judge how long or short a muscal note lasts. Lyrcs-Melody Parallel Corpus Fgure 2 shows an example of a lyrcs-melody algned par wth precse syllable-note algnment, where each Chnese character of the lyrcs algns wth one or more notes n the melody. The generated melody conssts of three sequences P tch, Duraton and Label where the Label sequence represents the algnment between melody and lyrcs. We are able to re- (musc)

3 Label Label Layer ½ Duraton Duraton Layer R E D5 Ptch Ptch Layer Attenton Melody Decoder... ½ Context Melody Encoder Lyrcs Encoder R... E 问 wèn 君 jūn 何 hé 时 shí 恋 làn Lyrcs Pnyn Fgure 3: An llustraton of Songwrter. The lyrcs encoder and context melody encoder encode the syllables of gven lyrcs and the context melody nto two arrays of hdden vectors, respectvely. For decodng the -th muscal note y, Songwrter uses attenton mechansm to obtan a context vector c con from the context melody encoder (green arrows) and counts how many label has been produced n prevously muscal notes to obtan h j con to represent the current syllable correspondng to y from the lyrcs encoder (red arrows) to melody decoder. In melody decoder, the ptch layer and duraton layer frst predct the ptch y pt and duraton y dur of y, then the label layer predcts a label y lab for y to ndcate the algnment. buld the sheet musc wth them. P tch sequence represents the ptch of each muscal note n melody and R represents the rest n P tch sequence specfcally. Smlarly, Duraton sequence represents the duraton of each muscal note n melody. P tch and Duraton consst of a complete melody but do not nclude nformaton on the algnment between the gven lyrcs and correspondng melody. Label contans the nformaton of algnment. Each tem of the Label s labeled as one of {0, } to ndcate the algnment between the muscal note and the correspondng syllable n the lyrcs. To be specfc, a muscal note s assgned wth label that denotes t s a boundary of the muscal note sub-sequence, whch algned to the correspondng syllable, otherwse t s assgned wth label 0. We can splt the muscal notes nto the n parts by label, where n s the number of syllables of the lyrcs, and each part s a muscal note subsequence. Then we can algn the muscal notes to ther correspondng syllables sequentally. Addtonally, we always algn the rests to ther latter syllables. For nstance, we can observe that the second rest algns to the Chnese character 问 (ask). Task Defnton Gven lyrcs as the nput, our task s to generate the melody and algnment that make up a song wth the lyrcs. We can formally defne ths task as below: The nput s a sequence X = (x,..., x X ) representng the syllables of lyrcs. The output s a sequence Y = (y,..., y Y ) representng the predcted muscal notes for correspondng lyrcs, where the y = {ypt, y dur, y lab }. In addton, the output sequence Y should satsfy the followng restrcton: Y X = ypt () = whch restrcts the generated melody can be exactly algned wth the gven lyrcs. Approach In ths secton, we present the end-to-end neural networks model, termed as Songwrter, to compose a melody whch algns exactly to the gven nput lyrcs. Fgure 3 provdes an llustraton of Songwrter. Overvew Gven lyrcs as the nput, we frst dvde the lyrcs nto sentences and then use Songwrter to compose each pece of the melody sentence by sentence. For each sentence n lyrcs, Songwrter takes the syllables n the sentence lyrcs and the context melody, whch are some prevous predcted muscal notes, as nput and then predcts a pece of melody. When the last pece of melody has been predcted, we merge these peces of melody to make a complete song wth the gven lyrcs. Ths procedure can be consdered as a sequence generaton problem wth two sequences as nput, syllables of the current lyrcs X and the context melody M. We develop

4 our melody composton model based on a modfed RNN encoder-decoder (Cho et al. 20a) to support multple sequences as nput. Songwrter employs two neural encoders, lyrcs encoder and context melody encoder, to respectvely encode the syllables of the current lyrcs X and the context melody M, and leverages a herarchcal melody decoder to produce muscal notes and the algnment Y. To be specfc, the lyrcs encoder and context melody encoder encode X and M nto two arrays of hdden vectors, respectvely. At the tme step, melody decoder obtans a context vector c con from the context melody encoder and a hdden vector h j lrc from the lyrcs encoder to produce the -th muscal note y. c con s computed dynamcally by the attenton mechansm from the output of the context melody encoder. h j lrc s one of output hdden vectors of the lyrcs encoder, whch represents the j-th syllable x j n the current lyrcs. In the melody decoder, whch s a three-layer RNN, the ptch layer and duraton layer frst predct the ptch ypt and duraton y dur, then the label layer predcts a label ylab of y to ndcate the algnment. Gated Recurrent Unts We use Gated Recurrent Unt (GRU) (Cho et al. 20b) nstead of basc RNN. We descrbe the mathematcal model of the GRU as follows: z = σ(w hz h + W xz x + b z ) (2) r = σ(w hr h + W xr x + b r ) (3) ĥ = tanh ( W h (r h ) + W x x + b ) () h = ( z ) h + z ĥ (5) where W hz, W xz, b z, W hr, W xr, b r, W h, W x and b are parameters to be learned n GRU, s an element-wse multplcaton, σ( ) s a logstc sgmod functon, r and z are the gates and h s the hdden state at tme step. Lyrcs Encoder We use a b-drectonal RNN (Schuster and Palwal 997) bult by two GRUs to encode the syllables of lyrcs whch concatenates the syllable feature embeddng and word embeddng as nput X = {x,..., x X } to the GRU encoders: h lrc = f GRU ( h lrc, x ) (6) lrc h = fgru( + lrc h, x ) (7) [ ] h h lrc = lrc () Then, the lyrcs encoder outputs an array of hdden vectors {h lrc,..., h X lrc } to represent the nformaton of each syllable n the lyrcs. Context Melody Encoder We use the context melody encoder to encode the context melody M = {m,..., m M }. The encoder s a two-layer h lrc RNN that encodes ptch, duraton and label of a muscal note respectvely at each tme step. Each layer s a b-drectonal RNN whch s bult by two GRUs. For the frst layer, we descrbe the forward drectonal GRU and the backward drectonal GRU at tme step as follows: h pt = f GRU ( h pt, m pt) (9) h pt = fgru( h + pt, m pt) (0) where m pt s the ptch attrbute of -th note m. Then, we concatenate them nto one vector: [ ] h h pt = pt () The bottom layer encodes the output of the frst layer and the duraton attrbute of melody. The employment can be descrbed as follows: h dur = f GRU ( h dur, m dur, h pt) (2) h pt dur h = fgru( dur, m dur, h pt) (3) [ ] h h dur = dur () h dur h + We concatenate the two output arrays of vectors to an array of vectors to represent the context melody sequence: [ ] h h con = pt (5) h dur Melody Decoder The decoder predcts the next note y from all prevously predcted notes {y,..., y } (y <, for short), the context muscal notes M = {m,..., m M } and the syllables X = {x,..., x X } of gven lyrcs. We defne the condtonal probablty when decodng -th note as follows: arg max P (y y <, X, M) (6) To model the three attrbutes of y, where we use {ypt, y dur, y lab } to respectvely represent the ptch, duraton and label, we decompose Eq. (6) nto Eq.(7): P (y y <, X, M) =P (y pt y <, X, M) P (y dur y <, X, M, y pt) P (y lab y <, X, M, y pt, y dur) (7) We use a three-layer RNN as decoder to respectvely decode the ptch, duraton and label of a muscal note at each tme step. We defne the condtonal probabltes of each layer n the decoder: P (y pt y <, X, M) = g p (s pt, c, y ) () P (y dur y <, X, M, y pt) = g d (s dur, c, y, y pt) (9) P (y lab y <, X, M, y pt, y dur) = g l (s lab, c, y, y pt, y dur) (20) where g p ( ), g d ( ) and g l ( ) are nonlnear functons that output the probabltes of y pt, y dur and y lab respectvely.

5 s pt, s dur and s lab are respectvely the correspondng hdden states of each layer. c s a dynamc context vector representng the M and X. We ntroduce the employment of c before s pt, s dur and s lab : c = c con + h j lrc (2) where c con s a context vector from context melody encoder and h j lrc s one of output hdden vectors of lyrcs encoder, whch represent the x j that should be algned to the current predctng y. In partcular, we set c con as a zero vector f there s no context melody as nput. From our representaton method for lyrcs-melody algned pars, t s not dffcult to understand how to get the x j that y should be algned to: j = ylab t (22) t= c con s recomputed at each step by algnment model (Bahdanau, Cho, and Bengo 20) as follows: M c con = α,t h t con (23) t= where h t con s one hdden vector from the output of melody encoder and the weght α,t s computed by: α,t exp(e,t ) = M k= exp(e,k ) (2) e,k = v a tanh(w a s + U a h k con) (25) where v a, W a and U a are learnable parameters. Fnally, we obtan the c and then employ the s p, s d, s l and s as follows: s pt = f GRU (s pt, c, y pt, hj lrc ) (26) s dur = f GRU (s dur, c, y dur, y pt, s pt) (27) s lab = f GRU (s lab, c, y lab, y pt, ydur, d dur) (2) s = [s p ; s d ; s l ] (29) Objectve Functon Gven a tranng dataset wth n lyrcs-context-melody trples D = {X (), M (), Y () } n =, where X() = {x (),..., x () X() }, M () = {m (),..., m () M () } and Y () = {y (),..., y () Y() }. In addton, (, j), y ()j = ). Our tranng objectve s to mnmze the negatve log lkelhood loss L wth respect to the learnable model parameter θ: (y ()j pt, y()j dur, y()j lab L = n n = Y () j= where y <j s short for {y (),..., yj () }. log P (y ()j pt, y()j dur, y()j lab θ, X(), M (), y <j ) (30) Experments Dataset We crawled,5 Chnese pop songs, whch nclude melodes wth the duraton over 00 hours n total, from an onlne Karaoke app. Then preprocess the dataset wth rules as descrbed n Zhu et al. (20) to guarantee the relablty of the melodes. For each song, we convert the melody to C major or A mnor that can keep all melodes n the same tune and we set BPM (Beats Per Mnute) to 60 to calculate the duraton of each muscal note n the melody. We further dvde the lyrcs nto sentences wth ther correspondng muscal notes as lyrcs-melody pars. Besdes, we set a wndow sze as 0 to the context melody and use the prevously muscal notes as the context melody for each lyrcs-melody par to make up lyrcs-context-melody trples. Fnally, we obtan 6,72 trples to conduct our experments. We randomly choose 5% songs for valdatng, 5% songs for testng and the rest of them for tranng. Baselnes As melody composton task can generally be regarded as a sequence labelng problem or a machne translaton problem, we select two state-of-the-art models as baselnes. CRF A modfed sequence labelng model based on CRF (Lafferty, McCallum, and Perera 200) whch contans two layers for predctng P tch and Duraton, respectvely. For one-to-many relatonshps, ths model uses some specal tags to represent a seres of orgnal tags. For nstance, f a syllable algns two notes and, we use a tag to represent them. Seq2seq A modfed attenton based sequence to sequence model whch contans two encoders and one decoder. Compared wth Songwrter, Seq2seq uses attenton mechansm (Bahdanau, Cho, and Bengo 20) to capture nformaton on the gven lyrcs. Seq2seq may not guarantee the algnment between the generated melody and syllables n gven lyrcs. To avod ths problem, Seq2seq model stops predctng when the number of the label n predcted muscal notes s equal to the number of syllables n the gven lyrcs. Implementaton Model Sze For all the models used n ths paper, the number of recurrent hdden unts s set to 256. In the context melody encoder and melody decoder, we treat the ptch, duraton, and label as tokens and use word embeddng to represent them wth 2, 2, and 6 dmensons, respectvely. In the lyrcs encoder, we use GloVe (Pennngton, Socher, and Mannng 20) to pre-tran a char-level word embeddng wth 256 dmensons on a large Chnese lyrcs corpus and use Pnyn 5 as the syllable features wth 2 dmensons. Parameter Intalzaton We use two lnear layers wth the last backward hdden states of the context melody encoder to respectvely ntalze the hdden states of the ptch 5

6 Table 2: Automatc evaluaton results Teacher-forcng Ptch Duraton Label Samplng PPL P R F P R F P R F BLEU DW CRF / / / / Seq2seq Songwrter layer and duraton layer n the melody decoder n Songwrter and Seq2seq. We use zero vectors to ntalze the hdden states n the lyrcs encoder and context melody encoder. Tranng We use Adam (Dederk P. Kngma 205) wth an ntal learnng rate of 0.00 and an exponental decay rate of as the optmzer to tran our models wth batch sze as 6, and we use the cross entropy as the loss functon. Automatc evaluaton We use two modes to evaluate our model and baselnes. Teacher-forcng: As n (Roberts et al. 20), models use the ground truth as nput for predctng the next-step at each tme step. Samplng Models predct the melody from gven lyrcs wthout any ground truth. Metrcs We use the F score to the automatc evaluaton from Roberts et al. (20). Addtonally, we select three automatc metrcs for our evaluaton as follows. Perplexty (PPL) Ths metrc s a standard evaluaton measure for language models and can measure how well a probablty model predcts samples. Lower PPL score s better. (weghted) Precson, Recall and F 6 These metrcs measure the performance of predctng the dfferent attrbutes of the muscal notes. BLEU Ths metrc (Papnen et al. 2002) s wdely used n machne translaton. We use t to evaluate our predcted ptch. Hgher BLEU score s better. Duraton of Word (DW) Ths metrc checks the sum of the duraton of all notes whch algned to one word s equal to the ground truth. Hgher DW score s better. Results The results of the automatc evaluaton are shown n Table 2. We can see that our proposed method outperforms all models n all metrcs. As Songwrter performs better than Seq2seq, t shows that the exact nformaton of the syllables (Eq. (22)) can enhance the qualty of predctng the correspondng muscal notes relatve to attenton mechansm n tradtonal Seq2seq models. In addton, the CRF model demostrates lower performance n all metrcs. In CRF 6 We calculate these metrcs by sckt-learn wth the parameter average set as weghted : stable/modules/classes.html#module-sklearn. metrcs model, we use a specal tag to represent multple muscal notes f a syllable algns more than one muscal note, whch wll produce a large number of dfferent knds of tags and result n the CRF model s dffcult to learn from the sparse data. Human evaluaton Smlar to the text generaton and dalog response generaton (Zhang and Lapata 20; Schatzmann, Georgla, and Young 2005), t s challengng to accurately evaluate the qualty of musc composton results wth automatc metrcs. To ths end, we nvte 3 partcpants as human annotators to evaluate the generated melodes from our models and the ground truth melodes of human creatons. We randomly select 20 lyrcs-melody pars, the average duraton of each melody approxmately 30 seconds, from our testng set. For each selected par, we prepare three melodes, ground truth of human creatons and the generated results from Songwrter and Seq2seq. Then, we syntheszed all melodes wth the lyrcs by NaoNao 7 usng default settngs for the generated songs and ground truth, whch s to elmnate the nfluences of other factors of sngng. As a result, we obtan 3 (annotators) 3 (melodes) 20 (lyrcs) samples n total. The human annotatons are conducted n a blnd-revew mode, whch means that human annotators do not know the source of the melodes durng the experments. Metrcs We use the metrcs from prevous work on human evaluaton for musc composton as shown below. We also nclude an emoton score to measure the relatonshp between the generated melody and the gven lyrcs. The human annotators are asked to rate a score from to 5 after lstenng to the songs. Larger scores ndcate better qualty n all the three metrcs. Emoton Does the melody represent the emoton of the lyrcs? Rhythm (Zhu et al. 20; Watanabe et al. 20) When lstenng to the melody, are the duraton and pause of words natural? Overall (Watanabe et al. 20) What s the overall score of the melody? 7 A sngng voce syntheszer software whch can synthesze Chnese song, naoedtor/

7 Table 3: Human evaluaton results n blnd-revew mode Model Overall Emoton Rhythm Seq2seq Songwrter Human Results Table 3 shows the human evaluaton results. Accordng to the results, Songwrter outperforms Seq2seq n all metrcs, whch ndcates ts effectveness over the Seq2seq baselne. On the Rhythm metrcs, human annotators gve sgnfcantly lower scores to Seq2seq than Songwrter, whch shows that the generated melodes from Songwrter are more natural on the pause and duraton of words than the ones generated by Seq2seq. The results further suggest that usng the exact nformaton of syllables (Eq. (22)) s more effectve than the soft attenton mechansm n tradtonal Seq2seq models n the melody composton task. We can also observe from Table 3 that the gaps between the system generated melodes and the ones created by human are stll large on all the three metrcs. It remans an open challenge for future research to develop better algorthms and models to generate melodes wth hgher qualty. Related Work A varety of musc composton works have been done over the last decades. Most of the tradtonal methods compose musc based on musc theory and expert doman knowledge. Chan, Potter, and Schubert (2006) desgn rules from musc theory to use musc clps to sttch them together n a reasonable way. Wth the development of machne learnng and the ncrease of publc musc data, data-drven methods such as Markov chans model (Pachet and Roy 20) and graphc model (Pachet, Papadopoulos, and Roy 207) have been ntroduced to compose musc. Recently, deep learnng has been revealed the potentals for muscal creaton. Most of these deep learnng approaches use the recurrent neural network (RNN) to compose the musc by regardng as a sequence. The MelodyRNN (Wate 206) model, proposed by Google Bran Team, uses lookng back RNN and attenton RNN to capture the long-term dependency of melody. Chu, Urtasun, and Fdler (206) propose a herarchcal RNN based model whch addtonally ncorporates knowledge from musc theory nto the representaton to compose not only the melody but also the drums and chords. Some recent works have also started explorng varous generatve adversaral networks (GAN) models to compose musc (Mogren 206; Yang, Chou, and Yang 207; Dong et al. 207). Brunner et al. (20) desgn recurrent varatonal autoencoders (VAEs) wth a herarchcal decoder to reproduce short muscal sequences. Generatng a lyrcs-condtonal melody s a subset of musc composton but under more restrctons. Early works frst determne the number of muscal notes by countng the syllables n lyrcs and then predct the muscal notes one after another by consderng prevously generated notes and correspondng lyrcs. Fukayama et al. (200) use dynamc programmng to compute a melody from Japanese lyrcs, the calculaton needs three human well-desgned constrants. Monteth, Martnez, and Ventura (202) propose a melody composton ppelne for gven lyrcs. For each gven lyrcs, t frst generates hundreds of dfferent possbltes for rhythms and ptches. Then t ranks these possbltes wth a number of dfferent metrcs n order to select a fnal output. Screa et al. (205) employ Hdden Markov Models (HMM) to generate rhythm based on the phonetcs of the lyrcs already wrtten. Then a harmoncal structure s generated, followed by generaton of a melody matchng the underlyng harmony. Ackerman and Loker (207) desgn a co-creatve automatc songwrtng system ALYSIA base on machne learnng model usng random forests, whch analyzes the lyrcs features to generate one note at a tme for each syllable. Concluson and Future Work In ths paper, we propose a lyrcs-condtonal melody composton model whch can generate melody and the exact algnment between the generated melody and the gven lyrcs. We develop the melody composton model under the encoder-decoder framework, whch conssts of two RNN encoders, lyrcs encoder and context melody encoder, and a herarchcal RNN decoder. The lyrcs encoder encodes the syllables of current lyrcs nto a sequence of hdden vectors. The context melody leverages an attenton mechansm to encode the context melody nto a dynamc context vector. In the decoder, t uses two layers to produce muscal notes and another layer to produce algnment jontly. Expermental results on our dataset, whch contans,5 Chnese pop songs, demonstrate our model outperforms baselne models. Furthermore, we leverage a sngng voce syntheszer software to synthesze sngng of the lyrcs and generated melodes for human evaluaton. Results ndcate that our generated melodes are more melodous and tuneful. For future work, we plan to ncorporate the emoton and the style of lyrcs to compose the melody. References Ackerman, M., and Loker, D Algorthmc songwrtng wth alysa. In Internatonal Conference on Evolutonary and Bologcally Inspred Musc and Art, 6. Sprnger. Bahdanau, D.; Cho, K.; and Bengo, Y. 20. Neural machne translaton by jontly learnng to algn and translate. CoRR abs/ Brunner, G.; Konrad, A.; Wang, Y.; and Wattenhofer, R. 20. Md-vae: Modelng dynamcs and nstrumentaton of musc wth applcatons to style transfer. In Proc. Int. Socety for Musc Informaton Retreval Conf. Chan, M.; Potter, J.; and Schubert, E Improvng algorthmc musc composton wth machne learnng. In Proceedngs of the 9th Internatonal Conference on Musc Percepton and Cognton, ICMPC. Cho, K.; van Merrenboer, B.; Gulcehre, C.; Bahdanau, D.; Bougares, F.; Schwenk, H.; and Bengo, Y. 20a. Learnng phrase representatons usng rnn encoder decoder for statstcal machne translaton. In Proceedngs of the 20 Conference on Emprcal

8 Methods n Natural Language Processng (EMNLP), Doha, Qatar: Assocaton for Computatonal Lngustcs. Cho, K.; van Merrenboer, B.; Gülçehre, Ç.; Bahdanau, D.; Bougares, F.; Schwenk, H.; and Bengo, Y. 20b. Learnng phrase representatons usng RNN encoder-decoder for statstcal machne translaton. In Proceedngs of the 20 Conference on Emprcal Methods n Natural Language Processng, EMNLP 20, October 25-29, 20, Doha, Qatar, A meetng of SIGDAT, a Specal Interest Group of the ACL, Chu, H.; Urtasun, R.; and Fdler, S Song from p: A muscally plausble network for pop musc generaton. arxv preprnt arxv: Dederk P. Kngma, J. B Adam: A method for stochastc optmzaton. In Proceedngs of the Internatonal Conference on Learnng Representatons (ICLR). Dong, H.-W.; Hsao, W.-Y.; Yang, L.-C.; and Yang, Y.-H Musegan: Symbolc-doman musc generaton and accompanment wth mult-track sequental generatve adversaral networks. arxv preprnt arxv: Fukayama, S.; Nakatsuma, K.; Sako, S.; Nshmoto, T.; and Sagayama, S Automatc song composton from the lyrcs explotng prosody of the japanese language. In Proc. 7th Sound and Musc Computng Conference (SMC), Lafferty, J.; McCallum, A.; and Perera, F. C Condtonal random felds: Probablstc models for segmentng and labelng sequence data. Mogren, O C-rnn-gan: Contnuous recurrent neural networks wth adversaral tranng. arxv preprnt arxv: Monteth, K.; Martnez, T. R.; and Ventura, D Automatc generaton of melodc accompanments for lyrcs. In ICCC, 7 9. Pachet, F., and Roy, P. 20. Markov constrants: steerable generaton of markov sequences. Constrants 6(2): 72. Pachet, F.; Papadopoulos, A.; and Roy, P Samplng varatons of sequences for structured musc generaton. In Proceedngs of the th Internatonal Socety for Musc Informaton Retreval Conference (ISMIR 207), Suzhou, Chna, Papnen, K.; Roukos, S.; Ward, T.; and Zhu, W.-J Bleu: a method for automatc evaluaton of machne translaton. In Proceedngs of the 0th annual meetng on assocaton for computatonal lngustcs, 3 3. Assocaton for Computatonal Lngustcs. Pennngton, J.; Socher, R.; and Mannng, C. 20. Glove: Global vectors for word representaton. In Proceedngs of the 20 conference on emprcal methods n natural language processng (EMNLP), Roberts, A.; Engel, J.; Raffel, C.; Hawthorne, C.; and Eck, D. 20. A herarchcal latent vector model for learnng long-term structure n musc. arxv preprnt arxv: Schatzmann, J.; Georgla, K.; and Young, S Quanttatve evaluaton of user smulaton technques for spoken dalogue systems. In 6th SIGdal Workshop on DISCOURSE and DIALOGUE. Schuster, M., and Palwal, K Bdrectonal recurrent neural networks. Trans. Sg. Proc. 5(): Screa, M.; Barros, G. A.; Shaker, N.; and Togelus, J Smug: Scentfc musc generator. In ICCC, Wate, E Generatng long-term structure n songs and stores. Magenta Bolg. Watanabe, K.; Matsubayash, Y.; Fukayama, S.; Goto, M.; Inu, K.; and Nakano, T. 20. A melody-condtoned lyrcs language model. In Proceedngs of the 20 Conference of the North Amercan Chapter of the Assocaton for Computatonal Lngustcs: Human Language Technologes, Volume (Long Papers), volume, Yang, L.-C.; Chou, S.-Y.; and Yang, Y.-H Mdnet: A convolutonal generatve adversaral network for symbolc-doman musc generaton. arxv preprnt arxv: Zhang, X., and Lapata, M. 20. Chnese poetry generaton wth recurrent neural networks. In EMNLP, Zhu, H.; Lu, Q.; Yuan, N. J.; Qn, C.; L, J.; Zhang, K.; Zhou, G.; We, F.; Xu, Y.; and Chen, E. 20. Xaoce band: A melody and arrangement generaton framework for pop musc. In Proceedngs of the 2th ACM SIGKDD Internatonal Conference on Knowledge Dscovery & Data Mnng, ACM.

Following a musical performance from a partially specified score.

Following a musical performance from a partially specified score. Followng a muscal performance from a partally specfed score. Bryan Pardo and Wllam P. Brmngham Artfcal Intellgence Laboratory Electrcal Engneerng and Computer Scence Dept. and School of Musc The Unversty

More information

Modeling Form for On-line Following of Musical Performances

Modeling Form for On-line Following of Musical Performances Modelng Form for On-lne Followng of Muscal Performances Bryan Pardo 1 and Wllam Brmngham 2 1 Computer Scence Department, Northwestern Unversty, 1890 Maple Ave, Evanston, IL 60201 2 Department of Math and

More information

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies Instructons for Contrbutors to the Internatonal Journal of Mcrowave and Wreless Technologes Frst A. Author 1, Second Author 1,2, Thrd Author 2 1 Cambrdge Unversty Press, Ednburgh Buldng, Shaftesbury Road,

More information

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 205, 9, 35-322 35 Open Access System of Automatc Chnese Webpage Summarzaton Based on The Random Walk Algorthm

More information

RIAM Local Centre Woodwind, Brass & Percussion Syllabus

RIAM Local Centre Woodwind, Brass & Percussion Syllabus 8 RIAM Local Centre Woodwnd, Brass & Percusson Syllabus 2015-2018 AURAL REQUIREMENTS AND THEORETICAL QUESTIONS REVISED FOR ALL PRACTICAL SUBJECTS AURAL TESTS From Elementary to Grade V ths area s worth

More information

Anchor Box Optimization for Object Detection

Anchor Box Optimization for Object Detection Anchor Box Optmzaton for Object Detecton Yuany Zhong 1, Janfeng Wang 2, Jan Peng 1, and Le Zhang 2 1 Unversty of Illnos at Urbana-Champagn 2 Mcrosoft Research 1 {yuanyz2, janpeng}@llnos.edu, 2 {janfw,

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the best practces of color ways operatons usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage

More information

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms Complex Intell. Syst. (2018) 4:55 65 https://do.org/10.1007/s40747-017-0052-x ORIGINAL ARTICLE Automated composer recognton for mult-voce pano compostons usng rhythmc features, n-grams and modfed cortcal

More information

Error Concealment Aware Rate Shaping for Wireless Video Transport 1

Error Concealment Aware Rate Shaping for Wireless Video Transport 1 Error Concealment Aware Rate Shapng for Wreless Vdeo Transport 1 Trsta Pe-chun Chen and Tsuhan Chen 2 Abstract Streamng of vdeo, whch s both source- and channel- coded, over wreless networks faces the

More information

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters!

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters! Provded by the author(s) and Unversty College Dubln Lbrary n accordance wth publsher polces., Please cte the publshed verson when avalable. tle Dynamc Complexty Scalng for Real-me H.264/AVC Vdeo Encodng

More information

Statistics AGAIN? Descriptives

Statistics AGAIN? Descriptives Cal State Northrdge Ψ427 Andrew Answorth PhD Statstcs AGAIN? What do we want to do wth statstcs? Organze and Descrbe patterns n data Takng ncomprehensble data and convertng t to: Tables that summarze the

More information

Novel Quantization Strategies for Linear Prediction with Guarantees

Novel Quantization Strategies for Linear Prediction with Guarantees Smon S. Du* Ychong Xu* Yuan L Hongyang Zhang Aart Sngh Pulkt Grover Carnege Mellon Unversty, Pttsburgh, PA 15213, USA *: Contrbute equally. SSDU@CS.CMU.EDU YICHONGX@CS.CMU.EDU LIYUANCHRISTY@GMAIL.COM HONGYANZ@CS.CMU.EDU

More information

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION Jng Lu, Fe Qao *, Zhjan Ou and Huazhong Yang Department of Electronc Engneerng, Tsnghua Unversty ABSTRACT Ths

More information

Decision Support by Interval SMART/SWING Incorporating. Imprecision into SMART and SWING Methods

Decision Support by Interval SMART/SWING Incorporating. Imprecision into SMART and SWING Methods Decson Support by Interval SMART/SWING Incorporatng Imprecson nto SMART and SWING Methods Abstract: Interval judgments are a way of handlng preferental and nformatonal mprecson n multcrtera decson analyss.

More information

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time Accepted Manuscrpt An mproved artfcal bee colony algorthm for flexble ob-shop schedulng problem wth fuzzy processng tme Ka Zhou Gao, Ponnuthura Nagaratnam Suganthan, Quan Ke Pan, Tay Jn Chua, Chn Soon

More information

A STUDY OF TRUMPET ENVELOPES

A STUDY OF TRUMPET ENVELOPES A STUDY OF TRUMPET ENVELOPES Roger B. Dannenberg, Hank Pellern, and Istvan Dereny School of Computer Scence, Carnege Mellon Unversty Pttsburgh, PA 15213 USA rbd@cs.cmu.edu, hank.pellern@andrew.cmu.edu,

More information

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC Mounr A. Tantaou School of Electrcal Engneerng and Computer Scence Unversty of Central Florda Orlando, FL 3286-407-823-393 tantaou@cs.ucf.edu Interacton wth Broadcast Vdeo Ken A. Hua School of Electrcal

More information

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C AMP-LATCH* Ultra Novo Applcaton Specfcaton Receptacle Connectors for 114-40056 0.64 mm [.025 n.] Rbbon Cable 02 MAR 12 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons

More information

QUICK START GUIDE v0.98

QUICK START GUIDE v0.98 QUICK START GUIDE v0.98 QUICK HELP Q A 1 STEP BY STEP 3 GLOSSARY 2 A B C 1 INSTALLATION 1. Make sure that the hardware nstallaton s performed by a certfed vendor 2. Install OTOTRAK app from Apple s App

More information

MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALKING CONDITIONS

MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALKING CONDITIONS MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALING CONDITIONS Ismal Shahn and Naeh Botros 2 Electrcal/Electroncs and Comuter Engneerng Deartment Unversty of Sharjah, P. O. Box 27272,

More information

Quantization of Three-Bit Logic for LDPC Decoding

Quantization of Three-Bit Logic for LDPC Decoding Proceedngs of the World Congress on Engneerng and Computer Scence 2011 Vol II, October 19-21, 2011, San Francsco, USA Quantzaton of Three-Bt Logc for LDPC Decodng Raymond Moberly and Mchael E. O'Sullvan

More information

Small Area Co-Modeling of Point Estimates and Their Variances for Domains in the Current Employment Statistics Survey

Small Area Co-Modeling of Point Estimates and Their Variances for Domains in the Current Employment Statistics Survey Small Area Co-Modelng of Pont Estmates and Ther Varances for Domans n the Current Employment Statstcs Survey Jule Gershunskaya, Terrance D. Savtsky U.S. Bureau of Labor Statstcs FCSM, March 2018 Dsclamer:

More information

Integration of Internet of Thing Technology in Digital Energy Network with Dispersed Generation

Integration of Internet of Thing Technology in Digital Energy Network with Dispersed Generation Amercan Scentfc Research Journal for Engneerng, Technology, and Scences (ASRJETS) ISS (Prnt) 2313-4410, ISS (Onlne) 2313-4402 Global Socety of Scentfc Research and Researchers http://asrjetsjournal.org/

More information

Failure Rate Analysis of Power Circuit Breaker in High Voltage Substation

Failure Rate Analysis of Power Circuit Breaker in High Voltage Substation T. Suwanasr, M. T. Hlang and C. Suwanasr / GMSAR Internatonal Journal 8 (2014) 1-6 Falure Rate Analyss of Power Crcut Breaker n Hgh Voltage Substaton Thanapong Suwanasr, May Thandar Hlang and Cattareeya

More information

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services 732 IEEE Transactons on Consumer Electroncs, Vol. 50, No. 2, MAY 2004 Hybrd Transcodng for QoS Adaptve Vdeo-on-Demand Servces Ilhoon Shn and Kern Koh Abstract Transcodng s a core technque that s used n

More information

Scalable QoS-Aware Disk-Scheduling

Scalable QoS-Aware Disk-Scheduling Scalable QoS-Aware Dsk-Schedulng Wald G. Aref Khaled El-Bassyoun Ibrahm Kamel Mohamed F. Mokbel Department of Computer Scences, urdue Unversty, West Lafayette, IN 47907-1398 anasonc Informaton and Networkng

More information

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. "",. : : :::: :1'NTmAC' I

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. ,. : : :::: :1'NTmAC' I ASPA: Automatc speech-pause analyzer* D. GERVERt and G. DNELEY Unversty of Durham, Durham, England ASPA: The Programs Snce the actual detals of nterface samplng, dsk storage routnes, etc., wll depend upon

More information

SONG STRUCTURE IDENTIFICATION OF JAVANESE GAMELAN MUSIC BASED ON ANALYSIS OF PERIODICITY DISTRIBUTION

SONG STRUCTURE IDENTIFICATION OF JAVANESE GAMELAN MUSIC BASED ON ANALYSIS OF PERIODICITY DISTRIBUTION SOG STRUCTURE IDETIFICATIO OF JAVAESE GAMELA MUSIC BASED O AALYSIS OF PERIODICITY DISTRIBUTIO D. P. WULADARI, Y. K. SUPRAPTO, 3 M. H. PUROMO,,3 Insttut Teknolog Sepuluh opember, Department of Electrcal

More information

The Traffic Image Is Dehazed Based on the Multi Scale Retinex Algorithm and Implementation in FPGA Cui Zhe1, a, Chao Li2, b *, Jiaqi Meng3, c

The Traffic Image Is Dehazed Based on the Multi Scale Retinex Algorithm and Implementation in FPGA Cui Zhe1, a, Chao Li2, b *, Jiaqi Meng3, c 3rd Internatonal Conference on Mechatroncs and Industral Informatcs (ICMII 2015) The Traffc Image Is Dehazed Based on the Mult Scale Retnex Algorthm and Implementaton n FPGA Cu Zhe1, a, Chao L2, b *, Jaq

More information

Analysis of Subscription Demand for Pay-TV

Analysis of Subscription Demand for Pay-TV Analyss of Subscrpton Demand for Pay-TV Manabu Shshkura Researcher Insttute for Informaton and Communcatons Polcy 2-1-2 Kasumgasek, Chyoda-ku Tokyo 110-8926 Japan m-shshkura@soumu.go.jp Tel: 03-5253-5496

More information

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing?

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing? Lost on the Web: Does Web Dstrbuton Stmulate or Depress Televson Vewng? Joel Waldfogel The Wharton School Unversty of Pennsylvana August 10, 2007 Prelmnary comments welcome Abstract In the past few years,

More information

A Quantization-Friendly Separable Convolution for MobileNets

A Quantization-Friendly Separable Convolution for MobileNets arxv:1803.08607v1 [cs.cv] 22 Mar 2018 A Quantzaton-Frendly Separable for MobleNets Abstract Tao Sheng tsheng@qt.qualcomm.com Xaopeng Zhang parker.zhang@gmal.com As deep learnng (DL) s beng rapdly pushed

More information

A Comparative Analysis of Disk Scheduling Policies

A Comparative Analysis of Disk Scheduling Policies A Comparatve Analyss of Dsk Schedulng Polces Toby J. Teorey and Tad B. Pnkerton Unversty of Wsconsn* Fve well-known schedulng polces for movable head dsks are compared usng the performance crtera of expected

More information

Why Take Notes? Use the Whiteboard Capture System

Why Take Notes? Use the Whiteboard Capture System Why Take Notes? Use the Whteboard Capture System L-we He Zhengyou Zhang and Zcheng Lu September, 2002 Techncal Report MSR-TR-2002-89 Mcrosoft Research Mcrosoft Corporaton One Mcrosoft Way Redmond, WA 98052

More information

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery Correctng Image Placement Errors Usng Regstraton Control (RegC ) Technology In The Photomask Perphery Av Cohen 1, Falk Lange 2 Guy Ben-Zv 1, Erez Gratzer 1, Dmtrev Vladmr 1 1. Carl Zess SMS Ltd., Karmel

More information

TRADE-OFF ANALYSIS TOOL FOR INTERACTIVE NONLINEAR MULTIOBJECTIVE OPTIMIZATION Petri Eskelinen 1, Kaisa Miettinen 2

TRADE-OFF ANALYSIS TOOL FOR INTERACTIVE NONLINEAR MULTIOBJECTIVE OPTIMIZATION Petri Eskelinen 1, Kaisa Miettinen 2 Internatonal Conference 20th EURO Mn Conference Contnuous Optmaton and Knowledge-Based Technologes (EurOPT-2008) May 20 23, 2008, Nernga, LITHUANIA ISBN 978-9955-28-283-9 L. Saalausas, G.W. Weber and E.

More information

AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS

AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS A THESIS SUBMITTED TO THE GRADUATE SCHOOL OF NATURAL AND APPLIED SCIENCES OF MIDDLE EAST TECHNICAL UNIVERSITY BY BURAK KESER IN PARTIAL FULFILLMENT

More information

Optimized PMU placement by combining topological approach and system dynamics aspects

Optimized PMU placement by combining topological approach and system dynamics aspects Optmzed PU placement by combnng topologcal approach and system dynamcs aspects Jonas Prommetta, Jakob Schndler, Johann Jaeger Insttute of Electrcal Energy Systems Fredrch-Alexander-Unversty Erlangen-Nuremberg

More information

Simple VBR Harmonic Broadcasting (SVHB)

Simple VBR Harmonic Broadcasting (SVHB) mple VBR Harmonc Broadcastng (VHB) Hsang-Fu Yu ab, Hung-hang Yang a, Y-Mng hen c, -Mng Tseng a, and hen-y Kuo a a Dep. of omputer cence & Informaton Engneerng, atonal entral Unversty, Tawan b omputer enter,

More information

Study on the location of building evacuation indicators based on eye tracking

Study on the location of building evacuation indicators based on eye tracking Study on the locaton of buldng evacuaton ndcators based on eye trackng Yue L Tsnghua Unversty yue-l5@malstsnghuaeducn Png hang Tsnghua Unversty zhangp@malstsnghuaeducn Hu hang Tsnghua Unversty, zhhu@tsnghuaeducn

More information

Production of Natural Penicillins by Strains of Penicillium chrysogenutn

Production of Natural Penicillins by Strains of Penicillium chrysogenutn Producton of Natural Pencllns by Strans of Pencllum chrysogenutn a J. FUSK and ЬЕ. WELWRDOVÁ ^Department of Mcrobology and Bochemstry, Slovak Techncal Unversty, Bratslava b Botka, Slovenská Ľupča Receved

More information

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control Ths paper appeared n the Proceedngs of the 2th IEEE Symposum on Computers and Communcatons (ISCC'08, Marrakech, Morocco, July 2008. Improvng Relablty and Energy Effcency of Dsk Systems va Utlzaton Control

More information

Technical Information

Technical Information CHEMCUT Techncal Informaton CORPORATION Introducton The Chemcut CC8000 etcher has many new features desgned to reduce the cost of manufacturng and, just as mportantly, the cost of ownershp. Keepng the

More information

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 DATE OF APPLCATON: Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 N GENERAL EMAL ADDRESS: For Local Calls - (985) 532-4380 (985) 446-2255 (985)

More information

Product Information. Manual change system HWS

Product Information. Manual change system HWS Product Informaton HWS HWS Flexble. Compact. Productve. HWS manual change system Manual tool change system wth ntegrated ar feed-through and optonal electrc feed-through Feld of applcaton Excellently sutable

More information

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant From the SelectedWorks of Dr. Sandp Kumar Lahr Summer July 20, 2016 Reduce Dstllaton Column Cost by Hybrd Partcle Swarm and Ant Dr. Sandp k lahr chnmaya lenka Avalable at: https://works.bepress.com/sandp_lahr/33/

More information

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD THE MPORTANCE OF ARM-SWNG DURNG FORWARD DVE AND REVERSE DVE ON SPRNGBOARD Ken Yokoyama Laboratory of Bomechancs Faculty ofeducaton Kanazawa Unversty Kanazawa, Japan J unjro Nagano Department of Physcal

More information

Detecting Errors in Blood-Gas Measurement by Analysiswith Two Instruments

Detecting Errors in Blood-Gas Measurement by Analysiswith Two Instruments CLIN. CHEM. 33/4, 512-517 (1987) Detectng Errors n Blood-Gas Measurement by Analysswth Two Instruments LouIs F. Metzger, Wllam B. Stauffer, Ann V. Kruplnskl, Rchard P. MIIlman,3 George S. Cembrowskl,2

More information

3 Part differentiation, 20 parameters, 3 histograms Up to patient results (including histograms) can be stored

3 Part differentiation, 20 parameters, 3 histograms Up to patient results (including histograms) can be stored st Techncal Specfcatons Desgned n France Wth a rch past and a professonal experence bult-up over 35 years, SFRI s a French nvatve company commtted to developng preon In Vtro Dst solutons. SFRI has bult

More information

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN Cost-Aware Fronthaul Rate Allocaton to Maxmze Beneft of Mult-User Recepton n C-RAN Dora Bovz, Chung Shue Chen, Sheng Yang To cte ths verson: Dora Bovz, Chung Shue Chen, Sheng Yang. Cost-Aware Fronthaul

More information

Product Information. Manual change system HWS

Product Information. Manual change system HWS Product Informaton HWS HWS Flexble. Compact. Productve. HWS manual change system Manual tool change system wth ntegrated ar feed-through and optonal electrc feed-through Feld of applcaton Excellently sutable

More information

Discussion Paper Series

Discussion Paper Series Doshsha Unversty Center for the Study of the Creatve Economy Dscusson Paper Seres No. 2013-04 Nonlnear Effects of Superstar Collaboraton: Why the Beatles Succeeded but Broke Up Tadash Yag Dscusson Paper

More information

AIAA Optimal Sampling Techniques for Zone- Based Probabilistic Fatigue Life Prediction

AIAA Optimal Sampling Techniques for Zone- Based Probabilistic Fatigue Life Prediction AIAA 2002-383 Optmal Samplng Technques or Zone- Based Probablstc Fatgue Le Predcton M. P. Enrght Southwest Research Insttute San Antono, TX H. R. Mllwater Unversty o Texas at San Antono San Antono, TX

More information

User s manual. Digital control relay SVA

User s manual. Digital control relay SVA User s manual Dgtal control relay DISIBEINT ELECTRONIC S.L, has been present n the feld of the manufacture of components for the ndustral automaton for more than years, and mantans n constant evoluton

More information

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start Conettx / Communcatons Recever/Gateway Quck Start.0 Parts Lst able : Conettx System Components Qty. Descrpton Conettx Communcatons Recever/Gateway AC power cord Battery cable P660 I/O cable P660 Rack mount

More information

T541 Flat Panel Monitor User Guide ENGLISH

T541 Flat Panel Monitor User Guide ENGLISH T541 Flat Panel Montor User Gude ENGLISH Frst Edton (June / 2002) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Ths publcaton could contan techncal

More information

Environmental Reviews. Cause-effect analysis for sustainable development policy

Environmental Reviews. Cause-effect analysis for sustainable development policy Envronmental Revews Cause-effect analyss for sustanable development polcy Journal: Envronmental Revews Manuscrpt ID er-2016-0109.r2 Manuscrpt Type: Revew Date Submtted by the Author: 24-Feb-2017 Complete

More information

FPGA Implementation of Cellular Automata Based Stream Cipher: YUGAM-128

FPGA Implementation of Cellular Automata Based Stream Cipher: YUGAM-128 ISSN (Prnt) : 2320 3765 ISSN (Onlne): 2278 8875 Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng An ISO 3297: 2007 Certfed Organzaton Vol. 3, Specal Issue

More information

arxiv: v3 [cs.sd] 14 Jul 2017

arxiv: v3 [cs.sd] 14 Jul 2017 Music Generation with Variational Recurrent Autoencoder Supported by History Alexey Tikhonov 1 and Ivan P. Yamshchikov 2 1 Yandex, Berlin altsoph@gmail.com 2 Max Planck Institute for Mathematics in the

More information

A Scalable HDD Video Recording Solution Using A Real-time File System

A Scalable HDD Video Recording Solution Using A Real-time File System H. L et al.: A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System Hong L, Stephen R. Cumpson Member, IEEE, Robert Jochemsen, Jan

More information

Clock Synchronization in Satellite, Terrestrial and IP Set-top Box for Digital Television

Clock Synchronization in Satellite, Terrestrial and IP Set-top Box for Digital Television Clock Synchronzaton n Satellte, Terrestral and IP Set-top Box for Dgtal Televson THESIS Submtted n partal fulflment of the requrements for the degree of DOCTOR OF PHILOSOPHY by MONIKA JAIN Under the Supervson

More information

Critical Path Reduction of Distributed Arithmetic Based FIR Filter

Critical Path Reduction of Distributed Arithmetic Based FIR Filter Crtcal Path Reducton of strbuted rthmetc Based FIR Flter Sunta Badave epartment of Electrcal and Electroncs Engneerng.I.T, urangabad aharashtra, Inda njal Bhalchandra epartment of Electroncs and Telecommuncaton

More information

Product Information. Miniature rotary unit ERD

Product Information. Miniature rotary unit ERD Product Informaton ERD ERD Fast. Compact. Flexble. ERD torque motor Powerful torque motor wth absolute encoder and electrc and pneumatc rotary feed-through Feld of applcaton For all applcatons wth exceptonal

More information

Color Monitor. L200p. English. User s Guide

Color Monitor. L200p. English. User s Guide Color Montor L200p User s Gude Englsh Frst Edton (February / 2003) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Contents ENGLISH Safety (Read

More information

Modular Plug Connectors (Standard and Small Conductor)

Modular Plug Connectors (Standard and Small Conductor) Modular Plug Connectors (Standard and Small Conductor) Applcaton Specfcaton 114-6016 04 APR 11 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons are n mllmeters [and nches].

More information

Expressive Musical Timing

Expressive Musical Timing Axel Berndt, Tlo Hähnel Department of Smulaton and Graphcs Otto-von-Guercke Unversty of Magdeburg {aberndt tlo}@sg.cs.un-magdeburg.de Abstract. Tmng s crucal for the qualty of expressve musc performances.

More information

SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS. Orion Hodson, Colin Perkins, and Vicky Hardman

SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS. Orion Hodson, Colin Perkins, and Vicky Hardman SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS Oron Hodson, Coln Perkns, and Vcky Hardman Department of Computer Scence Unversty College London Gower Street, London, WC1E 6BT, UK. ABSTRACT

More information

Sealed Circular LC Connector System Plug

Sealed Circular LC Connector System Plug Sealed Crcular LC Connector System Plug Instructon Sheet Kt 1828618- [ ], Receptacle Kt 1828619- [ ], 408-10079 and EMI Receptacle Kt 1985193- [ ] 07 APR 11 Plug Kt 1828618 -[ ] Cable Fttng Receptacle

More information

INSTRUCTION MANUAL FOR THE INSTALLATION, USE AND MAINTENANCE OF THE REGULATOR GENIUS POWER COMBI

INSTRUCTION MANUAL FOR THE INSTALLATION, USE AND MAINTENANCE OF THE REGULATOR GENIUS POWER COMBI NSTRUCTON MANUAL FOR THE NSTALLATON, USE AND MANTENANCE OF THE REGULATOR GENUS POWER COMB (TRANSLATON OF THE ORGNAL NSTRUCTON MANUAL N TALAN) PRELMNARY VERSON WARRANTY The devce s guaranteed 24 months

More information

Step 3: Select a Class

Step 3: Select a Class R Step 1: Roll Ablty Scores a. ndcate dce-rollng method (p. 13):. Roll 3d6 sx tmes, n order. 11. Roll 3d6 twce per ablty, select ether. 111. Roll 3d6 sx tmes and assgn to abltes as desred. V. Roll 3d6

More information

Fast Intra-Prediction Mode Decision in H.264/AVC Based on Macroblock Properties

Fast Intra-Prediction Mode Decision in H.264/AVC Based on Macroblock Properties Fast Intra-Predcton Mode Decson n H.264/AVC Based on Macroblock Propertes Abstract Intra-predcton s a wdely used tecnque n ntra codng. H.264/AVC adopts rate-dstorton optmzaton (RDO) tecnque to obtan te

More information

Printer Specifications

Printer Specifications : Characterfonts:! Fort Pont 7P 0.5 pl Ptch 5cpl, Ocpl, 2cpl Proptlonel Epson Draf!o 0 lo j Epson Cower 0 0 0 Epson Roman O O O 0 Epson San6 Sent 0 O O O Epson Presllge j0 0 ~Epson Scnpt O 0 Epson Sormt

More information

Simple Solution for Designing the Piecewise Linear Scalar Companding Quantizer for Gaussian Source

Simple Solution for Designing the Piecewise Linear Scalar Companding Quantizer for Gaussian Source 94 J. NIKOIĆ, Z. PERIĆ,. VEIMIROVIĆ, SIMPE SOUTION FOR DESIGNING THE PIECEWISE INEAR SCAAR Smle Soluton for Desgnng the Pecewse near Scalar Comandng Quantzer for Gaussan Source Jelena NIKOIĆ, Zoran PERIĆ,

More information

arxiv: v1 [cs.lg] 15 Jun 2016

arxiv: v1 [cs.lg] 15 Jun 2016 Deep Learning for Music arxiv:1606.04930v1 [cs.lg] 15 Jun 2016 Allen Huang Department of Management Science and Engineering Stanford University allenh@cs.stanford.edu Abstract Raymond Wu Department of

More information

Academic Standards and Calendar Committee Report # : Proposed Academic Calendars , and

Academic Standards and Calendar Committee Report # : Proposed Academic Calendars , and Unversty of Rhode sland DgtalCommons@UR Blls 2004 Academc Standards and Calendar Commttee Report #2003041: Proposed Academc Calendars 200708, 200809 and 200910 Unversty of Rhode sland Follow ths and addtonal

More information

V (D) i (gm) Except for 56-7,63-8 Flute and Oboe are the same. Orchestration will only list Fl for space purposes

V (D) i (gm) Except for 56-7,63-8 Flute and Oboe are the same. Orchestration will only list Fl for space purposes Measure # 1 2 3 5 6 7 8 9 10 11 12 13 1 15 16 17 18 Intro Motve 1 A Motve 1 B - "Wakarathe" Dynamcs mp terraced dymancs to mm.7 p Moderately fast and lght (quarter=96) 3 G Mnor motve 1 con't mp melody

More information

Product Information. Universal swivel units SRU-plus

Product Information. Universal swivel units SRU-plus Product Informaton Unversal swvel unts SRU-plus SRU-plus Unversal swvel unts Robust. Fast. Hgh Performance. SRU-plus unversal rotary actuator Unversal unt for pneumatc swvel and turnng movements. Feld

More information

IN DESCRIBING the tape transport of

IN DESCRIBING the tape transport of Apparatus For Magnetc Storage on Three-Inch Wde Tapes R. B. LAWRANCE R. E. WILKINS R. A. PENDLETON IN DESCRIBING the tape transport of the DATAmatc 1, t s perhaps well to begn by revewng the nfluental

More information

S Micro--Strip Tool in. S Combination Strip Tool ( ) S Cable Holder Assembly (Used only

S Micro--Strip Tool in. S Combination Strip Tool ( ) S Cable Holder Assembly (Used only Instructon Sheet LghtCrmp* Plus LC 408-10103 (for Jacketed Cable) Connectors 18 AUG 09 Rear Protectve Cap Termnaton CoverG Boot Connector Assembly Crmp Eyelet Duplex Clp G Connector kt s shpped wth these

More information

XiaoIce Band: A Melody and Arrangement Generation Framework for Pop Music

XiaoIce Band: A Melody and Arrangement Generation Framework for Pop Music XiaoIce Band: A Melody and Arrangement Generation Framework for Pop Music Hongyuan Zhu 1,2, Qi Liu 1, Nicholas Jing Yuan 2, Chuan Qin 1, Jiawei Li 2,3, Kun Zhang 1, Guang Zhou 2, Furu Wei 2, Yuanchun Xu

More information

Emotional Metaphors for Emotion Recognition in Chinese Text

Emotional Metaphors for Emotion Recognition in Chinese Text Emotonal Metaphors for Emoton Recognton n Chnese Text Xaox Huang 1, Yun Yang 2 and Changle Zhou 1,2 1 College of Computer Scence, Zhejang Unversty, 310027, P.R. Chna tshere@zju.edu.cn 2 Insttute of Artfcal

More information

Image Restoration using Multilayer Neural Networks with Minimization of Total Variation Approach

Image Restoration using Multilayer Neural Networks with Minimization of Total Variation Approach IJCSI Internatonal Jornal of Compter Scence Isses, Vol., Isse, No, Janar 4 ISSN (Prnt): 694-84 ISSN (Onlne): 694-784 www.ijcsi.org 6 Image Restoraton sng Mltlaer Neral Networs wth Mnmzaton of Total Varaton

More information

JazzGAN: Improvising with Generative Adversarial Networks

JazzGAN: Improvising with Generative Adversarial Networks JazzGAN: Improvising with Generative Adversarial Networks Nicholas Trieu and Robert M. Keller Harvey Mudd College Claremont, California, USA ntrieu@hmc.edu, keller@cs.hmc.edu Abstract For the purpose of

More information

Product Information. Universal swivel units SRU-plus 25

Product Information. Universal swivel units SRU-plus 25 Product Informaton SRU-plus Robust. Fast. Hgh Performance. SRU-plus unversal rotary actuator Unversal unt for pneumatc swvel and turnng movements. Feld of applcaton Can be used n ether clean or contamnated

More information

Music Composition with RNN

Music Composition with RNN Music Composition with RNN Jason Wang Department of Statistics Stanford University zwang01@stanford.edu Abstract Music composition is an interesting problem that tests the creativity capacities of artificial

More information

(12) Ulllted States Patent (10) Patent N0.: US 8,269,970 B2 P0lid0r et a]. (45) Date of Patent: Sep. 18, 2012

(12) Ulllted States Patent (10) Patent N0.: US 8,269,970 B2 P0lid0r et a]. (45) Date of Patent: Sep. 18, 2012 US008269970B2 (12) Ulllted States Patent (10) Patent N0.: P0ld0r et a]. (45) Date of Patent: Sep. 18, 12 (54) OPTICAL COMPARATOR WITH DIGITAL 6,945,652 B2 9/05 sakqta et a1 GAGE 7,058,109 B2* 6/06 Davs.....

More information

COMPARING RNN PARAMETERS FOR MELODIC SIMILARITY

COMPARING RNN PARAMETERS FOR MELODIC SIMILARITY COMPARING RNN PARAMETERS FOR MELODIC SIMILARITY Tian Cheng, Satoru Fukayama, Masataka Goto National Institute of Advanced Industrial Science and Technology (AIST), Japan {tian.cheng, s.fukayama, m.goto}@aist.go.jp

More information

9! VERY LARGE IN THEIR CONCERNS. AND THEREFORE, UH, i

9! VERY LARGE IN THEIR CONCERNS. AND THEREFORE, UH, i 340 WELL, alack PAJAMAS WAS A SOMEWHAT METAPHORCAL 2 TERM. MANY VETNAMESE PEASANTS TENDED TO WEAR 3 BLACK PAJAMAS, BUT WHAT AM REFERRNG TO S THAT 4 OUTSDE OF THE NORTH VETNAMESE UNTS AND ~OME OF 5 THE

More information

User Manual. AV Router. High quality VGA RGBHV matrix that distributes signals directly. Controlled via computer.

User Manual. AV Router. High quality VGA RGBHV matrix that distributes signals directly. Controlled via computer. User Manual AV Router Hgh qualty VGA RGBHV matrx that dstrbutes sgnals drectly. Controlled va computer. Notce: : The nmaton contaned n ths document s subject to change wthout notce. SmartAVI makes no warranty

More information

Multi-Line Acquisition With Minimum Variance Beamforming in Medical Ultrasound Imaging

Multi-Line Acquisition With Minimum Variance Beamforming in Medical Ultrasound Imaging IEEE Transactons on Ultrasoncs, Ferroelectrcs, and Frequency Control, vol. 60, no. 12, Decemer 2013 2521 Mult-Lne Acquston Wth Mnmum Varance Beamformng n Medcal Ultrasound Imagng Ad Ranovch, Zv Fredman,

More information

LSTM Neural Style Transfer in Music Using Computational Musicology

LSTM Neural Style Transfer in Music Using Computational Musicology LSTM Neural Style Transfer in Music Using Computational Musicology Jett Oristaglio Dartmouth College, June 4 2017 1. Introduction In the 2016 paper A Neural Algorithm of Artistic Style, Gatys et al. discovered

More information

INIHODU~IION AND NOI[~ OJ KJUN~ HO rahk

INIHODU~IION AND NOI[~ OJ KJUN~ HO rahk HAROLD COURLANO[R, C[N[RAL [OITOR INIHODU~IION AND NOI[~ OJ KJUN~ HO rahk Covel desgon by Ronald Clyne , ~ C» ==-== :' C ::::J FOLKWA YS RECORDS FE 4424 ~, C C.., -- s;::: :- C I:) : C I:) ~..,.,---, a,

More information

Sentiment and Sarcasm Classification with Multitask Learning

Sentiment and Sarcasm Classification with Multitask Learning 1 Sentiment and Sarcasm Classification with Multitask Learning Navonil Majumder, Soujanya Poria, Haiyun Peng, Niyati Chhaya, Erik Cambria, and Alexander Gelbukh arxiv:1901.08014v1 [cs.cl] 23 Jan 2019 Abstract

More information

User Manual ANALOG/DIGITAL, POSTIONER RECEIVER WITH EMBEDDED VIACCESS AND COMMON INTERFACE

User Manual ANALOG/DIGITAL, POSTIONER RECEIVER WITH EMBEDDED VIACCESS AND COMMON INTERFACE User Manual ANALOG/DIGITAL, POSTIONER RECEIVER WITH EMBEDDED VIACCESS AND COMMON INTERACE CONTENTS. Safety nstructons -------------------------------------------------------------------. eatures -------------------------------------------------------------------------------.

More information

MIDI-VAE: MODELING DYNAMICS AND INSTRUMENTATION OF MUSIC WITH APPLICATIONS TO STYLE TRANSFER

MIDI-VAE: MODELING DYNAMICS AND INSTRUMENTATION OF MUSIC WITH APPLICATIONS TO STYLE TRANSFER MIDI-VAE: MODELING DYNAMICS AND INSTRUMENTATION OF MUSIC WITH APPLICATIONS TO STYLE TRANSFER Gino Brunner Andres Konrad Yuyi Wang Roger Wattenhofer Department of Electrical Engineering and Information

More information

Singer Traits Identification using Deep Neural Network

Singer Traits Identification using Deep Neural Network Singer Traits Identification using Deep Neural Network Zhengshan Shi Center for Computer Research in Music and Acoustics Stanford University kittyshi@stanford.edu Abstract The author investigates automatic

More information

Appendix A. Quarter-Tone Note Names

Appendix A. Quarter-Tone Note Names 233 Appendx A Qurter-Tone Note Nmes The followng tble lsts ll possble note nmes, rngng from double flts to double shrps, for ech of the 24 possble ptch-clsses. Enhrmonclly equvlent note nmes pper on the

More information

A Multi-Modal Chinese Poetry Generation Model

A Multi-Modal Chinese Poetry Generation Model A Multi-Modal Chinese Poetry Generation Model Dayiheng Liu Machine Intelligence Laboratory College of Computer Science Sichuan University Chengdu 610065, P. R. China Email: losinuris@gmail.com Quan Guo

More information

in Partial For the Degree of

in Partial For the Degree of 37q h8( sta. co AN ANALYSS OF ROBERT NATHANEL DETT'S N THE BOTTOMS THESS Presented to the Graduate ouncl of the North Texas State Unversty n Partal Fulfllment of the Requrements For the Degree of MASTER

More information

arxiv: v2 [eess.as] 24 Nov 2017

arxiv: v2 [eess.as] 24 Nov 2017 MuseGAN: Multi-track Sequential Generative Adversarial Networks for Symbolic Music Generation and Accompaniment Hao-Wen Dong, 1 Wen-Yi Hsiao, 1,2 Li-Chia Yang, 1 Yi-Hsuan Yang 1 1 Research Center for Information

More information