Temporal Social Network: Group Query Processing

Size: px
Start display at page:

Download "Temporal Social Network: Group Query Processing"

Transcription

1 Temporal Social Network: Grop Qery Processing Xiaoying Chen 1 Chong Zhang 2 Yanli H 3 Bin Ge 4 Weidong Xiao 5 Science and Technology on Information Systems Engineering Laboratory National University of Defense Technology, Changsha , P.R.China and Collaborative Innovation Center of Geospatial Technology, China { 1 chenxiaoying1991, 2 leocheng8286}@yahoo.com 3 smilelife1979@163.com 4 gebin1978@gmail.com 5 wilsonshaw@vip.sina.com Abstract With the development of on-line social networks, more and more sers and sellers are interested in grop analytics which provides insights into common interests with varios relationships. This paper addresses this problem from temporal aspect, i.e., temporal grop qery (TGQ) which gives people the historical view for grop forming and changing. To efficiently achieve or goal, we propose two strctres to index temporal social network (TSN), and then a simple naive searching method is designed to process the TGQ, after that we arge a more efficient approach can be implemented by pdate operations instead of iterative graph generations, which we call optimized method. We condct experiments on real-synthetic dataset, and the reslts show that or indexes and searching algorithms are capable, and optimized method is mch more efficient than the naive one. I. INTRODUCTION De to the increasing poplarity of social networks and vast amont of information in them, there have been many efforts in enhancing web search based on social data. Social networks contain data abot the network, i.e., data abot sers and their social relations, data abot the activities that sers participate in. Besides the graph strctre, another important dimension of social network is dynamic attribte. For instance, logins or logots of a ser represents changes in the sers on-line stats. Also, new content is added throgh ser activities (sch as posting text, photo) representing respective changes in the sers interests. This temporal aspect of information in social network wold inflence social network qery either explicitly by enabling sers to qery for particlar time points or periods, or implicitly by providing the fresher reslts, e.g., find some sers who are active dring a certain period, or find some activities posted at some time. Sch qeries add temporal axis to ser reqirement, we call it temporal social network qery. In or previos work, we introdced temporal social network, and address three qery types, namely Friends of Interesting Activities (FIA) qery, Users of Time Filter (UTF) qery and Grop of Users with Relationship Dration (GURD) qery. In GURD qery, it aims to find a set of grops, where the nmber of sers in each grop is eqal to a given nmber, and average intimate degree which is measred by average relationship dration of it satisfies a given vale, and all the members of it have taken part in some given activities. In this This work is spported by NSF of China grant and paper, we arge that GURD is not sfficient for analyzing the changes of grops, which is an essential modle for temporal social networks analytics. Ths, we intend to extend GURD qery to a more generalized and applicable one to adapt more temporal qeries in real world. Here, we call it Temporal Grop Qery (TGQ). TGQ is essential, for instance, when the system analyst wold like to observe and analyze the formation and changes of grops, historically. For example, they aim to find a set of grops, each grop with all member participating in the activity labeled with presidential election dring last two weeks, and average on-line dration is not less than 24 hors dring last two weeks. The reslt of this qery shold be appropriately in the form: {< g 1 ={ 1, 2,... }, t 1, t 2 >, <... >,...}, where g 1 is a satisfying grop valid dring [t 1, t 2 ]. For efficiently answer TGQ qery, we design two indexes, one is called Temporal Activity tree (TA-tree) indexing participating time and keywords activity, the other is Temporal Friendship tree (TF-tree) indexing versions of relationships. We first devise an approach naively iterate each relationship changing time point, and constrct the satisfying grop. However, we arge that the naive method is not efficient, ths we design a more efficient algorithm to accelerate the processing, in particlar, it is a series pdate operations to an initial graphs and check which pdated graph is satisfied. De to less time for constrcting connected graph, it is more efficient than the naive one. In this paper, we make the following contribtions: We propose a more applicable qery type, temporal grop qery, to answer grop qery in temporal social network. We design two approaches to process TGQ, one is naive iterative, the other is an optimized one. We condct experiments on real-synthetic hybrid dataset, and reslts show or method is efficient. The rest of this paper is organized as follows. Related works are srveyed in section 2. Problem is formally defined in section 3. In section 4, two index TA-tree and TF-tree are presented, followed by qery processing in section 5. In section 6, we carry ot or experiments. Finally, section 7 concldes the paper with directions for ftre works.

2 II. RELATED WORKS Some of the relevant works of temporal social network stdy focs on efficient algorithms and data strctre for searching data. And some others propose some typical kinds of temporalsocial qery that can be applied to life application. We have proposed three kinds of qeries, namely FIA, UTF and GURD qery in [1]. GURD qery is a kind of temporal grop qery, which aims to find a set of grops, where the nmber of sers in each grop is eqal to a given nmber, and average intimate degree of it satisfies a given vale, and all the members of it have taken part in some given activities. We propose two index strctres, TUR-tree and TUA-tree for accelerating qery process. Algorithms of qery processing for the three qeries are finally proposed. There are many other works introdce many kinds of grop qeries, sch as [2], [3], [4]. Social-Temporal Grop Qery (STGQ) [2], which considers the available time of candidate attendees and their social relation, aims to find activity time and attendees with minimm total distance to the initiator. However, in STSG, the time dimension is only considered as available time for attendees, which can be dealt with after Social-Grop Qery (SGQ). In the other hand, adding the spatial dimension into social network wold bring abot different grop qeries. Socio- Spatial Grop Qery (SSGQ) [3] finds a grop of attendees close to rally point and ensre that the selected attendees have a good social relationship to create a good atmosphere in the activity. There are many similar qeries, for example, Circle of Friends (CoF) [4] finds a grop of friends whose members are close to each other both socially and geographically. These two qery problem are both NP-hard (becase social restrictions diverse), bt withot time dimension. As there are many kinds of temporal social network qeries, it is impossible to stdy all of them. So Kostas Stefanidis et.al.[5] define a logical algebra that provides a set of operators reqired for temporal social network qery evalation. However, this work only provides a logical algebra withot any storage model and qery processing detail which is the important factor to the effectiveness of this framework. As we have introdced above, there are few previos stdies consider the efficient qery processing in temporal social grop qery in historical view. III. PROBLEM DEFINITIONS Given an ndirected graph G=(V, E), V =U A. Each vertex i in U represents a ser in the commnity and is associated with a time interval [t s, t e ), meaning the valid period dring which i exists (or being logon stats) in commnity, and [t s, ) means i is still in the commnity now. For a given social network graph G, there is also a set A V, in this paper, we se term activity to denote social event in the social network, e.g., pblishing a post, sharing a link and etc. Withot loss generality, each activity can be represented as < aid, W a >, where aid is the activity identifier, W a is a keyword set to describe the activity. Each edge (v i, v j ) in E has two forms: ( i, j ) and ( i, a j ). ( i, j ) represents a friend relationship between ser i and j, and it is also associated with a time interval [et s, et e ), in which et s means the time when the relationship is established and et e means the time when the relationship is removed. Each i in G can connect to an activity a k in A, which means that i gets involved in a k, formed as ( i, a k ). We se term participation to describe relationship between ser and activity, e.g., in social network, ser may post some texts, or forward other s post, or share a link of web page, or comment other s activity, or add some activity into favorite, in general, we call these actions as participations. (t 10, *) 10 (t 2, *) (t 1, *) 2 1 (et 1, et 3) 3 (et 3, *) t 1 (et 2, *) t 6 (et 4, *) (t 3, t 5) 5 (t 5, *) t 2 t 4 4 t 3 W 2 a 2 (t 4, *) a 1 W 1 t (et 5, *) (et 6, *) 6 (t 9, *) (t 7, *) (t 6, t 9) Fig. 1. Temporal Social Network Example Figre 1 illstrates a temporal social network, where sers and activities are plotted as dots and triangles, respectively. The relationship are divided into two categories: ser-to-ser (solid line) and ser-to-activity (dashed line). And the label on edge indicates time interval of relationship or time stamp when a ser participate in an activity. For instance, ser 1 logins commnity at time t 1 and does not logot at crrent, and ser 1 and 2 become friends at et 1 and nfriend each other at et 3, and 4, 7 and 2 participate in a 2 at t 4, t 5 and t 6, respectively. Then we formally give definition of TGQ, a TGQ (W, [t s, t e ], t ol ) aims to find a set of grops, in which, each grop is a connected graph, and all members have participated in the activities with keywords in W dring period [t s, t e ], and the average on-line dration (AOD) (dring [t s, t e ]) of the members is not less t ol. Here on-line dration (AOD) is defined as: n i=1 AOD = onlinedration( i) (1) n where n is the cardinality of the grop, onlinedration( i ) calclates on-line dration of ser i. IV. INDEXES DESIGN AND FUNCTIONS We believe that for a TGQ (W, [t s, t e ], t ol ), two kinds of temporal predicates shold be taken into consideration of bilding indexes. One is the temporal predicate [t s, t e ] for participation time, and the other is friendship valid period predicate for generating grops with valid period. Ths, we design two indexes to accelerate qery processing. One index is for finding which sers participating in the activities with keywords in W dring [t s, t e ], and the other one aims to

3 process the qery given a time period, find pairs of sers who are friends dring the period. The first index we call it Temporal Activity tree (TA-tree), which is actally a B + -tree injected with Bloom Filter[6]. In particlar, the data item (entry in leaf node) to be indexed is in the form < i, t p, a k,w ak >, where i is a ser identifier, t p represents the time ser i participates in activity a k, and W ak is the keyword set describing a k. B + -tree is bilt according to the key t p, and the keyword sets of all entries in each leaf node constitte a Bloom Filter BF, and BF serves as filter with pointers in internal nodes. Figre 2 illstrates an example of TA-tree. We se a qerying fnction to represent retrieval fnction of TA-tree, R=T ARetrv([t s, t e ], W ), which means to find ser set R participating in the activities with keywords in W dring [t s, t e ]. BF5 BF1 t 2 BF2 t 3 BF3 t 5 BF4 t 3 1,t 1,a 1, 2,t 2,a 2, 3,t 3,a 3, 4,t 4,a 4, 5,t 5,a 5, 6,t 6,a 6, 7,t 7,a 7, W 1 W 2 W 3 W 4 W 5 W 6 W 7 Fig. 2. TA-Tree Example The second index is Temporal Friendship tree (TF-tree), which is a kind of MVB-tree[7], indexing the temporal friend relationship. In particlar, data item to be indexed is in the form < i j, [t f, t ]>, where i j is concatenation of a pair of friends serving as the search key, and [t f, t ] is the valid friendship period of i and j. Ths, TF-tree s fnction is to find which pairs of sers are valid friends dring the given time period, and the retrieval fnction can be represented as R=T F Retrv([t f, t ]), which means to retrieve pairs of friends associated with corresponding valid time period dring [t f, t ]. BF6 V. QUERY PROCESSING In this section, we handle the qery processing for TGQ. First we propose a straightforward approach, after that, we optimize it to improve the efficiency. A. Searching For a TGQ (W, [t s, t e ], t ol ), the basic workflow is as following: firstly, TA-tree is sed to retrieve the ser set (say U c ) participating in the activities containing the keyword set W dring [t s, t e ], then for each candidate ser i in U c, sm of on-line dration dring [t s, t e ] is calclated. Then, the difficlty lies in how to retrn the satisfied grop with valid time period. Throgh observation, we get that the grop s valid period depends on each relationship s changing time, e.g., a temporal interval for a relationship is [t f, t ], which wold contribte the valid period of the grop. Ths we can se TFtree to retrieve all pairs of friends dring [t s, t e ], say F c, and we can generate pairs of friends in U c associated with valid time period by intersecting U c and F c, after that, for each time point when friendship change happens in U c, we calclate the satisfied snapshots of grops (i.e., connected graph), and then form the reslts. For accelerating the processing, we se a max-qee storing sers in U c sorted by on-line dration, ths we can terminate the loop as early as possible. In particlar, on each time point t i, we calclate a set of snapshot connected graph whose AOD is larger than or eqal to t ol, i.e., top element top of the maxqee is popped and checked whether on-line dration is not less than t ol, if so, that is to say it is possible for finding a satisfied connected graph containing top, then a connected graph G ti on time t is generated, and check whether AOD of G ti is larger than or eqal to t ol, if so, G ti is a reslt, after that, all sers in G ti are removed from the qee, and next top element is popped and the similar processing is contined. Otherwise, i.e., on-line dration of top is less than t ol, which means it is impossible to find a satisfied connected graph for the elements following top, so the loop for the qee is terminated and processing is moved to the next time point. Algorithm 1 presents the psedo-code of naive searching. Algorithm 1 Searching Inpt: q=(w, [t s, t e], t ol ) Otpt: Rlist 1: U c=t ARetrv([t s, t e], W ) 2: Q=generateQee(U c) 3: F c=t F Retrv([t s, t e]) 4: T P =extractt imep oints(f c, U c) 5: for each tp T P do 6: replq=q 7: while replq φ do 8: =deqee(replq) 9: if.od t ol then 10: CQ=geneCQ(, tp) 11: if AOD(CQ) t ol then 12: Rlist (CQ, tp) 13: end if 14: else 15: break 16: end if 17: end while 18: end for 19: retrn Rlist For example, after retrieving the sers that satisfied the keywords and time constristant, U c ={ 1, 2,..., 15 } is fond, and t ol =300. The relationships between these sers, F c is showed in Figre 3 with time interval tags. Meanwhile, a timeline containing t i, and the sm of on-line dration of each i is also showed in this figre [20.*) [0,1100) 7 [10.*) [400,*) [0,*) [200,*) [0,800) [0,*) [400,800) Fig. 3. Example of TGQ

4 As shown in Figre [20.*) 4, on time 2 t 1 =300, top = 6 (show [0,1100) in bold), we form a connected 7 [10.*) graph for , and then check that AOD=382>300, so we add it 14 to 13 the 270 reslt list. And then { 6, 3, [400,*) 10, 15, 13 } are removed. 4 top changes to 9, 13 we simply form a a connected graph for 9, and check that AOD=291.7<300, 15 this reslt does not satisfy. Until the 11 top = 2, the on-line dration of 2 =300, is not less than t ol. So the processing [0,*) [200,*) [0,800) is jmped 10 to the [0,*) next time 10 point 10 t 2 =400. De to space limitations [400,800) we do not show 9 the processing 14 5 at time 500 and Avg=382>300 g 1={ 6, 3, 10, 15, 13} Avg=261.6<300 Fig Avg=291.7<300 T= Avg=291.7< Searching T=500Example B Processing We optimize the naive searching in this section, throgh 14 5 observation, we can see 10 that, it is not necessary to constrct connected 3 graphs at each time 9 point. On the contrary, all the connected 10 graphs can be constrcted Avg=271.6<300 Avg=197.5<300 initially, and at each time point, according to the changes of relationship, we pdate T=800 the corresponding graph and make jdgment whether it is a satisfied 9 450grop. In particlar, we arge that the 13 key 270 techniqes lie in the pdate operations to connected graphs. On each time point, 13 there are one or more operations to previos connected graphs, 3 170and we distingish 10 the following 11 cases: (1) 5 Addition 130 of relationship between nodes both in a connected Avg=331.6>300 Avg=197.5< graph cg. For this case, no jdgment need to make, i.e., g the reslts are 1={the 6, 3,same 10, 15, 9, with 8} the previos step. (2) Addition of relationship between a node in a connected graph and an isolating node inode. For sch a case, a new connected graph containing inode is generated, which shold be inspected whether it is a satisfied grop, i.e., whether average on-line dration is not less the given vale. (3) Addition of relationship between two isolating nodes. For sch a case, a new connected graph is formed, the processing is the same with case (2). (4) Addition of relationship between one node in a connected graph and the other node in another connected graph. For sch a case, a new connected graph is formed, the processing is the same with case (2). (5) Removal of relationship between two nodes, reslting no split in a connected graph. For this case, no jdgment need to make, and reslts are nchanged. (6) Removal of relationship between two nodes, reslting a connected graph split. For this case, the two emerging connected graphs shold both be inspected whether they are still satisfied grops. Unlike the naive searching, the optimized processing only consider the changes of relationship in the graph, also take Figre 3 as an example, the processing is shown in Figre 5. Firstly, we form connected graphs at t 1 =300. Then at t 2 =400, the changes of relationship are addition of relationship { 4, 13 } (case 2) and { 3, 10 } (case 1). Adding the relationship { 3, 10 } in case 1 have no effect on the previos step, while adding the relationship { 4, 13 }, a new connected graph is formed. In this case, a new member 4 (on-line dration is 160) is added to G t1 in time 300 which reslts to AOD changing and G t1 is no longer the satisfied reslt. At t 3 =500, the changes of relationship are establishment relationship { 1, 14 } (case 3) and { 9, 10 } (case 4). At t 4 =800, the changes of relationship are removal of relationship { 3, 10 } (case 5) and { 13, 15 }, { 9, 11 } (case 6). VI. EXPERIMENTAL EVALUATION We implement the indexes and processing algorithms, and experimentally evalate them on a synthetic-real-hybrid dataset. De to the fact that there is no real dataset containing temporal information on on-line stats, relationship and activity participation. Ths we have to synthetically generate dataset based on some real datasets which contain partial temporal attribtes. Table I lists some properties of these datasets. Datasets U sers is generated according to the case of YoTbe, which owing 3,223,589 sers. Then according to birthday information of Users, we randomly prodced the login time list of each ser, which forms the login dataset. Datasets Relation is prodced based on the real dataset 1, which contains 9,375,374 pairs of relation of YoTbe. For the dataset of Activity, firstly, we download the dataset abot food theme on GCZX server, formed in xml file of 25 classes of Amazon commodities, 1759 review on the hotel and some web crawling data, etc. Secondly, we extract the sefl text as part of the text of activity, and randomly generated sers who involved in this activity and the time participate in the activities. TABLE I DATASET DESCRIPTION Dataset Record nmber Data size User 3,223, M Relation 9,375, G Login 3,223, G Activity 6,980, G We implement or algorithms in Java. To make comparison, the naive searching approach is sed as a baseline. We vary the qery parameters and at each testing point, 10 qeries are issed to collect the average reslts. The experiments are condcted on a DELL server with Intel(R) Xeon(R) 2.40GHz 1

5 [0,*) [200,*) [0,800) [0,*) [400,800) Avg= Avg=382 Avg= g1={6,3,10,15,13} 9 5 Avg= T=400 +(4,13) +(3,10) Avg=190 Avg= Avg= Avg= T=500 +(1,14) +(9,10) Avg= Avg=190 5 Avg= T=800 -(13,15) -(3,10) -(9,11) 2 Avg= Avg= g1={6,3,10,15,9,8} 11 Fig. 5. Processing Example processor, 8GB memory and 500GB disk. Table II describes the qery parameters. TABLE II PARAMETERS IN EXPERIMENT qeries parameters domain defalt TGQ t ol W q s cardinality length [ts,te] /temporal extent 0.1%-3% 1% Firstly, we vary t ol to compare the performances of two algorithms. We increase t ol from 1 to 5, while the response time of qery decreases (see Figre 6(a)), this is de to or terminating condition, i.e., a larger t ol will terminate loop earlier, ths the processing delay is redced. For the detail, we can see the effectiveness of or optimization, i.e., the optimized approach tilizes the pdates to the graphs, which redces the simple repeated grop forming procedre, ths it cost less time to retrieve the reslts. Next, we increase the nmber of qerying keywords to test performances. We can see from Figre 6(b), the response time also increases with the nmber of keywords. This can be explained that a larger nmber of keywords wold involve more tree nodes in the TA-tree to be traversed, ths more time wold be cost. Similarly, the optimized approach otperforms the naive searching. Figre 6(c) illstrates the reslts of varying parameter time selectivity, a larger vale cases more candidates to be inspected, ths the response time increases correspondingly. And still, the reslts show that a series of pdate operations is more efficient than exhasted method. VII. CONCLUSION With applications continosly developing, more and more temporal social network grop qeries will be paid attention. In this paper, we focs on temporal analytics on social grop qery, and arge Temporal Grop Qery (TGQ) is sefl and applicable. To efficiently address the qery, we design two indexing strctres to accelerate the qery processing, and two processing algorithms, one is simple, the other is optimized, to accomplish the processing. We condct experiments on realsynthetic hybrid dataset, and the reslts show or methods are capable and optimized method is efficient. In the ftre, we wold like to stdy on social grop qery with geographic attribtes Average On-line Dration (a) Effect of t ol Nmber of Keywords (b) Effect of keywords Fig. 6. Experimental Reslts 5000 ACKNOWLEDGMENT Time Selectivity(%) (c) Effect of time selectivity This work is spported by NSF of China grant and We wold like to thank Prof. Dai and Dr. H for helping with the proof. REFERENCES [1] X. Chen, C. Zhang, B. Ge, and W. Xiao, Temporal social network: Storage, indexing and qery processing, EDBT, [2] D. N. Yang, Y. L. Chen, W. C. Lee, and M. S. Chen, On socialtemporal grop qery with acqaintance constraint, Proceedings of the Vldb Endowment, vol. 4, no. 6, [3] D. N. Yang, C. Y. Shen, W. C. Lee, and M. S. Chen, On socio-spatial grop qery for location-based social networks, in Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining, 2012, pp [4] W. Li, W. Sn, C. Chen, Y. Hang, Y. Jing, and K. Chen, Circle of friend qery in geo-social networks, in International Conference on Database Systems for Advanced Applications, 2012, pp [5] K. Stefanidis and G. Koloniari, Enabling social search in time throgh graphs, in Proceedings of the 5th International Workshop on Web-scale Knowledge Representation Retrieval & Reasoning, 2014, pp [6] I. De Felipe, V. Hristidis, and N. Rishe, Keyword search on spatial databases, in Data Engineering, ICDE IEEE 24th International Conference on. IEEE, 2008, pp [7] B. Becker, S. Gschwind, T. Ohler, B. Seeger, and P. Widmayer, An asymptotically optimal mltiversion b-tree, The VLDB JornalThe International Jornal on Very Large Data Bases, vol. 5, no. 4, pp , 1996.

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter WCE 007 Jly - 4 007 London UK Step-Size onds Analysis of the Generalized Mltidelay Adaptive Filter Jnghsi Lee and Hs Chang Hang Abstract In this paper we analyze the bonds of the fixed common step-size

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

TrustSVD: Collaborative Filtering with Both the Explicit and Implicit Influence of User Trust and of Item Ratings

TrustSVD: Collaborative Filtering with Both the Explicit and Implicit Influence of User Trust and of Item Ratings Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence TrstSVD: Collaborative Filtering with Both the Explicit and Implicit Inflence of User Trst and of Item Ratings Gibing Go Jie Zhang

More information

Sources of Non Stationarity in the Semivariogram

Sources of Non Stationarity in the Semivariogram Sorces of Non Stationarity in the Semivariogram Migel A. Cba and Oy Leangthong Traditional ncertainty characterization techniqes sch as Simple Kriging or Seqential Gassian Simlation rely on stationary

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

Simplified Identification Scheme for Structures on a Flexible Base

Simplified Identification Scheme for Structures on a Flexible Base Simplified Identification Scheme for Strctres on a Flexible Base L.M. Star California State University, Long Beach G. Mylonais University of Patras, Greece J.P. Stewart University of California, Los Angeles

More information

Concepts Introduced. Digital Electronics. Logic Blocks. Truth Tables

Concepts Introduced. Digital Electronics. Logic Blocks. Truth Tables Concepts Introdced Digital Electronics trth tables, logic eqations, and gates combinational logic seqential logic Digital electronics operate at either high or low voltage. Compters se a binary representation

More information

Simulation investigation of the Z-source NPC inverter

Simulation investigation of the Z-source NPC inverter octoral school of energy- and geo-technology Janary 5 20, 2007. Kressaare, Estonia Simlation investigation of the Z-sorce NPC inverter Ryszard Strzelecki, Natalia Strzelecka Gdynia Maritime University,

More information

1. Tractable and Intractable Computational Problems So far in the course we have seen many problems that have polynomial-time solutions; that is, on

1. Tractable and Intractable Computational Problems So far in the course we have seen many problems that have polynomial-time solutions; that is, on . Tractable and Intractable Comptational Problems So far in the corse we have seen many problems that have polynomial-time soltions; that is, on a problem instance of size n, the rnning time T (n) = O(n

More information

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom EPJ Web of Conferences 80, 0034 (08) EFM 07 Stdy on the implsive pressre of tank oscillating by force towards mltiple degrees of freedom Shigeyki Hibi,* The ational Defense Academy, Department of Mechanical

More information

Multi-Voltage Floorplan Design with Optimal Voltage Assignment

Multi-Voltage Floorplan Design with Optimal Voltage Assignment Mlti-Voltage Floorplan Design with Optimal Voltage Assignment ABSTRACT Qian Zaichen Department of CSE The Chinese University of Hong Kong Shatin,N.T., Hong Kong zcqian@cse.chk.ed.hk In this paper, we stdy

More information

A Model-Free Adaptive Control of Pulsed GTAW

A Model-Free Adaptive Control of Pulsed GTAW A Model-Free Adaptive Control of Plsed GTAW F.L. Lv 1, S.B. Chen 1, and S.W. Dai 1 Institte of Welding Technology, Shanghai Jiao Tong University, Shanghai 00030, P.R. China Department of Atomatic Control,

More information

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process Decision Making in Complex Environments Lectre 2 Ratings and Introdction to Analytic Network Process Lectres Smmary Lectre 5 Lectre 1 AHP=Hierar chies Lectre 3 ANP=Networks Strctring Complex Models with

More information

Performance analysis of GTS allocation in Beacon Enabled IEEE

Performance analysis of GTS allocation in Beacon Enabled IEEE 1 Performance analysis of GTS allocation in Beacon Enabled IEEE 8.15.4 Pangn Park, Carlo Fischione, Karl Henrik Johansson Abstract Time-critical applications for wireless sensor networks (WSNs) are an

More information

System identification of buildings equipped with closed-loop control devices

System identification of buildings equipped with closed-loop control devices System identification of bildings eqipped with closed-loop control devices Akira Mita a, Masako Kamibayashi b a Keio University, 3-14-1 Hiyoshi, Kohok-k, Yokohama 223-8522, Japan b East Japan Railway Company

More information

Second-Order Wave Equation

Second-Order Wave Equation Second-Order Wave Eqation A. Salih Department of Aerospace Engineering Indian Institte of Space Science and Technology, Thirvananthapram 3 December 016 1 Introdction The classical wave eqation is a second-order

More information

FRTN10 Exercise 12. Synthesis by Convex Optimization

FRTN10 Exercise 12. Synthesis by Convex Optimization FRTN Exercise 2. 2. We want to design a controller C for the stable SISO process P as shown in Figre 2. sing the Yola parametrization and convex optimization. To do this, the control loop mst first be

More information

Section 7.4: Integration of Rational Functions by Partial Fractions

Section 7.4: Integration of Rational Functions by Partial Fractions Section 7.4: Integration of Rational Fnctions by Partial Fractions This is abot as complicated as it gets. The Method of Partial Fractions Ecept for a few very special cases, crrently we have no way to

More information

Information Source Detection in the SIR Model: A Sample Path Based Approach

Information Source Detection in the SIR Model: A Sample Path Based Approach Information Sorce Detection in the SIR Model: A Sample Path Based Approach Kai Zh and Lei Ying School of Electrical, Compter and Energy Engineering Arizona State University Tempe, AZ, United States, 85287

More information

Designing of Virtual Experiments for the Physics Class

Designing of Virtual Experiments for the Physics Class Designing of Virtal Experiments for the Physics Class Marin Oprea, Cristina Miron Faclty of Physics, University of Bcharest, Bcharest-Magrele, Romania E-mail: opreamarin2007@yahoo.com Abstract Physics

More information

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty Technical Note EN-FY160 Revision November 30, 016 ODiSI-B Sensor Strain Gage Factor Uncertainty Abstract Lna has pdated or strain sensor calibration tool to spport NIST-traceable measrements, to compte

More information

Incorporating Diversity in a Learning to Rank Recommender System

Incorporating Diversity in a Learning to Rank Recommender System Proceedings of the Twenty-Ninth International Florida Artificial Intelligence Research Society Conference Incorporating Diversity in a Learning to Rank Recommender System Jacek Wasilewski and Neil Hrley

More information

Sareban: Evaluation of Three Common Algorithms for Structure Active Control

Sareban: Evaluation of Three Common Algorithms for Structure Active Control Engineering, Technology & Applied Science Research Vol. 7, No. 3, 2017, 1638-1646 1638 Evalation of Three Common Algorithms for Strctre Active Control Mohammad Sareban Department of Civil Engineering Shahrood

More information

An Investigation into Estimating Type B Degrees of Freedom

An Investigation into Estimating Type B Degrees of Freedom An Investigation into Estimating Type B Degrees of H. Castrp President, Integrated Sciences Grop Jne, 00 Backgrond The degrees of freedom associated with an ncertainty estimate qantifies the amont of information

More information

Prediction of Effective Asphalt Layer Temperature

Prediction of Effective Asphalt Layer Temperature TRANSPORTATION RESEARCH RECORD 1473 93 Prediction of Effective Asphalt Layer Temperatre EARL H. INGE, JR., AND Y. RICHARD KIM The most widely sed method for evalating deflection measrements for overlay

More information

Sensitivity Analysis in Bayesian Networks: From Single to Multiple Parameters

Sensitivity Analysis in Bayesian Networks: From Single to Multiple Parameters Sensitivity Analysis in Bayesian Networks: From Single to Mltiple Parameters Hei Chan and Adnan Darwiche Compter Science Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwiche}@cs.cla.ed

More information

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance Optimal Control of a Heterogeneos Two Server System with Consideration for Power and Performance by Jiazheng Li A thesis presented to the University of Waterloo in flfilment of the thesis reqirement for

More information

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli 1 Introdction Discssion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen Department of Economics, University of Copenhagen and CREATES,

More information

Development of Second Order Plus Time Delay (SOPTD) Model from Orthonormal Basis Filter (OBF) Model

Development of Second Order Plus Time Delay (SOPTD) Model from Orthonormal Basis Filter (OBF) Model Development of Second Order Pls Time Delay (SOPTD) Model from Orthonormal Basis Filter (OBF) Model Lemma D. Tfa*, M. Ramasamy*, Sachin C. Patwardhan **, M. Shhaimi* *Chemical Engineering Department, Universiti

More information

Chapter 4 Supervised learning:

Chapter 4 Supervised learning: Chapter 4 Spervised learning: Mltilayer Networks II Madaline Other Feedforward Networks Mltiple adalines of a sort as hidden nodes Weight change follows minimm distrbance principle Adaptive mlti-layer

More information

PREDICTABILITY OF SOLID STATE ZENER REFERENCES

PREDICTABILITY OF SOLID STATE ZENER REFERENCES PREDICTABILITY OF SOLID STATE ZENER REFERENCES David Deaver Flke Corporation PO Box 99 Everett, WA 986 45-446-6434 David.Deaver@Flke.com Abstract - With the advent of ISO/IEC 175 and the growth in laboratory

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

Formules relatives aux probabilités qui dépendent de très grands nombers

Formules relatives aux probabilités qui dépendent de très grands nombers Formles relatives ax probabilités qi dépendent de très grands nombers M. Poisson Comptes rends II (836) pp. 603-63 In the most important applications of the theory of probabilities, the chances of events

More information

Lecture 12: Pipelined Implementations: Control Hazards and Resolutions

Lecture 12: Pipelined Implementations: Control Hazards and Resolutions 18-447 Lectre 12: Pipelined Implementations: Control Hazards and Resoltions S 09 L12-1 James C. Hoe Dept of ECE, CU arch 2, 2009 Annoncements: Spring break net week!! Project 2 de the week after spring

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

4.2 First-Order Logic

4.2 First-Order Logic 64 First-Order Logic and Type Theory The problem can be seen in the two qestionable rles In the existential introdction, the term a has not yet been introdced into the derivation and its se can therefore

More information

Random Walks on the Bipartite-Graph for Personalized Recommendation

Random Walks on the Bipartite-Graph for Personalized Recommendation International Conference on Compter Science and Artificial Intelligence (ICCSAI 213) ISBN: 978-1-6595-132-4 Random Wals on the Bipartite-Graph for Personalized Recommendation Zhong-yo Pei, Chn-heng Chiang,

More information

Convergence analysis of ant colony learning

Convergence analysis of ant colony learning Delft University of Technology Delft Center for Systems and Control Technical report 11-012 Convergence analysis of ant colony learning J van Ast R Babška and B De Schtter If yo want to cite this report

More information

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation Stability of Model Predictive Control sing Markov Chain Monte Carlo Optimisation Elilini Siva, Pal Golart, Jan Maciejowski and Nikolas Kantas Abstract We apply stochastic Lyapnov theory to perform stability

More information

EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE

EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE 13 th World Conference on Earthqake Engineering Vancover, B.C., Canada Agst 1-6, 2004 Paper No. 3099 EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE Ellen M. RATHJE 1, Wen-Jong CHANG 2, Kenneth

More information

Graph-Modeled Data Clustering: Fixed-Parameter Algorithms for Clique Generation

Graph-Modeled Data Clustering: Fixed-Parameter Algorithms for Clique Generation Graph-Modeled Data Clstering: Fied-Parameter Algorithms for Cliqe Generation Jens Gramm Jiong Go Falk Hüffner Rolf Niedermeier Wilhelm-Schickard-Institt für Informatik, Universität Tübingen, Sand 13, D-72076

More information

arxiv: v2 [cs.dc] 2 Apr 2016

arxiv: v2 [cs.dc] 2 Apr 2016 Sbgraph Conting: Color Coding Beyond Trees Venkatesan T. Chakaravarthy 1, Michael Kapralov 2, Prakash Mrali 1, Fabrizio Petrini 3, Xiny Qe 3, Yogish Sabharwal 1, and Barch Schieber 3 arxiv:1602.04478v2

More information

Assignment Fall 2014

Assignment Fall 2014 Assignment 5.086 Fall 04 De: Wednesday, 0 December at 5 PM. Upload yor soltion to corse website as a zip file YOURNAME_ASSIGNMENT_5 which incldes the script for each qestion as well as all Matlab fnctions

More information

Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS

Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS 3. System Modeling Mathematical Modeling In designing control systems we mst be able to model engineered system dynamics. The model of a dynamic system

More information

Thermal balance of a wall with PCM-enhanced thermal insulation

Thermal balance of a wall with PCM-enhanced thermal insulation Thermal balance of a wall with PCM-enhanced thermal inslation E. Kossecka Institte of Fndamental Technological esearch of the Polish Academy of Sciences, Warsaw, Poland J. Kośny Oak idge National aboratory;

More information

PHASE STEERING AND FOCUSING BEHAVIOR OF ULTRASOUND IN CEMENTITIOUS MATERIALS

PHASE STEERING AND FOCUSING BEHAVIOR OF ULTRASOUND IN CEMENTITIOUS MATERIALS PHAS STRING AND FOCUSING BHAVIOR OF ULTRASOUND IN CMNTITIOUS MATRIALS Shi-Chang Wooh and Lawrence Azar Department of Civil and nvironmental ngineering Massachsetts Institte of Technology Cambridge, MA

More information

1. INTRODUCTION. A solution for the dark matter mystery based on Euclidean relativity. Frédéric LASSIAILLE 2009 Page 1 14/05/2010. Frédéric LASSIAILLE

1. INTRODUCTION. A solution for the dark matter mystery based on Euclidean relativity. Frédéric LASSIAILLE 2009 Page 1 14/05/2010. Frédéric LASSIAILLE Frédéric LASSIAILLE 2009 Page 1 14/05/2010 Frédéric LASSIAILLE email: lmimi2003@hotmail.com http://lmi.chez-alice.fr/anglais A soltion for the dark matter mystery based on Eclidean relativity The stdy

More information

Designing MIPS Processor

Designing MIPS Processor CSE 675.: Introdction to Compter Architectre Designing IPS Processor (lti-cycle) Presentation H Reading Assignment: 5.5,5.6 lti-cycle Design Principles Break p eection of each instrction into steps. The

More information

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University 9. TRUSS ANALYSIS... 1 9.1 PLANAR TRUSS... 1 9. SPACE TRUSS... 11 9.3 SUMMARY... 1 9.4 EXERCISES... 15 9. Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above)

More information

APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING

APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING 170 APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING I. M. Parton* and P. W. Taylor* INTRODUCTION Two previos papers pblished in this Blletin (Refs 1, 2) described the methods developed

More information

Strategic Timing of Content in Online Social Networks

Strategic Timing of Content in Online Social Networks Strategic Timing of Content in Online Social Networks Sina Modaresi Department of Indstrial Engineering, University of Pittsbrgh, Pittsbrgh PA 56, sim3@pitt.ed Jan Pablo Vielma Sloan School of Management,

More information

Modelling by Differential Equations from Properties of Phenomenon to its Investigation

Modelling by Differential Equations from Properties of Phenomenon to its Investigation Modelling by Differential Eqations from Properties of Phenomenon to its Investigation V. Kleiza and O. Prvinis Kanas University of Technology, Lithania Abstract The Panevezys camps of Kanas University

More information

DEFINITION OF A NEW UO 2 F 2 DENSITY LAW FOR LOW- MODERATED SOLUTIONS (H/U < 20) AND CONSEQUENCES ON CRITICALITY SAFETY

DEFINITION OF A NEW UO 2 F 2 DENSITY LAW FOR LOW- MODERATED SOLUTIONS (H/U < 20) AND CONSEQUENCES ON CRITICALITY SAFETY DEFINITION OF A NEW UO 2 F 2 DENSITY LAW FOR LOW- MODERATED SOLUTIONS ( < 20) AND CONSEQUENCES ON CRITICALITY SAFETY N. Leclaire, S. Evo, I.R.S.N., France Introdction In criticality stdies, the blk density

More information

On the scaling ranges of detrended fluctuation analysis for long-memory correlated short series of data

On the scaling ranges of detrended fluctuation analysis for long-memory correlated short series of data On the scaling ranges of detrended flctation analysis for long-memory correlated short series of data arxiv:126.17v1 [physics.data-an] 5 Jn 212 Darisz Grech (1) and Zygmnt Mazr (2) (1) Institte of Theoretical

More information

FACULTY WORKING PAPER NO. 1081

FACULTY WORKING PAPER NO. 1081 35 51 COPY 2 FACULTY WORKING PAPER NO. 1081 Diagnostic Inference in Performance Evalation: Effects of Case and Event Covariation and Similarity Clifton Brown College of Commerce and Bsiness Administration

More information

Curves - Foundation of Free-form Surfaces

Curves - Foundation of Free-form Surfaces Crves - Fondation of Free-form Srfaces Why Not Simply Use a Point Matrix to Represent a Crve? Storage isse and limited resoltion Comptation and transformation Difficlties in calclating the intersections

More information

AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS

AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS Fang-Ming Y, Hng-Yan Chng* and Chen-Ning Hang Department of Electrical Engineering National Central University, Chngli,

More information

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers D.R. Espinoza-Trejo and D.U. Campos-Delgado Facltad de Ingeniería, CIEP, UASLP, espinoza trejo dr@aslp.mx Facltad de Ciencias,

More information

AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS

AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS Fang-Ming Y, Hng-Yan Chng* and Chen-Ning Hang Department of Electrical Engineering National Central University, Chngli,

More information

Roy Aleksan Centre d Etudes Nucleaires, Saclay, DAPNIA/SPP, F Gif-sur-Yvette, CEDEX, France

Roy Aleksan Centre d Etudes Nucleaires, Saclay, DAPNIA/SPP, F Gif-sur-Yvette, CEDEX, France CSUHEP -1 DAPNIA--95 LAL--83 Measring the Weak Phase γ in Color Allowed B DKπ Decays Roy Aleksan Centre d Etdes Ncleaires, Saclay, DAPNIA/SPP, F-91191 Gif-sr-Yvette, CEDEX, France Troels C. Petersen LAL

More information

FRÉCHET KERNELS AND THE ADJOINT METHOD

FRÉCHET KERNELS AND THE ADJOINT METHOD PART II FRÉCHET KERNES AND THE ADJOINT METHOD 1. Setp of the tomographic problem: Why gradients? 2. The adjoint method 3. Practical 4. Special topics (sorce imaging and time reversal) Setp of the tomographic

More information

A Regulator for Continuous Sedimentation in Ideal Clarifier-Thickener Units

A Regulator for Continuous Sedimentation in Ideal Clarifier-Thickener Units A Reglator for Continos Sedimentation in Ideal Clarifier-Thickener Units STEFAN DIEHL Centre for Mathematical Sciences, Lnd University, P.O. Box, SE- Lnd, Sweden e-mail: diehl@maths.lth.se) Abstract. The

More information

Prediction of Transmission Distortion for Wireless Video Communication: Analysis

Prediction of Transmission Distortion for Wireless Video Communication: Analysis Prediction of Transmission Distortion for Wireless Video Commnication: Analysis Zhifeng Chen and Dapeng W Department of Electrical and Compter Engineering, University of Florida, Gainesville, Florida 326

More information

Line Orthogonality in Adjacency Eigenspace with Application to Community Partition

Line Orthogonality in Adjacency Eigenspace with Application to Community Partition Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence Line Orthogonality in Adjacency Eigenspace with Application to Commnity Partition Leting W 1,XiaoweiYing 1,XintaoW

More information

VIBRATION MEASUREMENT UNCERTAINTY AND RELIABILITY DIAGNOSTICS RESULTS IN ROTATING SYSTEMS

VIBRATION MEASUREMENT UNCERTAINTY AND RELIABILITY DIAGNOSTICS RESULTS IN ROTATING SYSTEMS VIBRATIO MEASUREMET UCERTAITY AD RELIABILITY DIAGOSTICS RESULTS I ROTATIG SYSTEMS. Introdction M. Eidkevicite, V. Volkovas anas University of Technology, Lithania The rotating machinery technical state

More information

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet The Role of Visalization Approach on Stdent s Conceptal Learning Konyaliogl, Serpil Department of Secondary Science and Mathematics Edcation, K.K. Edcation Faclty, Atatürk University, 25240- Erzrm-Trkey;

More information

Discussion Papers Department of Economics University of Copenhagen

Discussion Papers Department of Economics University of Copenhagen Discssion Papers Department of Economics University of Copenhagen No. 10-06 Discssion of The Forward Search: Theory and Data Analysis, by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen,

More information

Diffraction of light due to ultrasonic wave propagation in liquids

Diffraction of light due to ultrasonic wave propagation in liquids Diffraction of light de to ltrasonic wave propagation in liqids Introdction: Acostic waves in liqids case density changes with spacing determined by the freqency and the speed of the sond wave. For ltrasonic

More information

ANALYSIS OF ROUNDABOUT CAPACITIES IN THE CITY OF ZAGREB

ANALYSIS OF ROUNDABOUT CAPACITIES IN THE CITY OF ZAGREB ANALYSIS OF ROUNDABOUT CAPACITIES IN THE CITY OF ZAGREB Nikola Šbić B. Eng., Hrvatska osigravajća d.d., Ivana Lcića 2a, 1 Zagreb, Croatia nikola.sbic@hok-osigranje.hr, Hrvoje Pilko B. Eng. University of

More information

We automate the bivariate change-of-variables technique for bivariate continuous random variables with

We automate the bivariate change-of-variables technique for bivariate continuous random variables with INFORMS Jornal on Compting Vol. 4, No., Winter 0, pp. 9 ISSN 09-9856 (print) ISSN 56-558 (online) http://dx.doi.org/0.87/ijoc.046 0 INFORMS Atomating Biariate Transformations Jeff X. Yang, John H. Drew,

More information

A Survey of the Implementation of Numerical Schemes for Linear Advection Equation

A Survey of the Implementation of Numerical Schemes for Linear Advection Equation Advances in Pre Mathematics, 4, 4, 467-479 Pblished Online Agst 4 in SciRes. http://www.scirp.org/jornal/apm http://dx.doi.org/.436/apm.4.485 A Srvey of the Implementation of Nmerical Schemes for Linear

More information

Applying Fuzzy Set Approach into Achieving Quality Improvement for Qualitative Quality Response

Applying Fuzzy Set Approach into Achieving Quality Improvement for Qualitative Quality Response Proceedings of the 007 WSES International Conference on Compter Engineering and pplications, Gold Coast, stralia, Janary 17-19, 007 5 pplying Fzzy Set pproach into chieving Qality Improvement for Qalitative

More information

Study on the Mathematic Model of Product Modular System Orienting the Modular Design

Study on the Mathematic Model of Product Modular System Orienting the Modular Design Natre and Science, 2(, 2004, Zhong, et al, Stdy on the Mathematic Model Stdy on the Mathematic Model of Prodct Modlar Orienting the Modlar Design Shisheng Zhong 1, Jiang Li 1, Jin Li 2, Lin Lin 1 (1. College

More information

IJSER. =η (3) = 1 INTRODUCTION DESCRIPTION OF THE DRIVE

IJSER. =η (3) = 1 INTRODUCTION DESCRIPTION OF THE DRIVE International Jornal of Scientific & Engineering Research, Volme 5, Isse 4, April-014 8 Low Cost Speed Sensor less PWM Inverter Fed Intion Motor Drive C.Saravanan 1, Dr.M.A.Panneerselvam Sr.Assistant Professor

More information

Artemisa. edigraphic.com. The uncertainty concept and its implications for laboratory medicine. medigraphic. en línea. Reporte breve Metrología

Artemisa. edigraphic.com. The uncertainty concept and its implications for laboratory medicine. medigraphic. en línea. Reporte breve Metrología medigraphic rtemisa en línea Reporte breve Metrología The ncertainty concept and its implications for laboratory medicine nders Kallner, PhD MD* MESUREMENT PERFORMNE * Department of linical hemistry Karolinska

More information

Model Discrimination of Polynomial Systems via Stochastic Inputs

Model Discrimination of Polynomial Systems via Stochastic Inputs Model Discrimination of Polynomial Systems via Stochastic Inpts D. Georgiev and E. Klavins Abstract Systems biologists are often faced with competing models for a given experimental system. Unfortnately,

More information

Predicting Popularity of Twitter Accounts through the Discovery of Link-Propagating Early Adopters

Predicting Popularity of Twitter Accounts through the Discovery of Link-Propagating Early Adopters Predicting Poplarity of Titter Acconts throgh the Discoery of Link-Propagating Early Adopters Daichi Imamori Gradate School of Informatics, Kyoto Uniersity Sakyo, Kyoto 606-850 Japan imamori@dl.soc.i.kyoto-.ac.jp

More information

Design and Data Acquisition for Thermal Conductivity Matric Suction Sensors

Design and Data Acquisition for Thermal Conductivity Matric Suction Sensors 68 TRANSPORTATION RSARCH RCORD 1432 Design and Data Acqisition for Thermal Condctivity Matric Sction Sensors J. K.-M. GAN, D. G. FRDLUND, A. XING, AND W.-X. LI The principles behind sing the thermal condctivity

More information

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation JOURNAL OF AIRCRAFT Vol. 42, No. 4, Jly Agst 2005 Redcing Conservatism in Fltterometer Predictions Using Volterra Modeling with Modal Parameter Estimation Rick Lind and Joao Pedro Mortaga University of

More information

A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem

A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem Palo Feofiloff Cristina G. Fernandes Carlos E. Ferreira José Coelho de Pina September 04 Abstract The primal-dal

More information

LambdaMF: Learning Nonsmooth Ranking Functions in Matrix Factorization Using Lambda

LambdaMF: Learning Nonsmooth Ranking Functions in Matrix Factorization Using Lambda 2015 IEEE International Conference on Data Mining LambdaMF: Learning Nonsmooth Ranking Fnctions in Matrix Factorization Using Lambda Gang-He Lee Department of Compter Science and Information Engineering

More information

The spreading residue harmonic balance method for nonlinear vibration of an electrostatically actuated microbeam

The spreading residue harmonic balance method for nonlinear vibration of an electrostatically actuated microbeam J.L. Pan W.Y. Zh Nonlinear Sci. Lett. Vol.8 No. pp.- September The spreading reside harmonic balance method for nonlinear vibration of an electrostatically actated microbeam J. L. Pan W. Y. Zh * College

More information

Essentials of optimal control theory in ECON 4140

Essentials of optimal control theory in ECON 4140 Essentials of optimal control theory in ECON 4140 Things yo need to know (and a detail yo need not care abot). A few words abot dynamic optimization in general. Dynamic optimization can be thoght of as

More information

Problem Class 4. More State Machines (Problem Sheet 3 con t)

Problem Class 4. More State Machines (Problem Sheet 3 con t) Problem Class 4 More State Machines (Problem Sheet 3 con t) Peter Cheng Department of Electrical & Electronic Engineering Imperial College London URL: www.ee.imperial.ac.k/pcheng/ee2_digital/ E-mail: p.cheng@imperial.ac.k

More information

Joint Transfer of Energy and Information in a Two-hop Relay Channel

Joint Transfer of Energy and Information in a Two-hop Relay Channel Joint Transfer of Energy and Information in a Two-hop Relay Channel Ali H. Abdollahi Bafghi, Mahtab Mirmohseni, and Mohammad Reza Aref Information Systems and Secrity Lab (ISSL Department of Electrical

More information

GEOGRAPHY GEOGRAPHY. CfE. BrightRED Study Guide. CfE. ADVANCED Higher. Phil Duffy. BrightRED Study Guides. CfE ADVANCED Higher GEOGRAPHY.

GEOGRAPHY GEOGRAPHY. CfE. BrightRED Study Guide. CfE. ADVANCED Higher. Phil Duffy. BrightRED Study Guides. CfE ADVANCED Higher GEOGRAPHY. BrightRED BrightRED Stdy Gides Phil Dffy This BrightRED Stdy Gide is the ltimate companion to yor Advanced Higher Geography stdies! Written by or trsted athor and experienced Geography teacher, Phil Dffy,

More information

Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defuzzification Strategy in an Adaptive Neuro Fuzzy Inference System

Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defuzzification Strategy in an Adaptive Neuro Fuzzy Inference System Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defzzification Strategy in an Adaptive Nero Fzzy Inference System M. Onder Efe Bogazici University, Electrical and Electronic Engineering

More information

Experimental Study of an Impinging Round Jet

Experimental Study of an Impinging Round Jet Marie Crie ay Final Report : Experimental dy of an Impinging Rond Jet BOURDETTE Vincent Ph.D stdent at the Rovira i Virgili University (URV), Mechanical Engineering Department. Work carried ot dring a

More information

3.4-Miscellaneous Equations

3.4-Miscellaneous Equations .-Miscellaneos Eqations Factoring Higher Degree Polynomials: Many higher degree polynomials can be solved by factoring. Of particlar vale is the method of factoring by groping, however all types of factoring

More information

Bridging the Gap Between Multigrid, Hierarchical, and Receding-Horizon Control

Bridging the Gap Between Multigrid, Hierarchical, and Receding-Horizon Control Bridging the Gap Between Mltigrid, Hierarchical, and Receding-Horizon Control Victor M. Zavala Mathematics and Compter Science Division Argonne National Laboratory Argonne, IL 60439 USA (e-mail: vzavala@mcs.anl.gov).

More information

Adaptive Fault-tolerant Control with Control Allocation for Flight Systems with Severe Actuator Failures and Input Saturation

Adaptive Fault-tolerant Control with Control Allocation for Flight Systems with Severe Actuator Failures and Input Saturation 213 American Control Conference (ACC) Washington, DC, USA, Jne 17-19, 213 Adaptive Falt-tolerant Control with Control Allocation for Flight Systems with Severe Actator Failres and Inpt Satration Man Wang,

More information

Active Flux Schemes for Advection Diffusion

Active Flux Schemes for Advection Diffusion AIAA Aviation - Jne, Dallas, TX nd AIAA Comptational Flid Dynamics Conference AIAA - Active Fl Schemes for Advection Diffsion Hiroaki Nishikawa National Institte of Aerospace, Hampton, VA 3, USA Downloaded

More information

Effects of Soil Spatial Variability on Bearing Capacity of Shallow Foundations

Effects of Soil Spatial Variability on Bearing Capacity of Shallow Foundations Geotechnical Safety and Risk V T. Schweckendiek et al. (Eds.) 2015 The athors and IOS Press. This article is pblished online with Open Access by IOS Press and distribted nder the terms of the Creative

More information

Effects Of Symmetry On The Structural Controllability Of Neural Networks: A Perspective

Effects Of Symmetry On The Structural Controllability Of Neural Networks: A Perspective 16 American Control Conference (ACC) Boston Marriott Copley Place Jly 6-8, 16. Boston, MA, USA Effects Of Symmetry On The Strctral Controllability Of Neral Networks: A Perspective Andrew J. Whalen 1, Sean

More information

Nonparametric Identification and Robust H Controller Synthesis for a Rotational/Translational Actuator

Nonparametric Identification and Robust H Controller Synthesis for a Rotational/Translational Actuator Proceedings of the 6 IEEE International Conference on Control Applications Mnich, Germany, October 4-6, 6 WeB16 Nonparametric Identification and Robst H Controller Synthesis for a Rotational/Translational

More information

Universal Scheme for Optimal Search and Stop

Universal Scheme for Optimal Search and Stop Universal Scheme for Optimal Search and Stop Sirin Nitinawarat Qalcomm Technologies, Inc. 5775 Morehose Drive San Diego, CA 92121, USA Email: sirin.nitinawarat@gmail.com Vengopal V. Veeravalli Coordinated

More information

Propagation of measurement uncertainty in spatial characterisation of recreational fishing catch rates using logistic transform indicator kriging

Propagation of measurement uncertainty in spatial characterisation of recreational fishing catch rates using logistic transform indicator kriging st International Congress on Modelling and Simlation, Gold Coast, Astralia, 9 Nov to 4 Dec 05 www.mssan.org.a/modsim05 Propagation of measrement ncertainty in spatial characterisation of recreational fishing

More information

Math 144 Activity #10 Applications of Vectors

Math 144 Activity #10 Applications of Vectors 144 p 1 Math 144 Actiity #10 Applications of Vectors In the last actiity, yo were introdced to ectors. In this actiity yo will look at some of the applications of ectors. Let the position ector = a, b

More information

Control Performance Monitoring of State-Dependent Nonlinear Processes

Control Performance Monitoring of State-Dependent Nonlinear Processes Control Performance Monitoring of State-Dependent Nonlinear Processes Lis F. Recalde*, Hong Ye Wind Energy and Control Centre, Department of Electronic and Electrical Engineering, University of Strathclyde,

More information

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students BLOOM S TAXONOMY Topic Following Bloom s Taonomy to Assess Stdents Smmary A handot for stdents to eplain Bloom s taonomy that is sed for item writing and test constrction to test stdents to see if they

More information