Trainable Automatic Text Summarization Using Segmentation of Sentence

Size: px
Start display at page:

Download "Trainable Automatic Text Summarization Using Segmentation of Sentence"

Transcription

1 Proceedings of the Third NTCIR Workshop Trainable Atomatic Text Smmarization Using Segmentation of Sentence Kai ISHIKAWA Shin-ichi ANDO Shin-ichi DOI Akitoshi OKUMURA Mltimedia Research Laboratories, NC Corporation Miyazaki Miyamae-k Kawasaki-shi Kanagawa , Japan k-ishikawadq, s-andocw, s-doiah, a-okmrabx.jp.nec.com Abstract In this paper, we propose an atomatic smmarization method combining conventional sentence extraction and trainable classifier based on Spport Vector Machine. To make extraction nit smaller than the original sentence extraction, we also introdce sentence segmentation process in or method. The evalation reslts show that or system achieves the best reslt among all the other systems with regard to contents, and closer to the hman constrcted smmaries (pper bond) at 20% smmary rate. On the other hand, the system needs to improve readability of its smmary otpt. Keywords: atomatic text smmarization, manally constrcted smmary, nit of extraction, machine learning, dividing sentences into clases, attribte vales, Spport Vector Machine. 1 Introdction One of the challenging isses of or smmarization stdy is the improvement of accracy in evalating importance of parts in articles to compose smmaries. The basic concepts of the extraction method are well known [10][2]. When we participated in the previos NTCIR Workshop, i.e. NTCIR-2 TSC task-a (sentence extraction task), we tried to improve the precision of sentence extraction by optimizing the combination of heristic rles. We tilized headline information, term freqencies, and sentence position as sefl information to calclate a sentence importance, and stdied the way of combining then into a score and obtained improvements. In or previos work, we have the following two problems left. The first one is the degradation of sentence score accracy by sing a linear combined score of mltiple score fnctions based on heristic rles. In this formlation, it is difficlt to make one heristic rle most credible among the heristics rles to jdge the importance of an extraction nit. We shold introdce some atomatic method to determine the copling coefficients which we optimized manally according to some experimental reslts in the previos work. The second one is that the minimm extracting nit is a sentence, which needs to be smaller when we have longer sentences in an article containing both important and nimportant parts. In this paper, we try to improve these problems in or previos smmarization work by introdcing the following two procedres: (1) Machine learning sing hman constrcted smmaries. (2) Using clases/sbsentence as extraction nit. Before going throgh the procedres (1) and (2) in details, we want to review some of related works in corps base extraction methods. In these types of methods, trainable classifiers are sed to classify sentences into important class and n-important class. Kpiec, et.al. [9] proposed a method sing statistical classifier based on Bayes rle. Nomoto, et.al. [13] and Okmra [14] applied decision tree learning (C4.5 [15]) to obtain a sentence classifier. Rhetorical Strctre Theory (RST) proposed by Mann and Thompson [11] is applied to atomatic smmarization by Marc [12]. An elemental nit of RST corresponds to clases/sb-sentence. In Marc s method, importance of each nit is calclated according to the hierarchical depth of a rhetorical strctre. Kobori et.al. [8]also applied RST in their smmarization method. His method ses phrase as an extraction nit, which is mch smaller than the nit of RST. They se morphological information beside rhetorical relations, and applied C4.5 to obtain a classifier for phrases from training data composed of 1000 paragraphs from newspapers and academic papers randomly selected. They report the problem of prodcing ngrammatical sentences in smmaries. Knight [7] proposed a statistical smmarization method based on noisy channel model, its mathematical formlation is almost the same with that of statistical machine translation. This method composes a smmary sentence composed of selected words from the word seqence of an inpt sentence, and generates 2003 National Institte of Informatics

2 The Third NTCIR Workshop, Sep Oct mch precise smmaries than by phrase extraction. However, large amont of parallel corps (word alignment of sorce sentences and smmary sentences is obtained) is necessary to constrct a statistical model, and the information of discorse level is not yet considered in the present formalism. As we can see from these related works, redcing the size of extraction nit entails increase of cost to constrct training data and risk to generate ngrammatical sentences as well as increases the preciseness of extraction to generate smmary sentences. Or method processes smmarization based on or conventional extraction method sing heristic rles, combined with atomatic trainable classifiers. A sentence or a clase is sed as an extracted nit. The advantage of this method is the se of manally smmarized data as its training data. The method also resolves the problem of smmarization particles being too coarse with long sentences contained in the text. 2 System Description 2.1 Approaches Or smmarization system ses a conventional key sentence extraction method, where we se a clase as a minimm nit of extraction as opposed to a sentence commonly sed as a minimm nit. The smmarizer operates segmentation of compond sentences based on ce words like connecting expressions, and obtains clases / sb-sentences as nits of extraction. ach segmented nit is repaired to improve its readablity by converting the form of declinable word at the end of the nits to a complete form. When a sentence is not segmented, it becomes the nit of extraction itself. The smmarizer is combined with classifiers obtained by machine learning sing Spport Vector Machine (SVM). Smmarization by sentence extraction is considered as a classification task, where each sentence is classified as relevant or non-relevant for the smmary extracted patterns. The system atomatically learns the manally annotated smmaries. Here, the vector attribte factors sed in the SVM learning are; position of the sentences in the text, tf scores, similarity with the headline sentence, occrrence of ce words sch as conjnctions, and docment genres. The SVM classifier assigns real vale to each nit as classification reslt. We consider this vale as a score of relevance for each nit, and combine it into the new score by calclating a linear combination of and the relevance score of conventional method. Those with highest scores are extracted and compose a smmary text. 2.2 Process flow The following process flow depicts or method, groped into (A) training process and (B) smmary generation process. (A) Training process (A-1) Apply morphological analysis to the sentences in the articles of training data. (A-2) xtract attribte vales from the sentences (refer to table 1). (A-3) Generate a classifier by training the sentences in the training data (decision of extracting each sentence while smmarization are mannally annotated) and the attribtes vales sing SVM. (B) Smmary generation process (B-1) Apply morphological analysis to the sentences in the inpt article. (B-2) Obtain the nits of extraction from the sentences sing segmentation of comond sentences at clase bondaries. (B-3) Repair the segmented nits by converting them to a complete end-form. (B-4) xtract attribte vales from the each nit of extraction (refer to table 1). (B-5) Calclate the scores of each nits based on a conventional extraction method. (B-6) Calclate the relevancy sing SVM classifier. (B-7) Combine the scores of conventional method and the SVM classifier. (B-8) Generate smmary text by extracting the higher ranked nits of extraction in their original order in the inpt article. 2.3 Segmentation of sentences into clases / sb-sentences It is known that the connecting expressions in Japanese, which connect clases, can be classified into some conjnction levels based on their clase connection strength to the main sentence [6] [1]. In or approach, we se the expressions of the highest connection level to detect the sentence bondaries. Segmented sb-sentences become independent sentences (or clases) as described in the followings.

3 P d a [ a 4 Ú Proceedings of the Third NTCIR Workshop Method: 1. Find connecting expressions in a sentence that indicate the break points for clases/sb-sentences. 2. valate the independency of each component in their contexts. Inhibit segmentations within the expression (if then ). Inhibit segmentations within the parenthesis. 3. Repair each segmented nit by converting it to a complete end-form to improve their readability. The next two examples show cases where (a) the segmentation is applied and (b) the segmentation is not applied. (a) An example of sentence where segmentation process IS APPLID: Before segmentation! # $ % & process: ' ( *,. / (Since major companies own 7 8 % movie ; = theaters & ' nder ( A C their, D direct F management, H I! 4 K L % )6 M N O P Q / Q R N U A N V 2 4 W X Y Z P M N [ F N U A \ ] & D b P 2 g [ 4 ^ _ a (it is cheaper to show the movies prodced by independent prodctions nder profitable contract than to make in-hose prodcts with high prodction h cost, i to maintain A the o p low-profit q r s * theaters, and pls,)6 k m n (they don t face any big risk.)6 After segmentation and repairment: 1st-part:! # $ % & ' ( *,. / (Major companies own movie theaters nder their direct management.) 2nd-part: 8 % ; = & ' ( A C, D F H I! 4 K L % M N O P Q Q R N U A N V 2 4 W X Y Z P M N [ F N U A \ ] & D b P d P 2 g ^ _ a (It is cheaper to show the movies prodced by independent prodctions nder profitable contract than to make in-hose prodcts with high prodction cost, to maintain the low-profit theaters.) 3rd-part: i A o p q r s * k m n (They don t face any big risk.) (b) An example of sentence which sentence segmentation process IS NOT APPLID: ~ ƒ Q = % & ' M N ƒ % L 4 M N ƒ % ˆ Š Œ % Ž X 4 % Ž 4 N U A i m š Ž œ % Ž 4 Ÿ % P ž (If there exists bdgetary spport by the federal government, sch as Cltral Society s fnd increase in movie-making, formation of long-term loan for prodcers, establishment of training instittes, and constrctions of pblic theaters 7 to provide ª opportnities «! for Q film = presentations,)6 V q (then several promoting measres are conceivable.)6 2.4 SVM classifier Or system ses ± ³ µ º (Ver.4.00) [5], which is an implementation of Vapnik s Spport Vector Machine. There are some other choices in the machine learning frameworks that are known to be effective in the related smmarization works, i.e.; probabilistic classifier based on Bayes rles [9], decision tree C4.5 [4] [13] [14] [8], and perceptron [4]. Aside from SVM method, we were inspired by these works and performed preliminary testing sing C4.5. Decision tree classifier proved effective in extracting most important and nimportant parts (10 to 20 % of the docment) from a docment. However, smmarization rate in this method seemed ncontrolable, becase we cold not observe the difference among the smmaries from three decision trees each trained with 10%, 30%, and 50% smmaries respectivelly. Observing the trees beeing trained we fond that the order of heristic rles applied to the decision trees seemed indifferent and casing a confsion while classifying sentences with medim relevancy. Therefore, we sed the SVM classifier here, which gives vales of -1 to 1 as that is convenient to controll the smmarization ratios of the otpts. The following attribtes are sed. Attribtes (16) ¼ ½ À Á, (17) à Ä, and (18) Ã Ä Æ È Ä, are assigned based on the following eqations, where we represent a docment as Ê, a nit of extraction (clase or sb-sentence) in the docment as, and a term as à respectively. ¼ ½ À Á Ì º Í Î Ñ Ó Ô µ Õ Ñ º Ö Î Ù º Û º 7 Ý º Î Ù Þ (1) here, Ú is the Kronecher s delta. This ¼ ½ À Á represents the rate of occrrence of headline words in a nit of extraction. Ã Ä is given as follows, where Ä à à is the nmber of times à appeared in the docment Ê : Ã Ä Ì º Î Ù Ã Ä Æ È Ä is given as follows: Ä à à (2)

4 Ú í The Third NTCIR Workshop, Sep Oct Table 1. The set of attribtes sed for the SVM. No. Featre name vale Definitions 1 top page 0/1 Genre of the article. The vale is 1 for 1st, 2nd, and 3rd page of the articles. 2 general 0/1 Genre of the article. The vale is 1 for general articles. 3 editorial 0/1 Genre of the article. The vale is 1 for editorial articles. 4 nsent Positive integer The nmber of sentences in the article. 5 dloc 0 to 1 Real Linear scale of sentence position in the article. 0 for the first, 1 for the last. 6 ploc 0 to 1 Real Linear scale of sentence position in the paragraph, 0 for the first, 1 for the last. 7 Conj-SB 0/ 1 Conjnction at the beginning of the sentence. Vale = 1 if present. 8 Demo-SB 0/1 Demonstrative pronon at the beginning of the sentence. Vale = 1 if present. 9 Mark-SB 0/1 Mark at the beginning of the sentence. Vale = 1 if present. 10 Unpnct-S 0/1 Vale = 1 if no pnctation mark at the end. 11 Conj-NSB 0/1 Conjnction at the beginning of the following next sentence. Vale = 1 if present. 12 Demo-NSB 0/1 Demonstrative pronon at the beginning of the following next sentence. Vale = 1 if present. 13 Mark-NSB 0/1 Mark at the beginning of the following next sentence. Vale = 1 if present. 14 Last-NS 0/1 Vale = 1 when the following next sentence is the last sentence in the article. 15 nchar Positive integer The nmber of characters in the sentence. 16 rhead Positive real Similarity with the headline. The vale is given by the eqation tf Positive real Normalized term freqency. The vale is given by the eqation tfisf Positive real Prodct of term freqency and inverted sentence freqency. The vale is given by the eqation 3. where, Æ È Ä Ã Ì Ã Ä Æ È Ä Ì æ é Ù Î à º Î Ù æ é Ä à Ã å Æ È Ä Ã Þ (3) æ é 2.5 Smmary generation Ù Î à º Í Î Ù º Û º Í Ù Î à í (4) In smmary generation process, the score for each nit of extraction, (a sentence or a clase obtained by segmentation process) is calclated and otpts higher ranked nits as a smmary otpt nder constraint of the assigned smmary rate. We se a combined score with the conventional score based on heristics ¼ ï ð Õ ò Ñ Õ º µ ð Õ Ó È and the otpt vale of the SVM classifier. The following is sed to calclate the conventional score; ¼ ï ð Õ ò Ñ Õ º µ ð Õ Ó È Ì Ã Ä Æ È Ä È ô ¼ ½ À Á È (5) This score is combined with the otpt vale SVM classifier into the score ¼ È ; ¼ È Ì of ¼ ï ð Õ ò Ñ Õ º µ ð Õ Ó È ô ø å È (6) Here, ø is a copling constant. If we have mltiple sets of training data in different smmarization rates, r1, r2, and r3, we shold obtain mltiple classifiers by training from them independently. In this case, mltiple otpts of classifiers, ù, ù 7, and ù h are combined into the score ¼ È : ¼ È Ì ¼ ï ð Õ ò Ñ Õ º µ ð Õ Ó È ô ø å ù È ô ù 7 È ô ù h È (7) 3 valation 3.1 Sbmitted reslts We implemented a smmarization system as described in the previos section and sbmitted the reslts (at 20% and 40% smmarization rate for 30 articles) of or system to TSC-2 task-a [3]. To carry ot

5 N! ý * i P * 4 Proceedings of the Third NTCIR Workshop Table 2. Ranking of smmaries for each system. Content Reliability 20% 40% Ave. 20% 40% Ave. System System System System System System System Or System TF Hman the training of SVM classifier, we tilized NTCIR-2 TSC (previos TSC) task-a test set collection of dryrn and formal-rn. This is composed of 60 newspaper articles with answer smmaries of each article at three smmarization rates, 10%, 30%, and 50%. We trained SVM classifier on this data set and obtained three classifiers corresponding to each smmarization rate. These classifiers are sed in the sentence score calclation described in the eqation (7). 3.2 TSC-2 evalation reslts The feasibility and the efficiency of or method are shown in the evalation reslts given to participants grops by TSC-2 task organizer. Table 2 shows the reslts of ranking evalation. In this evalation, the following for types of smmaries are compared and manally ranked. (1) xtraction base smmary constrcted by hman (2) Free style smmary by hman (pper bond) (3) Smmary reslt by a smmarization system (target) (4) Smmary reslt by lead method (baseline) The ranking of smmarization systems performed on each article is shown in the table 2. The ranking was based on: Content-Important contents of the original article are covered in smmary. Readability-Smmary remains to be readabile and meaningfl for comprehension. The reslts show that, or system achieved the best reslt among all the other systems with regard to contents, and performed closer to the hman process especially at 20% smmarization rate. The system didn t excel with regard to readability when compared to other top systems. Or smmarization system as more advantage in extracting key contents while more work Table 3. Correlation between the rankings according to content and readability. Content 20% smmaries 40% smmaries Reada bility is necessary to improve the readability. Table 3 shows the correlation of rankings on content and readability for each article at 20% and 40% smmarization rates. The reslts are pretty consistent for the content and the readability. Some smmaries at 20% rate have vale of 1 for the content while having different vales from 1 to 4 for the readability. To frther investigate the difference, we pick the two extreme smmary samples: the article with readability 4 shown in table 4, and the article with readability 1 shown in table 5. Both have the content ranking of 1. ; ý [ F ÿ Œ ý! I! ý (That old edcation system s Shonan Jnior High, I hated it.) Q 2 % ý g. F (I hated it becase it was all work, and becase of these ntrstworthy # " 4 snobby teachers that I mentioned.)! % # % ' % ( ) * P ý I + Q, r P - P % 0 2 g 3 s F (After the war, this high-ranking breacrat was invited as one of the first gradate of the Shonan Jnior High and introdced as '!, =! the A B most sccessfl almni.) 9 : ; P C D % g 3 s / F (Professor Okno taght s that the senses are most important to '!, G I 4 L M % * % s hmans.) 9 : ; J F = N A Q S 3 s A B % U 7 A / O F (Professor Okno also taght s the importance of the senses that we can even draw a rectangle a circle ' I W if it appeared to be rond to or senses.) ; (No teacher is better than that professor.)!, ý! g 3 s Y. F (In college, I felt the school isn t all that bad.) Table 4. A smmary reslt with 1 for contents and 4 for readability, generated from the article DOCID: By comparing the two smmaries, we fond that the smmary generated with better readability (article

6 Q 4! The Third NTCIR Workshop, Sep Oct Œ P Ž S = F %! 4 [ \ P [ I F % Ÿ ] _ A a [ F 2 [ / 4 c d % X A e 2 f [ D r s A g S F H g (The fixed session was introdced to avoid the majority party blldozing the law establishment by extending the congressional sessions.) *. s * i j Ÿ c 4 l m Ÿ % œ n! % p 4 q r Ÿ s s t Ÿ % œ n! p v w a ˆ i r s P x y 7 / (The same Diet law also permits the one time extension of reglar session and two times for the special and the extraordinary sessions.) [ Q [ 4 z { % q l 2 4 a ˆ % } ~ P 4 «A I D F H s ƒ q % 4 b % Ÿ * ˆ, D % (Bt as the government official says, if the session extension s main prpose is job creation and to qickly implement the economic measres, most Japanese are likely to spport the decision.) F g [ 4 a ˆ % P 4 g S r s * v F 4!. i 2 [ / (Bt it is clear that the prpose of the extension is not limited to these.) a ˆ Ÿ \ P 2 Œ Ž Š : i! v g v g (Politicians of the rling and opposition parties have a long way to go in the coming extended session.) Table 5. A smmary reslt with 1 for contents and 1 for readability, generated from the article DOCID: ) is more readable, meaningfl and natrally combined. The other smmary with lower readability ranking (article ) is not comprehensive enogh and often disrptive, with demonstrative pronon presented withot its precedent. One drawback of or system is lack of mechanism to deal with the discorse strctre of an article. 4 Conclsion In this paper, we propose an atomatic smmarization method combining conventional sentence extraction and trainable classifier based on Spport Vector Machine. To make extraction nit smaller than the original sentence extraction, we also introdce sentence segmentation process in or method. The feasibility and the efficiency of or method are shown in the evalation reslts given to participants grops by TSC-2 task organizer. The reslts show that, or system achieves the best reslts among all others with regard to contents, even close to the hman process (pper bond) at the smmary rate of 20%. On the other hand, or system didn t excel in readability improvement compared to other top systems. More detailed assessment will be necessary to evalate the efficiency of each procedre. References [1] S. Doi, K. Iwata, K. Mraki, and Y. Mitome. Pase control in japanese text-to-speech with lexical discorse grammar. In Proceedings of 3rd International Conference on Spoken Langage Processing (ICSLP 94), pages , [2] H. P. dmndson. New methods in atomatic extracting. ACM, 16(2): , [3] T. Fksima and M. Okmra. Text smmarization challenge: Text smmarization evalation at ntcir workshop2. In Proceedings of the Second NT- CIR Workshop Meeting on valation of Chinese & Japanese Text Retrieval and Text Smmarization., pages 45 50, [4]. Hovy and C.-Y. Lin. Atomated Text Smmarization in SUMMARIST. Chapter 8 in: Advances in Atomatic Text Smmarization, I. Mani and M. T. Maybry (ed.), The MIT Press, [5] T. Joachims. Making Large-Scale SVM Learning Practical. Chapter 11 in: Advances in Atomatic Text Smmarization, B. Schoelkopf and C. J. C. Brges and A. J. Smola (ed.), The MIT Press, [6] S. Kamei and K. Mraki. Proposal of lexical discorse grammer. IIC Technical Report, NLC86-7:1 5, [7] K. Knight and D. Marc. Statics-based smmarization - step one: Sentence compression. In Proceedings of the 17th National Conference on Artificial Intelligence, pages , [8] M. Kobori and N. Tamra. Atomatic smmarization based on the rhetorical strctre of each paragraph and the order of importance between paragraphs. IPSJ SIG Notes, NL-136(11):79 86, [9] J. Kpiec, J. Pedersen, and F. Chen. A trainable docment smmarizer. In Proceedings of the 18th ACM- SIGIR Conference, pages 68 73, [10] H. P. Lhn. The atomatic creation of literatre abstracts. IBM Jornal of Research and Development, 2(2): , [11] W. C. Mann and S. A. Thompson. Rhetorical strctre theory: Toward a fnctional theory of text organization. Text, 8(3): , [12] D. Marc. The Theory and Practice of Discorse Parsing and Smmarization. The MIT Press, [13] T. Nomoto and Y. Matsmoto. The reliability of hman coding and effects on atomatic abstrcting. IPSJ SIG Notes, NL-120(11):71 76, [14] M. Okmra, Y. Haragchi, and H. Mochizki. Some observations on atomatic text smmarization based on decision tree learning. IPSJ 59th Annal Convention, 2: , [15] J. R. Qinlan. C4.5: Programs for Machine Learning. Morgan Kafman Pblishers, 1993.

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

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

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

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

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

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

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

Affine Invariant Total Variation Models

Affine Invariant Total Variation Models Affine Invariant Total Variation Models Helen Balinsky, Alexander Balinsky Media Technologies aboratory HP aboratories Bristol HP-7-94 Jne 6, 7* Total Variation, affine restoration, Sobolev ineqality,

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

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

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

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

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

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

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

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control C and U Chart presented by Dr. Eng. Abed

More information

Decision making is the process of selecting

Decision making is the process of selecting Jornal of Advances in Compter Engineering and Technology, (4) 06 A New Mlti-Criteria Decision Making Based on Fzzy- Topsis Theory Leila Yahyaie Dizaji, Sohrab khanmohammadi Received (05-09-) Accepted (06--)

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

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

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

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

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

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

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

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

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

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

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

RESGen: Renewable Energy Scenario Generation Platform

RESGen: Renewable Energy Scenario Generation Platform 1 RESGen: Renewable Energy Scenario Generation Platform Emil B. Iversen, Pierre Pinson, Senior Member, IEEE, and Igor Ardin Abstract Space-time scenarios of renewable power generation are increasingly

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

Framework for functional tree simulation applied to 'golden delicious' apple trees

Framework for functional tree simulation applied to 'golden delicious' apple trees Purdue University Purdue e-pubs Open Access Theses Theses and Dissertations Spring 2015 Framework for functional tree simulation applied to 'golden delicious' apple trees Marek Fiser Purdue University

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

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

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

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

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

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

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

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

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

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

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

Distribution Network Planning Based on Entropy Fuzzy Comprehensive

Distribution Network Planning Based on Entropy Fuzzy Comprehensive Applied Mechanics and Materials Vols. 6-8 010 pp 780-784 Online: 010-06-30 010 Trans Tech Pblications, Switzerland doi:10.408/www.scientific.net/amm.6-8.780 Distribtion Network Planning Based on Entropy

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

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

Using Lagrangian relaxation in optimisation of unit commitment and planning- Part2

Using Lagrangian relaxation in optimisation of unit commitment and planning- Part2 Faklteta za Elektrotehniko Eva horin, Heike Brand, Christoph Weber Using Lagrangian relaxation in optimisation of nit commitment and planning- art2 OSCOGEN Discssion aper No. Contract No. ENK5-C-2-94 roject

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

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

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

Mathematical Models of Physiological Responses to Exercise

Mathematical Models of Physiological Responses to Exercise Mathematical Models of Physiological Responses to Exercise Somayeh Sojodi, Benjamin Recht, and John C. Doyle Abstract This paper is concerned with the identification of mathematical models for physiological

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

(Diskursrepräsentationstheorie)

(Diskursrepräsentationstheorie) (Diskrsrepräsentationstheorie) 3.1 Preliminaries 3.2 DRS Constrction After we have seen how DRT is intended to work we will have a closer look at its precise formlation. In this section we will treat the

More information

LA PRISE DE CALAIS. çoys, çoys, har - dis. çoys, dis. tons, mantz, tons, Gas. c est. à ce. C est à ce. coup, c est à ce

LA PRISE DE CALAIS. çoys, çoys, har - dis. çoys, dis. tons, mantz, tons, Gas. c est. à ce. C est à ce. coup, c est à ce > ƒ? @ Z [ \ _ ' µ `. l 1 2 3 z Æ Ñ 6 = Ð l sl (~131 1606) rn % & +, l r s s, r 7 nr ss r r s s s, r s, r! " # $ s s ( ) r * s, / 0 s, r 4 r r 9;: < 10 r mnz, rz, r ns, 1 s ; j;k ns, q r s { } ~ l r mnz,

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

arxiv: v1 [physics.flu-dyn] 11 Mar 2011

arxiv: v1 [physics.flu-dyn] 11 Mar 2011 arxiv:1103.45v1 [physics.fl-dyn 11 Mar 011 Interaction of a magnetic dipole with a slowly moving electrically condcting plate Evgeny V. Votyakov Comptational Science Laboratory UCY-CompSci, Department

More information

Putty and Clay - Calculus and Neoclassical Theory

Putty and Clay - Calculus and Neoclassical Theory Ptty and Clay - Calcls and Neoclassical Theory Jürgen Mimkes Physics Department, Paderborn University, D - 3396 Paderborn, Germany e-mail: Jergen.Mimkes@ni-paderborn.de Abstract Calcls in two dimensions

More information

Lecture: Corporate Income Tax

Lecture: Corporate Income Tax Lectre: Corporate Income Tax 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 atoregressive cash

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

Hybrid modelling and model reduction for control & optimisation

Hybrid modelling and model reduction for control & optimisation Hybrid modelling and model redction for control & optimisation based on research done by RWTH-Aachen and TU Delft presented by Johan Grievink Models for control and optimiation market and environmental

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

Gradient Projection Anti-windup Scheme on Constrained Planar LTI Systems. Justin Teo and Jonathan P. How

Gradient Projection Anti-windup Scheme on Constrained Planar LTI Systems. Justin Teo and Jonathan P. How 1 Gradient Projection Anti-windp Scheme on Constrained Planar LTI Systems Jstin Teo and Jonathan P. How Technical Report ACL1 1 Aerospace Controls Laboratory Department of Aeronatics and Astronatics Massachsetts

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

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

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

Restricted Three-Body Problem in Different Coordinate Systems

Restricted Three-Body Problem in Different Coordinate Systems Applied Mathematics 3 949-953 http://dx.doi.org/.436/am..394 Pblished Online September (http://www.scirp.org/jornal/am) Restricted Three-Body Problem in Different Coordinate Systems II-In Sidereal Spherical

More information

On relative errors of floating-point operations: optimal bounds and applications

On relative errors of floating-point operations: optimal bounds and applications On relative errors of floating-point operations: optimal bonds and applications Clade-Pierre Jeannerod, Siegfried M. Rmp To cite this version: Clade-Pierre Jeannerod, Siegfried M. Rmp. On relative errors

More information

Collective Inference on Markov Models for Modeling Bird Migration

Collective Inference on Markov Models for Modeling Bird Migration Collective Inference on Markov Models for Modeling Bird Migration Daniel Sheldon Cornell University dsheldon@cs.cornell.ed M. A. Saleh Elmohamed Cornell University saleh@cam.cornell.ed Dexter Kozen Cornell

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

Copyright Canadian Institute of Steel Construction

Copyright Canadian Institute of Steel Construction Copyright 017 by Canadian Institte of Steel Constrction All rights reserved. This book or any part thereof mst not be reprodced in any form withot the written permission of the pblisher. Third Edition

More information

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany Sbcritical bifrcation to innitely many rotating waves Arnd Scheel Institt fr Mathematik I Freie Universitat Berlin Arnimallee 2-6 14195 Berlin, Germany 1 Abstract We consider the eqation 00 + 1 r 0 k2

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

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

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

Evaluation of the Fiberglass-Reinforced Plastics Interfacial Behavior by using Ultrasonic Wave Propagation Method

Evaluation of the Fiberglass-Reinforced Plastics Interfacial Behavior by using Ultrasonic Wave Propagation Method 17th World Conference on Nondestrctive Testing, 5-8 Oct 008, Shanghai, China Evalation of the Fiberglass-Reinforced Plastics Interfacial Behavior by sing Ultrasonic Wave Propagation Method Jnjie CHANG

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

Efficiency Increase and Input Power Decrease of Converted Prototype Pump Performance

Efficiency Increase and Input Power Decrease of Converted Prototype Pump Performance International Jornal of Flid Machinery and Systems DOI: http://dx.doi.org/10.593/ijfms.016.9.3.05 Vol. 9, No. 3, Jly-September 016 ISSN (Online): 188-9554 Original Paper Efficiency Increase and Inpt Power

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

On Multiobjective Duality For Variational Problems

On Multiobjective Duality For Variational Problems The Open Operational Research Jornal, 202, 6, -8 On Mltiobjective Dality For Variational Problems. Hsain *,, Bilal Ahmad 2 and Z. Jabeen 3 Open Access Department of Mathematics, Jaypee University of Engineering

More information

Queueing analysis of service deferrals for load management in power systems

Queueing analysis of service deferrals for load management in power systems Qeeing analysis of service deferrals for load management in power systems Andrés Ferragt and Fernando Paganini Universidad ORT Urgay Abstract With the advent of renewable sorces and Smart- Grid deployments,

More information

A FIRST COURSE IN THE FINITE ELEMENT METHOD

A FIRST COURSE IN THE FINITE ELEMENT METHOD INSTRUCTOR'S SOLUTIONS MANUAL TO ACCOMANY A IRST COURS IN TH INIT LMNT MTHOD ITH DITION DARYL L. LOGAN Contents Chapter 1 1 Chapter 3 Chapter 3 3 Chapter 17 Chapter 5 183 Chapter 6 81 Chapter 7 319 Chapter

More information

Sign-reductions, p-adic valuations, binomial coefficients modulo p k and triangular symmetries

Sign-reductions, p-adic valuations, binomial coefficients modulo p k and triangular symmetries Sign-redctions, p-adic valations, binomial coefficients modlo p k and trianglar symmetries Mihai Prnesc Abstract According to a classical reslt of E. Kmmer, the p-adic valation v p applied to a binomial

More information

Intuitionistic Fuzzy Soft Expert Sets and its Application in Decision Making

Intuitionistic Fuzzy Soft Expert Sets and its Application in Decision Making http://www.newtheory.org Received: 0.0.05 Accepted: 5.0.05 Year: 05, Nmber:, Pages: 89-05 Original Article ** Intitionistic Fzzy Soft Expert Sets and its Application in Decision Making Said Bromi,* (bromisaid78@gmail.com

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

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

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

FLUCTUATING WIND VELOCITY CHARACTERISTICS OF THE WAKE OF A CONICAL HILL THAT CAUSE LARGE HORIZONTAL RESPONSE OF A CANTILEVER MODEL

FLUCTUATING WIND VELOCITY CHARACTERISTICS OF THE WAKE OF A CONICAL HILL THAT CAUSE LARGE HORIZONTAL RESPONSE OF A CANTILEVER MODEL BBAA VI International Colloqim on: Blff Bodies Aerodynamics & Applications Milano, Italy, Jly, 2-24 28 FLUCTUATING WIND VELOCITY CHARACTERISTICS OF THE WAKE OF A CONICAL HILL THAT CAUSE LARGE HORIZONTAL

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

Review of WINBUGS. 1. Introduction. by Harvey Goldstein Institute of Education University of London

Review of WINBUGS. 1. Introduction. by Harvey Goldstein Institute of Education University of London Review of WINBUGS by Harvey Goldstein Institte of Edcation University of London h.goldstein@ioe.ac.k. Introdction This review is based pon the beta release of WINBUGS.4 which has several enhancements over

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

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4],

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4], Jornal of Mathematical Systems, Estimation, Control Vol. 8, No. 2, 1998, pp. 1{12 c 1998 Birkhaser-Boston A Note on the Mathematical Modelling of Damped Second Order Systems John A. Brns y Belinda B. King

More information

Research on Care of Postoperative Patient based on Rough Sets Theory

Research on Care of Postoperative Patient based on Rough Sets Theory International Jornal of Compter Applications (097 8887) Volme No0, October 0 Research on Care of Postoperative Patient based on Rogh Sets Theory Ynlong X School of Compter Science & Technology, Soochow

More information

1 JAXA Special Pblication JAXA-SP-1-E Small-scale trblence affects flow fields arond a blff body and therefore it governs characteristics of cross-sec

1 JAXA Special Pblication JAXA-SP-1-E Small-scale trblence affects flow fields arond a blff body and therefore it governs characteristics of cross-sec First International Symposim on Fltter and its Application, 1 11 IEXPERIMENTAL STUDY ON TURBULENCE PARTIAL SIMULATION FOR BLUFF BODY Hiroshi Katschi +1 and Hitoshi Yamada + +1 Yokohama National University,

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

Computational Geosciences 2 (1998) 1, 23-36

Computational Geosciences 2 (1998) 1, 23-36 A STUDY OF THE MODELLING ERROR IN TWO OPERATOR SPLITTING ALGORITHMS FOR POROUS MEDIA FLOW K. BRUSDAL, H. K. DAHLE, K. HVISTENDAHL KARLSEN, T. MANNSETH Comptational Geosciences 2 (998), 23-36 Abstract.

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

Estimating models of inverse systems

Estimating models of inverse systems Estimating models of inverse systems Ylva Jng and Martin Enqvist Linköping University Post Print N.B.: When citing this work, cite the original article. Original Pblication: Ylva Jng and Martin Enqvist,

More information

A Theory of Markovian Time Inconsistent Stochastic Control in Discrete Time

A Theory of Markovian Time Inconsistent Stochastic Control in Discrete Time A Theory of Markovian Time Inconsistent Stochastic Control in Discrete Time Tomas Björk Department of Finance, Stockholm School of Economics tomas.bjork@hhs.se Agatha Mrgoci Department of Economics Aarhs

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

BOND-GRAPH BASED CONTROLLER DESIGN OF A TWO-INPUT TWO-OUTPUT FOUR-TANK SYSTEM

BOND-GRAPH BASED CONTROLLER DESIGN OF A TWO-INPUT TWO-OUTPUT FOUR-TANK SYSTEM BOND-GAPH BASED CONTOLLE DESIGN OF A TWO-INPUT TWO-OUTPUT FOU-TANK SYSTEM Nacsse, Matías A. (a) and Jnco, Sergio J. (b) LAC, Laboratorio de Atomatización y Control, Departamento de Control, Facltad de

More information