arxiv: v1 [cs.lg] 19 Jan 2018

Size: px
Start display at page:

Download "arxiv: v1 [cs.lg] 19 Jan 2018"

Transcription

1 Ative Learning of Strit Partial Orers: A Case Stuy on Conept Prerequisite Relations Chen Liang 1 Jianbo Ye 1 Han Zhao 2 Bart Pursel 1 C. Lee Giles 1 1 The Pennsylvania State University 2 Carnegie Mellon University {ul226, jxy198, bkp1, giles}@ist.psu.eu han.zhao@s.mu.eu arxiv: v1 [s.lg] 19 Jan 218 Abstrat Strit partial orer is a mathematial struture ommonly seen in relational ata. One obstale to extrating suh type of relations at sale is the lak of large sale labels for builing effetive ata-riven solutions. We evelop an ative learning framework for mining suh relations subjet to a strit orer. Our approah inorporates relational reasoning not only in fining new unlabele pairs whose labels an be eue from an existing label set, but also in evising new query strategies that onsier the relational struture of labels. Our experiments on onept prerequisite relations show our propose framework an substantially improve the lassifiation performane with the same query buget ompare to other baseline approahes. 1 Introution Pool-base ative learning is a learning framework where the learning algorithm is allowe to aess a set of unlabele examples an ask for the labels of any of these examples (Angluin, 1988; Cohn et al., 1996; Settles, 21). Its goal is to learn a goo lassifier with signifiantly fewer labels by atively ireting the queries to the most valuable examples. In a typial setup of ative learning, the label epeneny among labele or unlabele examples is not onsiere. But ata an knowlege in the real worl are often emboie with prior relational strutures. Taking into onsieration those strutures in builing mahine learning solutions an be neessary an ruial (Getoor an Taskar, 7). The goal of this paper is to investigate the query strategies in ative learning of a strit partial orer, namely, when the groun-truth labels of examples onstitute an irreflexive an transitive relation. In this paper, we evelop effiient an effetive algorithms extening popular query strategies use in ative learning to work with suh relational ata. We stuy the following problem in the ative learning ontext: Problem. Given a finite set V, a strit orer on V is a type of irreflexive an transitive (pairwise) relation. Suh a strit orer is represente by a subset G V V. Given an unknown strit orer G, an orale W that returns W (u, v) = [(u, v) G] { 1, 1}, an a feature extrator F : V V R, fin h : R { 1, 1} from a hypothesis lass H that preits whether or not (u, v) G for eah pair (u, v) V V an u v (using h(f(u, v))) by querying W a finite number of (u, v) pairs from V V. Our main fous is to evelop reasonable query strategies in ative learning of a strit orer exploiting both the knowlege from (non-onsistent) lassifiers traine on a limite number of labele examples an the eutive strutures among pairwise relations. Our work also has a partiular fous on partial orers. If the strit orer is total, a large shool alle learning to rank has stuie this topi (Burges et al., 5; Liu, 9), some of whih are uner the ative learning setting (Donmez an Carbonell, 8; Long et al., 21). Learning to rank relies on binary lassifiers or probabilisti moels that are onsistent with the rule of a total orer. Suh approahes are however limite in a sense to prinipally moeling a partial orer: a lassifier onsistent with a total orer will always have a non-zero lower boun of error rate, if the groun-truth is a partial orer but not a total orer. In our ative learning problem, inorporating the eutive relations of a strit orer in soliiting examples to be labele is non-trivial an important. The hallenges motivating us to pursue

2 this iretion an be explaine in three fols: First, any example whose label an be eterministially reasone from a labele set by using the properties of strit orers oes not nee further manual labeling or statistial preition. Seon, probabilisti inferene of labels base on the inepenene hypothesis, as is one in the onventional lassifier training, is not proper any more beause the eutive relations make the labels of examples epenent on eah other. Thir, in orer to quantify how valuable an example is for querying, one has to ombine unertainty an logi to buil proper representations. Soun an effiient heuristis with empirial suess are to be explore. One relate ative learning work that eals with a similar setting to ours is (Renle an Shmit- Thieme, 8), whereas equivalene relations are onsiere instea. Partiularly, they mae several rue approximations in orer to expeite the expete error alulation to a omputational tratable level. We approah the esign of query strategies from a ifferent perspetive while keeping effiieny as one of our entral onerns. To empirially stuy the propose ative learning algorithm, we apply it to onept prerequisite learning problem (Talukar an Cohen, 212; Liang et al., 215), where the goal is to preit whether a onept A is a prerequisite of a onept B given the pair (A, B). Although there have been some researh efforts towars learning prerequisites (Vuong et al., 211; Talukar an Cohen, 212; Liang et al., 215; Wang et al., 216; Sheines et al., 214; Liu et al., 216; Pan et al., 217), the mathematial nature of the prerequisite relation as strit partial orers has not been investigate. In aition, one obstale for effetive learning-base solutions to this problem is the lak of large sale prerequisite labels. Liang et al. (218) applie stanar ative learning to this problem without utilizing relation properties of prerequisites. Ative learning methos tailore for strit partial orers provie a goo opportunity to takle the urrent hallenges of onept prerequisite learning. Our main ontributions are summarize as follows: First, we propose a new effiient reasoning moule for monotonially alulating the eutive losure uner the assumption of a strit orer. This omputational moule an be useful for general AI solutions that nee fast reasoning in regar to strit orers. Seon, we apply our reasoning moule to exten two popular ative learning approahes to hanle relational ata an empirially ahieve substantial improvements. This is the first attempt to esign ative learning query strategies tailore for strit partial orers. Thir, uner the propose framework, we solve the problem of onept prerequisite learning an our approah appears to be suessful on ata from four euational omains, whereas previous work have not exploite the relational struture of prerequisites as strit partial orers in a priniple way. 2 Reasoning of a Strit Orer 2.1 Preliminary Definition 1 (Strit Orer). Given a finite set V, a subset G of V V is alle a strit orer if an only if it satisfies the two onitions: (i) if (a, b) G an (b, ) G, then (a, ) G; (ii) if (a, b) G, then (b, a) G. Definition 2 (G-Orale). For two subsets G, H V V, a funtion enote as W H (, ) : H { 1, 1} is alle a G-orale on H iff for any (u, v) H, W H (u, v) = [(u, v) G]. The G-orale returns a label enoting whether a pair belongs to G. Definition 3 (Completeness of an Orale). A G- orale of strit orer W H is alle omplete if an only if H satisfies: for any a, b, V, (i) if (a, b) H G, (b, ) H G, then (a, ) H G; (ii) if (a, b) H G, (a, ) H G, then (b, ) H G ; (iii) if (b, ) H G, (a, ) H G, then (a, b) H G ; (iv) if (a, b) H G, then (b, a) H G, where G is the omplement of G. W H is alle omplete if it is onsistent uner transitivity when restrite on pairs from H. Definition 4 (Closure). Given a strit orer G, for any H V V, its losure is efine to be the smallest set H suh that H H an the G-orale W H is omplete. Proposition 1. For any H V V, the losure of H subjet to a strit orer G is unique. 1 Proposition 2. Let G be a strit orer of V. For a omplete G-orale W H, H G is also a strit orer of V. Definition 5 (Desenant an Anestor). Given a strit orer G of V an a V, its anestor subjet 1 Please see the supplemental material for the proofs of propositions an theorems introue hereafter.

3 h g h g h g h g e f e f e f e f a? b a b a b a b (a) (b) Figure 1: Following the notations in Theorem 1: (a) Blak lines are pairs in H, soli lines are pairs in G, an ashe lines are pairs in G. The pair (a, b) in the yan olor is the pair to be labele or eue. (b) If (a, b) G, {(a, b), (e, f), (a, f), (e, b)} N (a,b). () If (a, b) G, {(h, e), (h, a)} T (a,b) an {(b, g), (f, g)} S (a,b). () If (a, b) G, {(a, b), (a, ), (, b), (, )} N (a,b). Likewise, if (x, y) G, s.t.(a, b) S (x,y) T (x,y), {(a, b), (a, ), (, b)} O (x,y). () () to G is A G a := {b (b, a) G} an its esenant is D G a := {b (a, b) G}. 2.2 Reasoning Moule for Closure Calulation With the efinitions in the previous setion, this setion proposes a reasoning moule that is esigne to monotonially alulate the eutive losure for strit orers. Remark that a key ifferene between the traitional transitive losure an our efinition of losure (Definition 3&4) is that the former only fouses on G but the latter requires alulation for both G an G. In the ontext of mahine learning, relations in G an G orrespon to positive examples an negative examples, respetively. Sine both of these examples are ruial for training lassifiers, existing algorithms for alulating transitive losure suh as the Warshall algorithm are not appliable. Thus we propose the following theorem for monotonially omputing the losure. Theorem 1. Let G be a strit orer of V an W H a omplete G-orale on H V V. For any pair (a, b) V V, efine the notation C (a,b) by (i) If (a, b) H, C (a,b) := H. (ii) If (a, b) G H, C (a,b) := H N (a,b) where N (a,b) := {(, ) A G H b an partiularly N (a,b) G. {b}, Da G H {a}}, (iii) If (a, b) G H, C (a,b) := H N (a,b) R (a,b) S (a,b) T (a,b) O (a,b), where N (a,b) := {(, ) A G H a {a}, Db G H R (a,b) := {(, ) (, ) N (a,b) }, S (a,b) T (a,b) := {(, e) A G H a (, e) G H}, {a}, D G H b := {(e, ) A G H a {a}, Db G H (e, ) G H}, O (a,b) := (,) S (a,b) T (a,b) N (,), {b}}, {b}, {b}, N (,) := {(f, e) e A G (H N (a,b) ) {}, f D G (H N (a,b) ) {}}. In partiular, N (a,b) G an R (a,b) S (a,b) T (a,b) O (a,b) G. For any pair (x, y) V V, the losure of H = H {(x, y)} is C (x,y). Figure 1 provies an informal explanation of eah neessary onition (exept for R (a,b) ) mentione in the theorem. If (a, b) is a positive example, i.e. (a, b) G, then (i) N (a,b) is a set of inferre positive examples by transitivity; (ii) R (a,b) is a set of inferre negative examples by irreflexivity; (iii) S (a,b) an T (a,b) are sets of inferre negative examples by transitivity; (iv) O (a,b) is a set of negative examples inferre from S (a,b) an T (a,b). If (a, b) is a negative example, i.e. (a, b) G, then N (a,b) is a set of negative examples inferre by transitivity. 2.3 Computational Effiieny As we will elaborate later, one omputational hurle of our ative learning algorithm is to effiiently alulate the losure set C (x,y) given a omplete G-orale W H. In partiular, among all the formula in Theorem 1, we foun the main bottlenek is to effiiently alulate O (x,y) whose worst time omplexity is O( H 3 ) (followe by Prop. 3), while others an be one in O( H 2 ). Proposition 3. Following the notations in Theorem 1, given S (a,b) T (a,b), the worst time omplexity to alulate O (a,b) is O( H 3 ). Using Prop. 4, one an show that there exists a pruning rule that uts a major proportion of reunant set operations in alulating O (a,b). Proposition 4. Following the notations in Theorem 1, we have N (, ) N (,) if (, ) N (,).

4 We also onut empirial stuies to examine the growth rate of alulating C (x,y). In pratie, we fin the empirial growth rate is loser to linear rate, whih means the worst time omplexity boun presente here is very onservative. 3 Pool-Base Ative Learning The pool-base sampling (Lewis an Gale, 1994) is a typial ative learning senario in whih one maintains a labele set D l an an unlabele set D u. In partiular, we let D u D l = D = {1,..., n} an D u D l =. For i {1,..., n}, we use x i R to enote a feature vetor representing the i-th instane, an y i { 1, +1} to enote its grountruth lass label. At eah roun, one or more instanes are selete from D u whose label(s) are then requeste, an the labele instane(s) are then move to D l. Typially instanes are querie in a prioritize way suh that one an obtain goo lassifiers traine with a substantially smaller set D l. We fous on the poolbase sampling setting where queries are selete in serial, i.e., one at a time. 3.1 Query Strategies The key omponent of ative learning is the esign of an effetive riterion for seleting the most valuable instane to query, whih is often referre to as query strategy. We use s to refer to the selete instane by the strategy. In general, ifferent strategies follow a greey framework: s = argmax min f(s; y, D l), (1) s D u y { 1,1} where f(s; y, D l ) R is a soring funtion to measure the risks of hoosing y as the label for x s D u given an existing labele set D l. We investigate two ommonly use query strategies: unertainty sampling (Lewis an Catlett, 1994) an query-by-ommittee (Seung et al., 1992). We show that uner the binary lassifiation setting, they an all be reformulate as Eq. (1). Unertainty Sampling selets the instane whih it is least ertain how to label. We hoose to stuy one popular unertainty-base sampling variant, the least onfient. Subjet to Eq. (1), the resulting approah is to let f(s; y, D l ) = 1 P (Dl )(y s = y x s ), (2) where P (Dl )(y s = y x s ) is a onitional probability whih is estimate from a probabilisti lassifiation moel traine on {(x i, y i ) i D l }. Query-By-Committee maintains a ommittee of moels traine on labele ata, C(D l ) = {g (1),..., g (C) }. It aims to reue the size of version spae. Speifially, it selets the unlabele instane about whih ommittee members isagree the most base on their preitions. Subjet to Eq. (1), the resulting approah is to let f(s; y, D l ) = C k=1 1[y g(k) (x s )], (3) where g (k) (x s ) { 1, 1} is the preite label of x s using the lassifier g (k). Our paper will start from generalizing Eq. (1) an show that it is possible to exten the two popular query strategies for onsiering relational ata as a strit orer. 4 Ative Learning of a Strit Orer Given G a strit orer of V, onsier a set of ata D V V, where (a, a) D, a V. Similar to the pool-base ative learning, one nees to maintain a labele set D l an an unlabele set D u. We require that D D l D u an D l D u =. Given a feature extrator F : V V R, we an buil a vetor ataset {x (a,b) = F(a, b) R (a, b) D}. Let y (a,b) = [(a, b) G] { 1, 1} be the groun-truth label for eah (a, b) V V. Ative learning aims to query Q a subset from D uner limite buget an onstrut a label set D l from Q, in orer to train a goo lassifier h on D l D suh that it preits aurately whether or not an unlabele pair (a, b) G by h(f(a, b)) { 1, 1}. Ative learning of strit orers iffers from the traitional ative learning in two unique aspets: (i) By querying the label of a single unlabele instane, one may obtain a set of labele examples, with the help of strit orers properties; (ii) The relational information of strit orers oul also be utilize by query strategies. We will present our efforts towars inorporating the above two aspets into ative learning of a strit orer. 4.1 Basi Relational Reasoning in Ative Learning A basi extension from stanar ative learning to one uner the strit orer setting is to apply relational reasoning when both upating D l an preiting labels. Algorithm 1 shows the pseuooe for the pool-base ative learning of a strit orer. When upating D l with a new instane (a, b) D u whose label y (a,b) is aquire

5 Algorithm 1 Pseuooe for pool-base ative learning of a strit orer. Input: D V V % a ata set Initialize: D l {(a s1, b s1 ), (a s2, b s2 ),..., (a sk, b sk )} % initial labele set with k sees D l D l % initial losure D u D\D l % initial unlabele set while D u o Selet (a, b ) from D u % aoring to a query strategy Query the label y (a,b ) for the selete instane (a, b ) D l D l {(a, b )} D u D\D l en while from querying, one first alulates D l, i.e., the losure of D l {(a, b)}, using Theorem 1, an then sets D l := D l an D u := D\D l respetively. Therefore, it is possible to augment the labele set D l with more than one pair at eah stage even though only a single instane is querie. Furthermore, the following orollary shows that given a fixe set of samples to be querie, their querying orer oes not affet the final labele set D l onstrute. Corollary 1.1. Given a list of pairs Q of size m whose elements are from V V, let i 1,..., i m an j 1,..., j m be two ifferent permutations of 1,..., m. Let I = an J =, an I k = I k 1 {q ik }, J k = J k 1 {q jk } for k = 1,..., m, where is efine as the losure set uner G. We have I m = J m, whih is the losure of {q i V V i = 1,..., m}. Corollary 1.1 is a straightforwar result from the uniqueness of losure, whih is also verifie by our experiments. The labele set D l ontains two kins of pairs base on where their labels ome from: The first kin of labels omes iretly from queries, an the seon kin omes from the relational reasoning as explaine by Theorem 1. Suh an approah has a lear avantage over stanar ative learning at the same buget of queries, beause labels of part of the test pairs an be inferre eterministially an as a result there will be more labele ata for supervise training. In our setup of ative learning, we train lassifiers on D D l an use them for preiting the labels of remaining pairs that are not in D l. 4.2 Query Strategies with Relational Reasoning The relational ative learning framework as explaine in the previous setion however oes not onsier inorporating relational reasoning in its query strategy. We further evelop a systemati approah on how to ahieve this. We start from the following formulation: at eah stage, one hooses a pair (a, b ) to query base on (a, b ) = argmax min F (S(y (a,b) = y), D l ), (4) y { 1,1} (a,b) D u S(y (a,b) = y) = (D l {(a, b)}\d l ) D. (5) Again, F is the soring funtion. S(y (a,b) = y) is the set of pairs in D whose labels, originally unknown ( D l ), an now be inferre by assuming y (a,b) = y using Theorem 1. For eah (u, v) S(y (a,b) = y), its inferre label is enote as ŷ (u,v) in the sequel. One an see that this formulation is a generalization of Eq. (1). We now proee to evelop extensions for the two query strategies to moel the epenenies between pairs impose by the rule of a strit orer. Following the same notations as esribe in Setion 3 with the only ifferene that the numbering inex is replae by the pairwise inex, we propose two query strategies tailore to strit orers. Unertainty Sampling with Reasoning. With relational reasoning, one not only an reue the unertainty of the querie pair (a, b) but also may reue that of other pairs eue by assuming y (a,b) =y. The moifie soring funtion reas: F (S(y (a,b) = y), D l ) = 1 P (Dl D)(y (u,v) = ŷ (u,v) x (u,v) ). (6) (u,v) S(y (a,b) =y) Query-by-Committee with Reasoning. Likewise, one also has the extension for QBC, where {g (k) } C k=1 is a ommittee of lassifiers traine on bagging samples of D l D, F (S(y (a,b) = y), D l ) = (u,v) S(y (a,b) =y) C k=1 1(ŷ (u,v) g (k) (x (u,v) )). (7) 4.3 Bouns on the Number of Queries Note that any strit orer G an be esribe as a irete ayli graph (DAG). We show the lower an upper bouns on the number of queries that are neee to learn a onsistent lassifier for G.

6 Domain # Conepts # Pairs # Prerequisites Data Mining Geometry Physis Prealulus Table 1: Dataset statistis. Theorem 2. Given a strit orer G of V, let A be a onsistent learner that makes m queries to the orale before termination, then G m G (8) where G is the transitive reution (Aho et al., 1972) of G an G is the losure (Def. 4) of G. The above lower an upper bouns are tight in the sense that there exist DAGs G 1 an G 2, suh that G 1 = G 1 an G 2 = G 2. With the power of the ative learning paraigm, we want to empirially show that the number of queries neee is muh smaller. 5 Experiments For evaluation, we apply the propose ative learning algorithms to onept prerequisite learning problem (Liang et al., 215; Pan et al., 217). Given a pair of onepts (A, B), we preit whether or not A is a prerequisite of B, whih is a binary lassifiation problem. Here, ases where B is a prerequisite of A an where no prerequisite relation exists are both onsiere negative. 5.1 Dataset We use the Wiki onept map 2 ataset from (Wang et al., 216) whih is ollete from textbooks on ifferent euational omains. For eah omain, the ataset onsists of prerequisite pairs in the onept map. Table 1 summarizes the statistis of the our final proesse ataset. 5.2 Features For eah onept pair (A, B), we alulate two types of features following the popular pratie of information retrieval an natural language proessing: graph-base features an text-base features. Please refer to Table 2 for etaile esription. Note we traine a topi moel (Blei et al., 3) on the Wiki orpus. We also traine a Wor2Ve (Mikolov et al., 213) moel on the same orpus with eah onept treate as an iniviual token. 2 Eah onept orrespons to an English Wiki artile. Feature Desription In/Out Degree The in/out egree of A/B. Common Neighbors # ommon neighbors of A an B. # Links # times A/B links to B/A. Link Proportion The proportion of pages that link to A/B also link to B/A. NGD The Normalize Google Distane between A an B (Witten an Milne, 8). PMI The Pointwise Mutual Information relateness between the inoming links of A an B (Ratinov et al., 211). RefD A metri to measure how ifferently A an B s relate onepts refer to eah other (Liang et al., 215). HITS The ifferene between A an B s hub/authority sores. (Kleinberg, 1999) 1st Sent In Title Title Jaar Length Mention NP Tf-if Sim Wor2Ve Sim LDA Entropy LDA Cross Entropy Whether A/B is in the first sentene of B/A. Whether A appears in B s title. The Jaar similarity between A an B s titles. # wors of A/B s ontent. # times A/B are mentione in the ontent of B/A. # noun phrases in A/B s ontent; # ommon noun phrases. The osine similarity between Tf-if vetors for A an B s first paragraphs. The osine similarity between vetors of A an B traine by Wor2Ve. The Shannon entropy of the LDA vetor of A/B. The ross entropy between the LDA vetor of A/B an B/A (Goron et al., 216). Table 2: Feature esription. Top: graph-base features. Bottom: text-base features. 5.3 Experiment Settings We follow the typial evaluation protool of poolbase ative learning. We first ranomly split a ataset into a training set D an a test set D test with a ratio of 2:1. Then we ranomly selet 2 samples from the training set as the initial query set Q an ompute its losure D l. Meanwhile, we set D u = D\D l. In eah iteration, we pik an unlabele instane from D u to query for its label, upate the label set D l, an re-train a lassifiation moel on the upate D l D. The re-traine lassifiation moel is then evaluate on D test. In all experiments, we use a ranom forests lassifier (Breiman, 1) with trees as the lassifiation moel. We use Area uner the ROC urve (AUC) as the evaluation metri. Taking into aount the effets of ranomness subjet to ifferent initializations, we ontinue the above experimental proess for eah metho repeately with 3 preselete istint ranom sees. Their average sores an onfiene intervals (α =.5) are reporte. We ompare four query strategies: : ranomly selet an instane to query. LC: least onfient sampling, a wiely use unertainty sampling variant. We use logisti regression to estimate posterior probabilities.

7 Metho Use reasoning when upating D l Use reasoning to selet the instane to query Use learning to selet the instane to query LC, QBC,, Table 3: Summary of ompare query strategies. QBC: query-by-ommittee algorithm. We apply query-by-bagging (Mamitsuka, 1998) an use a ommittee of three eision trees. : a simple baseline query strategy esigne to greeily selet an instane whose label an potentially infer the most number of unlabele instanes. Following the previous notations, the soring funtion for is F (S(y (a,b) = y), D l ) = S(y (a,b) = y) whih is solely base on logial reasoning. For experiments, we test eah query strategy uner three settings: (i) Traitional ative learning where no relational information is onsiere. Query strategies uner this setting are enote as, LC, an QBC. (ii) Relational ative learning where relation reasoning is applie to upating D l an preiting labels of D test. Query strategies uner this setting are enote as,, an. (iii) Besies being applie to upating D l, relational reasoning is also inorporate in the query strategies. Query strategies uner this setting are the baseline metho an our propose extensions of LC an QBC for strit partial orers, enote as an, respetively. Table 3 summarizes the query strategies stuie in the experiments. 5.4 Experiment Results Effetiveness Stuy Figure 2 shows the AUC results of ifferent query strategies. For eah ase, we present the average values an 95% C.I. of repeate 3 trials with ifferent train/test splits. In aition, Figure 3 ompares the relations between the number of queries an the number of labele instanes aross ifferent query strategies. Note that in the relational ative learning setting querying a single unlabele instane will result in one or more labele instanes. Aoring to Figure 2 an Figure 3, we have the following observations: First, by omparing query strategies uner the settings (ii) an (iii) with setting (i), we observe that inorporating relational reasoning into ative learning substantially improves the AUC performane of eah query strategy. In aition, we fin the query orer, whih is suppose to be ifferent for eah strategy, oes not affet D l at the en when D D l. Thus, it partly verifies Corollary 1.1. Seon, our propose an QBC- R+ signifiantly outperform other ompare query strategies. Speifially, when omparing them with an, we see that inorporating relational reasoning into ireting the queries helps to train a better lassifier. Figure 3 shows that an lea to more labele instanes when using the same amount of queries than that of an. This partly ontributes to the performane gain. Thir, an are more effetive at both olleting a larger labele set an training better lassifiers than the baseline. In aition, by omparing with,, an, we observe that a larger size of the labele set oes not always lea to a better performane. Suh observations emonstrate the neessity of ombining eterministi relational reasoning an probabilisti mahine learning in esigning query strategies Effiieny Stuy The propose reasoning moule is esigne to be plugge into any algorithm that nees reasoning of strit orers. Thus besies verifying effetiveness, it is also important to investigate its effiieny. We onut empirial stuies on the runtime of the reasoning moule. Figure 4 shows the relation between the average runtime for alulating the new losure using Theorem 1 an the size of the urrent labele losure H. Results for both LBC-R+ an are presente. We an see that as H keeps inreasing uring the pool-base ative learning proess, the average runtime of alulating C (x,y) inreases almost linearly an even ereases a little at the en. Although the worst ase time omplexity for alulating Theorem 1 is O( H 3 ) (for O (a,b) ) an O( H 2 ) (for others), the runtime require is iretly relate to the number of asenants an esenants of elements in V, whih is usually ifferent for the four strit orer atasets use. If the few asenants an esenants effetively ontrol the size of alulations as we have observe, the runtime will be short regarless of a large H.

8 LC (% unlabele ata) LC (% unlabele ata) LC (% unlabele ata) LC (% unlabele ata) (a) Data Mining - LC (b) Geometry - LC () Physis - LC () Prealulus - LC QBC (% unlabele ata) (e) Data Mining - QBC QBC (% unlabele ata) (f) Geometry -QBC QBC (% unlabele ata) (g) Physis - QBC QBC (% unlabele ata) (h) Prealulus - QBC Figure 2: Comparison of ifferent query strategies AUC sores for onept prerequisite learning (a) Data Mining - LC (b) Geometry - LC () Physis - LC () Prealulus - LC (e) Data Mining - QBC (f) Geometry - QBC (g) Physis - QBC (h) Prealulus - QBC Figure 3: Comparison of relations between the number of queries an the number of labele instanes when using ifferent query strategies. Avg. runtime (ms) H Avg. runtime (ms) H Avg. runtime (ms) H Avg. runtime (ms) H (a) Data Mining (b) Geometry () Physis () Prealulus Figure 4: The average runtime for alulating the new losure using Theorem 1 v.s. the size of urrent labele losure H. This might explain why the growth of alulating C (x,y) is near linear. We also empirially evaluate the effets of using Prop. 4 on the effiieny an inlue the results in the supplemental material. 6 Conlusion We propose an ative learning framework tailore to relational ata in the form of strit partial orers. An effiient reasoning moule is propose to exten two ommonly use query strategies unertainty sampling an query by ommittee. Experiments on onept prerequisite learning show that inorporating relational reasoning in both seleting valuable examples to label an expaning the training set signifiantly improves stanar ative learning approahes. Future work oul be to explore the following: (i) apply the reasoning moule to exten other query strategies; (ii) ative learning of strit partial orers from a noisy orale.

9 Referenes Alfre V. Aho, Mihael R Garey, an Jeffrey D. Ullman The transitive reution of a irete graph. SIAM Journal on Computing 1(2): Dana Angluin Queries an onept learning. Mahine learning 2(4): Davi M Blei, Anrew Y Ng, an Mihael I Joran. 3. Latent Dirihlet alloation. Journal of mahine Learning researh 3(Jan): Leo Breiman. 1. forests. Mahine learning 45(1):5 32. Chris Burges, Tal Shake, Erin Renshaw, Ari Lazier, Matt Dees, Niole Hamilton, an Greg Hullener. 5. Learning to rank using graient esent. In Pro. ICML. ACM, pages Davi A Cohn, Zoubin Ghahramani, an Mihael I Joran Ative learning with statistial moels. Journal of Artifiial Intelligene Researh 4(1): Pinar Donmez an Jaime G Carbonell. 8. Optimizing estimate loss reution for ative sampling in rank learning. In Pro. ICML. ACM, pages Lise Getoor an Ben Taskar. 7. Introution to statistial relational learning. Jonathan Goron, Linhong Zhu, Aram Galstyan, Prem Natarajan, an Gully Burns Moeling onept epenenies in a sientifi orpus. In Pro. ACL. Jon M Kleinberg Authoritative soures in a hyperlinke environment. Journal of the ACM 46(5): Davi D Lewis an Jason Catlett Heterogeneous unertainty sampling for supervise learning. In Pro. ICML. pages Davi D Lewis an William A Gale A sequential algorithm for training text lassifiers. In Pro. SIGIR. pages Chen Liang, Zhaohui Wu, Wenyi Huang, an C. Lee Giles Measuring prerequisite relations among onepts. In Pro. EMNLP. pages Chen Liang, Jianbo Ye, Shuting Wang, Bart Pursel, an C Lee Giles Investigating ative learning for onept prerequisite learning. In Pro. EAAI. Hanxiao Liu, Wanli Ma, Yiming Yang, an Jaime Carbonell Learning onept graphs from online euational ata. Journal of Artifiial Intelligene Researh 55: Tie-Yan Liu. 9. Learning to rank for information retrieval. Founations an Trens R in Information Retrieval 3(3): Bo Long, Olivier Chapelle, Ya Zhang, Yi Chang, Zhaohui Zheng, an Belle Tseng. 21. Ative learning for ranking through expete loss optimization. In Pro. SIGIR. ACM, pages Naoki Abe Hiroshi Mamitsuka Query learning strategies using boosting an bagging. In Pro. ICML. Morgan Kaufmann Pub, volume 1. Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Corrao, an Jeff Dean Distribute representations of wors an phrases an their ompositionality. In Pro. NIPS. pages Liangming Pan, Chengjiang Li, Juanzi Li, an Jie Tang Prerequisite relation learning for onepts in moos. In Pro. ACL. ACL, pages Lev Ratinov, Dan Roth, Doug Downey, an Mike Anerson Loal an global algorithms for isambiguation to Wikipeia. In Pro. ACL. ACL, pages Steffen Renle an Lars Shmit-Thieme. 8. Ative learning of equivalene relations by minimizing the expete loss using onstraint inferene. In Pro. ICDM. IEEE, pages Rihar Sheines, Elizabeth Silver, an Ilya Golin Disovering prerequisite relationships among knowlege omponents. In Pro. EDM. pages Burr Settles. 21. Ative learning literature survey. University of Wisonsin, Maison 52(55-66):11. H Sebastian Seung, Manfre Opper, an Haim Sompolinsky Query by ommittee. In Pro. COLT. ACM, pages Partha Pratim Talukar an William W Cohen Crowsoure omprehension: preiting prerequisite struture in Wikipeia. In Proeeings of the Seventh Workshop on Builing Euational Appliations Using NLP. ACL, pages Annalies Vuong, Tristan Nixon, an Brenon Towle A metho for fining prerequisites within a urriulum. In Pro. EDM. pages Shuting Wang, Alexaner Ororbia, Zhaohui Wu, Kyle Williams, Chen Liang, Bart Pursel, an C. Lee Giles Using prerequisites to extrat onept maps from textbooks. In Pro. CIKM. ACM, pages Ian Witten an Davi Milne. 8. An effetive, lowost measure of semanti relateness obtaine from Wikipeia links. In Proeeing of AAAI Workshop on Wikipeia an Artifiial Intelligene: an Evolving Synergy. pages 25 3.

10 A Supplemental Material A.1 Proof of Proposition 1 Proof. For any two supersets H 1 H 2 of H whose orales W H1, W H2 are omplete, W H1 H 2, on a smaller set H 1 H 2, is also omplete (by efinition). A.2 Proof of Proposition 2 Proof. For any (a, b), (b, ) H G, beause W H is omplete, (a, ) H G (by Definition 4 (i)). For any (a, b) H G, (b, ) H G (H G) (by Definition 4 (iv)). Therefore, H G is also a strit orer of V (by Definition 1). A.3 Proof of Theorem 1 A.3.1 Well-efiniteness It is trivial that if W H is omplete, G (H N (x,y) ) is also a strit orer. Therefore, N (,) is well efine, so is O (x,y). A.3.2 Neessity One an easily verify that if (x, y) G H, both N (x,y) H (Definition 3 (i)), R (x,y) H (Definition 3 (iv)), an S (x,y) T (x,y) O (x,y) H (Definition 3 (ii),(iii)) from the efinition of losure, an likewise if (x, y) G, N (x,y) H (Definition 3 (ii), (iii)). In another wor, C (x,y) (H) H. Also, see Fig. 1 for the explanation of eah neessary onition mentione. A.3.3 Suffiieny One an see A G a A G a if a A G a an Da G D G a if a Da G. That is, an anestor of anestor is also an anestor (briefly, AAA), an a esenant of esenant is also a esenant (briefly, DDD). Now we proee to prove C (x,y) is omplete using ontraition whih finalizes the proof of our result C (x,y) = H. If C (x,y) is not omplete, by efinition, one of the four onitions in Definition 3 must fail. If Definition 3 (i) fails, there must exist a, b, suh that (a, b) C (x,y) G, (b, ) C (x,y) G, while (a, ) C (x,y). In this ase, if both (a, b) an (b, ) are from H, beause H is omplete, (a, ) H G ontraits the assumption. Hene at least one of (a, b) an (b, ) is not inlue in H. By the efinition of C (x,y), if one pair belongs to G H, it must ome from N (x,y). Therefore, it implies (x, y) G H. Cases 1: If (a, b) N (x,y) an (b, ) N (x,y), (y, b) G an (b, x) G. That however implies (y, x) G, ontraiting G s efinition as a strit orer (See Definition 1 (ii)). Cases 2: If (a, b) N (x,y) an (b, ) H, a A G H x an Dy G H (by DDD). It implies (a, ) N (x,y) C (x,y). Cases 3: If (a, b) H an (b, ) N (x,y), a A G H x (by AAA) an D G H y. It implies (a, ) N (x,y) C (x,y). In summary, Definition 3 (i) hols for C (x,y). If Definition 3 (ii) fails, there must exist a, b, suh that (a, b) C (x,y) G = G (H N (x,y) ), (a, ) C (x,y) G, while (b, ) C (x,y). In this ase, if both (a, b) an (a, ) are from H, beause H is omplete, (b, ) H G ontraits the assumption. Hene at least one of (a, b) an (a, ) is not inlue in H. We ivie the statement into the following ases to isuss: Cases 1: If (x, y) G, (a, b) N (x,y), an (a, ) H G, (a, x) G H an (y, b) G H. Beause (a, x) H G, an (a, ) H G, (x, ) H G. Beause {(x, y), (y, b)} G (H N (x,y) ), (x, b) G (H N (x,y) ). Therefore, (b, ) N (x,) C (x,y). Cases 2: If (x, y) G an (a, ) R (x,y), (, a) N (x,y), thus (, b) N (x,y). It implies (b, ) R (x,y) C (x,y). Cases 3: If (x, y) G an (a, ) S (x,y), (y, a) G H an (, ) G H suh that (, x) G H. Thus, (x, ) G H (y, ) S (x,y) (b, ) N (y,) C (x,y). Cases 4: If (x, y) G an (a, ) T (x,y), (, x) G H an (a, ) G H suh that (y, ) G H. Thus, (a, y) G H (a, x) T (x,y) (a, b) N (x,y). Beause (a, b) G (H N (x,y) ), one has (a, b) G H (b, x) T (x,y) (b, ) N (b,x) C (x,y). Cases 5: If (x, y) G an (a, ) O (x,y), there exists (, e) S (a,b) T (a,b) suh that (a, ) N (,e). Therefore, {(a, b), (, a), (, e)} G (H N (x,y) ). Hene, (b, ) N (,e) C (x,y). Cases 6: If (x, y) G, we have (a, b) G H an (a, ) N (x,y). Thus (x, b) G H (b, ) N (x,y) C (x,y). In summary, all six ases above ontrait the assumption (b, ) C (x,y). Thus Definition 3 (ii) hols for C (x,y). Given we have verifie the onition of Definition 3 (ii), one an also prove that

11 Definition 3 (iii) hols in a similar way, beause their statements as well as efinitions of S (x,y) an T (x,y) are symmetri. One an easily see that Definition 3 (iv) hols for C (x,y), beause G (H N (x,y) ) is also a strit orer an R (x,y) C (x,y). A.4 Proof of Proposition 3 Proof. If (, ) S (a,b), Db G H {b}. then A G H a {a}, thus D G (H N (a,b)) = D G H (by Definition of N (a,b) ). It hols that {} Db G H {b}. Therefore, one has N (,) N (b,) O (a,b) if (, ) S (a,b). Likewise, N (,) N (,a) O (a,b) if (, ) T (a,b). One has D G (H N (a,b)) O (a,b) = N (b,) (,) S (a,b) whose time omplexity is O( H 3 ). A.5 Proof of Proposition 4 N (,a) (,) T (a,b) Proof. Let (, ) N (,). If, (, ) G (H N (a,b) ). A G (H N (a,b)) A G (H N (a,b)) Likewise, D G (H N (a,b)) Then, A G (H N (a,b)) (AAA). Thus, { } A G (H N (a,b)) { } D G (H N (a,b)) By the efinition of N (, ) N (, ) N (,). A.6 Proof of Theorem 2 {}. {}., an N (,), one has We first introue the notion of transitive reution before we proee: Definition 6 (Transitive Reution (Aho et al., 1972)). Let G be a irete ayli graph. We say G is a transitive reution of G if: (i) There is a irete path from vertex u to vertex v in G iff there is a irete path from u to v in G, an (ii) There is no graph with fewer ars than G satisfying (i). For irete ayli graph G, Aho et al. (1972) have shown that the transitive reution is unique an is a subgraph of G. Let G be a simple irete ayli graph (DAG). In ompliane with Def. 4, we use G to enote the transitive losure of G. Define S(G) as the set of graphs suh that every graph in S(G) has the same transitive losure as G, i.e., S(G) := {G G = G} Aho et al. (1972) have shown that S(G) is lose uner intersetion an union. Further more, for DAG G, the following relationship hols: G = G G G = G G S(G) G S(G) Next, we give the proof of Theorem 2 below. Proof. With the fat that negative labels from the query orale annot help to inue positive labels in the graph, we an boun the number of queries, m, neee to learn a lassifier: m G The proof is by simple ontraition base on the efinition of the transitive reution of G an the fat that A is a onsistent learner. On the other han, there is a learning algorithm A that simply remembers all the queries with positive labels an preit all the other inputs as negative. For this algorithm A, it suffies for A to make G queries. A.7 Experiment Environment All experiments are onute on an Ubuntu 14.4 server with 256GB RAM an 32 Intel Xeon E GHz proessors. Ative learning query strategies are implemente in Python2.7. Coe an ata will be publily available. A.8 Effetiveness of Proposition 4 We also empirially evaluate the effets of using Proposition 4 on the effiieny. Speifially, we measure the total runtime of O (a,b) alulation in Theorem 1 for a full roun of ative learning (until D u = ) with an without applying the pruning rule inue by Proposition 4. The results are shown in Table 4 where the numbers are the average runtime over all 3 ifferent rouns of ative learning for eah ataset. We an see that the pruning an lea to a speeup of 4-55% in the

12 Domain w/o pruning w/ pruning w/o pruning w/ pruning Data mining (-4%) (-53%) Geometry (-54%) (-55%) Physis (-47%) (-49%) Prealulus (-55%) (-55%) Table 4: The effet of Proposition 4 on the total runtime (s) of O (a,b) alulation in Theorem 1 for a full roun of ative learning (until D u = ). experiments an a speeup of 49-55% in the QBC- R+ experiments, whih shows that Proposition 4 is helpful for higher effiieny.

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

Announcements. Office Hours Swap: OH schedule has been updated to reflect this.

Announcements. Office Hours Swap: OH schedule has been updated to reflect this. SA Solving Announements Offie Hours Swap: Zavain has offie hours from 4-6PM toay in builing 460, room 040A. Rose has offie hours tonight from 7-9PM in Gates B26B. Keith has offie hours hursay from 2-4PM

More information

Reliability Optimization With Mixed Continuous-Discrete Random Variables and Parameters

Reliability Optimization With Mixed Continuous-Discrete Random Variables and Parameters Subroto Gunawan Researh Fellow Panos Y. Papalambros Professor e-mail: pyp@umih.eu Department of Mehanial Engineering, University of Mihigan, Ann Arbor, MI 4809 Reliability Optimization With Mixe Continuous-Disrete

More information

Supplementary Materials for A universal data based method for reconstructing complex networks with binary-state dynamics

Supplementary Materials for A universal data based method for reconstructing complex networks with binary-state dynamics Supplementary Materials for A universal ata ase metho for reonstruting omplex networks with inary-state ynamis Jingwen Li, Zhesi Shen, Wen-Xu Wang, Celso Greogi, an Ying-Cheng Lai 1 Computation etails

More information

McCreight s Suffix Tree Construction Algorithm. Milko Izamski B.Sc. Informatics Instructor: Barbara König

McCreight s Suffix Tree Construction Algorithm. Milko Izamski B.Sc. Informatics Instructor: Barbara König 1. Introution MCreight s Suffix Tree Constrution Algorithm Milko Izamski B.S. Informatis Instrutor: Barbara König The main goal of MCreight s algorithm is to buil a suffix tree in linear time. This is

More information

Expressiveness of the Interval Logics of Allen s Relations on the Class of all Linear Orders: Complete Classification

Expressiveness of the Interval Logics of Allen s Relations on the Class of all Linear Orders: Complete Classification Proeeings of the Twenty-Seon International Joint Conferene on Artifiial Intelligene Expressiveness of the Interval Logis of Allen s Relations on the Class of all Linear Orers: Complete Classifiation Dario

More information

Optimal Distributed Estimation Fusion with Transformed Data

Optimal Distributed Estimation Fusion with Transformed Data Optimal Distribute Estimation Fusion with Transforme Data Zhansheng Duan X. Rong Li Department of Eletrial Engineering University of New Orleans New Orleans LA 70148 U.S.A. Email: {zuanxli@uno.eu Abstrat

More information

Chapter 2: One-dimensional Steady State Conduction

Chapter 2: One-dimensional Steady State Conduction 1 Chapter : One-imensional Steay State Conution.1 Eamples of One-imensional Conution Eample.1: Plate with Energy Generation an Variable Conutivity Sine k is variable it must remain insie the ifferentiation

More information

Force Reconstruction for Nonlinear Structures in Time Domain

Force Reconstruction for Nonlinear Structures in Time Domain Fore Reonstrution for Nonlinear Strutures in ime Domain Jie Liu 1, Bing Li 2, Meng Li 3, an Huihui Miao 4 1,2,3,4 State Key Laboratory for Manufaturing Systems Engineering, Xi an Jiaotong niversity, Xi

More information

CSE 5311 Notes 18: NP-Completeness

CSE 5311 Notes 18: NP-Completeness SE 53 Notes 8: NP-ompleteness (Last upate 7//3 8:3 PM) ELEMENTRY ONEPTS Satisfiability: ( p q) ( p q ) ( p q) ( p q ) Is there an assignment? (Deision Problem) Similar to ebugging a logi iruit - Is there

More information

d-separation: Strong Completeness of Semantics in Bayesian Network Inference

d-separation: Strong Completeness of Semantics in Bayesian Network Inference -Separation: Strong Completeness of Semantis in Bayesian Network Inferene Cory J. Butz 1,WenYan 1, an Aners L. Masen 2,3 1 Department of Computer Siene, University of Regina, Canaa {butz,yanwe111}@s.uregina.a

More information

Sensitivity Analysis of Resonant Circuits

Sensitivity Analysis of Resonant Circuits 1 Sensitivity Analysis of Resonant Ciruits Olivier Buu Abstrat We use first-orer perturbation theory to provie a loal linear relation between the iruit parameters an the poles of an RLC network. The sensitivity

More information

Two Dimensional Principal Component Analysis for Online Tamil Character Recognition

Two Dimensional Principal Component Analysis for Online Tamil Character Recognition Two Dimensional Prinipal Component Analysis for Online Tamil Charater Reognition Suresh Sunaram, A G Ramarishnan Inian Institute of Siene,Bangalore, Inia suresh@ee.iis.ernet.in, ramiag@ee.iis.ernet.in

More information

Danielle Maddix AA238 Final Project December 9, 2016

Danielle Maddix AA238 Final Project December 9, 2016 Struture and Parameter Learning in Bayesian Networks with Appliations to Prediting Breast Caner Tumor Malignany in a Lower Dimension Feature Spae Danielle Maddix AA238 Final Projet Deember 9, 2016 Abstrat

More information

Model-based mixture discriminant analysis an experimental study

Model-based mixture discriminant analysis an experimental study Model-based mixture disriminant analysis an experimental study Zohar Halbe and Mayer Aladjem Department of Eletrial and Computer Engineering, Ben-Gurion University of the Negev P.O.Box 653, Beer-Sheva,

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

Performance Evaluation of atall Building with Damped Outriggers Ping TAN

Performance Evaluation of atall Building with Damped Outriggers Ping TAN Performane Evaluation of atall Builing with Dampe Outriggers Ping TAN Earthquake Engineering Researh an Test Center Guangzhou University, Guangzhou, China OUTLINES RESEARCH BACKGROUND IMPROVED ANALYTICAL

More information

Determination the Invert Level of a Stilling Basin to Control Hydraulic Jump

Determination the Invert Level of a Stilling Basin to Control Hydraulic Jump Global Avane Researh Journal of Agriultural Siene Vol. (4) pp. 074-079, June, 0 Available online http://garj.org/garjas/inex.htm Copyright 0 Global Avane Researh Journals Full Length Researh Paper Determination

More information

Journal of Mathematical Analysis and Applications

Journal of Mathematical Analysis and Applications J. Math. Anal. Appl. 371 (010) 759 763 Contents lists available at SieneDiret Journal of Mathematial Analysis an Appliations www.elsevier.om/loate/jmaa Singular Sturm omparison theorems Dov Aharonov, Uri

More information

Math 225B: Differential Geometry, Homework 6

Math 225B: Differential Geometry, Homework 6 ath 225B: Differential Geometry, Homework 6 Ian Coley February 13, 214 Problem 8.7. Let ω be a 1-form on a manifol. Suppose that ω = for every lose urve in. Show that ω is exat. We laim that this onition

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

Some Useful Results for Spherical and General Displacements

Some Useful Results for Spherical and General Displacements E 5 Fall 997 V. Kumar Some Useful Results for Spherial an General Displaements. Spherial Displaements.. Eulers heorem We have seen that a spherial isplaement or a pure rotation is esribe by a 3 3 rotation

More information

Computing 2-Walks in Cubic Time

Computing 2-Walks in Cubic Time Computing 2-Walks in Cubi Time Anreas Shmi Max Plank Institute for Informatis Jens M. Shmit Tehnishe Universität Ilmenau Abstrat A 2-walk of a graph is a walk visiting every vertex at least one an at most

More information

The Computational Complexity of the Unrooted Subtree Prune and Regraft Distance. Technical Report CS

The Computational Complexity of the Unrooted Subtree Prune and Regraft Distance. Technical Report CS The Computational Complexit of the Unroote ubtree rune an egraft Distane Glenn Hike Frank Dehne Anrew au-chaplin Christian Blouin Tehnial eport C-006-06 Jul, 006 Fault of Computer iene 6050 Universit Ave.,

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

GEOMETRIC AND STOCHASTIC ERROR MINIMISATION IN MOTION TRACKING. Karteek Alahari, Sujit Kuthirummal, C. V. Jawahar, P. J. Narayanan

GEOMETRIC AND STOCHASTIC ERROR MINIMISATION IN MOTION TRACKING. Karteek Alahari, Sujit Kuthirummal, C. V. Jawahar, P. J. Narayanan GEOMETRIC AND STOCHASTIC ERROR MINIMISATION IN MOTION TRACKING Karteek Alahari, Sujit Kuthirummal, C. V. Jawahar, P. J. Narayanan Centre for Visual Information Tehnology International Institute of Information

More information

Formal Concept Sampling for Counting and Threshold-Free Local Pattern Mining

Formal Concept Sampling for Counting and Threshold-Free Local Pattern Mining Formal Conept Sampling for Counting an Threshol-Free Loal Pattern Mining Mario Boley an Thomas Gärtner an Henrik Grosskreutz Fraunhofer IAIS Shloss Birlinghoven 53754 Sankt Augustin, Germany {mario.boley,

More information

Extended Spectral Nonlinear Conjugate Gradient methods for solving unconstrained problems

Extended Spectral Nonlinear Conjugate Gradient methods for solving unconstrained problems International Journal of All Researh Euation an Sientifi Methos IJARESM ISSN: 55-6 Volume Issue 5 May-0 Extene Spetral Nonlinear Conjuate Graient methos for solvin unonstraine problems Dr Basim A Hassan

More information

A MATLAB Method of Lines Template for Evolution Equations

A MATLAB Method of Lines Template for Evolution Equations A MATLAB Metho of Lines Template for Evolution Equations H.S. Lee a, C.J. Matthews a, R.D. Braok a, G.C. Saner b an F. Ganola a a Faulty of Environmental Sienes, Griffith University, Nathan, QLD, 4111

More information

Coding for Random Projections and Approximate Near Neighbor Search

Coding for Random Projections and Approximate Near Neighbor Search Coding for Random Projetions and Approximate Near Neighbor Searh Ping Li Department of Statistis & Biostatistis Department of Computer Siene Rutgers University Pisataay, NJ 8854, USA pingli@stat.rutgers.edu

More information

Sampler-B. Secondary Mathematics Assessment. Sampler 521-B

Sampler-B. Secondary Mathematics Assessment. Sampler 521-B Sampler-B Seonary Mathematis Assessment Sampler 51-B Instrutions for Stuents Desription This sample test inlues 15 Selete Response an 5 Construte Response questions. Eah Selete Response has a value of

More information

Chapter 8 Hypothesis Testing

Chapter 8 Hypothesis Testing Leture 5 for BST 63: Statistial Theory II Kui Zhang, Spring Chapter 8 Hypothesis Testing Setion 8 Introdution Definition 8 A hypothesis is a statement about a population parameter Definition 8 The two

More information

Simultaneous and Sequential Auctions of Oligopoly Licenses

Simultaneous and Sequential Auctions of Oligopoly Licenses Simultaneous an Sequential Autions of Oligopoly Lienses Georgios Katsenos Institut für Mikroökonomik, Leibniz Universität Hannover September 1, 2007 Abstrat This paper ompares two proeures for alloating

More information

c-perfect Hashing Schemes for Binary Trees, with Applications to Parallel Memories

c-perfect Hashing Schemes for Binary Trees, with Applications to Parallel Memories -Perfet Hashing Shemes for Binary Trees, with Appliations to Parallel Memories (Extended Abstrat Gennaro Cordaso 1, Alberto Negro 1, Vittorio Sarano 1, and Arnold L.Rosenberg 2 1 Dipartimento di Informatia

More information

Zero-Knowledge Protocols

Zero-Knowledge Protocols he People Zero-Knowlege Protools 2 he wars Prover (Peggy) Claim I Verifier (Vi) S Seret Deision 2 {true, false} zero-knowlege protool allows Peggy to Convine Vi that her laim is true an that she knows

More information

Constraint-free Analog Placement with Topological Symmetry Structure

Constraint-free Analog Placement with Topological Symmetry Structure Constraint-free Analog Plaement with Topologial Symmetry Struture Qing DONG Department of Information an Meia Sienes University of Kitakyushu Wakamatsu, Kitakyushu, Fukuoka, 808-0135, Japan e-mail: ongqing@env.kitakyu-u.a.jp

More information

Optimal torque control of permanent magnet synchronous machines using magnetic equivalent circuits

Optimal torque control of permanent magnet synchronous machines using magnetic equivalent circuits This oument ontains a post-print version of the paper Optimal torque ontrol of permanent magnet synhronous mahines using magneti equivalent iruits authore by W. Kemmetmüller, D. Faustner, an A. Kugi an

More information

Implementing the Law of Sines to solve SAS triangles

Implementing the Law of Sines to solve SAS triangles Implementing the Law of Sines to solve SAS triangles June 8, 009 Konstantine Zelator Dept. of Math an Computer Siene Rhoe Islan College 600 Mount Pleasant Avenue Proviene, RI 0908 U.S.A. e-mail : kzelator@ri.eu

More information

Combinatorial remarks on two-dimensional Languages

Combinatorial remarks on two-dimensional Languages Combinatorial remarks on two-imensional Languages Franesa De Carli To ite this version: Franesa De Carli. Combinatorial remarks on two-imensional Languages. Mathematis [math]. Université e Savoie 2009.

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

An I-Vector Backend for Speaker Verification

An I-Vector Backend for Speaker Verification An I-Vetor Bakend for Speaker Verifiation Patrik Kenny, 1 Themos Stafylakis, 1 Jahangir Alam, 1 and Marel Kokmann 2 1 CRIM, Canada, {patrik.kenny, themos.stafylakis, jahangir.alam}@rim.a 2 VoieTrust, Canada,

More information

A Characterization of Wavelet Convergence in Sobolev Spaces

A Characterization of Wavelet Convergence in Sobolev Spaces A Charaterization of Wavelet Convergene in Sobolev Spaes Mark A. Kon 1 oston University Louise Arakelian Raphael Howard University Dediated to Prof. Robert Carroll on the oasion of his 70th birthday. Abstrat

More information

A Functional Representation of Fuzzy Preferences

A Functional Representation of Fuzzy Preferences Theoretial Eonomis Letters, 017, 7, 13- http://wwwsirporg/journal/tel ISSN Online: 16-086 ISSN Print: 16-078 A Funtional Representation of Fuzzy Preferenes Susheng Wang Department of Eonomis, Hong Kong

More information

Feature Selection by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classification

Feature Selection by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classification Feature Seletion by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classifiation Tian Lan, Deniz Erdogmus, Andre Adami, Mihael Pavel BME Department, Oregon Health & Siene

More information

Problem set 6 for the course Theoretical Optics Sample Solutions

Problem set 6 for the course Theoretical Optics Sample Solutions Karlsruher Institut für Tehnologie KIT) Institut für theoretishe Festkörperphysik SS01 Prof. Dr. G. Shön, Dr. R. Frank 15.06.01 http://www.tfp.kit.eu/stuium-lehre.php Tutorial: Group 1, Name: Group, Group

More information

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

Learning Triggering Kernels for Multi-dimensional Hawkes Processes

Learning Triggering Kernels for Multi-dimensional Hawkes Processes Ke Zhou Georgia Institute of Tehnology Hongyuan Zha Georgia Institute of Tehnology Le Song Georgia Institute of Tehnology kzhou@gateh.eu zha@.gateh.eu lsong@.gateh.eu Abstrat How oes the ativity of one

More information

Lightpath routing for maximum reliability in optical mesh networks

Lightpath routing for maximum reliability in optical mesh networks Vol. 7, No. 5 / May 2008 / JOURNAL OF OPTICAL NETWORKING 449 Lightpath routing for maximum reliability in optial mesh networks Shengli Yuan, 1, * Saket Varma, 2 and Jason P. Jue 2 1 Department of Computer

More information

The Chebyshev Wavelet Method for Numerical Solutions of A Fractional Oscillator

The Chebyshev Wavelet Method for Numerical Solutions of A Fractional Oscillator Shiraz University of Tehnology From the SeleteWorks of Habibolla Latifizaeh 01 The Chebyshev Wavelet Metho for Numerial Solutions of A Frational Osillator E. Hesameini, Shiraz University of Tehnology S.

More information

Designing Against Size Effect on Shear Strength of Reinforced Concrete Beams Without Stirrups

Designing Against Size Effect on Shear Strength of Reinforced Concrete Beams Without Stirrups Designing Against Size Effet on Shear Strength of Reinfore Conrete Beams Without Stirrups By Zeněk P. Bažant an Qiang Yu Abstrat: The shear failure of reinfore onrete beams is a very omplex frature phenomenon

More information

On Predictive Density Estimation for Location Families under Integrated Absolute Error Loss

On Predictive Density Estimation for Location Families under Integrated Absolute Error Loss On Preitive Density Estimation for Loation Families uner Integrate Absolute Error Loss Tatsuya Kubokawa a, Éri Marhanb, William E. Strawerman a Department of Eonomis, University of Tokyo, 7-3- Hongo, Bunkyo-ku,

More information

Stochastic Analysis of a Compound Redundant System Involving Human Failure

Stochastic Analysis of a Compound Redundant System Involving Human Failure Journal of Matheatis an Statistis (3): 47-43, 6 ISSN 549-3644 6 Siene Publiations Stohasti nalysis of a Copoun Reunant Syste Involving uan Failure Ritu Gupta, S.. Mittal an 3 C. M. Batra,3 Departent of

More information

Modeling Probabilistic Measurement Correlations for Problem Determination in Large-Scale Distributed Systems

Modeling Probabilistic Measurement Correlations for Problem Determination in Large-Scale Distributed Systems 009 9th IEEE International Conferene on Distributed Computing Systems Modeling Probabilisti Measurement Correlations for Problem Determination in Large-Sale Distributed Systems Jing Gao Guofei Jiang Haifeng

More information

Some Properties on Nano Topology Induced by Graphs

Some Properties on Nano Topology Induced by Graphs AASCIT Journal of anosiene 2017; 3(4): 19-23 http://wwwaasitorg/journal/nanosiene ISS: 2381-1234 (Print); ISS: 2381-1242 (Online) Some Properties on ano Topology Indued by Graphs Arafa asef 1 Abd El Fattah

More information

Chapter 9. There are 7 out of 50 measurements that are greater than or equal to 5.1; therefore, the fraction of the

Chapter 9. There are 7 out of 50 measurements that are greater than or equal to 5.1; therefore, the fraction of the Pratie questions 6 1 a y i = 6 µ = = 1 i = 1 y i µ i = 1 ( ) = 95 = s n 95 555. x i f i 1 1+ + 5+ n + 5 5 + n µ = = = f 11+ n 11+ n i 7 + n = 5 + n = 6n n = a Time (minutes) 1.6.1.6.1.6.1.6 5.1 5.6 6.1

More information

Labeling Workflow Views with Fine-Grained Dependencies

Labeling Workflow Views with Fine-Grained Dependencies Labeling Workflow Views with Fine-Graine Depenenies Zhuowei Bao Department of omputer an Information iene University of Pennsylvania Philaelphia, P 1914, U zhuowei@is.upenn.eu usan B. Davison Department

More information

Inside the Atoms: Ranking on a Network of Networks

Inside the Atoms: Ranking on a Network of Networks Insie the Atoms: Ranking on a Network of Networks Jinghao Ni, Hanghang Tong, Wei Fan, an Xiang Zhang Department of Eletrial Engineering an Computer Siene, Case Western Reserve University Shool of Computing,

More information

BOOLEAN GRÖBNER BASIS REDUCTIONS ON FINITE FIELD DATAPATH CIRCUITS

BOOLEAN GRÖBNER BASIS REDUCTIONS ON FINITE FIELD DATAPATH CIRCUITS BOOLEAN GRÖBNER BASIS REDUCTIONS ON FINITE FIELD DATAPATH CIRCUITS USING THE UNATE CUBE SET ALGEBRA Utkarsh Gupta, Priyank Kalla, Senior Member, IEEE, Vikas Rao Abstrat Reent evelopments in formal verifiation

More information

Linear Capacity Scaling in Wireless Networks: Beyond Physical Limits?

Linear Capacity Scaling in Wireless Networks: Beyond Physical Limits? Linear Capaity Saling in Wireless Networks: Beyon Physial Limits? Ayfer Özgür, Olivier Lévêque EPFL, Switzerlan {ayfer.ozgur, olivier.leveque}@epfl.h Davi Tse University of California at Berkeley tse@ees.berkeley.eu

More information

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

The numbers inside a matrix are called the elements or entries of the matrix.

The numbers inside a matrix are called the elements or entries of the matrix. Chapter Review of Matries. Definitions A matrix is a retangular array of numers of the form a a a 3 a n a a a 3 a n a 3 a 3 a 33 a 3n..... a m a m a m3 a mn We usually use apital letters (for example,

More information

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1 MUTLIUSER DETECTION (Letures 9 and 0) 6:33:546 Wireless Communiations Tehnologies Instrutor: Dr. Narayan Mandayam Summary By Shweta Shrivastava (shwetash@winlab.rutgers.edu) bstrat This artile ontinues

More information

LOGISTIC REGRESSION IN DEPRESSION CLASSIFICATION

LOGISTIC REGRESSION IN DEPRESSION CLASSIFICATION LOGISIC REGRESSIO I DEPRESSIO CLASSIFICAIO J. Kual,. V. ran, M. Bareš KSE, FJFI, CVU v Praze PCP, CS, 3LF UK v Praze Abstrat Well nown logisti regression and the other binary response models an be used

More information

Planning with Uncertainty in Position: an Optimal Planner

Planning with Uncertainty in Position: an Optimal Planner Planning with Unertainty in Position: an Optimal Planner Juan Pablo Gonzalez Anthony (Tony) Stentz CMU-RI -TR-04-63 The Robotis Institute Carnegie Mellon University Pittsburgh, Pennsylvania 15213 Otober

More information

Latency Optimization for Resource Allocation in Mobile-Edge Computation Offloading

Latency Optimization for Resource Allocation in Mobile-Edge Computation Offloading 1 Lateny Optimization for Resoure Alloation in Mobile-Ege Computation Offloaing Jine Ren, Guaning Yu, Yunlong Cai, an Yinghui He arxiv:1704.00163v1 [s.it] 1 Apr 2017 College of Information Siene an Eletroni

More information

Intuitionistic Fuzzy Set and Its Application in Selecting Specialization: A Case Study for Engineering Students

Intuitionistic Fuzzy Set and Its Application in Selecting Specialization: A Case Study for Engineering Students International Journal of Mathematial nalysis and ppliations 2015; 2(6): 74-78 Published online Deember 17, 2015 (http://www.aasit.org/journal/ijmaa) ISSN: 2375-3927 Intuitionisti Fuzzy Set and Its ppliation

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

The optimization of kinematical response of gear transmission

The optimization of kinematical response of gear transmission Proeeings of the 7 WSEAS Int. Conferene on Ciruits, Systems, Signal an Teleommuniations, Gol Coast, Australia, January 7-9, 7 The optimization of inematial response of gear transmission VINCENZO NIOLA

More information

Relativistic Dynamics

Relativistic Dynamics Chapter 7 Relativisti Dynamis 7.1 General Priniples of Dynamis 7.2 Relativisti Ation As stated in Setion A.2, all of dynamis is derived from the priniple of least ation. Thus it is our hore to find a suitable

More information

Level Construction of Decision Trees in a Partition-based Framework for Classification

Level Construction of Decision Trees in a Partition-based Framework for Classification Level Construction of Decision Trees in a Partition-base Framework for Classification Y.Y. Yao, Y. Zhao an J.T. Yao Department of Computer Science, University of Regina Regina, Saskatchewan, Canaa S4S

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

The Environment and Directed Technical Change

The Environment and Directed Technical Change The Environment an Direte Tehnial Change Citation Publishe Version Aesse Citable Link Terms of Use Aemoglu, Daron, Philippe Aghion, Leonaro Bursztyn, an Davi Hemous. 2009. The environment an irete tehnial

More information

Solutions Manual. Selected odd-numbered problems in. Chapter 2. for. Proof: Introduction to Higher Mathematics. Seventh Edition

Solutions Manual. Selected odd-numbered problems in. Chapter 2. for. Proof: Introduction to Higher Mathematics. Seventh Edition Solutions Manual Seleted odd-numbered problems in Chapter for Proof: Introdution to Higher Mathematis Seventh Edition Warren W. Esty and Norah C. Esty 5 4 3 1 Setion.1. Sentenes with One Variable Chapter

More information

This is an electronic reprint of the original article. This reprint may differ from the original in pagination and typographic detail.

This is an electronic reprint of the original article. This reprint may differ from the original in pagination and typographic detail. Powere by TCPDF (www.tpf.org) This is an eletroni reprint of the original artile. This reprint may iffer from the original in pagination an typographi etail. Cihonska, Anna; Pahikkala, Tapio; Szemak, Sanor;

More information

Fast Evaluation of Canonical Oscillatory Integrals

Fast Evaluation of Canonical Oscillatory Integrals Appl. Math. Inf. Si. 6, No., 45-51 (01) 45 Applie Mathematis & Information Sienes An International Journal 01 NSP Natural Sienes Publishing Cor. Fast Evaluation of Canonial Osillatory Integrals Ying Liu

More information

Textual Document Indexing and Retrieval via Knowledge Sources and Data Mining

Textual Document Indexing and Retrieval via Knowledge Sources and Data Mining Textual Doument Indexing and Retrieval via Knowledge Soures and Data Mining Wesley. W. Chu, Zhenyu Liu and Wenlei Mao Computer Siene Department, University of California, Los Angeles 90095 {ww, viliu,

More information

Many students enter ninth grade already familiar

Many students enter ninth grade already familiar Delving eeper Henri Piiotto A New Path to the Quarati Formula Man stuents enter ninth grae alrea familiar with the quarati formula. Man others learn it in ninth grae. Some an even sing it! Unfortunatel

More information

No Time to Observe: Adaptive Influence Maximization with Partial Feedback

No Time to Observe: Adaptive Influence Maximization with Partial Feedback Proeedings of the Twenty-Sixth International Joint Conferene on Artifiial Intelligene IJCAI-17 No Time to Observe: Adaptive Influene Maximization with Partial Feedbak Jing Yuan Department of Computer Siene

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Packing Plane Spanning Trees into a Point Set

Packing Plane Spanning Trees into a Point Set Paking Plane Spanning Trees into a Point Set Ahmad Biniaz Alfredo Garía Abstrat Let P be a set of n points in the plane in general position. We show that at least n/3 plane spanning trees an be paked into

More information

Distributed Gaussian Mixture Model for Monitoring Multimode Plant-wide Process

Distributed Gaussian Mixture Model for Monitoring Multimode Plant-wide Process istributed Gaussian Mixture Model for Monitoring Multimode Plant-wide Proess Jinlin Zhu, Zhiqiang Ge, Zhihuan Song. State ey Laboratory of Industrial Control Tehnology, Institute of Industrial Proess Control,

More information

Canimals. borrowed, with thanks, from Malaspina University College/Kwantlen University College

Canimals. borrowed, with thanks, from Malaspina University College/Kwantlen University College Canimals borrowed, with thanks, from Malaspina University College/Kwantlen University College http://ommons.wikimedia.org/wiki/file:ursus_maritimus_steve_amstrup.jpg Purpose Investigate the rate of heat

More information

1. A dependent variable is also known as a(n). a. explanatory variable b. control variable c. predictor variable d. response variable ANSWER:

1. A dependent variable is also known as a(n). a. explanatory variable b. control variable c. predictor variable d. response variable ANSWER: 1. A epenent variale is also known as a(n). a. explanatory variale. ontrol variale. preitor variale. response variale FEEDBACK: A epenent variale is known as a response variale. Definition of the Simple

More information

He s Semi-Inverse Method and Ansatz Approach to look for Topological and Non-Topological Solutions Generalized Nonlinear Schrödinger Equation

He s Semi-Inverse Method and Ansatz Approach to look for Topological and Non-Topological Solutions Generalized Nonlinear Schrödinger Equation Quant. Phys. Lett. 3, No. 2, 23-27 2014) 23 Quantum Physis Letters An International Journal http://x.oi.org/10.12785/qpl/030202 He s Semi-Inverse Metho an Ansatz Approah to look for Topologial an Non-Topologial

More information

Average Rate Speed Scaling

Average Rate Speed Scaling Average Rate Speed Saling Nikhil Bansal David P. Bunde Ho-Leung Chan Kirk Pruhs May 2, 2008 Abstrat Speed saling is a power management tehnique that involves dynamially hanging the speed of a proessor.

More information

An Integer Solution of Fractional Programming Problem

An Integer Solution of Fractional Programming Problem Gen. Math. Notes, Vol. 4, No., June 0, pp. -9 ISSN 9-784; Copyright ICSRS Publiation, 0 www.i-srs.org Available free online at http://www.geman.in An Integer Solution of Frational Programming Problem S.C.

More information

Normative and descriptive approaches to multiattribute decision making

Normative and descriptive approaches to multiattribute decision making De. 009, Volume 8, No. (Serial No.78) China-USA Business Review, ISSN 57-54, USA Normative and desriptive approahes to multiattribute deision making Milan Terek (Department of Statistis, University of

More information

Optimal Design of Fault-Tolerant Petri Net Controllers

Optimal Design of Fault-Tolerant Petri Net Controllers Optial Design of Fault-Tolerant Petri Net ontrollers Yizhi Qu, Lingxi Li, Yaobin hen, an Yaping Dai Abstrat This paper proposes an approah for the optial esign of fault-tolerant Petri net ontrollers Given

More information

Aharonov-Bohm effect. Dan Solomon.

Aharonov-Bohm effect. Dan Solomon. Aharonov-Bohm effet. Dan Solomon. In the figure the magneti field is onfined to a solenoid of radius r 0 and is direted in the z- diretion, out of the paper. The solenoid is surrounded by a barrier that

More information

Error Bounds for Context Reduction and Feature Omission

Error Bounds for Context Reduction and Feature Omission Error Bounds for Context Redution and Feature Omission Eugen Bek, Ralf Shlüter, Hermann Ney,2 Human Language Tehnology and Pattern Reognition, Computer Siene Department RWTH Aahen University, Ahornstr.

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Neural population partitioning and a onurrent brain-mahine interfae for sequential motor funtion Maryam M. Shanehi, Rollin C. Hu, Marissa Powers, Gregory W. Wornell, Emery N. Brown

More information

CMSC 451: Lecture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017

CMSC 451: Lecture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017 CMSC 451: Leture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017 Reading: Chapt 11 of KT and Set 54 of DPV Set Cover: An important lass of optimization problems involves overing a ertain domain,

More information

M5' Algorithm for Shear Strength Prediction of HSC Slender Beams without Web Reinforcement

M5' Algorithm for Shear Strength Prediction of HSC Slender Beams without Web Reinforcement International Journal of Modeling and Optimization, Vol. 7, No. 1, February 217 M5' Algorithm for Shear Strength Predition of HSC Slender Beams without Web Reinforement Ali Kaveh, Seyyed Mahmoud Hamze-Ziabari,

More information

The Concept of Mass as Interfering Photons, and the Originating Mechanism of Gravitation D.T. Froedge

The Concept of Mass as Interfering Photons, and the Originating Mechanism of Gravitation D.T. Froedge The Conept of Mass as Interfering Photons, and the Originating Mehanism of Gravitation D.T. Froedge V04 Formerly Auburn University Phys-dtfroedge@glasgow-ky.om Abstrat For most purposes in physis the onept

More information

Euler and Hamilton Paths

Euler and Hamilton Paths Euler an Hamilton Paths The town of Königserg, Prussia (now know as Kaliningra an part of the Russian repuli), was ivie into four setion y ranhes of the Pregel River. These four setions C A D B Figure:

More information

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1 Computer Siene 786S - Statistial Methods in Natural Language Proessing and Data Analysis Page 1 Hypothesis Testing A statistial hypothesis is a statement about the nature of the distribution of a random

More information

On the Performance of Interference Cancellation in D2D-enabled Cellular Networks

On the Performance of Interference Cancellation in D2D-enabled Cellular Networks On the erformane of Interferene Canellation in DD-enable Cellular Networks Chuan Ma, Weijie Wu, Ying Cui, Xinbing Wang Abstrat Devie-to-evie DD ommuniation unerlaying ellular networks is a promising tehnology

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013 Ultrafast Pulses and GVD John O Hara Created: De. 6, 3 Introdution This doument overs the basi onepts of group veloity dispersion (GVD) and ultrafast pulse propagation in an optial fiber. Neessarily, it

More information

2. Properties of Functions

2. Properties of Functions 2. PROPERTIES OF FUNCTIONS 111 2. Properties of Funtions 2.1. Injetions, Surjetions, an Bijetions. Definition 2.1.1. Given f : A B 1. f is one-to-one (short han is 1 1) or injetive if preimages are unique.

More information