Interpretable Matrix Factorization with Stochasticity Constrained Nonnegative DEDICOM

Size: px
Start display at page:

Download "Interpretable Matrix Factorization with Stochasticity Constrained Nonnegative DEDICOM"

Transcription

1 Interpretable Matri Factoriation ith Stochasticit Constrained Nonnegatie DEDICOM Rafet Sifa 1,2, Cesar Ojeda 1, Kostadin Cejoski 1, and Christian Bauckhage 1,2 1 Fraunhofer IAIS, Sankt Augustin, German 2 Uniersit of Bonn, Bonn, German.multimedia-pattern-recognition.info {name.surname}@iais.fraunhofer.de Abstract. Decomposition into Directed Components (DEDICOM) is a special matri factoriation technique to factorie a gien asmmetric similarit matri into a combination of a loading matri describing the latent structures in the data and an asmmetric affinit matri encoding the relationships beteen the found latent structures. Finding DEDI- COM factors can be cast as a matri norm minimiation problem that requires alternating least square updates to find appropriate factors. Yet, due to the a DEDICOM reconstructs the data, unconstrained factors might ield results that are difficult to interpret. In this paper e derie a projection-free gradient descent based alternating least squares algorithm to calculate constrained DEDICOM factors. Our algorithm constrains the loading matri to be column-stochastic and the affinit matri to be nonnegatie for more interpretable lo rank representations. Additionall, unlike most of the aailable approimate solutions for finding the loading matri, our approach takes the entire occurrences of the loading matri into account to assure conergence. We ealuate our algorithm on a behaioral dataset containing pairise asmmetric associations beteen ariet of game titles from an online platform. Keords: Unsuperised Learning, Matri Factoriation, Constrained Optimiation, Behaior Analsis 1 Introduction Matri and tensor factoriation methods hae been idel used in data science applications for mostl understanding hidden patterns in the datasets and learning representations for ariet of prediction tasks and recommender sstems [1, 5, 10, 11, 13, 16, 17]. Decomposition into Directed Components (DEDI- COM) [8] is a matri and tensor factoriation technique and a compact a of finding lo rank representations from asmmetric similarit data. The method has found applications in arious data science problems including analsis of temporal graphs [1], first order customer migration [15], natural language processing [4], spatio-temporal representation learning [2, 16] and link prediction in Copright 2017 b the paper s authors. Coping permitted onl for priate and academic purposes. In: M. Leer (Ed.): Proceedings of the LWDA 2017 Workshops: KDML, FGWM, IR, and FGDB. Rostock, German, September 2017, published at

2 Fig. 1: Illustration of to-a DEDICOM to partition a gien similarit matri S R n n encoding pair-ise asmmetric relations among n objects into a combination of a loading matri A R n k and a square affinit matri R R k k. In this representation A contains the latent factors here the columns describe the hidden structures in S and the relations among these structures are encoded b the asmmetric affinit matri R. Variet of constrained ersions of DEDICOM has been preiousl studied so as to improe the interpretabilit and the performance of finding appropriate factors. relational and knoledge graphs [13], here the source of the addressed problems ere primaril about analing asmmetric relationships beteen predefined entities. Formall, gien an asmmetric similarit matri S R n n encoding pairise asmmetric relations (i.e. s ij s ji ) among n objects, to-a DEDICOM finds a loading matri A R n k and a square affinit matri R R k k for representing S as S ARA T. (1) More precisel, DEDICOM approimation of the asmmetric association beteen elements i and j (i.e. s ij ) can be formulated in column ector notation as s ij a T i:ra j: = n ( ) T aib r b: aj: = b=1 n b=1 c=1 n a ib r bc a jc, (2) here a i: and a j: represent the ith and jth ro of A respectiel and r b: represents the bth ro of R. In this representation A contains the latent factors here the columns describe the hidden structures in S and the relations among these structures are encoded b the asmmetric affinit matri R. A pictorial illustration of to-a DEDICOM factoriation is shon in Fig. 1. Considering the three factor approimations of the similarit alues as in (1) and (2), the interpretation (especiall ith respect to scale) of the hidden structures from gien factor matrices A and R might ield misleading results ith the presence of negatie alues [15]. That is, the interpretation of the results is limited to onl consider nonnegatie affinities in R or the positie or negatie loadings of the corresponding points in (2). Additionall, hen analing nonnegatie data matrices (such as ones containing probabilities, counts and etc.), it is usuall beneficial to consider nonnegatie factor matrices that can be considered as condensed (or compressed) representations that can be used for informed decision making and representation learning [1, 8, 15, 16].

3 In this ork e address the issue of interpretabilit of the DEDICOM factors b introducing a conerging algorithm as an alternatie to the preiousl proposed methods in [1, 13, 15, 16]. Our method constrains the loading matri A to contain column stochastic ectors and (similar to [15, 16]) the affinit matri R to be nonnegatie. Formall this amounts to factorie a gien asmmetric similarit matri S as in (1) b enforcing r ij 0 {i, j} (3) and n a cb 0 a qb = 1 {c, b}. (4) q=1 Compared to the additie-scaling based representation introduced in [15, 16], constraining the columns of A to contain probabilities has the direct adantage of interpreting each element of A as the representatieness alue of the particular loading it represents. That is, the alue of a ib represents ho much the ith element in the dataset contributes to the bth latent factor. This is indeed parallel to the idea of Archetpal Analsis [3, 6, 17], here the miture matrices respectiel determine ho much a data point and archetpes contribute to respectiel constructing the archetpes and reconstructing each data point using the archetpes. In the folloing e ill first describe the general alternating least squares optimiation frameork and gie an oerie of the algorithms to find appropriate constrained and unconstrained DEDICOM factors. After that e ill introduce our algorithm b first studing our problem setting and deriing the algorithm step-b-step. This ill be folloed b a case stud coering a real orld application here e ill anale game-onership patterns from data containing asmmetric associations beteen games using the factors e etract b running our algorithm. Finall, e ill conclude our paper ith a summar and some directions for future ork. 2 Algorithms for Finding DEDICOM Factors Finding appropriate DEDICOM factors for matri decomposition can be cast as a matri norm minimiation problem ith the objectie E(A, R) = S ARA T 2, (5) hich is minimied ith respect to A and R. Non-cone minimiation problems of this kind usuall follo an iteratie alternating least squares (ALS) procedure here at each iteration e optimie oer a selected factor treating the other factors fied. It is important to note that, the minimied objectie function in (5) is cone in R for fied A hereas not cone in A for fied R, hich leads to optimal and sub-optimal approimate solutions hen respectiel updating R and A.

4 Starting ith defining update rules for the affinit matri R, e note that ith fied A, minimiation of (5) is a matri regression problem [1,13,15] ith global optimum solution R A SA T, (6) here A indicates Moore-Penrose pseudoinerse of A. Furthermore, if A is constrained to be column orthogonal (i.e. A T A = I k, here I k is the k k identit matri), the update for R simplifies to R A T SA [15]. Here the updates are not constrained to fall into a particular class of domain and might result in ith affinit matrices containing negatie elements. Constraining R hen minimiing (5) to contain onl nonnegatie alues can be cast as a nonnegatie least squares problem b transforming the arguments of (5) as E(R) = ec(s) ec(ara T ) 2 (7) here the ec operator ectories (or flattens) a matri B R m n as ec(b) = [b 11,..., b m1,..., b 1n,..., b mn ] T. (8) It is orth mentioning that since ectoriing (5) as shon in (7) does not affect the alue of the norm [15], e can make use of the propert of ectoriation to represent a ectoriation of multiplications of matrices as matri ector multiplication to rerite (7) as E(R) = ( ) ec(s) A A ec(r)) 2, (9) here represents the Kronecker product. As noted in [15], the epression in (9) can indeed be mapped to constrained linear regression problem [12] ith a conerging result (through an actie set algorithm) to define an update as R argmin R ( ) ec(s) A A ec(r)) 2 r ij 0 i, j. (10) Haing identified alternating least squares updates for constrained and unconstrained affinit matri R, e no turn our attention to define updates for the loading matri A. To this end, there hae been to different directions folloed preiousl: approimating the minimiation of (5) b treating a particular factor ith A constant [1, 13] and directl minimiing (5) b means of gradient based approaches. To start ith, former method considers stacking matri S and matri S T as [ S S T ] [ ] [ ] = ARA T AR T A T = A RA T R T A T, (11) and soles for A keeping A T fied [1, 13] to come up ith an update for A as A ( )( 1. SAR T + S T AR RA T AR T + R T A AR) T (12)

5 The latter method s ALS update for the loading matri A is based on directl minimiing (5) b considering first order gradient based optimiation [15, 16], hich in each update moes the current solution for A in the opposite direction of gradient of (5). To derie the gradient matri e start b defining (5) in terms of the trace operator as E(A, R) = tr [S ] T S S T ARA T AR T A T S + AR T A T ARA T [S ] T S 2S T ARA T + AR T A T ARA T = tr = tr [ ] [ ] [ ] S T S 2 tr S T ARA T + tr AR T A T ARA T. (13) [ ] Since traces are linear mappings and the term tr S T S does not depend on A, minimiing E(A, R) in (13) ith respect to A is equialent to minimiing E(A) hich e define as E(A) = E 1 (A) + E 2 (A) (14) gien that [ ] E 1 (A) = 2 tr S T ARA T (15) and [ ] E 2 (A) = tr AR T A T ARA T. (16) Considering the orthogonalit constraint on A, the term in (16) becomes independent of A. That is, since traces are inariant under cclic permutation e can reformulate (16) as [ ] [ ] [ ] E 2 (A) = tr AR T A T ARA T = tr R T A T ARA T A = tr R T R, (17) hich allos for onl considering the minimiation of the error term in (15) [15, 16]. Consequentl, e can define a gradient descent based update b considering the gradient matri E 1 (A) A = 2 ( S T AR + SAR T ), (18) hich ith a learning rate η A allos us to define an update for A as A A + 2η A (S T AR + SAR T ). (19) As a final step, in oder to assure the orthogonalit constraint on A e project the updated A b considering its QR decomposition [15, 16] A = QT, here Q R n k is orthogonal and T R k k is inertible upper triangular, and folloing the update A Q. This concludes our oerie of the methods to come up ith appropriate factors. For more detailed information about the alternating least squares solutions for DEDICOM factoriation for matrices and tensors e refer the reader to [1, 13, 15, 16].

6 3 Stochasticit Constrained Nonnegatie DEDICOM In this section e ill present a ne ALS algorithm to particularl consider DEDICOM factoriation ith column stochastic loadings and nonnegatie affinities for interpretabilit of the resulting factors. To begin ith, as noted in [15,16], e can assure nonnegatie affinities R b soling the nonnegatie least squares problem introduced in [12] as in (10). Net considering the theoretical properties of constraining the columns of matri A to (4), e note that each column resides in the standard simple n 1, hich is the cone hull of the standard basis ectors of R n. Formall, gien that δ ij represents the Kronocker delta and V = { 1, 2,..., n i = [δ i1,..., δ in ] T } is the set of the standard basis ectors of R n, the standard simple n 1 is defined as the compact set { n n } n 1 = α i i α i = 1 α i 0 i [1,..., n]. (20) i=1 i=1 This indicates that, finding an appropriate column stochastic matri A minimiing the cone objectie function in (5) can be reduced don to a constrained optimiation problem in the cone compact simple n 1. Constrained optimiation problems of this kind can be easil tackled using the Frank-Wolfe algorithm [7, 9], hich is also knon as the conditional gradient method [9]. The main idea behind the Frank-Wolfe algorithm is to minimie differentiable cone functions oer their domains forming compact cone sets using iteratie first-order Talor approimations until achieing conergence. Formall gien a differentiable cone function f : S R oer a compact cone set S, the Frank-Wolfe algorithm aims to sole for S, b iteratiel soling for min f() (21) s t = min s S st f( t ), (22) here f( t ) is the gradient of the optimied function f ealuated at the current solution t. Folloing that, at each iteration t, the algorithm estimates the ne solution b ealuating t+1 = t + α t (s t t ), (23) here α t (0,..., 1] is the learning rate that is usuall selected b performing a line search on (23) or set to be monotonicall decreasing as a function of t [7,9]. Additionall, one particular adantage of this optimiation method is that it allos for ɛ-approimation for a gien maimum number of iterations t ma [7,9]. Considering our special case, since the set of ertices of a standard simple is equialent to the set of standard basis V in R n [3], at each iteration Frank-Wolfe

7 algorithm moes the current solution into the direction of one of the standard basis until achieing conergence. Folloing that, since the stochasticit constraint does not allo for a simplification as in (17), e require the full deriation of the gradient matri E(A) A from (13) so as to adapt the Frank-Wolfe algorithm to find appropriate stochastic columns for A. To this end e start b considering E 2 (A) from (16) in terms of a scalar summation as tr [ AR T A T ARA T ] = u a u r a a r a u (24) and consider its partial deriatie ith respect to an arbitrar element a ij of A that can be ritten due to linearit of differentiation as E 2 (A) = u (a u r a a r a u ). (25) The epression in (25) can be further simplified b the product rule epansion E 2 (A) = u u u (a u r )(a a r a u ) + (a )(a u r a r a u ) + (a )(a u r a r a u ) + (a u r )(a u r a a ) (26) u and ealuating the deriaties results in E 2 (A) = r a a r a u + a u r a r a u + u a u r a r a u + u r a u r a a. (27) Finall, reformulating the four summations in (27) in terms of matri multiplications as E 2 (A) [ [ = 2 AR T A T AR ]ij ] + 2 ARA T AR T (28) ij

8 Randoml initialie alid A and R Let V = { 1, 2,..., n i = [δ i1,..., δ in ] T } hile Stopping condition is not satisfied do //Update A ith Frank-Wolfe procedure hile t t ma and updates of A are not small do //Define the gradient ( matri ) G = E(A) A = 2 AR T A T AR + ARA T AR T S T AR SAR T //Define the monotonicall decreasing learning rate α 2/(t + 2) for b {1,..., k} do //Find the minimier simple erte i i = argmin g bl l //Update columns a b of A a b a b + α( i a b ) //Update the iterator t t + 1 //Update R b soling the nonnegatie least squares problem ( ) R argmin ec(s) A A ec(r)) 2.r.t r ij 0 i, j R Alg. 1: A Frank-Wolfe based projection-free ALS algorithm to find Seminonnogatie DEDICOM factors ith column stochastic loading matri A and nonnegatie affinit matri R. At each iteration of the algorithm, e alternate beteen finding an optimal column stochastic A keeping R fied and finding a nonnegatie matri R keeping A fied. Note that the learning rate here is set to decrease monotonicall. allos us to define the gradient matri E2(A) A as E 2 (A) A = 2 ( AR T A T AR + ARA T AR T ). (29) Combining the results from (18) and (29) the full gradient matri of the minimied error norm for A is calculated as follos E(A) ( ) A = 2 AR T A T AR + ARA T AR T S T AR SAR T, (30) hich allos us to define a column-ise Frank-Wolfe algorithm to come up ith optimal column stochastic loading matri A minimiing (5). We list the essential steps of our adaptation of the projection free Frank-Wolfe algorithm in Alg. 1. In a nutshell, our algorithm starts b randoml initialiing (alid) matrices A and R, continues ith alternating beteen the Frank-Wolfe optimiation updates to come up ith optimal column stochastic A and alternating least squares

9 RSS ALS Iterations Fig. 2: Illustration of the eolution of the Residual Sum of Squares (RSS) for factoriing our empirical conditional probabilit matri indicating asmmetric relations beteen games using DEDICOM ith k = 3. Our proabl conerging algorithm monotonicall decreases the RSS at each iteration. updates for nonnegatie R until a predefined stopping condition is met. The stopping conditions are usuall selected based on reaching a maimum number of alternating least squares updates (not to be mied ith the maimum iteration count t ma of the Frank-Wolfe updates for columns of A in Alg. 1), haing minor subsequent changes in the minimied objectie (for our case the matri norm in (5)) or combining both of these conditions. 4 A Business Intelligence Application: Analing Asmmetric Game Onership Associations in an Online Gaming Platform In order to ealuate our algorithm, e consider a use-case from game analtics [14, 16], here e anale the asmmetric relationships among arious tpes of games. To this end e consider a dataset from an online gaming platform called Steam, hich hosts thousands of games of arious genres to a large plaer-base ith its sie ranging from 9 to 15 million 3 (dail actie) plaers. We used the dataset from [14] hich contains game onership information of more than si million users about 3007 titles. Representing the onership information as a bipartite matri Y {0, 1} m n indicating onership of information of m plaers for n games, e construct the asmmetric association among games in terms of their pairise empirical conditional probabilities. To this end, e define the directional similarit from game i to game j as s ij = {c ci 0 c} {b bj 0 b}, (31) {c ci 0 c} 3

10 Loadings Identifier Dominant Games a 1 TF 2/FPS TF 2, CS: Source and Red Orchestra: Ostfront a 2 Indie/Platformer WSS, Ethan and Ooi: Earth Adenture a 3 Flagships/AAA Left 4 Dead 2, Dota 2, Skrim, HL 2, Garr s Mod Table 1: Selection of games ith high loading alues for the analed dataset. here indicates set cardinalit and pq represents if the pth plaer ons the qth game. It is important to note that (31) is inherentl asmmetric and a special case of the so-called Tersk inde [18] ith prototpe and ariant eights of respectiel 1 and 0 (or ice ersa). Since the number of computations required to obtain the similarit matri S scales to O(mn 2 ), e parallelied the procedure of computing the similarit alues in (31) b utiliing a hbrid paralleliation technique that simultaneousl eploits both distributed and shared memor architectures in order to speedup the computation time. Haing obtained the asmmetric similarit matri ith the empirical conditional probabilit alues in S, e factorie it using our algorithm and present the results ith k = 3. To eplicitl ignore modeling the self-loops, at each alternating least squares iteration, e replaced the diagonal of S ith the diagonal of its current reconstruction [1]. In Fig. 2 e sho the residual sum of squares, hich decreases monotonicall and conerges to a minimum after 30 iterations. Analing the resulting factors, e obsere that the resulting to columns (or modes) a 1 and a 2 of A are sparse hereas the last column as dense in terms of non-ero probabilit alues, here the most dominant games ar from column to column. In Tbl. 1 e present the games ith high loadings in their corresponding column and obsere that mostl the free-to-pla flagship game Team Fortress 2 (TF 2), folloed b the FPS games CS: Source and Red Orchestra: Ostfront 41-45, contribute to a 1.On the other hand, the indie-platformer games Wooden Sen SeY (WSS), Ethan (Meteor Hunter) and Ooi: Earth Adenture contribute mostl to a 2. Finall, the mostl dense a 3 has er high loadings for all of the flagship games of the analed platform and other AAA games including Left 4 Dead 2, Dota 2, Skrim, Half-life 2 (HL 2) and Garr s Mod. Analing the resulting ro-normalied affinit matri that encodes the asmmetric relations beteen the modes from Fig. 3, the first ros indicates tendencies of TF 2 plaers more to the indie-platformer mode than to the AAA games because of the fact that TF 2 is mostl a singular game that people primaril prefer in the Steam platform [14]. On the other hand, inline ith the results from [14] the opposite directional associations, namel, from the flagships to the TF 2 are high hich is related to the fact that majorit of the plaers plaing one or more of the flagship games also prefer TF 2 [14]. Finall analing the second mode, similar to the results in [15] the self association is the highest association e obsere (indicating plaers preferring mostl to sta in the same genre), this is folloed b high associations to the TF 2 and the mode related to the flagship and AAA games.

11 TF2/FPS Indie/Platform Flagships/AAA TF2/FPS Indie/Platform Flagships/AAA Fig. 3: Results of factoriing the empirical conditional probabilit graph created for the pair-ise game onership information of more than si million plaers of an online gaming platform. The normalied nonnegatie affinit matri R shos relationships beteen groups automaticall determined b the DEDICOM algorithm. It is orth mentioning that, parallel to the results in [1], b increasing the number of modes k for the loading matri A, e obsered more detailed partitions regarding the modeled patterns. Running our algorithm ith k = 2, e obsered a higher reconstruction error and that the indie-platformer mode a 2 remains to be one of the factors hereas the games contributing to a 3 hae merged ith ones contributing to mode a 1. On the other hand, considering the resulting factors hen e ran our algorithm ith k = 4, e obtained a slight improement regarding the reconstruction error and obsered that the modes a 1 and a 2 remained the same, hoeer, mode a 3 has split into to different modes here both contain the same games as in a 3 and the ne mode contains additional indie and plaformer games (reducing the probabilit on the games of a 3 ) such as Finding Tedd, Gentlemen, Grai and Face Noir. 5 Conclusion and Future Work In this ork e studied the DEDICOM model to factorie asmmetric similarit matrices into a combination of a lo rank loading matri and an affinit matri. We gae an oerall oerie about the theoretical details and algorithms to come up ith appropriate factors. In essence, the affinit matri matri R indicates different directional structures that are determined b the columns of the loading matri A. Haing defined our objectie function to be the matri norm of the difference beteen the factoried asmmetric similarit matri and its DEDICOM reconstruction, e deried the gradient matri for this function ith respect to the loading matri A and presented a ariant of the Frank-Wolfe algorithm to obtain interpretable column stochastic loadings and nonnegatie affinities.running our algorithm on a dataset containing asmmetric pairise

12 relationships beteen more than 3000 games, e found interesting patterns indicating directional preferences among games. Our future ork inoles analing the performance of our model for different tasks including link prediction and representation learning [13, 16]. Considering the tensor etensions in [13, 16], our future ork also inoles etending the proposed model to tensors factoriations hich can allo us to anale asmmetric similarit matrices from different sources. In the contet of business intelligence and game analtics, this might allo us to anale and compare, for instance, preferences of different countries or plaer groups. References 1. Bader, B., Harshman, R., Kolda, T.: Temporal Analsis of Semantic Graphs using ASALSAN. In: Proc. of IEEE ICDM (2007) 2. Bauckhage, C., Sifa, R., Drachen, A., Thurau, C., Hadiji, F.: Beond Heatmaps: Spatio-Temporal Clustering using Behaior-Based Partitioning of Game Leels. In: Proc. of IEEE CIG (2014) 3. Bauckhage, C.: k-means Clustering ia the Frank-Wolfe Algorithm. In: Proc. of KDML-LWDA (2016) 4. Che, P.A., Bader, B.W., Rooskaa, A.: Using DEDICOM for Completel Unsuperised Part-Of-Speech Tagging. In: Proc. Workshop on Unsuperised and Minimall Superised Learning of Leical Semantics (2009) 5. Cremonesi, P., Koren, Y., Turrin, R.: Performance of Recommender Algorithms on Top-N Recommendation Tasks. In: Proc. ACM Recss (2010) 6. Cutler, A., Breiman, L.: Archetpal Analsis. Technometrics 36(4), (1994) 7. Frank, M., Wolfe, P.: An Algorithm for Quadratic Programming. Naal Research Logistics 3(1-2) (1956) 8. Harshman, R.A.: Models for Analsis of Asmmetrical Relationships among N Objects or Stimuli. In: Proc. Joint Meeting of the Pschometric Societ and the Societ for Mathematical Pscholog (1978) 9. Jaggi, M.: Reisiting Frank-Wolfe: Projection-Free Sparse Cone Optimiation. In: Proc. of ICML (2013) 10. Kantor, P., Rokach, L., Ricci, F., Shapira, B.: Recommender Sstems Handbook. Springer (2011) 11. Koren, Y., Bell, R., Volinsk, C.: Matri Factoriation Techniques for Recommender Sstems. Computer 42(8) (2009) 12. Lason, C.L., Hanson, R.J.: Soling Least Squares Problems. SIAM (1974) 13. Nickel, M., Tresp, V., Kriegel, H.: A Three-a Model for Collectie Learning on Multi-relational Data. In: Proc. of ICML (2011) 14. Sifa, R., Drachen, A., Bauckhage, C.: Large-Scale Cross-Game Plaer Behaior Analsis on Steam. In: Proc. of AAAI AIIDE (2015) 15. Sifa, R., Ojeda, C., Bauckhage, C.: User Churn Migration Analsis ith DEDI- COM. In: Proc. of ACM RecSs (2015) 16. Sifa, R., Srikanth, S., Drachen, A., Ojeda, C., Bauckhage, C.: Predicting Retention in Sandbo Games ith Tensor Factoriation-based Representation Learning. In: Proc. of IEEE CIG (2016) 17. Sifa, R., Bauckhage, C., Drachen, A.: Archetpal Game Recommender Sstems. In: Proc. of KDML-LWA (2014) 18. Tersk, A.: Features of Similarit. Pschological Reie 84(4) (1977)

An example of Lagrangian for a non-holonomic system

An example of Lagrangian for a non-holonomic system Uniersit of North Georgia Nighthaks Open Institutional Repositor Facult Publications Department of Mathematics 9-9-05 An eample of Lagrangian for a non-holonomic sstem Piotr W. Hebda Uniersit of North

More information

Chapter 8: MULTIPLE CONTINUOUS RANDOM VARIABLES

Chapter 8: MULTIPLE CONTINUOUS RANDOM VARIABLES Charles Boncelet Probabilit Statistics and Random Signals" Oord Uniersit Press 06. ISBN: 978-0-9-0005-0 Chapter 8: MULTIPLE CONTINUOUS RANDOM VARIABLES Sections 8. Joint Densities and Distribution unctions

More information

Space Coordinates and Vectors in Space. Coordinates in Space

Space Coordinates and Vectors in Space. Coordinates in Space 0_110.qd 11//0 : PM Page 77 SECTION 11. Space Coordinates and Vectors in Space 77 -plane Section 11. -plane -plane The three-dimensional coordinate sstem Figure 11.1 Space Coordinates and Vectors in Space

More information

k-means Clustering via the Frank-Wolfe Algorithm

k-means Clustering via the Frank-Wolfe Algorithm k-means Clustering via the Frank-Wolfe Algorithm Christian Bauckhage B-IT, University of Bonn, Bonn, Germany Fraunhofer IAIS, Sankt Augustin, Germany http://multimedia-pattern-recognition.info Abstract.

More information

Math 20C. Lecture Examples.

Math 20C. Lecture Examples. Math 20C. Lecture Eamples. (8//08) Section 2.. Vectors in the plane Definition A ector represents a nonnegatie number and, if the number is not zero, a direction. The number associated ith the ector is

More information

1 :: Mathematical notation

1 :: Mathematical notation 1 :: Mathematical notation x A means x is a member of the set A. A B means the set A is contained in the set B. {a 1,..., a n } means the set hose elements are a 1,..., a n. {x A : P } means the set of

More information

Alternative non-linear predictive control under constraints applied to a two-wheeled nonholonomic mobile robot

Alternative non-linear predictive control under constraints applied to a two-wheeled nonholonomic mobile robot Alternatie non-linear predictie control under constraints applied to a to-heeled nonholonomic mobile robot Gaspar Fontineli Dantas Júnior *, João Ricardo Taares Gadelha *, Carlor Eduardo Trabuco Dórea

More information

Exploiting Source Redundancy to Improve the Rate of Polar Codes

Exploiting Source Redundancy to Improve the Rate of Polar Codes Exploiting Source Redundancy to Improe the Rate of Polar Codes Ying Wang ECE Department Texas A&M Uniersity yingang@tamu.edu Krishna R. Narayanan ECE Department Texas A&M Uniersity krn@tamu.edu Aiao (Andre)

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of ork b Horia Varlan;

More information

* Matrix Factorization and Recommendation Systems

* Matrix Factorization and Recommendation Systems Matrix Factorization and Recommendation Systems Originally presented at HLF Workshop on Matrix Factorization with Loren Anderson (University of Minnesota Twin Cities) on 25 th September, 2017 15 th March,

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of ork b Horia Varlan;

More information

Concept of Stress at a Point

Concept of Stress at a Point Washkeic College of Engineering Section : STRONG FORMULATION Concept of Stress at a Point Consider a point ithin an arbitraril loaded deformable bod Define Normal Stress Shear Stress lim A Fn A lim A FS

More information

arxiv: v1 [stat.ml] 23 Dec 2015

arxiv: v1 [stat.ml] 23 Dec 2015 k-means Clustering Is Matrix Factorization Christian Bauckhage arxiv:151.07548v1 [stat.ml] 3 Dec 015 B-IT, University of Bonn, Bonn, Germany Fraunhofer IAIS, Sankt Augustin, Germany http://mmprec.iais.fraunhofer.de/bauckhage.html

More information

A Geometric Review of Linear Algebra

A Geometric Review of Linear Algebra A Geometric Reiew of Linear Algebra The following is a compact reiew of the primary concepts of linear algebra. The order of presentation is unconentional, with emphasis on geometric intuition rather than

More information

Journal of Computational and Applied Mathematics. New matrix iterative methods for constraint solutions of the matrix

Journal of Computational and Applied Mathematics. New matrix iterative methods for constraint solutions of the matrix Journal of Computational and Applied Mathematics 35 (010 76 735 Contents lists aailable at ScienceDirect Journal of Computational and Applied Mathematics journal homepage: www.elseier.com/locate/cam New

More information

Econometrics II - EXAM Outline Solutions All questions have 25pts Answer each question in separate sheets

Econometrics II - EXAM Outline Solutions All questions have 25pts Answer each question in separate sheets Econometrics II - EXAM Outline Solutions All questions hae 5pts Answer each question in separate sheets. Consider the two linear simultaneous equations G with two exogeneous ariables K, y γ + y γ + x δ

More information

Comparison of Estimators in Case of Low Correlation in Adaptive Cluster Sampling. Muhammad Shahzad Chaudhry 1 and Muhammad Hanif 2

Comparison of Estimators in Case of Low Correlation in Adaptive Cluster Sampling. Muhammad Shahzad Chaudhry 1 and Muhammad Hanif 2 ISSN 684-8403 Journal of Statistics Volume 3, 06. pp. 4-57 Comparison of Estimators in Case of Lo Correlation in Muhammad Shahad Chaudhr and Muhammad Hanif Abstract In this paper, to Regression-Cum-Eponential

More information

Algorithms and Data Structures 2014 Exercises and Solutions Week 14

Algorithms and Data Structures 2014 Exercises and Solutions Week 14 lgorithms and ata tructures 0 xercises and s Week Linear programming. onsider the following linear program. maximize x y 0 x + y 7 x x 0 y 0 x + 3y Plot the feasible region and identify the optimal solution.

More information

Notes on Linear Minimum Mean Square Error Estimators

Notes on Linear Minimum Mean Square Error Estimators Notes on Linear Minimum Mean Square Error Estimators Ça gatay Candan January, 0 Abstract Some connections between linear minimum mean square error estimators, maximum output SNR filters and the least square

More information

A NOTE ON THE DQ ANALYSIS OF ANISOTROPIC PLATES

A NOTE ON THE DQ ANALYSIS OF ANISOTROPIC PLATES A NOE ON HE DQ ANALYSIS OF ANISOROPIC PLAES WEN CHEN *, WEIXING HE **, AND INGXIU ZHONG * * Affiliation: Department of Mechanical Engineering, Shanghai Jiao ong Uniersit, Shanghai 00030, P. R. China **

More information

Non-linear consolidation of soil with vertical and horizontal drainage under time-dependent loading

Non-linear consolidation of soil with vertical and horizontal drainage under time-dependent loading Uniersity of Wollongong Research Online Faculty of Engineering - Papers (Archie) Faculty of Engineering and Information Sciences Non-linear consolidation of soil ith ertical and horizontal drainage under

More information

Chapter 3. Systems of Linear Equations: Geometry

Chapter 3. Systems of Linear Equations: Geometry Chapter 3 Systems of Linear Equations: Geometry Motiation We ant to think about the algebra in linear algebra (systems of equations and their solution sets) in terms of geometry (points, lines, planes,

More information

In applications, we encounter many constrained optimization problems. Examples Basis pursuit: exact sparse recovery problem

In applications, we encounter many constrained optimization problems. Examples Basis pursuit: exact sparse recovery problem 1 Conve Analsis Main references: Vandenberghe UCLA): EECS236C - Optimiation methods for large scale sstems, http://www.seas.ucla.edu/ vandenbe/ee236c.html Parikh and Bod, Proimal algorithms, slides and

More information

Uncertainty and Parameter Space Analysis in Visualization -

Uncertainty and Parameter Space Analysis in Visualization - Uncertaint and Parameter Space Analsis in Visualiation - Session 4: Structural Uncertaint Analing the effect of uncertaint on the appearance of structures in scalar fields Rüdiger Westermann and Tobias

More information

44th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference 7-10 April 2003 Norfolk, VA

44th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference 7-10 April 2003 Norfolk, VA AIAA -45 Closed-Loop Deploable Structures W.W. Gan and S. Pellegrino Uniersit of Cambridge, Cambridge, CB P, UK 44th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dnamics, and Materials Conference 7- April

More information

arxiv: v1 [math.co] 30 May 2016

arxiv: v1 [math.co] 30 May 2016 ENUMERATION OF DOMINO TILINGS OF AN AZTEC RECTANGLE WITH BOUNDARY DEFECTS MANJIL P. SAIKIA Abstract. Helfgott and Gessel gave the number of domino tilings of an Atec Rectangle ith defects of sie one on

More information

A Geometric Review of Linear Algebra

A Geometric Review of Linear Algebra A Geometric Reiew of Linear Algebra The following is a compact reiew of the primary concepts of linear algebra. I assume the reader is familiar with basic (i.e., high school) algebra and trigonometry.

More information

Linear Discriminant Functions

Linear Discriminant Functions Linear Discriminant Functions Linear discriminant functions and decision surfaces Definition It is a function that is a linear combination of the components of g() = t + 0 () here is the eight vector and

More information

CSE 546 Midterm Exam, Fall 2014

CSE 546 Midterm Exam, Fall 2014 CSE 546 Midterm Eam, Fall 2014 1. Personal info: Name: UW NetID: Student ID: 2. There should be 14 numbered pages in this eam (including this cover sheet). 3. You can use an material ou brought: an book,

More information

SUBJECT:ENGINEERING MATHEMATICS-I SUBJECT CODE :SMT1101 UNIT III FUNCTIONS OF SEVERAL VARIABLES. Jacobians

SUBJECT:ENGINEERING MATHEMATICS-I SUBJECT CODE :SMT1101 UNIT III FUNCTIONS OF SEVERAL VARIABLES. Jacobians SUBJECT:ENGINEERING MATHEMATICS-I SUBJECT CODE :SMT0 UNIT III FUNCTIONS OF SEVERAL VARIABLES Jacobians Changing ariable is something e come across er oten in Integration There are man reasons or changing

More information

ES.1803 Topic 16 Notes Jeremy Orloff

ES.1803 Topic 16 Notes Jeremy Orloff ES803 Topic 6 Notes Jerem Orloff 6 Eigenalues, diagonalization, decoupling This note coers topics that will take us seeral classes to get through We will look almost eclusiel at 2 2 matrices These hae

More information

Announcements Wednesday, September 06

Announcements Wednesday, September 06 Announcements Wednesday, September 06 WeBWorK due on Wednesday at 11:59pm. The quiz on Friday coers through 1.2 (last eek s material). My office is Skiles 244 and my office hours are Monday, 1 3pm and

More information

1 Introduction. Control 2:

1 Introduction. Control 2: Introduction Kinematics of Wheeled Mobile Robots (No legs here. They ork like arms. We e seen arms already) For control purposes, the kinematics of heeled mobile robots (WMRs) that e care about are the

More information

Estimation of Efficiency with the Stochastic Frontier Cost. Function and Heteroscedasticity: A Monte Carlo Study

Estimation of Efficiency with the Stochastic Frontier Cost. Function and Heteroscedasticity: A Monte Carlo Study Estimation of Efficiency ith the Stochastic Frontier Cost Function and Heteroscedasticity: A Monte Carlo Study By Taeyoon Kim Graduate Student Oklahoma State Uniersity Department of Agricultural Economics

More information

Robustness Analysis of Linear Parameter Varying Systems Using Integral Quadratic Constraints

Robustness Analysis of Linear Parameter Varying Systems Using Integral Quadratic Constraints Robustness Analysis of Linear Parameter Varying Systems Using Integral Quadratic Constraints Harald Pfifer and Peter Seiler 1 Abstract A general approach is presented to analyze the orst case input/output

More information

Physically Based Rendering ( ) Geometry and Transformations

Physically Based Rendering ( ) Geometry and Transformations Phsicall Based Rendering (6.657) Geometr and Transformations 3D Point Specifies a location Origin 3D Point Specifies a location Represented b three coordinates Infinitel small class Point3D { public: Coordinate

More information

A formal semantics of synchronous interworkings

A formal semantics of synchronous interworkings A formal semantics of snchronous interorkings S. Mau a, M. van Wijk b and T. Winter c a Dept. of Mathematics and Computing Science, Eindhoven Universit of Technolog, P.O. Bo 513, 5600 MB Eindhoven, The

More information

Perturbation Theory for Variational Inference

Perturbation Theory for Variational Inference Perturbation heor for Variational Inference Manfred Opper U Berlin Marco Fraccaro echnical Universit of Denmark Ulrich Paquet Apple Ale Susemihl U Berlin Ole Winther echnical Universit of Denmark Abstract

More information

A NONCONVEX ADMM ALGORITHM FOR GROUP SPARSITY WITH SPARSE GROUPS. Rick Chartrand and Brendt Wohlberg

A NONCONVEX ADMM ALGORITHM FOR GROUP SPARSITY WITH SPARSE GROUPS. Rick Chartrand and Brendt Wohlberg A NONCONVEX ADMM ALGORITHM FOR GROUP SPARSITY WITH SPARSE GROUPS Rick Chartrand and Brendt Wohlberg Los Alamos National Laboratory Los Alamos, NM 87545, USA ABSTRACT We present an efficient algorithm for

More information

Geometry review, part I

Geometry review, part I Geometr reie, part I Geometr reie I Vectors and points points and ectors Geometric s. coordinate-based (algebraic) approach operations on ectors and points Lines implicit and parametric equations intersections,

More information

Lecture 3a: The Origin of Variational Bayes

Lecture 3a: The Origin of Variational Bayes CSC535: 013 Advanced Machine Learning Lecture 3a: The Origin of Variational Bayes Geoffrey Hinton The origin of variational Bayes In variational Bayes, e approximate the true posterior across parameters

More information

Math 20C. Lecture Examples.

Math 20C. Lecture Examples. Math 20C. Lecture Eamples. (8/1/08) Section 12.2. Vectors in three dimensions To use rectangular z-coordinates in three-dimensional space, e introduce mutuall perpendicular -, -, and z-aes intersecting

More information

A Regularization Framework for Learning from Graph Data

A Regularization Framework for Learning from Graph Data A Regularization Framework for Learning from Graph Data Dengyong Zhou Max Planck Institute for Biological Cybernetics Spemannstr. 38, 7076 Tuebingen, Germany Bernhard Schölkopf Max Planck Institute for

More information

Analytic Geometry in Three Dimensions

Analytic Geometry in Three Dimensions Analtic Geometr in Three Dimensions. The Three-Dimensional Coordinate Sstem. Vectors in Space. The Cross Product of Two Vectors. Lines and Planes in Space The three-dimensional coordinate sstem is used

More information

Review of Matrices and Vectors 1/45

Review of Matrices and Vectors 1/45 Reiew of Matrices and Vectors /45 /45 Definition of Vector: A collection of comple or real numbers, generally put in a column [ ] T "! Transpose + + + b a b a b b a a " " " b a b a Definition of Vector

More information

A Three-Way Model for Collective Learning on Multi-Relational Data

A Three-Way Model for Collective Learning on Multi-Relational Data A Three-Way Model for Collective Learning on Multi-Relational Data 28th International Conference on Machine Learning Maximilian Nickel 1 Volker Tresp 2 Hans-Peter Kriegel 1 1 Ludwig-Maximilians Universität,

More information

Boolean Affine Approximation with Binary Decision Diagrams

Boolean Affine Approximation with Binary Decision Diagrams Boolean Affine Approimation ith Binar Decision Diagrams Kein Henshall Peter Schachte Harald Søndergaard Leigh Whiting Department of Computer Science and Softare Engineering The Uniersit of Melbourne, Vic

More information

The Full-rank Linear Least Squares Problem

The Full-rank Linear Least Squares Problem Jim Lambers COS 7 Spring Semeseter 1-11 Lecture 3 Notes The Full-rank Linear Least Squares Problem Gien an m n matrix A, with m n, and an m-ector b, we consider the oerdetermined system of equations Ax

More information

A Purely Geometric Approach to Non-Negative Matrix Factorization

A Purely Geometric Approach to Non-Negative Matrix Factorization A Purely Geometric Approach to Non-Negative Matrix Factorization Christian Bauckhage B-IT, University of Bonn, Bonn, Germany Fraunhofer IAIS, Sankt Augustin, Germany http://mmprec.iais.fraunhofer.de/bauckhage.html

More information

On Shortest Single/Multiple Path Computation Problems in Fiber-Wireless (FiWi) Access Networks

On Shortest Single/Multiple Path Computation Problems in Fiber-Wireless (FiWi) Access Networks 2014 IEEE 15th International Conference on High Performance Sitching and Routing (HPSR) On Shortest Single/Multiple Path Computation Problems in Fiber-Wireless (FiWi) Access Netorks Chenyang Zhou, Anisha

More information

6. Vector Random Variables

6. Vector Random Variables 6. Vector Random Variables In the previous chapter we presented methods for dealing with two random variables. In this chapter we etend these methods to the case of n random variables in the following

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometr of Space. Vectors in the Plane. Space Coordinates and Vectors in Space. The Dot Product of Two Vectors. The Cross Product of Two Vectors in Space.5 Lines and Planes in Space.6 Surfaces

More information

Two NP-hard Interchangeable Terminal Problems*

Two NP-hard Interchangeable Terminal Problems* o NP-hard Interchangeable erminal Problems* Sartaj Sahni and San-Yuan Wu Universit of Minnesota ABSRAC o subproblems that arise hen routing channels ith interchangeable terminals are shon to be NP-hard

More information

Announcements Wednesday, September 06. WeBWorK due today at 11:59pm. The quiz on Friday covers through Section 1.2 (last weeks material)

Announcements Wednesday, September 06. WeBWorK due today at 11:59pm. The quiz on Friday covers through Section 1.2 (last weeks material) Announcements Wednesday, September 06 WeBWorK due today at 11:59pm. The quiz on Friday coers through Section 1.2 (last eeks material) Announcements Wednesday, September 06 Good references about applications(introductions

More information

Semi-Supervised Laplacian Regularization of Kernel Canonical Correlation Analysis

Semi-Supervised Laplacian Regularization of Kernel Canonical Correlation Analysis Semi-Supervised Laplacian Regularization of Kernel Canonical Correlation Analsis Matthew B. Blaschko, Christoph H. Lampert, & Arthur Gretton Ma Planck Institute for Biological Cbernetics Tübingen, German

More information

Scaling Neighbourhood Methods

Scaling Neighbourhood Methods Quick Recap Scaling Neighbourhood Methods Collaborative Filtering m = #items n = #users Complexity : m * m * n Comparative Scale of Signals ~50 M users ~25 M items Explicit Ratings ~ O(1M) (1 per billion)

More information

The Inverse Function Theorem

The Inverse Function Theorem Inerse Function Theorem April, 3 The Inerse Function Theorem Suppose and Y are Banach spaces and f : Y is C (continuousl differentiable) Under what circumstances does a (local) inerse f exist? In the simplest

More information

Isoperimetric problems

Isoperimetric problems CHAPTER 2 Isoperimetric problems 2.1. History One of the earliest problems in geometry was the isoperimetric problem, which was considered by the ancient Greeks. The problem is to find, among all closed

More information

Scalar multiplication and algebraic direction of a vector

Scalar multiplication and algebraic direction of a vector Roberto s Notes on Linear Algebra Chapter 1: Geometric ectors Section 5 Scalar multiplication and algebraic direction of a ector What you need to know already: of a geometric ectors. Length and geometric

More information

Differentiation 9 examples using the product and quotient rules

Differentiation 9 examples using the product and quotient rules 1 Differentiation 9 eamples using the proct and quotient rules J A Rossiter http://controlecation.group.shef.ac.uk/mathematics.html Slides Anthon Rossiter Introction The preious ideos hae gien a definition

More information

Preliminaries. Definition: The Euclidean dot product between two vectors is the expression. i=1

Preliminaries. Definition: The Euclidean dot product between two vectors is the expression. i=1 90 8 80 7 70 6 60 0 8/7/ Preliminaries Preliminaries Linear models and the perceptron algorithm Chapters, T x + b < 0 T x + b > 0 Definition: The Euclidean dot product beteen to vectors is the expression

More information

CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION. From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum

CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION. From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum 1997 19 CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION 3.0. Introduction

More information

From Non-Negative Matrix Factorization to Deep Learning

From Non-Negative Matrix Factorization to Deep Learning The Math!! From Non-Negative Matrix Factorization to Deep Learning Intuitions and some Math too! luissarmento@gmailcom https://wwwlinkedincom/in/luissarmento/ October 18, 2017 The Math!! Introduction Disclaimer

More information

Dynamics and control of mechanical systems

Dynamics and control of mechanical systems JU 18/HL Dnamics and control of mechanical sstems Date Da 1 (3/5) 5/5 Da (7/5) Da 3 (9/5) Da 4 (11/5) Da 5 (14/5) Da 6 (16/5) Content Revie of the basics of mechanics. Kinematics of rigid bodies coordinate

More information

Enhancing Generalization Capability of SVM Classifiers with Feature Weight Adjustment

Enhancing Generalization Capability of SVM Classifiers with Feature Weight Adjustment Enhancing Generalization Capability of SVM Classifiers ith Feature Weight Adjustment Xizhao Wang and Qiang He College of Mathematics and Computer Science, Hebei University, Baoding 07002, Hebei, China

More information

Unsupervised Learning

Unsupervised Learning CS 3750 Advanced Machine Learning hkc6@pitt.edu Unsupervised Learning Data: Just data, no labels Goal: Learn some underlying hidden structure of the data P(, ) P( ) Principle Component Analysis (Dimensionality

More information

2 The Bhaduri-Marglin model

2 The Bhaduri-Marglin model The Bhaduri-Marglin model n this chapter the basics o the Bhaduri-Marglin model ill be discussed. Doing so, attention ill be directed on hich eatures o the model ill hae to be altered hen endogeniing labor

More information

Transformation of Surface Charge Density in Mixed Number Lorentz Transformation

Transformation of Surface Charge Density in Mixed Number Lorentz Transformation Sri ankan Journal of Phsics, Vol. 13(1) (1) 17-5 Institute of Phsics - Sri anka Research Article Transformation of Surface Charge Densit in Mied Number orent Transformation S. B. Rafiq * and M. S. Alam

More information

Lecture 1. 1 Overview. 2 Maximum Flow. COMPSCI 532: Design and Analysis of Algorithms August 26, 2015

Lecture 1. 1 Overview. 2 Maximum Flow. COMPSCI 532: Design and Analysis of Algorithms August 26, 2015 COMPSCI 532: Design and Analysis of Algorithms August 26, 205 Lecture Lecturer: Debmalya Panigrahi Scribe: Allen Xiao Oeriew In this lecture, we will define the maximum flow problem and discuss two algorithms

More information

Noise constrained least mean absolute third algorithm

Noise constrained least mean absolute third algorithm Noise constrained least mean absolute third algorithm Sihai GUAN 1 Zhi LI 1 Abstract: he learning speed of an adaptie algorithm can be improed by properly constraining the cost function of the adaptie

More information

A SIMPLE STATIC ANALYSIS OF MOVING ROAD VEHICLE UNDER CROSSWIND

A SIMPLE STATIC ANALYSIS OF MOVING ROAD VEHICLE UNDER CROSSWIND A SIMPLE STATIC ANALYSIS OF MOVING OAD VEHICLE UNDE COSSWIND Milan Batist Marko Perkoič Uniersity of Ljubljan Faculty of Maritime studies and Transport Pot pomorščako 4, 630 Portorož, Sloeni EU milan.batista@fpp.uni-lj.si,

More information

LINEAR THREE-PHASE STATE ESTIMATION FOR LV GRIDS USING PSEUDO MEASUREMENTS BASED ON APPROXIMATE POWER DISTRIBUTIONS

LINEAR THREE-PHASE STATE ESTIMATION FOR LV GRIDS USING PSEUDO MEASUREMENTS BASED ON APPROXIMATE POWER DISTRIBUTIONS 24 th International Conference on Electricity Distribution Glasgo, 25 June 207 Paper 007 LINEAR THREEPHASE STATE ESTIMATION FOR LV GRIDS SING PSEDO MEASREMENTS BASED ON APPROXIMATE POWER DISIBTIONS Robert

More information

Parameterized Joint Densities with Gaussian and Gaussian Mixture Marginals

Parameterized Joint Densities with Gaussian and Gaussian Mixture Marginals Parameterized Joint Densities with Gaussian and Gaussian Miture Marginals Feli Sawo, Dietrich Brunn, and Uwe D. Hanebeck Intelligent Sensor-Actuator-Sstems Laborator Institute of Computer Science and Engineering

More information

https://goo.gl/kfxweg KYOTO UNIVERSITY Statistical Machine Learning Theory Sparsity Hisashi Kashima kashima@i.kyoto-u.ac.jp DEPARTMENT OF INTELLIGENCE SCIENCE AND TECHNOLOGY 1 KYOTO UNIVERSITY Topics:

More information

Note on Mathematical Development of Plate Theories

Note on Mathematical Development of Plate Theories Advanced Studies in Theoretical Phsics Vol. 9, 015, no. 1, 47-55 HIKARI Ltd,.m-hikari.com http://d.doi.org/10.1988/astp.015.411150 Note on athematical Development of Plate Theories Patiphan Chantaraichit

More information

Linear models: the perceptron and closest centroid algorithms. D = {(x i,y i )} n i=1. x i 2 R d 9/3/13. Preliminaries. Chapter 1, 7.

Linear models: the perceptron and closest centroid algorithms. D = {(x i,y i )} n i=1. x i 2 R d 9/3/13. Preliminaries. Chapter 1, 7. Preliminaries Linear models: the perceptron and closest centroid algorithms Chapter 1, 7 Definition: The Euclidean dot product beteen to vectors is the expression d T x = i x i The dot product is also

More information

Variance Reduction for Stochastic Gradient Optimization

Variance Reduction for Stochastic Gradient Optimization Variance Reduction for Stochastic Gradient Optimization Chong Wang Xi Chen Alex Smola Eric P. Xing Carnegie Mellon Uniersity, Uniersity of California, Berkeley {chongw,xichen,epxing}@cs.cmu.edu alex@smola.org

More information

5. Biconnected Components of A Graph

5. Biconnected Components of A Graph 5. Biconnected Components of A Graph If one city s airport is closed by bad eather, can you still fly beteen any other pair of cities? If one computer in a netork goes don, can a message be sent beteen

More information

Astrometric Errors Correlated Strongly Across Multiple SIRTF Images

Astrometric Errors Correlated Strongly Across Multiple SIRTF Images Astrometric Errors Correlated Strongly Across Multiple SIRTF Images John Fowler 28 March 23 The possibility exists that after pointing transfer has been performed for each BCD (i.e. a calibrated image

More information

Section 6: PRISMATIC BEAMS. Beam Theory

Section 6: PRISMATIC BEAMS. Beam Theory Beam Theory There are two types of beam theory aailable to craft beam element formulations from. They are Bernoulli-Euler beam theory Timoshenko beam theory One learns the details of Bernoulli-Euler beam

More information

Computation of Csiszár s Mutual Information of Order α

Computation of Csiszár s Mutual Information of Order α Computation of Csiszár s Mutual Information of Order Damianos Karakos, Sanjeev Khudanpur and Care E. Priebe Department of Electrical and Computer Engineering and Center for Language and Speech Processing

More information

Worst Case Analysis of a Saturated Gust Loads Alleviation System

Worst Case Analysis of a Saturated Gust Loads Alleviation System Worst Case Analysis of a Saturated Gust Loads Alleiation System Andreas Knoblach Institute of System Dynamics and Control, German Aerospace Center (DLR), 82234 Weßling, Germany Harald Pfifer and Peter

More information

4. A Physical Model for an Electron with Angular Momentum. An Electron in a Bohr Orbit. The Quantum Magnet Resulting from Orbital Motion.

4. A Physical Model for an Electron with Angular Momentum. An Electron in a Bohr Orbit. The Quantum Magnet Resulting from Orbital Motion. 4. A Physical Model for an Electron with Angular Momentum. An Electron in a Bohr Orbit. The Quantum Magnet Resulting from Orbital Motion. We now hae deeloped a ector model that allows the ready isualization

More information

Linear Regression Linear Regression with Shrinkage

Linear Regression Linear Regression with Shrinkage Linear Regression Linear Regression ith Shrinkage Introduction Regression means predicting a continuous (usually scalar) output y from a vector of continuous inputs (features) x. Example: Predicting vehicle

More information

Computing Laboratory A GAME-BASED ABSTRACTION-REFINEMENT FRAMEWORK FOR MARKOV DECISION PROCESSES

Computing Laboratory A GAME-BASED ABSTRACTION-REFINEMENT FRAMEWORK FOR MARKOV DECISION PROCESSES Computing Laboratory A GAME-BASED ABSTRACTION-REFINEMENT FRAMEWORK FOR MARKOV DECISION PROCESSES Mark Kattenbelt Marta Kwiatkowska Gethin Norman Daid Parker CL-RR-08-06 Oxford Uniersity Computing Laboratory

More information

Large-Scale Feature Learning with Spike-and-Slab Sparse Coding

Large-Scale Feature Learning with Spike-and-Slab Sparse Coding Large-Scale Feature Learning with Spike-and-Slab Sparse Coding Ian J. Goodfellow, Aaron Courville, Yoshua Bengio ICML 2012 Presented by Xin Yuan January 17, 2013 1 Outline Contributions Spike-and-Slab

More information

Dynamics ( 동역학 ) Ch.2 Motion of Translating Bodies (2.1 & 2.2)

Dynamics ( 동역학 ) Ch.2 Motion of Translating Bodies (2.1 & 2.2) Dynamics ( 동역학 ) Ch. Motion of Translating Bodies (. &.) Motion of Translating Bodies This chapter is usually referred to as Kinematics of Particles. Particles: In dynamics, a particle is a body without

More information

The Dot Product

The Dot Product The Dot Product 1-9-017 If = ( 1,, 3 ) and = ( 1,, 3 ) are ectors, the dot product of and is defined algebraically as = 1 1 + + 3 3. Example. (a) Compute the dot product (,3, 7) ( 3,,0). (b) Compute the

More information

Differential Equations

Differential Equations LOCUS Dierential Equations CONCEPT NOTES 0. Motiation 0. Soling Dierential Equations LOCUS Dierential Equations Section - MOTIVATION A dierential equation can simpl be said to be an equation inoling deriaties

More information

Convex Subspace Representation Learning from Multi-View Data

Convex Subspace Representation Learning from Multi-View Data Proceedings of the Twenty-Seenth AAAI Conference on Artificial Intelligence Conex Subspace Representation Learning from Multi-View Data Yuhong Guo Department of Computer and Information Sciences Temple

More information

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

Get Solution of These Packages & Learn by Video Tutorials on Matrices

Get Solution of These Packages & Learn by Video Tutorials on  Matrices FEE Download Stud Package from website: wwwtekoclassescom & wwwmathsbsuhagcom Get Solution of These Packages & Learn b Video Tutorials on wwwmathsbsuhagcom Matrices An rectangular arrangement of numbers

More information

MMJ1153 COMPUTATIONAL METHOD IN SOLID MECHANICS PRELIMINARIES TO FEM

MMJ1153 COMPUTATIONAL METHOD IN SOLID MECHANICS PRELIMINARIES TO FEM B Course Content: A INTRODUCTION AND OVERVIEW Numerical method and Computer-Aided Engineering; Phsical problems; Mathematical models; Finite element method;. B Elements and nodes, natural coordinates,

More information

Lecture 7: Advanced Coupling & Mixing Time via Eigenvalues

Lecture 7: Advanced Coupling & Mixing Time via Eigenvalues Counting and Sampling Fall 07 Lecture 7: Advanced Coupling & Miing Time via Eigenvalues Lecturer: Shaan Oveis Gharan October 8 Disclaimer: These notes have not been subjected to the usual scrutin reserved

More information

27 ft 3 adequately describes the volume of a cube with side 3. ft F adequately describes the temperature of a person.

27 ft 3 adequately describes the volume of a cube with side 3. ft F adequately describes the temperature of a person. VECTORS The stud of ectors is closel related to the stud of such phsical properties as force, motion, elocit, and other related topics. Vectors allow us to model certain characteristics of these phenomena

More information

Max-Margin Ratio Machine

Max-Margin Ratio Machine JMLR: Workshop and Conference Proceedings 25:1 13, 2012 Asian Conference on Machine Learning Max-Margin Ratio Machine Suicheng Gu and Yuhong Guo Department of Computer and Information Sciences Temple University,

More information

CHARACTERIZATION OF ULTRASONIC IMMERSION TRANSDUCERS

CHARACTERIZATION OF ULTRASONIC IMMERSION TRANSDUCERS CHARACTERIZATION OF ULTRASONIC IMMERSION TRANSDUCERS INTRODUCTION David D. Bennink, Center for NDE Anna L. Pate, Engineering Science and Mechanics Ioa State University Ames, Ioa 50011 In any ultrasonic

More information

Contents. Unit 1 Algebraic, Exponential, and Logarithmic Functions. Chapter 1 Functions and Mathematical Models 1

Contents. Unit 1 Algebraic, Exponential, and Logarithmic Functions. Chapter 1 Functions and Mathematical Models 1 Contents Unit 1 Algebraic, Eponential, and Logarithmic Functions Chapter 1 Functions and Mathematical Models 1 1-1 Functions: Graphicall, Algebraicall, Numericall, and Verball 3 Eploration: Paper Cup Analsis

More information

Designing a 36 Segment Display for Bengali Compound Character

Designing a 36 Segment Display for Bengali Compound Character 8 IJCSNS International Journal of Computer Science and Netork Securit, VOL. No., March Designing a Segment Displa for Bengali Compound Character Md. Shahnur ad Chodhur, Ms Sultana kter and Md man Ullah

More information

Online Companion to Pricing Services Subject to Congestion: Charge Per-Use Fees or Sell Subscriptions?

Online Companion to Pricing Services Subject to Congestion: Charge Per-Use Fees or Sell Subscriptions? Online Companion to Pricing Serices Subject to Congestion: Charge Per-Use Fees or Sell Subscriptions? Gérard P. Cachon Pnina Feldman Operations and Information Management, The Wharton School, Uniersity

More information