Incorporating Diversity in a Learning to Rank Recommender System

Size: px
Start display at page:

Download "Incorporating Diversity in a Learning to Rank Recommender System"

Transcription

1 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 Insight Centre for Data Analytics University College Dblin Dblin, Ireland {acek.wasilewski, neil.hrley}@insight-centre.org Abstract Reglarisation is typically applied to the optimisation obective of matrix factorisation methods in order to avoid overfitting. In this paper, we explore the se of reglarisation to enhance the diversity of the recommendations prodced by these methods. Given a matrix of pairwise item distances, we add reglarisation terms dependent on the item distances to the accracy obective of a learning to rank matrix factorisation formlation. We examine the impact of these reglarisers on the latent factors prodced by the algorithm and show that sch reglarisation does indeed promote diversity. The reglarisation comes at a cost of performance in terms of accracy and ltimately the approach cannot greatly enhance diversity withot a conseqent fall-off in accracy. Introdction Recommender systems have become biqitos in online systems and services. Their goal is to help address the choice overload problem, by filtering a large set of possible selections into a mch smaller set of recommended items that a ser is likely to be interested in. Recommendations are generally based on a set of implicit or explicit item ratings gathered from sers in past interactions. Matrix factorisation has proven an effective means of prodcing accrate recommendations. In sch methods, the rating matrix is factored into two low-rank matrices, representing ser- and item-latent factors and predicted ratings are obtained by mltiplying the corresponding ser and item factors. Interest in promoting the diversity of recommendations has increased in recent years. In general, the promotion of diversity is in opposition to the reqirement of high accracy. Many offline stdies have fond that the more diverse a recommendation is, the less likely it is to match the ser s preference and conversely, a highly accrate set is likely to consist of many similar recommendations. Some work, e.g. (Ekstrand et al. 204), has fond positive correlations between diversity and accracy as sbectively perceived by sers in ser trials. To date, many of the approaches to diversity enhancement have been developed in the context of memory-based algorithms, or alternatively, diversity enhancement has been considered as a separate post-processing step carried ot after the initial rating predictions have been obtained. In this paper, we Copyright c 206, Association for the Advancement of Artificial Intelligence ( All rights reserved. explore whether it is possible to tackle the accracy and diversity problems together in a single training phase. Reglarisation has been sed in matrix factorisation algorithms, principally to control for overfitting, by constraining the size of the latent factors. However, in the literatre on recommender systems, different types of reglarisers have been proposed in order to incorporate other side information into the obective fnction optimisation to spport the recommendation. For example, in (Jamali and Ester 200) a social reglarisation is proposed to incorporate social network information into the optimisation, by encoraging sers who are close in the social network to have similar ser latent factors. We are motivated by sch work to consider whether appropriate reglarisation can be sed to enhance diversity. Given an item distance matrix, in this paper, we propose a nmber of reglarisations that se the distance matrix to encorage the optimisation to prodce factors that reslt in a diverse set of items in the recommendation list. We evalate the reglarisation methods on two datasets. Ultimately, we observe that, while some of the proposed reglarisers are effective in promoting diversity, the diversity cannot be largely improved withot a conseqent fall-off in accracy. The paper is organised as follows: after reviewing the state-of-the-art and smmarising the learning-to-rank method pon which or reglarisers are applied, we propose a nmber of different reglarisation terms and discss their likely effectiveness. We then describe how to incorporate sch reglarisation in an alternating least sqares optimisation framework. In the evalation section, we test the reglarisers and compare their performance. Related Work The generation of personalised rankings from implicit feedback data has received some attention in recent work in recommender systems (H, Koren, and Volinsky 2008; Pilászy, Zibriczky, and Tikk 200; Jahrer and Töscher 202; Takács and Tikk 202). In this paper, we focs on incorporating diversity into the learning to rank algorithm for implicit feedback, proposed in (Takács and Tikk 202), althogh or method can be applied to any matrix factorisation formlation. Work on diversity has largely focsed on variants of the Maximm Marginal Relevance (MMR) re-ranking principle introdced originally in (Carbonell and Goldstein 998) and sed the diversification of recommen- 572

2 dations in work sch as (Ziegler et al. 2005; Zhang and Hrley 2008). In this approach, the final recommendation is prodced in two steps: first a list of recommendation candidates is prodced for each ser and then the top-n items are selected one by one in a way that an item and a list of already selected items has the highest diversity vale. Re-ranking based on the intent-aware framework has also been proposed (Vargas, Castells, and Vallet 20). In contrast to this work, we focs on tackling accracy and diversity ointly dring model training. A comprehensive framework for evalating novelty and diversity is given in (Vargas and Castells 20). We se this framework in the evalation of or proposed method. Measring Diversity Given a set, U, of sers with n = U and a set, I, of items with m = I and an n m matrix R containing ratings given by the each ser for some of the m items, the top-n recommendation problem is, for a given ser, to recommend a list L of N items that the ser is likely to enoy. The accracy of the recommendation algorithm can be measred sing varios different metrics, by comparing L with hold-ot data. We assme that there also exists an m m matrix D, with elements d(i, ) giving a distance between items i and and that, as well as being accrate, we wold like the recommendation to be novel or diverse. Within the framework for evalating novelty and diversity in recommender systems proposed in (Vargas and Castells 20), the novelty of items is measred with the respect to a particlar context. We concentrate on the expected intra-list diversity (EILD) which measres the novelty of recommended items with respect to the other items in the recommended list. A recommended list with a high EILD vale contains items that are very different to each other, according to the distance measre, d(.,.). The fll expression incorporates rank discont and relevance-awareness, sch that, given a recommended list L = {i,...,i N } of size N = L for a ser, EILD(L )= N C k disc(k)disc(l k)p(rel i k,)p(rel i l,)d(i k,i l ), k=,l=;l k where disc(l k) = disc(max(,l k)) reflects a relative rank discont for an item at position l knowing that position k has been reached, rel is the relevance of an item to a ser, and C k is a normalising constant. Ignoring rank and relevance, the metric redces to the intra-list distance (ILD) (Zhang and Hrley 2008; Ziegler et al. 2005): ILD(L )= N(N ) i, L d(i, ) Learning to Rank for Recommendation We focs on matrix factorisation approaches to recommendation in which the training phase involves learning a lowrank n k latent ser matrix P and a low-rank m k latent item matrix Q, sch that the estimated rating ˆr i can be expressed as: ˆr i = p T q i, where p T is the th row of P, q T i is the i th row of Q and k is the chosen dimension of the latent space. P and Q are learned throgh the minimisation of an accracy-based obective. A nmber of sch obectives have been proposed in the literatre and the reglarisation methods we propose here cold be incorporated with any sch obective. Since we are interested in ranking rather than rating prediction, we focs on the learning to rank obective fnction proposed originally in (Jahrer and Töscher 202) and frther developed in (Takács and Tikk 202) i.e. we take acc(p, Q) to be: c i s [(ˆr i ˆr ) (r i r )] 2 + β( Q 2 + P 2 ) U i I I () where c i and s are parameters of the obective fnction and β is the standard reglarisation parameter of normbased reglarisation to avoid over-fitting. We consider the implicit feedback case in which c i =0if r i =0, and otherwise. The role of c i is to select ser-item pairs corresponding to positive feedbacks from all possible pairs. s is an importance weighting for item. Reglarisation to Enhance Diversity We explore the se of reglarisation to enhance the diversity of the recommendation, by choosing an optimisation obective of the form min acc(p, Q) + λreg(p, Q) P,Q where acc(.) is the accracy obective and reg(.) is a reglarisation term. To choose an appropriate reglarisation, it is sefl to initially consider the diversity obective alone. Representing a recommendation as an m-dimensional vector x sch that x(i) = when item i L and x(i) = 0 otherwise, the ILD of the recommendation may be written as the qadratic form N(N ) xt Dx = N(N ) m i m d(i, )x(i)x(). (2) Expanding (2) sing the real eigenvectors v,...,v m of the symmetric matrix D, with corresponding eigenvales α α m we have that m x T Dx = α (v T x) 2. (3) = This sggests that a high diversity set can be selected by choosing x to maximise (v T x) 2, that is, to choose x(i) = when i is among the N largest components (v () 2,...,v (m) 2 ). Applying this rationale to the selection of a reglariser, we note that fixing P and solving max Q k Q(,l) T DQ(,l) = tr(q T DQ), (4) l= 573

3 for Q fixed, reslts in Q(., l) =v for l =,...k. The reslting ratings, ˆr i, are then proportional to v (i), since p T q i = ( l p l)v (i). A potential drawback of this approach is that, as we cannot control for the sign of the eigenvector, the largest magnitde components of v may correspond to the smallest ratings rather than the largest. An alternative reglariser is given by: d(i, ) q i q 2 =tr(q T L D Q) (5) i where L D = E D is the Laplacian matrix of D and E is the diagonal matrix with i th diagonal entry eqal to d(i, ). Minimising a qadratic form of the Laplacian is a well-known strategy for minimising the edge-ct of a bipartitioning of the rows of the matrix D which in or context amonts to minimising d(i, ). i R / R The critical points again occr at the eigenvectors, v,ofl D. The Laplacian has some nice properties with respect to optimisation. It is positive semi-definite with a minimm eigenvale of 0 obtained for the eigenvector v =(,...,) T.It follows that for all other eigenvectors, v() =0. Moreover, a vector in the span of the eigenvectors corresponding to the largest few eigenvales tends to have high magnitde vales in components corresponding to high diversity sets. Since v() =0, these components occr on either side of the sorted vector i.e. they are either large positive or negative vales, so that the sign problem of the previos reglariser is no longer a problem. The above reglarisers can be natrally extended to P sing the following expressions: d(i, )(p T (q i q )) 2 =tr(pq T L D QP T ), i and d(i, )(p T q i )(p T q ) = tr(pq T DQP T ). i We explore these reglarisers in the case of the Netflix genre distance (see Evalation section for a description of the dataset). In this case, the eigenvales of D lie in the range [ 42.4, ] and the eigenvales of L D lie in the range [0, 939.5]. We perform a gradient descent pdate Q (l+) =Q (l) α(λq (l) H ± reg(q (l) ) to optimise the above reglarisers sing the the Netflix genre distance (see later section) and a randomly chosen P matrix. Here H=P T P when sing one of the P-dependent reglarisers and H=Iotherwise. λ is chosen to ensre a positive definite Hessian and the sign in front of the gradient term is chosen as negative when maximisation of the reglarisation term is reqired and positive when minimisation is reqired. To ensre global convergence, α =.9/(λ + α ) for maximisation and α =.9/(λ α m ) for minimisation. Ten pdate iterations are carried ot. The reslting Q is sed to generate ratings and the top N =50ratings are selected to form Table : Netflix dataset, N =50items, Genre Distance Baseline ILD RankALS 0.66 Random Set 0.77 Max Diversity Set 0.95 Table 2: Netflix dataset, Genre Distance, N = 50, ILD achieved by different reglarisers Reglariser ILD λ max tr(q T L D Q) LapDQ-max ,320 min tr(q T L D Q) LapDQ-min max tr(pq T L D QP T ) PLapDQ-max ,320 max tr(pq T L D QP T ) PLapDQ-min max tr(q T DQ) DQ-max ,500 min tr(q T DQ) DQ-min 0.00,500 the recommender set. The average diversity of the reslting set over 00 randomly selected sers is shown in Table 2, which can be compared in Table with the baseline mean ILD vales obtained for random sets, sets prodced by the non-diversified learning-to-rank algorithm (RankALS) and maximm diversity sets obtained throgh a greedy maximisation from a random initial item. From this analysis, maximisation of the Laplacian reglarisers wold appear to be the best strategy. We will evalate if this holds tre when the reglariser is combined with the accracy obective. ALS Algorithm Naive minimization of () is expensive as the nmber of terms is T I, where T is the nmber of transactions in the rating matrix R. The original algorithm employed in (Jahrer and Töscher 202) sed the stochastic gradient descent (SGD) algorithm and this was improved to an alternating least sqares (ALS) approach in (Takács and Tikk 202). The ALS consists of two steps the P-step and the Q-step, in which the obective fnction is initially minimised w.r.t. P, keeping Q fixed and then w.r.t. Q keeping P fixed. This reqires a calclation of the gradients with respect to P and Q. The P-step may be rearranged into the following linear system to solve for each row of P at step l: βi+ c i i I I c i i I I s (q (l ) i q (l ) )(q (l ) i s (r i r )(q (l ) i q (l ) ) q (l ) ) T p (l) = Similarly, for each row of Q, at step l, the Q- step may be rearranged as the linear system: βi+ s c i p (l) p (l) T q (l) i = I ( c i p (l) p (l) T )( s q (l ) )+ s c i (r i r )p (l). I I 574

4 Table 3: Gradients of the Reglarisers for ALS algorithm Reglariser p q PLapDQ Q T L D QP T P T PQ T L D LapDQ 0 Q T L D DQ 0 Q T D Note that the Q-step reqires old vales of Q from the previos iteration in the RHS vector. We refer to this algorithm as RankALS. We add λreg(p, Q) to the obective, where we choose λ<0to promote soltions that maximise the reglariser and λ > 0 to promote soltions that minimise the reglariser. The gradients of the reglarisers are smmarised in Table 3. For example, in the case of the PLapDQ reglariser, the derivative w.r.t. P is given by Q T L D QP T = i, l iq i q T p. Hence, one possibility to incorporate this reglarisation into the ALS pdate eqations is to add T λ i, l iq (l ) i q (l ) to the LHS matrix. However, we find that more stable soltions are obtained if instead the T p (l ) RHS is pdated with λ i, l iq (l ) i q (l ). In general, we incorporate the diversity reglarisation by modifying the RHS of the pdate eqations sing vales of P and Q from the previos step. Diversity Distribtion Testing Diversity We have discssed some approaches to enhancing the diversity as measred by the ILD of a recommendation list. To test or models, we generate recommendations for a set of U test U of randomly selected test sers and estimate the expected ILD of recommendation lists generated by the model sing the sample mean ILD observed over these sers: ˆμ = d(i, ) (6) U test N(N ) U test i R To test the significance of any observed differences in ILD, we need the standard error of this sample estimator. However, the pairwise differences are not independent, as each item index i appears N times in the set of distances that are averaged to obtain the ILD of each ser. In (Giorgi and Bhattacharya 202), assming only independence across individals, an nbiased estimator of the sampling variance is obtained in the context of comparing intra-individal genetic diversity between poplations. Adopting this to or context, we find an nbiased estimator for Var{ˆμ} as a weighted sm of the sample covariances: ˆσ 0 = (d(i, ) ˆμ)(d(k, l) ˆμ) i<<k<l R ˆσ = (d(i, ) ˆμ)(d(i, k) ˆμ) i<<k R ˆσ 2 = (d(i, ) ˆμ)(d(i, ) ˆμ). i<< R Choosing the weights to ensre that the expected vale of the estimator is Var{ˆμ}, it is possible to show that the reslting estimator is: ˆσ 2 8ˆσ 0 +8ˆσ +4ˆσ 2 = U test ( U test )(N(N )) 2 which, if we assme that the covariance is zero when all indices differ, redces to ˆσ 2 =(8ˆσ +4ˆσ 2) / [ U test N(N ) ( U test (N 2)(N 3) + ( U test )(4N 6))] a formla which agrees with that obtained in (Giorgi and Bhattacharya 202) when U test =. Note that U test ˆσ 2 is an nbiased estimator of the standard deviation of the ILD. We can se this estimator in a paired test for difference in ILD between two models, sing the t-statistic, t paired = ˆμ m ˆμ m2 ˆσ 2 m +ˆσ 2 m 2 which is approximately normally distribted, when U test is large. The mean and spread of ILD vales that are possible among a set of items, depends on the method sed to calclated the item distance. It is therefore sefl to se standardised measres to compare the impact of or diversification methods. We se sch standard measres in the following evalation section. Evalation In this section we present the reslts of or experiments. First we briefly describe the data sets we have sed, followed by the evalation methodology and finally the reslts. Datasets Two datasets are evalated as follows: Netflix: The fll Netflix data set (Bennett and Lanning 2007) consists of 00,480,507 ratings from to 5 from 480,89 sers on 7,770 items. Using IMDb, 28 movie genres have been identified and associated with the movies in the dataset, sch that 9,320 movies have at least one associated genre. Ratings for movies withot genres have been removed. Following (Takács and Tikk 202), ratings are implicitized by assigning if the rating vale is 5, and 0 otherwise, leaving 7,678,86 positive implicit ratings for 9,35 items and 457,07 sers. This final set has been split an 80/20 ratio into train and test sets, containing, respectively,4,43,088 and 3,535,773 ratings. MovieLens 20m: The biggest MovieLens data set released in 205 consists of 20,000,263 ratings from 0.5 to 5 with a step-size of 0.5, from 38,493 sers on 27,278 items, enriched by 8 genres. Items withot genre information have been removed, implicit ratings have been created from ratings eqal to 5, giving a data set consisting of 2,898,660 ratings from 3,839 sers and 4,474 items. This has been split into a training set containing 2,38,928 items and test set with 579,732 items

5 random random Reglariser LapDQ max LapDQ min DQ max DQ min PLapDQ max PLapDQ min Reglariser LapDQ max LapDQ min DQ max DQ min PLapDQ max PLapDQ min Figre : Diversity - accracy trade-off on the Netflix data set. Figre 2: Diversity - accracy trade-off on the MovieLens 20m data set. Evalation Protocol In all experiments with RankALS, we set the nmber of factors k =20and we rn the training phase for 0 iterations. We set β =0, following (Takács and Tikk 202) in which it is reported that no accracy improvement is obtained when standard reglarisation is sed. We set the item importance weighing s = U, the nmber of sers who rated. Accracy and diversity has been checked for different λ vales which control the level of diversity. A set of different metrics has been sed to measre accracy and diversity. For accracy we report reslts of Precision, Recall and ndcg, the diversity is measred by EILD; all metrics are evalated at N =20; As the ratings are binary, we do not employ a relevance model in the calclation of EILD, bt we do se the logarithmic rank discont, which is the same as that employed in the ndcg accracy metric: disc(k) = log 2 (k+). We also report the expected profile distance (EPD) metric (Vargas and Castells 20). High vale indicates high diversity. As a baseline, we have sed a diversity-enhancing MMR re-ranker. The re-ranker has a λ parameter that controls the accracy-diversity trade-off. In or experiment this parameter has been set to λ =0.5which means that we eqally weight diversity and accracy. In order to benefit from the re-ranker, a larger candidate set of items has to be picked before generating the final recommendations. We set the size to be twice bigger than the N, which in or case is 40. The RankSys 2 framework has been sed to rn and evalate the experiments sing bilt-in metrics. Reslts Figres and 2 show the diversity/accracy trade-off plots of different reglarisation methods, for different λ vales on, respectively, the Netflix and MovieLens 20m datasets. For both data sets, the LapDQ reglarisers prodce the best 2 reslts. Varying λ allows the level of diversity to be controlled, by deciding how mch accracy to be sacrificed in order to gain diversity. LapDQ-max shows higher tning possibility. For example, on the Netflix data set, we can increase the diversity from p to with a drop in ndcg from 0.00 to Using the LapDQ-min reglariser, diversity of can be achieved with drop only to Similar behavior can be observed on the Movie- Lens data set: the LapDQ-min reglariser increases diversity from to with a small decrease in the accracy, from to The DQ reglariser does not perform well on either data sets, confirming the observations of or reglariser analysis. With this reglariser, on the Netflix data set some increase in diversity can be observed, althogh the decrease in the accracy is significant, while on MovieLens, it was hard to find any setting that wold allow for a sefl accracy/diversity trade-off. The PLapDQ-max reglariser performs reasonable well, while not reaching the performance of the LapDQ reglariser. Table 4 shows the overall reslts of or experiments of reglariser approaches. We may observe that all accracy measres decrease with the increase of diversity. Reslts are similar whether or not the discont model is sed, except for the LapDQ reglarisers where the logarithmic discont reslts in slightly better diversity performance, at least for the Netflix data set. Increase in EILD leads to an increase in the EPD metric as well, with approximately the same tradeoff. Comparison of the re-ranker approach and reglarisers approach shows that even thogh reglarisers can beat the re-ranker in terms of higher diversity in some settings, they sffer more in terms of accracy. Right now, the re-rankers offer better accracy-diversity trade-off in the off-line evalation. We have standardised the EILD reslts of the best performing algorithms sing the mean and standard deviation of a random recommendation. The mean EILD score of RankALS + LapDQ-min algorithm on Netflix data set is 576

6 Netflix MovieLens 20m Prec Recall ndcg EILD EPD no disc log disc no disc log disc Random RankALS MMR LapDQ-min LapDQ-max DQ-min DQ-max PLapDQ-min PLapDQ-max Random RankALS MMR LapDQ-min LapDQ-max DQ-min DQ-max PLapDQ-min PLapDQ-max Table 4: Reslts on Precision@20 (Prec), Recall@20, ndcg@20, EILD@20 and EPD@20 on different data sets and different reglarisers. For EILD and EPD metrics reslts withot discont are present and with logarithmic discont model. ILD vales have been calclated over all sers and all differences are significant according to the paired t test. The best reslts for each metric across all of tested diversification methods are highlighted in bold standard deviations smaller than the random algorithm. The RankALS is standard deviations smaller than then the random algorithm. The diversity reglariser is a global reglariser, in so far as it seeks to maximise the average performance over the entire poplation. This means it does not necessarily improve the diversity of each individal ser and it is possible that some sers experience a decrease in diversity, in comparison to the non-diversified algorithm. It is therefore interesting to look at the impact of the method across sers. For the RankALS + LapDQ-min on the Netflix data set we observe that 87% of the sers have increased diversity over RankALS and 2% have decreased diversity. For the remaining %, there is no change. For the same algorithm bt a smaller λ vale i.e. less diversification we have 46% of the sers experiencing an increase in diversity bt 52% with decreased diversity compared to RankALS. This illstrates an isse with the approach of global diversification that improved performance for some sers can come at a cost of a redction in performance for others. Conclsions and Frther Work The research presented here aimed to contine and explore the work pblished in (Hrley 203). A nmber of diversity reglarisers have been proposed and evalated, showing that it is possible to incorporate diversity into the training phase of a learning to rank algorithm for recommender systems. Of the proposed reglarisers, the LapDQ reglariser showed the best performance among those compared. A nmber of short-comings of this approach can be identified. In particlar, optimising for an global average improvement in diversity means that boosting the diversity for some sers can mean a redction in diversity for others. Ultimately, when the diversity term is strong enogh, all sers experience a diversity boost, bt the accracy generally deteriorates. Moreover, it may be better if diversification focsed on the top candidate items, rather than across all items. Ways to address these short-comings may be directions for ftre work. Acknowledgments This proect has been fnded by Science Fondation Ireland nder Grant No. SFI/2/RC/2289. References Bennett, J., and Lanning, S The Netflix Prize. KDD Cp and Workshop 3 6. Carbonell, J., and Goldstein, J The Use of MMR, Diversity-Based Reranking for Reordering Docments and Prodcing Smmaries. Proceedings of the 2st annal international ACM SIGIR conference on Research and development in information retrieval Ekstrand, M. D.; Harper, F. M.; Willemsen, M. C.; and Konstan, J. a User perception of differences in recommender algorithms. Proceedings of the 8th ACM Conference on Recommender systems - RecSys Giorgi, E. E., and Bhattacharya, T A Note on Two-Sample Tests for Comparing Intra-Individal Genetic Seqence Diversity between Poplations. Biometrics 68(4): H, Y.; Koren, Y.; and Volinsky, C Collaborative filtering for implicit feedback datasets. In Proceedings of the 2008 Eighth IEEE International Conference on Data Mining, ICDM 08, Washington, DC, USA: IEEE Compter Society. Hrley, N. J Personalised Ranking with Diversity. Proceedings of the 7th ACM conference on Recommender systems - RecSys 3 2(): Jahrer, M., and Töscher, A Collaborative filtering ensemble for ranking. Jornal of Machine Learning Research - Proceedings Track 8: Jamali, M., and Ester, M A Matrix Factorization Techniqe with Trst Propagation for Recommendation in Social Networks. Proceedings of the forth ACM conference on Recommender systems - RecSys Pilászy, I.; Zibriczky, D.; and Tikk, D Fast als-based matrix factorization for explicit and implicit feedback datasets. In Proceedings of the forth ACM conference on Recommender systems, RecSys 0, New York, NY, USA: ACM. Takács, G., and Tikk, D Alternating Least Sqares for Personalized Ranking. Proceedings of the 6th ACM conference on Recommender systems - RecSys Vargas, S., and Castells, P. 20. Rank and Relevance in Novelty and Diversity Metrics for Recommender Systems. Proceedings of the 5th ACM conference on Recommender systems - RecSys 09. Vargas, S.; Castells, P.; and Vallet, D. 20. Intent-oriented Diversity in Recommender Systems. Proceedings of the 34th International ACM SIGIR Conference on Research and Development in Information Retrieval Zhang, M., and Hrley, N Avoiding monotony: Improving the diversity of recommendation lists. In Proceedings of 2nd ACM International Conference on Recommender Systems. Ziegler, C.; McNee, S. M.; Konstan, J. A.; and Lasen, G Improving recommendation lists throgh topic diversification. In Proceedings of the 4th International Conference on World Wide Web,

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

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

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

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

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

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

A New Approach to Direct Sequential Simulation that Accounts for the Proportional Effect: Direct Lognormal Simulation

A New Approach to Direct Sequential Simulation that Accounts for the Proportional Effect: Direct Lognormal Simulation A ew Approach to Direct eqential imlation that Acconts for the Proportional ffect: Direct ognormal imlation John Manchk, Oy eangthong and Clayton Detsch Department of Civil & nvironmental ngineering University

More information

Setting The K Value And Polarization Mode Of The Delta Undulator

Setting The K Value And Polarization Mode Of The Delta Undulator LCLS-TN-4- Setting The Vale And Polarization Mode Of The Delta Undlator Zachary Wolf, Heinz-Dieter Nhn SLAC September 4, 04 Abstract This note provides the details for setting the longitdinal positions

More information

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL 8th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING - 19-1 April 01, Tallinn, Estonia UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL Põdra, P. & Laaneots, R. Abstract: Strength analysis is a

More information

1 Undiscounted Problem (Deterministic)

1 Undiscounted Problem (Deterministic) Lectre 9: Linear Qadratic Control Problems 1 Undisconted Problem (Deterministic) Choose ( t ) 0 to Minimize (x trx t + tq t ) t=0 sbject to x t+1 = Ax t + B t, x 0 given. x t is an n-vector state, t a

More information

A fundamental inverse problem in geosciences

A fundamental inverse problem in geosciences A fndamental inverse problem in geosciences Predict the vales of a spatial random field (SRF) sing a set of observed vales of the same and/or other SRFs. y i L i ( ) + v, i,..., n i ( P)? L i () : linear

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

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

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

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

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

Decision Oriented Bayesian Design of Experiments

Decision Oriented Bayesian Design of Experiments Decision Oriented Bayesian Design of Experiments Farminder S. Anand*, Jay H. Lee**, Matthew J. Realff*** *School of Chemical & Biomoleclar Engineering Georgia Institte of echnology, Atlanta, GA 3332 USA

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

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

QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING

QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING Jornal of the Korean Statistical Society 2007, 36: 4, pp 543 556 QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING Hosila P. Singh 1, Ritesh Tailor 2, Sarjinder Singh 3 and Jong-Min Kim 4 Abstract In sccessive

More information

Research Article Permanence of a Discrete Predator-Prey Systems with Beddington-DeAngelis Functional Response and Feedback Controls

Research Article Permanence of a Discrete Predator-Prey Systems with Beddington-DeAngelis Functional Response and Feedback Controls Hindawi Pblishing Corporation Discrete Dynamics in Natre and Society Volme 2008 Article ID 149267 8 pages doi:101155/2008/149267 Research Article Permanence of a Discrete Predator-Prey Systems with Beddington-DeAngelis

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

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

Efficient quadratic penalization through the partial minimization technique

Efficient quadratic penalization through the partial minimization technique This article has been accepted for pblication in a ftre isse of this jornal, bt has not been flly edited Content may change prior to final pblication Citation information: DOI 9/TAC272754474, IEEE Transactions

More information

Workshop on Understanding and Evaluating Radioanalytical Measurement Uncertainty November 2007

Workshop on Understanding and Evaluating Radioanalytical Measurement Uncertainty November 2007 1833-3 Workshop on Understanding and Evalating Radioanalytical Measrement Uncertainty 5-16 November 007 Applied Statistics: Basic statistical terms and concepts Sabrina BARBIZZI APAT - Agenzia per la Protezione

More information

Mathematical Analysis of Nipah Virus Infections Using Optimal Control Theory

Mathematical Analysis of Nipah Virus Infections Using Optimal Control Theory Jornal of Applied Mathematics and Physics, 06, 4, 099- Pblished Online Jne 06 in SciRes. http://www.scirp.org/jornal/jamp http://dx.doi.org/0.436/jamp.06.464 Mathematical Analysis of Nipah Virs nfections

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

FREQUENCY DOMAIN FLUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS

FREQUENCY DOMAIN FLUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS 7 TH INTERNATIONAL CONGRESS O THE AERONAUTICAL SCIENCES REQUENCY DOMAIN LUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS Yingsong G, Zhichn Yang Northwestern Polytechnical University, Xi an, P. R. China,

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

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

The Lehmer matrix and its recursive analogue

The Lehmer matrix and its recursive analogue The Lehmer matrix and its recrsive analoge Emrah Kilic, Pantelimon Stănică TOBB Economics and Technology University, Mathematics Department 0660 Sogtoz, Ankara, Trkey; ekilic@etedtr Naval Postgradate School,

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

Ted Pedersen. Southern Methodist University. large sample assumptions implicit in traditional goodness

Ted Pedersen. Southern Methodist University. large sample assumptions implicit in traditional goodness Appears in the Proceedings of the Soth-Central SAS Users Grop Conference (SCSUG-96), Astin, TX, Oct 27-29, 1996 Fishing for Exactness Ted Pedersen Department of Compter Science & Engineering Sothern Methodist

More information

A Single Species in One Spatial Dimension

A Single Species in One Spatial Dimension Lectre 6 A Single Species in One Spatial Dimension Reading: Material similar to that in this section of the corse appears in Sections 1. and 13.5 of James D. Mrray (), Mathematical Biology I: An introction,

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

Pulses on a Struck String

Pulses on a Struck String 8.03 at ESG Spplemental Notes Plses on a Strck String These notes investigate specific eamples of transverse motion on a stretched string in cases where the string is at some time ndisplaced, bt with a

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

RELIABILITY ASPECTS OF PROPORTIONAL MEAN RESIDUAL LIFE MODEL USING QUANTILE FUNC- TIONS

RELIABILITY ASPECTS OF PROPORTIONAL MEAN RESIDUAL LIFE MODEL USING QUANTILE FUNC- TIONS RELIABILITY ASPECTS OF PROPORTIONAL MEAN RESIDUAL LIFE MODEL USING QUANTILE FUNC- TIONS Athors: N.UNNIKRISHNAN NAIR Department of Statistics, Cochin University of Science Technology, Cochin, Kerala, INDIA

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

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

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

E ect Of Quadrant Bow On Delta Undulator Phase Errors

E ect Of Quadrant Bow On Delta Undulator Phase Errors LCLS-TN-15-1 E ect Of Qadrant Bow On Delta Undlator Phase Errors Zachary Wolf SLAC Febrary 18, 015 Abstract The Delta ndlator qadrants are tned individally and are then assembled to make the tned ndlator.

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

Chapter 2 Introduction to the Stiffness (Displacement) Method. The Stiffness (Displacement) Method

Chapter 2 Introduction to the Stiffness (Displacement) Method. The Stiffness (Displacement) Method CIVL 7/87 Chater - The Stiffness Method / Chater Introdction to the Stiffness (Dislacement) Method Learning Objectives To define the stiffness matrix To derive the stiffness matrix for a sring element

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

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

Discontinuous Fluctuation Distribution for Time-Dependent Problems

Discontinuous Fluctuation Distribution for Time-Dependent Problems Discontinos Flctation Distribtion for Time-Dependent Problems Matthew Hbbard School of Compting, University of Leeds, Leeds, LS2 9JT, UK meh@comp.leeds.ac.k Introdction For some years now, the flctation

More information

4 Exact laminar boundary layer solutions

4 Exact laminar boundary layer solutions 4 Eact laminar bondary layer soltions 4.1 Bondary layer on a flat plate (Blasis 1908 In Sec. 3, we derived the bondary layer eqations for 2D incompressible flow of constant viscosity past a weakly crved

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com C Integration - By sbstittion PhysicsAndMathsTtor.com. Using the sbstittion cos +, or otherwise, show that e cos + sin d e(e ) (Total marks). (a) Using the sbstittion cos, or otherwise, find the eact vale

More information

CHANNEL SELECTION WITH RAYLEIGH FADING: A MULTI-ARMED BANDIT FRAMEWORK. Wassim Jouini and Christophe Moy

CHANNEL SELECTION WITH RAYLEIGH FADING: A MULTI-ARMED BANDIT FRAMEWORK. Wassim Jouini and Christophe Moy CHANNEL SELECTION WITH RAYLEIGH FADING: A MULTI-ARMED BANDIT FRAMEWORK Wassim Joini and Christophe Moy SUPELEC, IETR, SCEE, Avene de la Bolaie, CS 47601, 5576 Cesson Sévigné, France. INSERM U96 - IFR140-

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

* 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

Garret Sobczyk s 2x2 Matrix Derivation

Garret Sobczyk s 2x2 Matrix Derivation Garret Sobczyk s x Matrix Derivation Krt Nalty May, 05 Abstract Using matrices to represent geometric algebras is known, bt not necessarily the best practice. While I have sed small compter programs to

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

Move Blocking Strategies in Receding Horizon Control

Move Blocking Strategies in Receding Horizon Control Move Blocking Strategies in Receding Horizon Control Raphael Cagienard, Pascal Grieder, Eric C. Kerrigan and Manfred Morari Abstract In order to deal with the comptational brden of optimal control, it

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

3.1 The Basic Two-Level Model - The Formulas

3.1 The Basic Two-Level Model - The Formulas CHAPTER 3 3 THE BASIC MULTILEVEL MODEL AND EXTENSIONS In the previos Chapter we introdced a nmber of models and we cleared ot the advantages of Mltilevel Models in the analysis of hierarchically nested

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

Math 116 First Midterm October 14, 2009

Math 116 First Midterm October 14, 2009 Math 116 First Midterm October 14, 9 Name: EXAM SOLUTIONS Instrctor: Section: 1. Do not open this exam ntil yo are told to do so.. This exam has 1 pages inclding this cover. There are 9 problems. Note

More information

EOQ Problem Well-Posedness: an Alternative Approach Establishing Sufficient Conditions

EOQ Problem Well-Posedness: an Alternative Approach Establishing Sufficient Conditions pplied Mathematical Sciences, Vol. 4, 2, no. 25, 23-29 EOQ Problem Well-Posedness: an lternative pproach Establishing Sfficient Conditions Giovanni Mingari Scarpello via Negroli, 6, 226 Milano Italy Daniele

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

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

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

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

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

Temporal Social Network: Group Query Processing

Temporal Social Network: Group Query Processing 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

More information

MECHANICS OF SOLIDS COMPRESSION MEMBERS TUTORIAL 2 INTERMEDIATE AND SHORT COMPRESSION MEMBERS

MECHANICS OF SOLIDS COMPRESSION MEMBERS TUTORIAL 2 INTERMEDIATE AND SHORT COMPRESSION MEMBERS MECHANICS O SOIDS COMPRESSION MEMBERS TUTORIA INTERMEDIATE AND SHORT COMPRESSION MEMBERS Yo shold jdge yor progress by completing the self assessment exercises. On completion of this ttorial yo shold be

More information

An extremum seeking approach to parameterised loop-shaping control design

An extremum seeking approach to parameterised loop-shaping control design Preprints of the 19th World Congress The International Federation of Atomatic Control An extremm seeking approach to parameterised loop-shaping control design Chih Feng Lee Sei Zhen Khong Erik Frisk Mattias

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

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

Differentiation of Exponential Functions

Differentiation of Exponential Functions Differentiation of Eponential Fnctions The net derivative rles that o will learn involve eponential fnctions. An eponential fnction is a fnction in the form of a constant raised to a variable power. The

More information

Home Range Formation in Wolves Due to Scent Marking

Home Range Formation in Wolves Due to Scent Marking Blletin of Mathematical Biology () 64, 61 84 doi:1.16/blm.1.73 Available online at http://www.idealibrary.com on Home Range Formation in Wolves De to Scent Marking BRIAN K. BRISCOE, MARK A. LEWIS AND STEPHEN

More information

The Linear Quadratic Regulator

The Linear Quadratic Regulator 10 The Linear Qadratic Reglator 10.1 Problem formlation This chapter concerns optimal control of dynamical systems. Most of this development concerns linear models with a particlarly simple notion of optimality.

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

Electron Phase Slip in an Undulator with Dipole Field and BPM Errors

Electron Phase Slip in an Undulator with Dipole Field and BPM Errors CS-T--14 October 3, Electron Phase Slip in an Undlator with Dipole Field and BPM Errors Pal Emma SAC ABSTRACT A statistical analysis of a corrected electron trajectory throgh a planar ndlator is sed to

More information

Prandl established a universal velocity profile for flow parallel to the bed given by

Prandl established a universal velocity profile for flow parallel to the bed given by EM 0--00 (Part VI) (g) The nderlayers shold be at least three thicknesses of the W 50 stone, bt never less than 0.3 m (Ahrens 98b). The thickness can be calclated sing Eqation VI-5-9 with a coefficient

More information

Study of the diffusion operator by the SPH method

Study of the diffusion operator by the SPH method IOSR Jornal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-684,p-ISSN: 2320-334X, Volme, Isse 5 Ver. I (Sep- Oct. 204), PP 96-0 Stdy of the diffsion operator by the SPH method Abdelabbar.Nait

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

Substructure Finite Element Model Updating of a Space Frame Structure by Minimization of Modal Dynamic Residual

Substructure Finite Element Model Updating of a Space Frame Structure by Minimization of Modal Dynamic Residual 1 Sbstrctre Finite Element Model Updating of a Space Frame Strctre by Minimization of Modal Dynamic esidal Dapeng Zh, Xinn Dong, Yang Wang, Member, IEEE Abstract This research investigates a sbstrctre

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

A polynomial expansion to approximate the ultimate ruin probability in the compound Poisson ruin model

A polynomial expansion to approximate the ultimate ruin probability in the compound Poisson ruin model A polynomial expansion to approximate the ltimate rin probability in the compond Poisson rin model - Pierre-Olivier GOFFARD (Université de Aix-Marseille, AXA France) - Stéphane LOISEL (Université Lyon

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

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

Path-SGD: Path-Normalized Optimization in Deep Neural Networks

Path-SGD: Path-Normalized Optimization in Deep Neural Networks Path-SGD: Path-Normalized Optimization in Deep Neral Networks Behnam Neyshabr, Rslan Salakhtdinov and Nathan Srebro Toyota Technological Institte at Chicago Department of Compter Science, University of

More information

Chapter 2 Difficulties associated with corners

Chapter 2 Difficulties associated with corners Chapter Difficlties associated with corners This chapter is aimed at resolving the problems revealed in Chapter, which are cased b corners and/or discontinos bondar conditions. The first section introdces

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

Linear and Nonlinear Model Predictive Control of Quadruple Tank Process

Linear and Nonlinear Model Predictive Control of Quadruple Tank Process Linear and Nonlinear Model Predictive Control of Qadrple Tank Process P.Srinivasarao Research scholar Dr.M.G.R.University Chennai, India P.Sbbaiah, PhD. Prof of Dhanalaxmi college of Engineering Thambaram

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

Oil production optimization of several wells subject to choke degradation

Oil production optimization of several wells subject to choke degradation Proceedings of the 3rd IFAC Workshop on Atomatic Control in Offshore Oil and Gas Prodction, Esbjerg, Denmark, May 30 - Jne 1, 2018 We_A_Reglar_Talk.1 Oil prodction optimization of several wells sbject

More information

Regression Analysis of Octal Rings as Mechanical Force Transducers

Regression Analysis of Octal Rings as Mechanical Force Transducers Regression Analysis of Octal Rings as Mechanical Force Transdcers KHALED A. ABUHASEL* & ESSAM SOLIMAN** *Department of Mechanical Engineering College of Engineering, University of Bisha, Bisha, Kingdom

More information

Bayes and Naïve Bayes Classifiers CS434

Bayes and Naïve Bayes Classifiers CS434 Bayes and Naïve Bayes Classifiers CS434 In this lectre 1. Review some basic probability concepts 2. Introdce a sefl probabilistic rle - Bayes rle 3. Introdce the learning algorithm based on Bayes rle (ths

More information

Numerical Study on Bouncing and Separation Collision Between Two Droplets Considering the Collision-Induced Breakup

Numerical Study on Bouncing and Separation Collision Between Two Droplets Considering the Collision-Induced Breakup Jornal of Mechanical Science and Technology (007) 585~59 Jornal of Mechanical Science and Technology Nmerical Stdy on Boncing and Separation Collision Between Two Droplets Considering the Collision-Indced

More information

Lab Manual for Engrd 202, Virtual Torsion Experiment. Aluminum module

Lab Manual for Engrd 202, Virtual Torsion Experiment. Aluminum module Lab Manal for Engrd 202, Virtal Torsion Experiment Alminm modle Introdction In this modle, o will perform data redction and analsis for circlar cross section alminm samples. B plotting the torqe vs. twist

More information

Optimal Mean-Variance Portfolio Selection

Optimal Mean-Variance Portfolio Selection Research Report No. 14, 2013, Probab. Statist. Grop Manchester 25 pp Optimal Mean-Variance Portfolio Selection J. L. Pedersen & G. Peskir Assming that the wealth process X is generated self-financially

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

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

A Characterization of the Domain of Beta-Divergence and Its Connection to Bregman Variational Model

A Characterization of the Domain of Beta-Divergence and Its Connection to Bregman Variational Model entropy Article A Characterization of the Domain of Beta-Divergence and Its Connection to Bregman Variational Model Hyenkyn Woo School of Liberal Arts, Korea University of Technology and Edcation, Cheonan

More information

Safe Manual Control of the Furuta Pendulum

Safe Manual Control of the Furuta Pendulum Safe Manal Control of the Frta Pendlm Johan Åkesson, Karl Johan Åström Department of Atomatic Control, Lnd Institte of Technology (LTH) Box 8, Lnd, Sweden PSfrag {jakesson,kja}@control.lth.se replacements

More information

A Modified PMF Model Incorporating Implicit Item Associations

A Modified PMF Model Incorporating Implicit Item Associations A Modified PMF Model Incorporating Implicit Item Associations Qiang Liu Institute of Artificial Intelligence College of Computer Science Zhejiang University Hangzhou 31007, China Email: 01dtd@gmail.com

More information

Lecture: Corporate Income Tax - Unlevered firms

Lecture: Corporate Income Tax - Unlevered firms Lectre: Corporate Income Tax - Unlevered firms Ltz Krschwitz & Andreas Löffler Disconted Cash Flow, Section 2.1, Otline 2.1 Unlevered firms Similar companies Notation 2.1.1 Valation eqation 2.1.2 Weak

More information