Finite State Automata that Recurrent Cascade-Correlation Cannot Represent

Size: px
Start display at page:

Download "Finite State Automata that Recurrent Cascade-Correlation Cannot Represent"

Transcription

1 Finite State Autmata that Recurrent Cascade-Crrelatin Cannt Represent Stefan C. Kremer Department f Cmputing Science University f Alberta Edmntn, Alberta, CANADA T6H 5B5 Abstract This paper relates the cmputatinal pwer f Fahlman' s Recurrent Cascade Crrelatin (RCC) architecture t that f finite state autmata (FSA). While sme recurrent netwrks are FSA equivalent, RCC is nt. The paper presents a theretical analysis f the RCC architecture in the frm f a prf describing a large class f FSA which cannt be realized by RCC. 1 INTRODUCTION Recurrent netwrks can be cnsidered t be defmed by tw cmpnents: a netwrk architecture, and a learning rule. The frmer describes hw a netwrk with a given set f weights and tplgy cmputes its utput values, while the latter describes hw the weights (and pssibly tplgy) f the netwrk are updated t fit a specific prblem. It is pssible t evaluate the cmputatinal pwer f a netwrk architecture by analyzing the types f cmputatins a netwrk culd perfrm assuming apprpriate cnnectin weights (and tplgy). This type f analysis prvides an upper bund n what a netwrk can be expected t learn, since n system can learn what it cannt represent. Many recurrent netwrk architectures have been prven t be finite state autmatn r even Turing machine equivalent (see fr example [Aln, 1991], [Gudreau, 1994], [Kremer, 1995], and [Siegelmann, 1992]). The existence f such equivalence prfs naturally gives cnfidence in the use f the given architectures. This paper relates the cmputatinal pwer f Fahlman's Recurrent Cascade Crrelatin architecture [Fahlman, 1991] t that f finite state autmata. It is rganized as fllws: Sectin 2 reviews the RCC architecture as prpsed by Fahlman. Sectin 3 describes finite state autmata in general and presents sme specific autmata which will play an imprtant rle in the discussins which fllw. Sectin 4 describes previus wrk by ther

2 Finite State Autmata that Recurrent Cascade-Crrelatin Cannt Represent 613 authrs evaluating RCC' s cmputatinal pwer. Sectin 5 expands upn the previus wrk, and presents a new class f autmata which cannt be represented by RCC. Sectin 6 further expands the result f the previus sectin t identify an infinite number f ther unrealizable classes f autmata. Sectin 7 cntains sme cncluding remarks. 2 THE RCC ARCHITECTURE The RCC architecture cnsists f three types f units: input units, hidden units and utput units. After training, a RCC netwrk perfrms the fllwing cmputatin: First, the activatin values f the hidden units are initialized t zer. Secnd, the input unit activatin values are initialized based upn the input signal t the netwrk. Third, each hidden unit cmputes its new activatin value. Furth, the utput units cmpute their new activatins. Then, steps tw thrugh fur are repeated fr each new input signal. The third step f the cmputatin, cmputing the activatin value f a hidden unit, is accmplished accrding t the frmula: a(t+l) = a( t W. a(t+l) + w.a(t)]. J ;=\ 'J' JJ J Here, ai(t) represents the activatin value f unit i at time t, a(e) represents a sigmid squashing functin with finite range (usually frm 0 t 1), and Wij represents the weight f the cnnectin frm unit it unitj. That is, each unit cmputes its activatin value by multiplying the new activatins f all lwered numbered units and its wn previus activatin by a set f weights, summing these prducts, and passing the sum thrugh a lgistic activatin functin. The recurrent weight Wjj frm a unit t itself functins as a srt f memry by transmitting a mdulated versin f the unit's ld activatin value. The utput units f the RCC architecture can be viewed as special cases f hidden units which have weights f value zer fr all cnnectins riginating frm ther utput units. This interpretatin implies that any restrictins n the cmputatinal pwers f general hidden units will als apply t the utput units. Fr this reasn, we shall cncern urselves exclusively with hidden units in the discussins which fllw. Finally, it shuld be nted that since this paper is abut the representatinal pwer f the RCC architecture, its assciated learning rule will nt be discussed here. The reader wishing t knw mre abut the learning rule, r requiring a mre detailed descriptin f the peratin f the RCC architecture, is referred t [Fahlman, 1991]. 3 FINITE STATE AUTOMATA A Finite State Autmatn (FSA) [Hpcrft, 1979] is a frmal cmputing machine defmed by a 5-tuple M=(Q,r.,8,q,F), where Q represents a fmite set f states, r. a fmite input alphabet, 8 a state transitin functin mapping Qxr. t Q, qeq the initial state, and FcQ a set f fmal r accepting states. FSA accept r reject strings f input symbls accrding t the fllwing cmputatin: First, the FSA' s current state is initialized t q. Secnd, the next inut symbl f the str ing, selected frm r., is presented t the autmatn by the utside wrld. Third, the transitin functin, 8, is used t cmpute the FSA' s new state based upn the input symbl, and the FSA's previus state. Furth, the acceptability f the string is cmputed by cmparing the current FSA state t the set f valid fmal states, F. If the current state is a member f F then the autmatn is said t accept the string f input symbls presented s far. Steps tw thrugh fur are repeated fr each input symbl presented by the utside wrld. Nte that the steps f this cmputatin mirrr the steps f an RCC netwrk's cmputatin as described abve. It is ften useful t describe specific autmata by means f a transitin diagram [Hpcrft, 1979]. Figure 1 depicts the transitin diagrams f five FSA. In each case, the states, Q,

3 614 S.C. KREMER are depicted by circles, while the transitins defmed by 0 are represented as arrws frm the ld state t the new state labelled with the apprpriate input symbl. The arrw labelled "Start" indicates the initial state, q; and fmal accepting states are indicated by duble circles. We nw defme sme terms describing particular FSA which we will require fr the fllwing prf. The first cncerns input signals which scillate. Intuitively, the input signal t a FSA scillates if every pm symbl is repeated fr p> 1. Mre frmally, a sequence f input symbls, s(t), s(t+ 1), s(t+ 2),..., scillates with a perid f p if and nly if p is the minimum value such that: Vt s(t)=s(t+p). Our secnd definitin cncerns scillatins f a FSA's internal state, when the machine is presented a certain sequence f input signals. Intuitively, a FSA' s internal state can scillate in respnse t a given input sequence if there is sme starting state fr which every subsequent <.>th state is repeated. Frmally, a FSA' s state can scillate with a perid f <.> in respnse t a sequence f input symbls, s(t), s(t+ 1), s(t+2),..., if and nly if <.> is the minimum value fr which: 3q S.t. Vt (q, s(t» = (.., ( ( (q, s(t», s(t+ 1», s(t+2»,..., s(t+<.>)) The recursive nature f this frmulatin is based n the fact a FSA' s state depends n its previus state, which in tum depends n the state befre, etc.. We can nw apply these tw defmitins t the FSA displayed in Figure 1. The autmatn labelled "a)" has a state which scillates with a perid f <.>=2 in respnse t any sequence cnsisting f Os and Is (e.g. " ", " ", " ", etc.). Thus, we can say that it has a state cycle f perid <.>=2 (Le. qqtqqt... ), when its input cycles with a perid f p= 1 (Le. " If). Similarly, when autmatn b)'s input cycles with perid p= 1 (Le. '' "), its state will cycle with perid <.>=3 (Le. qoqtq2qoqtq2'.. ). Fr autmatn c), things are smewhat mre cmplicated. When the input is the sequence " ", the state sequence will either be qq%q..' r fa fa fa fa... depending n the initial state. On the ther hand, when the input is the sequence " ", the state sequence will alternate between q and qt. Thus, we say that autmatn c) has a state cycle f <.> = 2 when its input cycles with perid p = 1. But, this autmatn can als have larger state cycles. Fr example, when the input scillates with a perid p=2 (Le. " If), then the state f the autmatn will scillate with a perid <.>=4 (Le. qqqtqtqqqtqt...). Thus, we can als say that autmatn c) has a state cycle f <.>=4 when its input cycles with perid p =2. The remaining autmata als have state cycles fr varius input cycles, but will nt be discussed in detail. The imprtance f the relatinship between input perid (P) and the state perid (<.» will becme clear shrtly. 4 PREVIOUS RESULTS CONCERNING THE COMPUTATIONAL POWEROFRCC The first investigatin int the cmputatinal pwers f RCC was perfrmed by Giles et. al. [Giles, 1995]. These authrs prved that the RCC architecture, regardless f cnnectin weights and number f hidden units, is incapable f representing any FSA which "fr the same input has an utput perid greater than 2" (p. 7). Using ur scillatin defmitins abve, we can re-express this result as: if a FSA' s input scillates with a perid f p= 1 (Le. input is cnstant), then its state can scillate with a perid f at mst <.>=2. As already nted, Figure Ib) represents a FSA whse state scillates with a perid f <.>=3 in respnse t an input which scillates with a perid f p=1. Thus, Giles et. al.'s therem prves that the autmatn in Figure Ib) cannt be implemented (and hence learned) by a RCC netwrk.

4 Finite State Autmata that Recurrent Cascade-Crrelatin Cannt Represent 615 a) Start b) Start 0, I c) Start d) Start e) Start Figure I: Finite State Autmata. Giles et. al. als examined the autmata depicted in Figures la) and lc). Hwever, unlike the frmal result cncerning FSA b), the authrs' cnclusins abut these tw autmata were f an empirical nature. In particular, the authrs nted that while autmata which scillated with a perid f 2 under cnstant input (Le. Figure la» were realizable, the autmatn f Ic) appeared nt be be realizable by RCC. Giles et. al. culd nt accunt fr this last bservatin by a frmal prf.

5 616 S.C.KREMER 5 AUTOMATA WITH CYCLES UNDER ALTERNATING INPUT We nw turn ur attentin t the questin: why is a RCC netwrk unable t learn the autmatn f lc)? We answer this questin by cnsidering what wuld happen if lc) were realizable. In particular, suppse that the input units f a RCC netwrk which implements autmatn lc) are replaced by the hidden units f a RCC netwrk implementing la). In this situatin, the hidden units f la) will scillate with a perid f 2 under cnstant input. But if the inputs t lc) scillate with a perid f 2, then the state f Ic) will scillate with a perid f 4. Thus, the cmbined netwrk's state wuld scillate with a perid f fur under cnstant input. Furthermre, the cascaded cnnectivity scheme f the RCC architecture implies that a netwrk cnstructed by treating ne netwrk's hidden units as the input units f anther, wuld nt vilate any f the cnnectivity cnstraints f RCC. In ther wrds, if RCC culd implement the autmatn f lc), then it wuld als be able t implement a netwrk which scillates with a perid f 4 under cnstant input. Since Giles et. al. prved that the latter cannt be the case, it must als be the case that RCC cannt implement the autmatn f lc). The line f reasning used here t prve that the FSA f Figure lc) is unrealizable can als be applied t many ther autmata. In fact, any autmatn whse state scillates with a perid f mre than 2 under input which scillates with a perid 2, culd be used t cnstruct ne f the autmata prven t be illegal by Giles. This implies that RCC cannt implement any autmatn whse state scillates with a perid f greater than <.>=2 when its input scillates with a perid f p=2. 6 AUTOMATA WITH CYCLES UNDER OSCILLATING INPUT Giles et. ai.' s therem can be viewed as defining a class f autmata which cannt be implemented by the RCC architecture. The prf in Sectin 5 adds anther class f autmata which als cannt be realized. Mre precisely, the tw prfs cncern inputs which scillate with perids f ne and tw respectively. It is natural t ask whether further prfs fr state cycles can be develped when the input scillates with a perid f greater than tw. We nw present the central therem f this paper, a unified defmitin f unrealizable autmata: Therem: If the input signal t a RCC netwrk scillates with a perid, p, then the netwrk can represent nly thse FSA whse utputs frm cycles f length <.>, where pmd<.>=o if p is even and 2pmd<.> =0 if p is dd. T prve this therem we will first need t prve a simpler ne relating the rate f scillatin f the input signal t ne nde in an RCC netwrk t the rate f scillatin f that nde's utput signal. By "the input signal t ne nde" we mean the weighted sum f all activatins f all cnnected ndes (Le. all input ndes, and all lwer numbered hidden ndes), but nt the recurrent signal. I. e. : j - I A(t+ 1) == " W.. a.(t+ 1). L.J IJ I 1=1 Using this defmitin, it is pssible t rewrite the equatin t cmpute the activatin f nde j (given in Sectin 2) as: ap+l) == a( A(t+l)+Wha/t) ). But if we assume that the input signal scillates with a perid f p, then every value f A(t+ 1) can be replaced by ne f a fmite number f input signals (.t, AI, A 2,.,. A p. I ). In ther wrds, A(t+ 1) = A tmdp ' Using this substitutin, it is pssible t repeatedly expand the addend f the previus equatin t derive the frmula: ap+ 1) = a( Atmdp + '")j. a( A(t-I)mdp + Wp. a( A(t-2)mdp + '")j... a( A(t-p+I)mdp +,")/ait-p+ 1) )... ) ) )

6 Finite State Autmata that Recurrent Cascade-Crrelatin Cannt Represent 617 The unravelling f the recursive equatin nw allws us t examine the relatinship between ap+ 1) and t;(t-p+ 1). Specifically, we nte that if ~ >0 r if p is even then aj{t+ 1) = ft.ap-p+ 1» implies that/is a mntnically increasing functin. Furthermre, since 0' is a functin with finite range,f must als have finite range. It is well knwn that fr any mntnically increasing functin with [mite range, /, the sequence, ft.x), fif(x», fift.j{x»),..., is guaranteed t mntnically apprach a fixed pint (whereft.x)=x). This implies that the sequence, ap+l), t;(t+p+l), q(t+2p+l),..., must als mntnically apprach a fixed pint (where ap+ 1) = q.(t-p+ 1». In ther wrds, the sequence des nt scillate. Since every prh value f ~{t) appraches a fixed pint, the sequence ap), ap+ 1), ap+2), '" can have a perid f at mst p, and must have a perid which divides p evenly. We state this as ur first lemma: Lemma 1: If A.(t) scillates with even perid, p, r if Wu > 0, then state unit j's activatin value must scillate with a perid c..>, where pmdc..> =0. We must nw cnsider the case where '"11 < 0 and p is dd. In this case, ap+ 1) = ft.ap-p+ 1» implies that/is a mntnically decreasing functin. But, in this situatin the functin/ 2 (x)=ft.f{x» must be mntnically increasing with finite range. This implies that the sequence: ap+ 1), a;<t+2p+ 1), a;<t+4p+ 1),..., must mntnically apprach a fixed pint (where a;<t+ 1)=ap-2p+ 1». This in turn implies that the sequence ap), ap+ 1), ap+2),..., can have a perid f at mst 2p, and must have a perid which divides 2p evenly. Once again, we state this result in a lemma: Lemma 2: If A.(t) scillates with dd perid p, and if Wii<O, then state unit j must scillate with a perid c..>, where 2pmdc..>=0. Lemmas 1 and 2 relate the rate f scillatin f the weighted sum f input signals and lwer numbered unit activatins, A.(t) t that f unitj. Hwever, the therem which we wish t prve relates the rate f scillatin f nly the RCC netwrk's input signal t the entire hidden unit activatins. T prve the therem, we use a prf by inductin n the unit number, i: Basis: Nde i= 1 is cnnected nly t the netwrk inputs. Therefre, if the input signal scillates with perid p, then nde i can nly scillate with perid c..>, where pmdc..> =0 if P is even and 2pmdc..> =0 if P is dd. (This fllws frm Lemmas 1 and 2). Assumptin: If the input signal t the netwrk scillates with perid p, then nde i can nly scillate with perid c..>, where pmdc..> =0 if p is even and 2pmdc..>=0 if p is dd. Prf: If the Assumptin hlds fr all ndes i, then Lemmas 1 and 2 imply that it must als hld fr nde i+ 1.0 This prves the therem: Therem: If the input signal t a RCC netwrk scillates with a perid, p, then the netwrk can represent nly thse FSA whse utputs frm cycles f length c..>, where pmdc..>=o ifp is even and 2pmdc..> =0 ifp is dd. 7 CONCLUSIONS It is interesting t nte that bth Giles et. al. 's riginal prf and the cnstructive prf by cntradictin described in Sectin 5 are special cases f the therem. Specifically, Giles et. al. I S riginal prf cncerns input cycles f length p = 1. Applying the therem f Sectin 6 prves that an RCC netwrk can nly represent thse FSA whse state transitins frm cycles f length c..>, where 2(I)mdc..>=0, implying that state cannt scillate with a perid f greater than 2. This is exactly what Giles et. al cncluded, and prves that (amng thers) the autmatn f Figure Ib) cannt be implemented by RCC.

7 618 S.C.KREMER Similarly, the prf f Sectin 5 cncerns input cycles f length p=2. Applying ur therem prves that an RCC netwrk can nly represent thse machines whse state transitins frm cycles f length <.>, where (2)mdw=O. This again implies that state cannt scillate with a perid greater than 2, which is exactly what was prven in Sectin 5. This prves that the autmatn f Figure lc) (amng thers) cannt be implemented by RCC. In additin t unifying bth the results f Giles et. al. and Sectin 5, the therem f Sectin 6 als accunts fr many ther FSA which are nt representable by RCC. In fact, the therem identifies an inflnite number f ther classes f nn-representable FSA (fr p = 3, P =4, P = 5,...). Each class itself f curse cntains an infinite number f machines. Careful examinatin f the autmatn illustrated in Figure ld) reveals that it cntains a state cycle f length 9 (QcIJ.IQ2QIQ2Q3Q2Q3Q4QcIJ.IQ2Qlq2q3q2q3q4"') in respnse t an input cycle f length 3 (" "). Since this is nt ne f the allwable input/state cycle relatinships defined by the therem, it can be cncluded that the autmatn f Figure Id) (amng thers) cannt be represented by RCC. Finally, it shuld be nted that it remains unknwn if the classes identified by this paper IS therem represent the cmplete extent f RCC's cmputatinal limitatins. Cnsider fr example the autmatn f Figure Ie). This device has n input/state cycles which vilate the therem, thus we cannt cnclude that it is unrepresentable by RCC. Of curse, the issue f whether r nt this particular autmatn is representable is f little interest. Hwever, the class f autmata t which the therem des nt apply, which includes autmatn Ie), requires further investigatin. Perhaps all autmata in this class are representable; perhaps there are ther subclasses (nt identified by the therem) which RCC cannt represent. This issue will be addressed in future wrk. References N. Aln, A. Dewdney, and T. Ott, Efficient simulatin f flnite autmata by neural nets, Jurnal f the Assciatin fr Cmputing Machinery, 38 (2) (1991) S. Fahlman, The recurrent cascade-crrelatin architecture, in: R. Lippmann, J. Mdy and D. Turetzky, Eds., Advances in Neural Infrmatin Prcessing Systems 3 (Mrgan Kaufmann, San Mate, CA, 1991) C.L. Giles, D. Chen, G.Z. Sun, H.H. Chen, Y.C. Lee, and M.W. Gudreau, Cnstructive Learning f Recurrent Neural Netwrks: Limitatins f Recurrent Cascade Crrelatin and a Simple Slutin, IEEE Transactins n Neural Netwrks, 6 (4) (1995) M. Gudreau, C. Giles, S. Chakradhar, and D. Chen, First-rder v.s. secnd-rder single layer recurrent neural netwrks, IEEE Transactins n Neural Netwrks, 5 (3) (1994) J.E. Hpcrft and J.D. Ullman, Intrductin t Autmata Thery, Languages and Cmputatin (Addisn-Wesley, Reading, MA, 1979). S.C. Kremer, On the Cmputatinal Pwer f Elman-style Recurrent Netwrks, IEEE Transactins n Neural Netwrks, 6 (4) (1995) H.T. Siegelmann and E.D. Sntag, On the Cmputatinal Pwer f Neural Nets, in: Prceedings f the Fifth ACM Wrkshp n Cmputatinal Learning Thery, (ACM, New Yrk, NY, 1992)

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

READING STATECHART DIAGRAMS

READING STATECHART DIAGRAMS READING STATECHART DIAGRAMS Figure 4.48 A Statechart diagram with events The diagram in Figure 4.48 shws all states that the bject plane can be in during the curse f its life. Furthermre, it shws the pssible

More information

Finite Automata. Human-aware Robo.cs. 2017/08/22 Chapter 1.1 in Sipser

Finite Automata. Human-aware Robo.cs. 2017/08/22 Chapter 1.1 in Sipser Finite Autmata 2017/08/22 Chapter 1.1 in Sipser 1 Last time Thery f cmputatin Autmata Thery Cmputability Thery Cmplexity Thery Finite autmata Pushdwn autmata Turing machines 2 Outline fr tday Finite autmata

More information

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents WRITING THE REPORT Organizing the reprt Mst reprts shuld be rganized in the fllwing manner. Smetime there is a valid reasn t include extra chapters in within the bdy f the reprt. 1. Title page 2. Executive

More information

Chapter Summary. Mathematical Induction Strong Induction Recursive Definitions Structural Induction Recursive Algorithms

Chapter Summary. Mathematical Induction Strong Induction Recursive Definitions Structural Induction Recursive Algorithms Chapter 5 1 Chapter Summary Mathematical Inductin Strng Inductin Recursive Definitins Structural Inductin Recursive Algrithms Sectin 5.1 3 Sectin Summary Mathematical Inductin Examples f Prf by Mathematical

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards:

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards: MODULE FOUR This mdule addresses functins SC Academic Standards: EA-3.1 Classify a relatinship as being either a functin r nt a functin when given data as a table, set f rdered pairs, r graph. EA-3.2 Use

More information

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank CAUSAL INFERENCE Technical Track Sessin I Phillippe Leite The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Phillippe Leite fr the purpse f this wrkshp Plicy questins are causal

More information

Application Of Mealy Machine And Recurrence Relations In Cryptography

Application Of Mealy Machine And Recurrence Relations In Cryptography Applicatin Of Mealy Machine And Recurrence Relatins In Cryptgraphy P. A. Jytirmie 1, A. Chandra Sekhar 2, S. Uma Devi 3 1 Department f Engineering Mathematics, Andhra University, Visakhapatnam, IDIA 2

More information

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax .7.4: Direct frequency dmain circuit analysis Revisin: August 9, 00 5 E Main Suite D Pullman, WA 9963 (509) 334 6306 ice and Fax Overview n chapter.7., we determined the steadystate respnse f electrical

More information

Homology groups of disks with holes

Homology groups of disks with holes Hmlgy grups f disks with hles THEOREM. Let p 1,, p k } be a sequence f distinct pints in the interir unit disk D n where n 2, and suppse that fr all j the sets E j Int D n are clsed, pairwise disjint subdisks.

More information

We can see from the graph above that the intersection is, i.e., [ ).

We can see from the graph above that the intersection is, i.e., [ ). MTH 111 Cllege Algebra Lecture Ntes July 2, 2014 Functin Arithmetic: With nt t much difficulty, we ntice that inputs f functins are numbers, and utputs f functins are numbers. S whatever we can d with

More information

Thermodynamics Partial Outline of Topics

Thermodynamics Partial Outline of Topics Thermdynamics Partial Outline f Tpics I. The secnd law f thermdynamics addresses the issue f spntaneity and invlves a functin called entrpy (S): If a prcess is spntaneus, then Suniverse > 0 (2 nd Law!)

More information

Admissibility Conditions and Asymptotic Behavior of Strongly Regular Graphs

Admissibility Conditions and Asymptotic Behavior of Strongly Regular Graphs Admissibility Cnditins and Asympttic Behavir f Strngly Regular Graphs VASCO MOÇO MANO Department f Mathematics University f Prt Oprt PORTUGAL vascmcman@gmailcm LUÍS ANTÓNIO DE ALMEIDA VIEIRA Department

More information

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp THE POWER AND LIMIT OF NEURAL NETWORKS T. Y. Lin Department f Mathematics and Cmputer Science San Jse State University San Jse, Califrnia 959-003 tylin@cs.ssu.edu and Bereley Initiative in Sft Cmputing*

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) >

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) > Btstrap Methd > # Purpse: understand hw btstrap methd wrks > bs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(bs) > mean(bs) [1] 21.64625 > # estimate f lambda > lambda = 1/mean(bs);

More information

A solution of certain Diophantine problems

A solution of certain Diophantine problems A slutin f certain Diphantine prblems Authr L. Euler* E7 Nvi Cmmentarii academiae scientiarum Petrplitanae 0, 1776, pp. 8-58 Opera Omnia: Series 1, Vlume 3, pp. 05-17 Reprinted in Cmmentat. arithm. 1,

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

Physics 2B Chapter 23 Notes - Faraday s Law & Inductors Spring 2018

Physics 2B Chapter 23 Notes - Faraday s Law & Inductors Spring 2018 Michael Faraday lived in the Lndn area frm 1791 t 1867. He was 29 years ld when Hand Oersted, in 1820, accidentally discvered that electric current creates magnetic field. Thrugh empirical bservatin and

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

Assessment Primer: Writing Instructional Objectives

Assessment Primer: Writing Instructional Objectives Assessment Primer: Writing Instructinal Objectives (Based n Preparing Instructinal Objectives by Mager 1962 and Preparing Instructinal Objectives: A critical tl in the develpment f effective instructin

More information

(2) Even if such a value of k was possible, the neutrons multiply

(2) Even if such a value of k was possible, the neutrons multiply CHANGE OF REACTOR Nuclear Thery - Curse 227 POWER WTH REACTVTY CHANGE n this lessn, we will cnsider hw neutrn density, neutrn flux and reactr pwer change when the multiplicatin factr, k, r the reactivity,

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving.

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving. Sectin 3.2: Many f yu WILL need t watch the crrespnding vides fr this sectin n MyOpenMath! This sectin is primarily fcused n tls t aid us in finding rts/zers/ -intercepts f plynmials. Essentially, ur fcus

More information

Module 4: General Formulation of Electric Circuit Theory

Module 4: General Formulation of Electric Circuit Theory Mdule 4: General Frmulatin f Electric Circuit Thery 4. General Frmulatin f Electric Circuit Thery All electrmagnetic phenmena are described at a fundamental level by Maxwell's equatins and the assciated

More information

Building to Transformations on Coordinate Axis Grade 5: Geometry Graph points on the coordinate plane to solve real-world and mathematical problems.

Building to Transformations on Coordinate Axis Grade 5: Geometry Graph points on the coordinate plane to solve real-world and mathematical problems. Building t Transfrmatins n Crdinate Axis Grade 5: Gemetry Graph pints n the crdinate plane t slve real-wrld and mathematical prblems. 5.G.1. Use a pair f perpendicular number lines, called axes, t define

More information

Aristotle I PHIL301 Prof. Oakes Winthrop University updated: 3/14/14 8:48 AM

Aristotle I PHIL301 Prof. Oakes Winthrop University updated: 3/14/14 8:48 AM Aristtle I PHIL301 Prf. Oakes Winthrp University updated: 3/14/14 8:48 AM The Categries - The Categries is ne f several imprtant wrks by Aristtle n metaphysics. His tpic here is the classificatin f beings

More information

8 th Grade Math: Pre-Algebra

8 th Grade Math: Pre-Algebra Hardin Cunty Middle Schl (2013-2014) 1 8 th Grade Math: Pre-Algebra Curse Descriptin The purpse f this curse is t enhance student understanding, participatin, and real-life applicatin f middle-schl mathematics

More information

Interference is when two (or more) sets of waves meet and combine to produce a new pattern.

Interference is when two (or more) sets of waves meet and combine to produce a new pattern. Interference Interference is when tw (r mre) sets f waves meet and cmbine t prduce a new pattern. This pattern can vary depending n the riginal wave directin, wavelength, amplitude, etc. The tw mst extreme

More information

B. Definition of an exponential

B. Definition of an exponential Expnents and Lgarithms Chapter IV - Expnents and Lgarithms A. Intrductin Starting with additin and defining the ntatins fr subtractin, multiplicatin and divisin, we discvered negative numbers and fractins.

More information

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic.

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic. Tpic : AC Fundamentals, Sinusidal Wavefrm, and Phasrs Sectins 5. t 5., 6. and 6. f the textbk (Rbbins-Miller) cver the materials required fr this tpic.. Wavefrms in electrical systems are current r vltage

More information

Kinetic Model Completeness

Kinetic Model Completeness 5.68J/10.652J Spring 2003 Lecture Ntes Tuesday April 15, 2003 Kinetic Mdel Cmpleteness We say a chemical kinetic mdel is cmplete fr a particular reactin cnditin when it cntains all the species and reactins

More information

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India CHAPTER 3 INEQUALITIES Cpyright -The Institute f Chartered Accuntants f India INEQUALITIES LEARNING OBJECTIVES One f the widely used decisin making prblems, nwadays, is t decide n the ptimal mix f scarce

More information

Fall 2013 Physics 172 Recitation 3 Momentum and Springs

Fall 2013 Physics 172 Recitation 3 Momentum and Springs Fall 03 Physics 7 Recitatin 3 Mmentum and Springs Purpse: The purpse f this recitatin is t give yu experience wrking with mmentum and the mmentum update frmula. Readings: Chapter.3-.5 Learning Objectives:.3.

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

2.161 Signal Processing: Continuous and Discrete Fall 2008 MIT OpenCurseWare http://cw.mit.edu 2.161 Signal Prcessing: Cntinuus and Discrete Fall 2008 Fr infrmatin abut citing these materials r ur Terms f Use, visit: http://cw.mit.edu/terms. Massachusetts Institute

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 2: Mdeling change. In Petre Department f IT, Åb Akademi http://users.ab.fi/ipetre/cmpmd/ Cntent f the lecture Basic paradigm f mdeling change Examples Linear dynamical

More information

ALE 21. Gibbs Free Energy. At what temperature does the spontaneity of a reaction change?

ALE 21. Gibbs Free Energy. At what temperature does the spontaneity of a reaction change? Name Chem 163 Sectin: Team Number: ALE 21. Gibbs Free Energy (Reference: 20.3 Silberberg 5 th editin) At what temperature des the spntaneity f a reactin change? The Mdel: The Definitin f Free Energy S

More information

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y )

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y ) (Abut the final) [COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t m a k e s u r e y u a r e r e a d y ) The department writes the final exam s I dn't really knw what's n it and I can't very well

More information

A Few Basic Facts About Isothermal Mass Transfer in a Binary Mixture

A Few Basic Facts About Isothermal Mass Transfer in a Binary Mixture Few asic Facts but Isthermal Mass Transfer in a inary Miture David Keffer Department f Chemical Engineering University f Tennessee first begun: pril 22, 2004 last updated: January 13, 2006 dkeffer@utk.edu

More information

The Equation αsin x+ βcos family of Heron Cyclic Quadrilaterals

The Equation αsin x+ βcos family of Heron Cyclic Quadrilaterals The Equatin sin x+ βcs x= γ and a family f Hern Cyclic Quadrilaterals Knstantine Zelatr Department Of Mathematics Cllege Of Arts And Sciences Mail Stp 94 University Of Tled Tled,OH 43606-3390 U.S.A. Intrductin

More information

initially lcated away frm the data set never win the cmpetitin, resulting in a nnptimal nal cdebk, [2] [3] [4] and [5]. Khnen's Self Organizing Featur

initially lcated away frm the data set never win the cmpetitin, resulting in a nnptimal nal cdebk, [2] [3] [4] and [5]. Khnen's Self Organizing Featur Cdewrd Distributin fr Frequency Sensitive Cmpetitive Learning with One Dimensinal Input Data Aristides S. Galanpuls and Stanley C. Ahalt Department f Electrical Engineering The Ohi State University Abstract

More information

The blessing of dimensionality for kernel methods

The blessing of dimensionality for kernel methods fr kernel methds Building classifiers in high dimensinal space Pierre Dupnt Pierre.Dupnt@ucluvain.be Classifiers define decisin surfaces in sme feature space where the data is either initially represented

More information

Review Problems 3. Four FIR Filter Types

Review Problems 3. Four FIR Filter Types Review Prblems 3 Fur FIR Filter Types Fur types f FIR linear phase digital filters have cefficients h(n fr 0 n M. They are defined as fllws: Type I: h(n = h(m-n and M even. Type II: h(n = h(m-n and M dd.

More information

On Topological Structures and. Fuzzy Sets

On Topological Structures and. Fuzzy Sets L - ZHR UNIVERSIT - GZ DENSHIP OF GRDUTE STUDIES & SCIENTIFIC RESERCH On Tplgical Structures and Fuzzy Sets y Nashaat hmed Saleem Raab Supervised by Dr. Mhammed Jamal Iqelan Thesis Submitted in Partial

More information

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Sandy D. Balkin Dennis K. J. Lin y Pennsylvania State University, University Park, PA 16802 Sandy Balkin is a graduate student

More information

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b . REVIEW OF SOME BASIC ALGEBRA MODULE () Slving Equatins Yu shuld be able t slve fr x: a + b = c a d + e x + c and get x = e(ba +) b(c a) d(ba +) c Cmmn mistakes and strategies:. a b + c a b + a c, but

More information

BASD HIGH SCHOOL FORMAL LAB REPORT

BASD HIGH SCHOOL FORMAL LAB REPORT BASD HIGH SCHOOL FORMAL LAB REPORT *WARNING: After an explanatin f what t include in each sectin, there is an example f hw the sectin might lk using a sample experiment Keep in mind, the sample lab used

More information

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION NUROP Chinese Pinyin T Chinese Character Cnversin NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION CHIA LI SHI 1 AND LUA KIM TENG 2 Schl f Cmputing, Natinal University f Singapre 3 Science

More information

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS 1 Influential bservatins are bservatins whse presence in the data can have a distrting effect n the parameter estimates and pssibly the entire analysis,

More information

Math 105: Review for Exam I - Solutions

Math 105: Review for Exam I - Solutions 1. Let f(x) = 3 + x + 5. Math 105: Review fr Exam I - Slutins (a) What is the natural dmain f f? [ 5, ), which means all reals greater than r equal t 5 (b) What is the range f f? [3, ), which means all

More information

Lab 1 The Scientific Method

Lab 1 The Scientific Method INTRODUCTION The fllwing labratry exercise is designed t give yu, the student, an pprtunity t explre unknwn systems, r universes, and hypthesize pssible rules which may gvern the behavir within them. Scientific

More information

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System Flipping Physics Lecture Ntes: Simple Harmnic Mtin Intrductin via a Hrizntal Mass-Spring System A Hrizntal Mass-Spring System is where a mass is attached t a spring, riented hrizntally, and then placed

More information

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines COMP 551 Applied Machine Learning Lecture 11: Supprt Vectr Machines Instructr: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted fr this curse

More information

ENG2410 Digital Design Sequential Circuits: Part A

ENG2410 Digital Design Sequential Circuits: Part A ENG2410 Digital Design Sequential Circuits: Part A Fall 2017 S. Areibi Schl f Engineering University f Guelph Week #6 Tpics Sequential Circuit Definitins Latches Flip-Flps Delays in Sequential Circuits

More information

NGSS High School Physics Domain Model

NGSS High School Physics Domain Model NGSS High Schl Physics Dmain Mdel Mtin and Stability: Frces and Interactins HS-PS2-1: Students will be able t analyze data t supprt the claim that Newtn s secnd law f mtin describes the mathematical relatinship

More information

Subject description processes

Subject description processes Subject representatin 6.1.2. Subject descriptin prcesses Overview Fur majr prcesses r areas f practice fr representing subjects are classificatin, subject catalging, indexing, and abstracting. The prcesses

More information

A Quick Overview of the. Framework for K 12 Science Education

A Quick Overview of the. Framework for K 12 Science Education A Quick Overview f the NGSS EQuIP MODULE 1 Framewrk fr K 12 Science Educatin Mdule 1: A Quick Overview f the Framewrk fr K 12 Science Educatin This mdule prvides a brief backgrund n the Framewrk fr K-12

More information

THE LIFE OF AN OBJECT IT SYSTEMS

THE LIFE OF AN OBJECT IT SYSTEMS THE LIFE OF AN OBJECT IT SYSTEMS Persns, bjects, r cncepts frm the real wrld, which we mdel as bjects in the IT system, have "lives". Actually, they have tw lives; the riginal in the real wrld has a life,

More information

Support-Vector Machines

Support-Vector Machines Supprt-Vectr Machines Intrductin Supprt vectr machine is a linear machine with sme very nice prperties. Haykin chapter 6. See Alpaydin chapter 13 fr similar cntent. Nte: Part f this lecture drew material

More information

Least Squares Optimal Filtering with Multirate Observations

Least Squares Optimal Filtering with Multirate Observations Prc. 36th Asilmar Cnf. n Signals, Systems, and Cmputers, Pacific Grve, CA, Nvember 2002 Least Squares Optimal Filtering with Multirate Observatins Charles W. herrien and Anthny H. Hawes Department f Electrical

More information

Analysis on the Stability of Reservoir Soil Slope Based on Fuzzy Artificial Neural Network

Analysis on the Stability of Reservoir Soil Slope Based on Fuzzy Artificial Neural Network Research Jurnal f Applied Sciences, Engineering and Technlgy 5(2): 465-469, 2013 ISSN: 2040-7459; E-ISSN: 2040-7467 Maxwell Scientific Organizatin, 2013 Submitted: May 08, 2012 Accepted: May 29, 2012 Published:

More information

Revisiting the Socrates Example

Revisiting the Socrates Example Sectin 1.6 Sectin Summary Valid Arguments Inference Rules fr Prpsitinal Lgic Using Rules f Inference t Build Arguments Rules f Inference fr Quantified Statements Building Arguments fr Quantified Statements

More information

Department of Electrical Engineering, University of Waterloo. Introduction

Department of Electrical Engineering, University of Waterloo. Introduction Sectin 4: Sequential Circuits Majr Tpics Types f sequential circuits Flip-flps Analysis f clcked sequential circuits Mre and Mealy machines Design f clcked sequential circuits State transitin design methd

More information

Lyapunov Stability Stability of Equilibrium Points

Lyapunov Stability Stability of Equilibrium Points Lyapunv Stability Stability f Equilibrium Pints 1. Stability f Equilibrium Pints - Definitins In this sectin we cnsider n-th rder nnlinear time varying cntinuus time (C) systems f the frm x = f ( t, x),

More information

Turing Machines. Human-aware Robotics. 2017/10/17 & 19 Chapter 3.2 & 3.3 in Sipser Ø Announcement:

Turing Machines. Human-aware Robotics. 2017/10/17 & 19 Chapter 3.2 & 3.3 in Sipser Ø Announcement: Turing Machines Human-aware Rbtics 2017/10/17 & 19 Chapter 3.2 & 3.3 in Sipser Ø Annuncement: q q q q Slides fr this lecture are here: http://www.public.asu.edu/~yzhan442/teaching/cse355/lectures/tm-ii.pdf

More information

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology Technical Bulletin Generatin Intercnnectin Prcedures Revisins t Cluster 4, Phase 1 Study Methdlgy Release Date: Octber 20, 2011 (Finalizatin f the Draft Technical Bulletin released n September 19, 2011)

More information

Hypothesis Tests for One Population Mean

Hypothesis Tests for One Population Mean Hypthesis Tests fr One Ppulatin Mean Chapter 9 Ala Abdelbaki Objective Objective: T estimate the value f ne ppulatin mean Inferential statistics using statistics in rder t estimate parameters We will be

More information

Lead/Lag Compensator Frequency Domain Properties and Design Methods

Lead/Lag Compensator Frequency Domain Properties and Design Methods Lectures 6 and 7 Lead/Lag Cmpensatr Frequency Dmain Prperties and Design Methds Definitin Cnsider the cmpensatr (ie cntrller Fr, it is called a lag cmpensatr s K Fr s, it is called a lead cmpensatr Ntatin

More information

Emphases in Common Core Standards for Mathematical Content Kindergarten High School

Emphases in Common Core Standards for Mathematical Content Kindergarten High School Emphases in Cmmn Cre Standards fr Mathematical Cntent Kindergarten High Schl Cntent Emphases by Cluster March 12, 2012 Describes cntent emphases in the standards at the cluster level fr each grade. These

More information

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System Flipping Physics Lecture Ntes: Simple Harmnic Mtin Intrductin via a Hrizntal Mass-Spring System A Hrizntal Mass-Spring System is where a mass is attached t a spring, riented hrizntally, and then placed

More information

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y=

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y= Intrductin t Vectrs I 21 Intrductin t Vectrs I 22 I. Determine the hrizntal and vertical cmpnents f the resultant vectr by cunting n the grid. X= y= J. Draw a mangle with hrizntal and vertical cmpnents

More information

Weathering. Title: Chemical and Mechanical Weathering. Grade Level: Subject/Content: Earth and Space Science

Weathering. Title: Chemical and Mechanical Weathering. Grade Level: Subject/Content: Earth and Space Science Weathering Title: Chemical and Mechanical Weathering Grade Level: 9-12 Subject/Cntent: Earth and Space Science Summary f Lessn: Students will test hw chemical and mechanical weathering can affect a rck

More information

Floating Point Method for Solving Transportation. Problems with Additional Constraints

Floating Point Method for Solving Transportation. Problems with Additional Constraints Internatinal Mathematical Frum, Vl. 6, 20, n. 40, 983-992 Flating Pint Methd fr Slving Transprtatin Prblems with Additinal Cnstraints P. Pandian and D. Anuradha Department f Mathematics, Schl f Advanced

More information

AP Literature and Composition. Summer Reading Packet. Instructions and Guidelines

AP Literature and Composition. Summer Reading Packet. Instructions and Guidelines AP Literature and Cmpsitin Summer Reading Packet Instructins and Guidelines Accrding t the Cllege Bard Advanced Placement prgram: "The AP English curse in Literature and Cmpsitin shuld engage students

More information

Chemistry 20 Lesson 11 Electronegativity, Polarity and Shapes

Chemistry 20 Lesson 11 Electronegativity, Polarity and Shapes Chemistry 20 Lessn 11 Electrnegativity, Plarity and Shapes In ur previus wrk we learned why atms frm cvalent bnds and hw t draw the resulting rganizatin f atms. In this lessn we will learn (a) hw the cmbinatin

More information

Pipetting 101 Developed by BSU CityLab

Pipetting 101 Developed by BSU CityLab Discver the Micrbes Within: The Wlbachia Prject Pipetting 101 Develped by BSU CityLab Clr Cmparisns Pipetting Exercise #1 STUDENT OBJECTIVES Students will be able t: Chse the crrect size micrpipette fr

More information

Lab #3: Pendulum Period and Proportionalities

Lab #3: Pendulum Period and Proportionalities Physics 144 Chwdary Hw Things Wrk Spring 2006 Name: Partners Name(s): Intrductin Lab #3: Pendulum Perid and Prprtinalities Smetimes, it is useful t knw the dependence f ne quantity n anther, like hw the

More information

Pattern Recognition 2014 Support Vector Machines

Pattern Recognition 2014 Support Vector Machines Pattern Recgnitin 2014 Supprt Vectr Machines Ad Feelders Universiteit Utrecht Ad Feelders ( Universiteit Utrecht ) Pattern Recgnitin 1 / 55 Overview 1 Separable Case 2 Kernel Functins 3 Allwing Errrs (Sft

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 4: Mdel checing fr ODE mdels In Petre Department f IT, Åb Aademi http://www.users.ab.fi/ipetre/cmpmd/ Cntent Stichimetric matrix Calculating the mass cnservatin relatins

More information

Cambridge Assessment International Education Cambridge Ordinary Level. Published

Cambridge Assessment International Education Cambridge Ordinary Level. Published Cambridge Assessment Internatinal Educatin Cambridge Ordinary Level ADDITIONAL MATHEMATICS 4037/1 Paper 1 Octber/Nvember 017 MARK SCHEME Maximum Mark: 80 Published This mark scheme is published as an aid

More information

ENG2410 Digital Design Sequential Circuits: Part B

ENG2410 Digital Design Sequential Circuits: Part B ENG24 Digital Design Sequential Circuits: Part B Fall 27 S. Areibi Schl f Engineering University f Guelph Analysis f Sequential Circuits Earlier we learned hw t analyze cmbinatinal circuits We will extend

More information

Resampling Methods. Chapter 5. Chapter 5 1 / 52

Resampling Methods. Chapter 5. Chapter 5 1 / 52 Resampling Methds Chapter 5 Chapter 5 1 / 52 1 51 Validatin set apprach 2 52 Crss validatin 3 53 Btstrap Chapter 5 2 / 52 Abut Resampling An imprtant statistical tl Pretending the data as ppulatin and

More information

We say that y is a linear function of x if. Chapter 13: The Correlation Coefficient and the Regression Line

We say that y is a linear function of x if. Chapter 13: The Correlation Coefficient and the Regression Line Chapter 13: The Crrelatin Cefficient and the Regressin Line We begin with a sme useful facts abut straight lines. Recall the x, y crdinate system, as pictured belw. 3 2 1 y = 2.5 y = 0.5x 3 2 1 1 2 3 1

More information

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method.

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method. Lessn Plan Reach: Ask the students if they ever ppped a bag f micrwave ppcrn and nticed hw many kernels were unppped at the bttm f the bag which made yu wnder if ther brands pp better than the ne yu are

More information

MODULE ONE. This module addresses the foundational concepts and skills that support all of the Elementary Algebra academic standards.

MODULE ONE. This module addresses the foundational concepts and skills that support all of the Elementary Algebra academic standards. Mdule Fundatinal Tpics MODULE ONE This mdule addresses the fundatinal cncepts and skills that supprt all f the Elementary Algebra academic standards. SC Academic Elementary Algebra Indicatrs included in

More information

Curriculum Development Overview Unit Planning for 8 th Grade Mathematics MA10-GR.8-S.1-GLE.1 MA10-GR.8-S.4-GLE.2

Curriculum Development Overview Unit Planning for 8 th Grade Mathematics MA10-GR.8-S.1-GLE.1 MA10-GR.8-S.4-GLE.2 Unit Title It s All Greek t Me Length f Unit 5 weeks Fcusing Lens(es) Cnnectins Standards and Grade Level Expectatins Addressed in this Unit MA10-GR.8-S.1-GLE.1 MA10-GR.8-S.4-GLE.2 Inquiry Questins (Engaging-

More information

Document for ENES5 meeting

Document for ENES5 meeting HARMONISATION OF EXPOSURE SCENARIO SHORT TITLES Dcument fr ENES5 meeting Paper jintly prepared by ECHA Cefic DUCC ESCOM ES Shrt Titles Grup 13 Nvember 2013 OBJECTIVES FOR ENES5 The bjective f this dcument

More information

Modeling the Nonlinear Rheological Behavior of Materials with a Hyper-Exponential Type Function

Modeling the Nonlinear Rheological Behavior of Materials with a Hyper-Exponential Type Function www.ccsenet.rg/mer Mechanical Engineering Research Vl. 1, N. 1; December 011 Mdeling the Nnlinear Rhelgical Behavir f Materials with a Hyper-Expnential Type Functin Marc Delphin Mnsia Département de Physique,

More information

Five Whys How To Do It Better

Five Whys How To Do It Better Five Whys Definitin. As explained in the previus article, we define rt cause as simply the uncvering f hw the current prblem came int being. Fr a simple causal chain, it is the entire chain. Fr a cmplex

More information

Writing Guidelines. (Updated: November 25, 2009) Forwards

Writing Guidelines. (Updated: November 25, 2009) Forwards Writing Guidelines (Updated: Nvember 25, 2009) Frwards I have fund in my review f the manuscripts frm ur students and research assciates, as well as thse submitted t varius jurnals by thers that the majr

More information

The standards are taught in the following sequence.

The standards are taught in the following sequence. B L U E V A L L E Y D I S T R I C T C U R R I C U L U M MATHEMATICS Third Grade In grade 3, instructinal time shuld fcus n fur critical areas: (1) develping understanding f multiplicatin and divisin and

More information

David HORN and Irit OPHER. School of Physics and Astronomy. Raymond and Beverly Sackler Faculty of Exact Sciences

David HORN and Irit OPHER. School of Physics and Astronomy. Raymond and Beverly Sackler Faculty of Exact Sciences Cmplex Dynamics f Neurnal Threshlds David HORN and Irit OPHER Schl f Physics and Astrnmy Raymnd and Beverly Sackler Faculty f Exact Sciences Tel Aviv University, Tel Aviv 69978, Israel hrn@neurn.tau.ac.il

More information

A proposition is a statement that can be either true (T) or false (F), (but not both).

A proposition is a statement that can be either true (T) or false (F), (but not both). 400 lecture nte #1 [Ch 2, 3] Lgic and Prfs 1.1 Prpsitins (Prpsitinal Lgic) A prpsitin is a statement that can be either true (T) r false (F), (but nt bth). "The earth is flat." -- F "March has 31 days."

More information

Dead-beat controller design

Dead-beat controller design J. Hetthéssy, A. Barta, R. Bars: Dead beat cntrller design Nvember, 4 Dead-beat cntrller design In sampled data cntrl systems the cntrller is realised by an intelligent device, typically by a PLC (Prgrammable

More information

A Correlation of. to the. South Carolina Academic Standards for Mathematics Precalculus

A Correlation of. to the. South Carolina Academic Standards for Mathematics Precalculus A Crrelatin f Suth Carlina Academic Standards fr Mathematics Precalculus INTRODUCTION This dcument demnstrates hw Precalculus (Blitzer), 4 th Editin 010, meets the indicatrs f the. Crrelatin page references

More information

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical mdel fr micrarray data analysis David Rssell Department f Bistatistics M.D. Andersn Cancer Center, Hustn, TX 77030, USA rsselldavid@gmail.cm

More information

Dataflow Analysis and Abstract Interpretation

Dataflow Analysis and Abstract Interpretation Dataflw Analysis and Abstract Interpretatin Cmputer Science and Artificial Intelligence Labratry MIT Nvember 9, 2015 Recap Last time we develped frm first principles an algrithm t derive invariants. Key

More information

SAMPLING DYNAMICAL SYSTEMS

SAMPLING DYNAMICAL SYSTEMS SAMPLING DYNAMICAL SYSTEMS Melvin J. Hinich Applied Research Labratries The University f Texas at Austin Austin, TX 78713-8029, USA (512) 835-3278 (Vice) 835-3259 (Fax) hinich@mail.la.utexas.edu ABSTRACT

More information