Level Construction of Decision Trees in a Partition-based Framework for Classification

Size: px
Start display at page:

Download "Level Construction of Decision Trees in a Partition-based Framework for Classification"

Transcription

1 Level Construction of Decision Trees in a Partition-base Framework for Classification Y.Y. Yao, Y. Zhao an J.T. Yao Department of Computer Science, University of Regina Regina, Saskatchewan, Canaa S4S 0A2 {yyao, yanzhao, jtyao}@cs.uregina.ca Abstract A partition-base framework is presente for a formal stuy of consistent classification problems. An information table is use as knowlege representation. Solutions to, an solution space of, classification problems are formulate in terms of partitions. Algorithms for fining solutions are moele as searching in a space of partitions uner a refinement orer relation. We focus on a particular type of solutions calle conjunctively efinable partitions. Two level construction methos for ecision trees are investigate. Experimental results are reporte to compare the two level construction methos. 1. Introuction Classification is one of the main tasks in machine learning, ata mining an pattern recognition [1, 3, 4]. It eals with classifying labele objects. Knowlege for classification can be expresse in ifferent forms, such as classification rules, iscriminant functions, ecision trees an ecision graphs. Classification by ecision trees is a popular metho. The typical algorithms for ecision tree learning are the ID3 algorithm [6] an its escenent, the C4.5 algorithm [7]. Typically, ID3-like algorithms buil a ecision in a top-own, epth-first moe. Furthermore, the noe splitting criteria are base on local optimization. When splitting a noe, an attribute is chosen base on only information about this noe, but not on any other noes in the same level. Consequently, ifferent noes in the same level may use ifferent attributes, an the same attribute may be use at ifferent levels. The use of local optimal criteria makes it ifficult to juge the overall quality of the partial ecision tree uring its construction process. The main objective of the paper is to stuy a topown, breath-first, level-wise moe for constructing ecision trees. Two types of algorithms are propose an stuie. One is base on local optimization noe splitting criteria, an the other is base on global optimization criteria. The former is referre to as the level construction version of ID3 an is enote by LID3. The latter is in fact a levelwise, reuct base methos an is enote by klr. The klr algorithm combines the methos for constructing ecision trees an the methos for searching for reucts [4, 5, 9]. The rest of the paper is organize in two layers. A formal framework for classification is presente in Section 2, which sets the stage for the algorithmic stuies. Level construction algorithms are iscusse in Section 3 an their experimental evaluations are reporte in Section 4. The propose methos offer a complementary approach to epthfirst ID3. The ecision trees obtaine from the algorithms enables us to see the ifferent aspects of knowlege embee in ata. 2. Consistent Classification Problems 2.1. Information tables An information table provies a convenient way to escribe a finite set of objects by a finite set of attributes. It eals with the issues of knowlege representation for classification problems [5, 11]. An information table S is the tuple: S = (U, At, L, {V a a At}, {I a a At}), where U is a finite nonempty set of objects, At is a finite nonempty set of attributes, L is a language efine by using attributes in At, V a is a nonempty set of values for a where a At, an I a : U V a is an information function. Formulas of L are efine by the following two rules: (i) An atomic formula φ of L is a escriptor a = v, where a At an v V a ; (ii) The well-forme formulas (wff) of L is the smallest set containing the atomic formulas an close uner,,, an.

2 If φ is a formula, the set m S (φ) efine by m S (φ) = {x U x = φ}, is calle the meaning of the formula φ in S. If S is unerstoo, we simply write m(φ). The meaning of a formula φ is the set of all objects having the properties expresse by the formula φ. A connection between formulas of L an subsets of U is thus establishe. The notion of efinability of subsets in an information table is essential to ata analysis. In fact, efinable subsets are the basic units that can be escribe an iscusse, upon which other notions can be evelope. A subset X U is calle a efinable granule in an information table S if there exists at least one formula φ such that m(φ) = X. For a subset of attributes A At, X is an A-efinable granule if there exists at least one formula φ A using only attributes from A such that m(φ A ) = X. In many classification algorithms, one is only intereste in formulas of a certain form. Suppose we restrict the connectives of language L to only the conjunction connective. A subset X U is a conjunctively efinable granule in an information table S if there exists a conjunctor φ such that m(φ) = X Partitions in an information table Classification involves the ivision of the set U of objects into many classes. The notion of partitions provies a formal means to escribe classification. Definition 1 A partition π of a set U is a collection of nonempty an pair-wise isjoint subsets of U whose union is U. The subsets in a partition are calle blocks. Different partitions may be relate to each other. A partition π 1 is a refinement of another partition π 2, or equivalently, π 2 is a coarsening of π 1, enote by π 1 π 2, if every block of π 1 is containe in some block of π 2. The refinement relation is a partial orer, namely, it is reflexive, antisymmetric, an transitive. It efines a partition lattice Π(U). A partition π is calle a efinable partition in an information table S if every block of π is a efinable granule. A partition π is calle a conjunctively efinable partition if every equivalence class of π is a conjunctively efinable granule. Consier two special families of conjunctively efinable partitions below. The first family is the uniformly conjunctively efinable partitions, which has been stuie extensively in atabases [2]. A partition π is calle a uniformly conjunctively efinable partition in an information table S if, given a subset A of attributes in a certain orer, the blocks are further refine in a process that the attributes are one-by-one ae to the conjunctor. π = U is the coarsest partition, an π At is the finest partition, for any A At, we have π At π A π. The secon family is the non-uniformly conjunctively efinable partitions, which has been use extensively in machine learning [6]. A partition π is calle a non-uniformly conjunctively efinable partition in an information table S if the partition blocks select their own optimal attributes to further ivision, accoring to a consistent selection criteria. This strategy results in that the partition blocks at the same level may use ifferent attributes for refinement partition. Let Π tree be the set of non-uniformly conjunctively efinable partitions. The partial orer can be carrie over to Π tree. Suppose π t Π tree. It can be easily verifie that π At π t π. 2.3 Solutions to consistent classification problems In an information table for classification problems, we have a set of attribute At = F {class}. The problem can be formally state in terms of partitions. Definition 2 An information table is sai to efine a consistent classification if objects with the same escription have the same class value, namely, for any two objects x, y U, I F (x) = I F (y) implies I class (x) = I class (y). Suppose π is an A-efinable partition, that is, each block of π is an A-efinable granule. We say that π is a solution to the consistent classification problem, if π π class. A solution π is calle a most general solution if there oes not exist another solution π such that π π π class, where π π stans for π π an π π. Suppose π is a solution to the classification problem, namely, π π class. For a pair of equivalence classes X π an C π class with X C, we can erive a classification rule Des(X) = Des(C), where Des(X) an Des(C) are the formulas that escribe sets X an C, respectively. Let Π sol be the set of all solutions calle solution space. The partition π F is the minimum element of Π sol. For two partitions with π 1 π 2, if π 2 is a solution, then π 1 is also a solution. For two solutions π 1 an π 2, π 1 π 2 is also a solution. The solution space Π sol contains the trivial solution π F, an is close uner meet. The solution space is a meet sub-lattice. In most cases, we are intereste in the most general solutions, instea of the trivial solution π F. In many practical situations, one is satisfie with an approximate solution of the classification problem, instea of an exact solution. Definition 3 Let ρ : π π R +, where R + stans for non-negative reals, be a function such that ρ(π 1, π 2 ) measures the egree to which π 1 π 2 is true. For a threshol

3 α, a partition π is sai to be an approximate solution if ρ(π, π class ) α. The measure ρ can be efine to capture various aspects of classification. Two such measures are iscusse below, they are the ratio of sure classification (RSC), an the accuracy of classification. Definition 4 For the partition π = {X 1, X 2,..., X m }, the ratio of sure classification (RSC) by π is given by: m i=1 ρ 1 (π, π class )= {X i π C j π class, X i C j }, U (1) where enotes that carinality of a set. The ratio of sure classification represents the percentage of objects that can be classifie by π without any uncertainty. The measure ρ 1 (π, π class ) reaches the maximum value 1 if π π class, an reaches the minimum value 0 if for all blocks X i π an C j π class, X i C j oes not hol. For two partitions with π 1 π 2, we have ρ 1 (π 1, π class ) ρ 1 (π 2, π class ). Definition 5 For the partition π = {X 1, X 2,..., X m }, the accuracy of classification by a partition is efine by: m i=1 ρ 2 (π, π class ) = X i C j(xi ), (2) U where C j(xi ) = arg max{ C j X i C j π class }. The accuracy of π is in fact the weighte average accuracies of iniviual rules. The measure ρ 2 (π, π class ) reaches the maximum value 1 if π π class, an reaches the minimum value C k0 / U, where C k0 is the class with the maximum number of objects. For two partitions with π 1 π 2, we have ρ 2 (π 1, π class ) ρ 2 (π 2, π class ). Aitional measures can also be efine base on the properties of partitions. For example, one may use information-theoretic measures [12] Classification as search Conceptually, fining a solution to a classification problem can be moele as a search in the space of A-efinable partitions uner the orer relation. A ifficulty with this straightforwar search is that the space is too large to be practically applicable. One may avoi such a ifficulty in several ways, for instance, only searching the space of conjunctively efinable partitions. In particular, in searching the conjunctively efinable partitions, two special cases eserve consieration, namely, the space of uniformly conjunctively efinable partitions, an the space of non-uniformly conjunctively efinable partitions. Searching solutions in the space of uniformly conjunctively efinable partitions can be achieve by rough set base classification methos [5, 9]. Suppose all the attributes of F have same priorities. The goal of solution searching is to fin a subset of attributes A so that π A is a most general solution to the classification problem. The important notions of rough set base approaches are summarize below. Definition 6 An attribute a A is calle a core attribute, if π F {a} is not a solution, i.e., (π F {a} π class ). Definition 7 A subset A F is calle a reuct, if π A is a solution an for any subset B A, π B is not a solution. That is, (i) π A π class ; (ii) for any proper subset B A, (π B π class ). Each reuct provies one solution to the classification problems. There may exist more than one reuct. A core attribute must be presente at each reuct, namely, a core attribute is in every solution to the classification problem. The set of core attributes is the intersection of all reucts. The bias of searching solutions in the space of uniformly conjunctively efinable partitions is to fin the reuct, a set of iniviually necessary an jointly sufficient attributes. The ID3-like algorithms search the space of nonuniformly conjunctively efinable partitions. Typically, a classification is constructe in a epth-first manner until the leaf noes are subsets that consist of elements of the same class with respect to class. By labeling the leaves by the class symbol of class, we obtain a ecision tree for classification. The bias of searching solutions in the space of non-uniformly conjunctively efinable partitions is to fin the shortest tree construction. One can combine these two searches together, i.e., construct a classification tree by using a reuct set of attributes erive from a reuct-base algorithm. 3. Level Construction of Decision Trees Two level construction methos are iscusse in this section. One is the ID3-like approach, an the other is the reuct-base approach The LID3 algorithm The ID3 algorithm [6] is perhaps one of the most stuie epth-first metho for constructing ecision trees. It starts with the entire set of objects an recursively ivies the set by selecting one attribute at a time, until each noe is a subset of objects belong to one class.

4 A level construction metho base ID3 is given below. LID3: A level construction version of ID3 1. Let k = The k-level, k > 0, of the classification tree is built base on the (k 1) th level escribe as follows: if a noe in (k 1) th level oes not consist of only elements of the same class, then 2.1 Choose an attribute base on a certain criterion β : At R; 2.2 Divie the noe base on the selecte attribute an prouce the k th level noes, which are the subsets of that noe; 2.3 Label the noe by the attribute name, an label the branches coming out from the noe by values of the attribute. The selection criterion use by ID3 is an informationtheoretic measures calle conitional entropy. Let S enote the set of objects in a particular noe at level (k 1). The conitional entropy of class given an attribute a is enote by: H S (class a) = P S (v)h(class v) v V a = P S (v) P S ( v) log P S ( v) v V a V class = P S (, v) log P S ( v), (3) v V a V class where the subscript S inicates that all quantities are efine with respect to the set S. An attribute with the minimum entropy value is chosen to split a noe. For the information Table 1, we obtain a ecision tree shown in Figure 1, an the analysis of RSC an accuracy is summarize in Table 2. A B C D class 1 a 1 b 1 c a 1 b 1 c a 1 b 2 c a 1 b 2 c a 2 b 1 c a 2 b 1 c a 2 b 2 c a 2 b 2 c a 3 b 1 c a 3 b 1 c a 3 b 2 c a 3 b 2 c Table 1. An information table Rules RSC Accuracy k = 1 b 1 5/ B b 2 5/6 + k = 2 b 1 a 1 2/ ABD b 1 a 2 2/2 + b 1 a 3 1/2 + b 2 1 5/5 + b 2 2 1/1 k = 3 b 1 a 3 c 1 1/ ABCD b 1 a 3 c 2 1/1 Table 2. Rules generate by ID3 a 1 a C + c A b B 1 2 D a c Figure 1. An ID3 ecision tree 3.2. The klr algorithm Recall that a reuct is a set of iniviually necessary an jointly sufficient attributes that correctly classify the objects. An algorithm for fining a reuct can be easily extene into a level construction metho for ecision trees calle klr. klr: A reuct-base level construction metho 1. Let k = The k-level, k > 0, of the classification tree is built base on the (k 1) th level escribe as follows: if there is a noe in (k 1) th level that oes not consist of only elements of the same class then 2.1 Choose an attribute base on a certain criterion γ : At R; 2.2 Divie all the inconsistent noes base on the selecte attribute an prouce the k th level noes, which are subsets of the inconsistent noes; 2.3 Label the inconsistent noes by the attribute name, an label the branches coming out from the inconsistent noes by the values of the attribute. Note that when choosing an attribute, one nees to consier all the inconsistent noes. In contrast, LID3 only con- b

5 Rules RSC Accuracy k = 1 b 1 5/ B b 2 5/6 + k = 2 b 1 1 2/ BD b 1 1 3/4 b 2 1 5/5 + b 2 2 1/1 k = 3 b 1 2 a 1 2/ ABD b 1 2 a 2 1/1 b 1 2 a 3 1/1 + Table 3. Rules generate by klr 1 D b 1 A + 2 B a 1 a 2 a 3 + b 2 D 1 2 Figure 2. A klr ecision tree siers one inconsistent noe at a time. Conitional entropy can also be use as the selection criterion γ. In this case, the subset of examples consiere at each level is the union of all inconsistent noes. Let A (k 1) be the set of attributes use from level 0 to level (k 1). The next attribute a for level k can be selecte base on the following conitional entropy: H(class A (k 1) {a}). (4) The use of A (k 1) ensures that all inconsistent noes at level k 1 are consiere in the selection of level k attribute [9]. The ecision trees generate by the klr algorithm are level-constructe trees. The iea is similar to oblivious ecision trees, in which all noes at the same level test the same attributes accoring to a given orer. While the orer is not given, we can use the function γ : At R to ecie an orer. The criterion γ can be one of the information measures, for example, conitional entropy (as shown above) or mutual information, which inicate how much information the attributes contribute to the ecision attribute class; or the statistical measures, for example, the χ 2 test or binomial istribution, which inicates the epenency level between the test attribute an the ecision attribute class. We can get such an orer by testing all the attributes. However, we nee to upate the orer level by level. There are two reasons for level-wise upating. First, in respect that some noes of a classification tree are intene to halt the partition when the solutions or the approximate solutions are foun. The search space is possibly change for ifferent levels. Secon, for each test that partitions the search space into uneven-size blocks, the value of function γ is the sum of the function value of γ for each block multiplies the probability istribution of the block. Consier the earlier example, base on the conitional entropy, the ecision tree built by klr algorithm is shown in Figure 2. The analysis of RSC an accuracy is given by Table 3. Comparing these two ecision trees in Figures 1 an 2, we notice that klr ecision tree can construct a tree possessing the same RSC an accuracy as the LID3 ecision tree with fewer attributes involve. In this example, the set of attributes {A, B, D} is a reuct, since π {A,B,D} π class, an for any proper subset X {A, B, D}, (π X π class ). 4. Experimental evaluations In orer to evaluate level construction methos, we choose some well-known atasets from UCI machine learning repository [10]. SGI s MLC++ utilities 2.0 [8] is use to iscretize the atasets into categorical attribute sets. Set the accuracy threshol α = 100%. Dataset 1: Creit training objects, 14 attributes an 2 classes. Using all the attributes, neither LID3 nor klr can 100% consistently classify all the training instances. klr iscovers that one attribute contributes little to the classification, namely, we can have the same RSC an accuracy values with only 13 attributes. klr generates more rules than its counterpart. However comparing the trees where the same number of attributes are use, klr obtains higher RSC an accuracy. Dataset 2: Vote training objects, 16 attributes an 2 classes. It achieves 100% of RSC an accuracy for classification. In the case of LID3, the total tree length is 8 levels, but 15 attributes were require for 100% of RSC an accuracy. In the case of klr, we can reach the same level of RSC an accuracy by a 9-level-tree with only 9 relate attributes. Dataset 3: Cleve training objects, 13 attributes an 2 classes. It cannot be 100% consistently classifie either by all its 13 attributes. In this ataset, the klr tree is short than the LID3 tree. The klr tree iscovere consists of 11 attributes. This number is less than that is use for constructing a full LID3 tree. This observation is shown in all the other experiments. The experimental results of the above three atasets are

6 Dataset 1 Goal LID3 klr Accu % k = 1 (1 attr) k = 1 (1 attr) Accu % k = 4 (14 attrs) k = 5 (5 attrs) Accu % k = 6 (14 attrs) k = 8 (8 attrs) Accu. = 98.55% k = 11 (14 attrs) k = 13 (13 attrs) RSC 85.00% k = 6 (14 attrs) k = 8 (8 attrs) RSC 90.00% k = 7 (14 attrs) k = 9 (9 attrs) RSC 95.00% k = 10 (14 attrs) k = 12 (12 attrs) RSC = 95.80% k = 11 (14 attrs) k = 13 (13 attrs) Dataset 2 Goal LID3 klr Accu % k = 1 (1 attr) k = 1 (1 attr) Accu. = % k = 8 (15 attrs) k = 9 (9 attrs) RSC 95.00% k = 5 (11 attrs) k = 6 (6 attrs) RSC = % k = 8 (15 attrs) k = 9 (9 attrs) Dataset 3 Goal LID3 klr Accu % k = 3 (6 attrs) k = 3 (3 attrs) Accu % k = 5 (11 attrs) k = 6 (6 attrs) Accu % k = 6 (12 attrs) k = 8 (8 attrs) Accu. = 98.35% k = 13 (12 attrs) k = 11 (11 attrs) RSC 80.00% k = 6 (12 attrs) k = 7 (7 attrs) RSC 85.00% k = 7 (12 attrs) k = 8 (8 attrs) RSC 90.00% k = 8 (12 attrs) k = 9 (9 attrs) RSC = 94.72% k = 13 (12 attrs) k = 11 (11 attrs) Table 4. Experimental results of the atasets use in this paper reporte in Table 4. From the results of experiments, we can have the following observations. The ifference of local an global selection causes ifferent tree structures. Normally, LID3 may obtain a shorter tree. On the other han, if we restrict the height of ecision trees, LID3 may use more attributes than klr. With respect to the RSC measure, LID3 tree is normally better than klr tree at the same level. With respect to the accuracy measure, LID3 tree is not substantially better than klr tree at the same level. With respect to ifferent levels of two trees with the same number of attributes, klr obtains much better accuracy an RSC than LID3. The main avantage of klr metho is that it uses fewer number of attributes to achieve the same level of accuracy. 5. Conclusion The contribution of this paper is twofol, the evelopment of a formal moel an algorithms for level construction methos for builing ecision trees. The formal framework is base on partitions in an information table. Within the framework, we are able to efine precisely an concisely many funamental notions. The concepts of solution an solution space are iscusse. The structures of several search spaces are stuie. Two level construction methos are suggeste: a breath-first version of ID3 calle LID3, which searches the space of non-uniformly conjunctively efinable partitions; an a reuct-base metho calle klr, which searches solutions in the space of uniformly conjunctively efinable partitions. Experimental results are reporte to compare these two methos. They show that one nees to pay more attention to the less stuie level construction methos. References [1] Dua, R.O. an Hart, P.E. Pattern Classification an Scene Analysis, Wiley, New York, [2] Lee, T.T. An information-theoretic analysis of relational atabases - part I: ata epenencies an information metric, IEEE Transactions on Software Engineering, SE-13, , [3] Michalski, J.S., Carbonell, J.G., an Mirchell, T.M. (Es.), Machine Learning: An Artificial Intelligence Approach, Morgan Kaufmann, Palo Alto, CA, , [4] Mitchell, T.M., Machine Learning, McGraw-Hill, [5] Pawlak, Z., Rough Sets: Theoretical Aspects of Reasoning about Data, Kluwer Acaemic Publishers, Dorrecht, [6] Quinlan, J.R., Inuction of ecision trees, Machine Learning, 1, , [7] Quinlan, J.R., C4.5: Programs for Machine Learning, Morgan Kaufmann Publishers, Inc., [8] SGI s MLC++ utilities 2.0: the iscretize utility. [9] Wang, G.Y., Yu, H. an Yang, D.C., Decision table reuction base on conitional information entropy, Chinese Journal of Computers, 25(7), [10] UCI Machine Learning Repository. mlearn/mlrepository.html [11] Yao, J.T. an Yao, Y.Y., Inuction of classification rules by granular computing, Proceeings of International Conference on Rough Sets an Current Trens in Computing, , [12] Yao, Y.Y., Information-theoretic measures for knowlege iscovery an ata mining, in: Entropy Measures, Maximum Entropy an Emerging Applications, Karmeshu (E.), Springer, Berlin, , 2003.

Classification Based on Logical Concept Analysis

Classification Based on Logical Concept Analysis Classification Based on Logical Concept Analysis Yan Zhao and Yiyu Yao Department of Computer Science, University of Regina, Regina, Saskatchewan, Canada S4S 0A2 E-mail: {yanzhao, yyao}@cs.uregina.ca Abstract.

More information

Foundations of Classification

Foundations of Classification Foundations of Classification J. T. Yao Y. Y. Yao and Y. Zhao Department of Computer Science, University of Regina Regina, Saskatchewan, Canada S4S 0A2 {jtyao, yyao, yanzhao}@cs.uregina.ca Summary. Classification

More information

Interpreting Low and High Order Rules: A Granular Computing Approach

Interpreting Low and High Order Rules: A Granular Computing Approach Interpreting Low and High Order Rules: A Granular Computing Approach Yiyu Yao, Bing Zhou and Yaohua Chen Department of Computer Science, University of Regina Regina, Saskatchewan, Canada S4S 0A2 E-mail:

More information

Attribute Reduction and Information Granularity *

Attribute Reduction and Information Granularity * ttribute Reuction an nformation Granularity * Li-hong Wang School of Computer Engineering an Science, Shanghai University, Shanghai, 200072, P.R.C School of Computer Science an Technology, Yantai University,

More information

Construction of the Electronic Radial Wave Functions and Probability Distributions of Hydrogen-like Systems

Construction of the Electronic Radial Wave Functions and Probability Distributions of Hydrogen-like Systems Construction of the Electronic Raial Wave Functions an Probability Distributions of Hyrogen-like Systems Thomas S. Kuntzleman, Department of Chemistry Spring Arbor University, Spring Arbor MI 498 tkuntzle@arbor.eu

More information

Linear First-Order Equations

Linear First-Order Equations 5 Linear First-Orer Equations Linear first-orer ifferential equations make up another important class of ifferential equations that commonly arise in applications an are relatively easy to solve (in theory)

More information

'HVLJQ &RQVLGHUDWLRQ LQ 0DWHULDO 6HOHFWLRQ 'HVLJQ 6HQVLWLYLW\,1752'8&7,21

'HVLJQ &RQVLGHUDWLRQ LQ 0DWHULDO 6HOHFWLRQ 'HVLJQ 6HQVLWLYLW\,1752'8&7,21 Large amping in a structural material may be either esirable or unesirable, epening on the engineering application at han. For example, amping is a esirable property to the esigner concerne with limiting

More information

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013 Survey Sampling Kosuke Imai Department of Politics, Princeton University February 19, 2013 Survey sampling is one of the most commonly use ata collection methos for social scientists. We begin by escribing

More information

Computing Exact Confidence Coefficients of Simultaneous Confidence Intervals for Multinomial Proportions and their Functions

Computing Exact Confidence Coefficients of Simultaneous Confidence Intervals for Multinomial Proportions and their Functions Working Paper 2013:5 Department of Statistics Computing Exact Confience Coefficients of Simultaneous Confience Intervals for Multinomial Proportions an their Functions Shaobo Jin Working Paper 2013:5

More information

Diophantine Approximations: Examining the Farey Process and its Method on Producing Best Approximations

Diophantine Approximations: Examining the Farey Process and its Method on Producing Best Approximations Diophantine Approximations: Examining the Farey Process an its Metho on Proucing Best Approximations Kelly Bowen Introuction When a person hears the phrase irrational number, one oes not think of anything

More information

CUSTOMER REVIEW FEATURE EXTRACTION Heng Ren, Jingye Wang, and Tony Wu

CUSTOMER REVIEW FEATURE EXTRACTION Heng Ren, Jingye Wang, and Tony Wu CUSTOMER REVIEW FEATURE EXTRACTION Heng Ren, Jingye Wang, an Tony Wu Abstract Popular proucts often have thousans of reviews that contain far too much information for customers to igest. Our goal for the

More information

What s in an Attribute? Consequences for the Least Common Subsumer

What s in an Attribute? Consequences for the Least Common Subsumer What s in an Attribute? Consequences for the Least Common Subsumer Ralf Küsters LuFG Theoretical Computer Science RWTH Aachen Ahornstraße 55 52074 Aachen Germany kuesters@informatik.rwth-aachen.e Alex

More information

Hybrid Fusion for Biometrics: Combining Score-level and Decision-level Fusion

Hybrid Fusion for Biometrics: Combining Score-level and Decision-level Fusion Hybri Fusion for Biometrics: Combining Score-level an Decision-level Fusion Qian Tao Raymon Velhuis Signals an Systems Group, University of Twente Postbus 217, 7500AE Enschee, the Netherlans {q.tao,r.n.j.velhuis}@ewi.utwente.nl

More information

Similar Operators and a Functional Calculus for the First-Order Linear Differential Operator

Similar Operators and a Functional Calculus for the First-Order Linear Differential Operator Avances in Applie Mathematics, 9 47 999 Article ID aama.998.067, available online at http: www.iealibrary.com on Similar Operators an a Functional Calculus for the First-Orer Linear Differential Operator

More information

Least-Squares Regression on Sparse Spaces

Least-Squares Regression on Sparse Spaces Least-Squares Regression on Sparse Spaces Yuri Grinberg, Mahi Milani Far, Joelle Pineau School of Computer Science McGill University Montreal, Canaa {ygrinb,mmilan1,jpineau}@cs.mcgill.ca 1 Introuction

More information

Equilibrium in Queues Under Unknown Service Times and Service Value

Equilibrium in Queues Under Unknown Service Times and Service Value University of Pennsylvania ScholarlyCommons Finance Papers Wharton Faculty Research 1-2014 Equilibrium in Queues Uner Unknown Service Times an Service Value Laurens Debo Senthil K. Veeraraghavan University

More information

A PAC-Bayesian Approach to Spectrally-Normalized Margin Bounds for Neural Networks

A PAC-Bayesian Approach to Spectrally-Normalized Margin Bounds for Neural Networks A PAC-Bayesian Approach to Spectrally-Normalize Margin Bouns for Neural Networks Behnam Neyshabur, Srinah Bhojanapalli, Davi McAllester, Nathan Srebro Toyota Technological Institute at Chicago {bneyshabur,

More information

7.1 Support Vector Machine

7.1 Support Vector Machine 67577 Intro. to Machine Learning Fall semester, 006/7 Lecture 7: Support Vector Machines an Kernel Functions II Lecturer: Amnon Shashua Scribe: Amnon Shashua 7. Support Vector Machine We return now to

More information

2Algebraic ONLINE PAGE PROOFS. foundations

2Algebraic ONLINE PAGE PROOFS. foundations Algebraic founations. Kick off with CAS. Algebraic skills.3 Pascal s triangle an binomial expansions.4 The binomial theorem.5 Sets of real numbers.6 Surs.7 Review . Kick off with CAS Playing lotto Using

More information

Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs

Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs Ashish Goel Michael Kapralov Sanjeev Khanna Abstract We consier the well-stuie problem of fining a perfect matching in -regular bipartite

More information

The total derivative. Chapter Lagrangian and Eulerian approaches

The total derivative. Chapter Lagrangian and Eulerian approaches Chapter 5 The total erivative 51 Lagrangian an Eulerian approaches The representation of a flui through scalar or vector fiels means that each physical quantity uner consieration is escribe as a function

More information

Chapter 6: Energy-Momentum Tensors

Chapter 6: Energy-Momentum Tensors 49 Chapter 6: Energy-Momentum Tensors This chapter outlines the general theory of energy an momentum conservation in terms of energy-momentum tensors, then applies these ieas to the case of Bohm's moel.

More information

Influence of weight initialization on multilayer perceptron performance

Influence of weight initialization on multilayer perceptron performance Influence of weight initialization on multilayer perceptron performance M. Karouia (1,2) T. Denœux (1) R. Lengellé (1) (1) Université e Compiègne U.R.A. CNRS 817 Heuiasyc BP 649 - F-66 Compiègne ceex -

More information

State-Space Model for a Multi-Machine System

State-Space Model for a Multi-Machine System State-Space Moel for a Multi-Machine System These notes parallel section.4 in the text. We are ealing with classically moele machines (IEEE Type.), constant impeance loas, an a network reuce to its internal

More information

Lagrangian and Hamiltonian Mechanics

Lagrangian and Hamiltonian Mechanics Lagrangian an Hamiltonian Mechanics.G. Simpson, Ph.. epartment of Physical Sciences an Engineering Prince George s Community College ecember 5, 007 Introuction In this course we have been stuying classical

More information

Two formulas for the Euler ϕ-function

Two formulas for the Euler ϕ-function Two formulas for the Euler ϕ-function Robert Frieman A multiplication formula for ϕ(n) The first formula we want to prove is the following: Theorem 1. If n 1 an n 2 are relatively prime positive integers,

More information

Lower bounds on Locality Sensitive Hashing

Lower bounds on Locality Sensitive Hashing Lower bouns on Locality Sensitive Hashing Rajeev Motwani Assaf Naor Rina Panigrahy Abstract Given a metric space (X, X ), c 1, r > 0, an p, q [0, 1], a istribution over mappings H : X N is calle a (r,

More information

Switching Time Optimization in Discretized Hybrid Dynamical Systems

Switching Time Optimization in Discretized Hybrid Dynamical Systems Switching Time Optimization in Discretize Hybri Dynamical Systems Kathrin Flaßkamp, To Murphey, an Sina Ober-Blöbaum Abstract Switching time optimization (STO) arises in systems that have a finite set

More information

. Using a multinomial model gives us the following equation for P d. , with respect to same length term sequences.

. Using a multinomial model gives us the following equation for P d. , with respect to same length term sequences. S 63 Lecture 8 2/2/26 Lecturer Lillian Lee Scribes Peter Babinski, Davi Lin Basic Language Moeling Approach I. Special ase of LM-base Approach a. Recap of Formulas an Terms b. Fixing θ? c. About that Multinomial

More information

One-dimensional I test and direction vector I test with array references by induction variable

One-dimensional I test and direction vector I test with array references by induction variable Int. J. High Performance Computing an Networking, Vol. 3, No. 4, 2005 219 One-imensional I test an irection vector I test with array references by inuction variable Minyi Guo School of Computer Science

More information

Optimization of Geometries by Energy Minimization

Optimization of Geometries by Energy Minimization Optimization of Geometries by Energy Minimization by Tracy P. Hamilton Department of Chemistry University of Alabama at Birmingham Birmingham, AL 3594-140 hamilton@uab.eu Copyright Tracy P. Hamilton, 1997.

More information

6 General properties of an autonomous system of two first order ODE

6 General properties of an autonomous system of two first order ODE 6 General properties of an autonomous system of two first orer ODE Here we embark on stuying the autonomous system of two first orer ifferential equations of the form ẋ 1 = f 1 (, x 2 ), ẋ 2 = f 2 (, x

More information

ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS

ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS MARK SCHACHNER Abstract. When consiere as an algebraic space, the set of arithmetic functions equippe with the operations of pointwise aition an

More information

inflow outflow Part I. Regular tasks for MAE598/494 Task 1

inflow outflow Part I. Regular tasks for MAE598/494 Task 1 MAE 494/598, Fall 2016 Project #1 (Regular tasks = 20 points) Har copy of report is ue at the start of class on the ue ate. The rules on collaboration will be release separately. Please always follow the

More information

u!i = a T u = 0. Then S satisfies

u!i = a T u = 0. Then S satisfies Deterministic Conitions for Subspace Ientifiability from Incomplete Sampling Daniel L Pimentel-Alarcón, Nigel Boston, Robert D Nowak University of Wisconsin-Maison Abstract Consier an r-imensional subspace

More information

Cascaded redundancy reduction

Cascaded redundancy reduction Network: Comput. Neural Syst. 9 (1998) 73 84. Printe in the UK PII: S0954-898X(98)88342-5 Cascae reunancy reuction Virginia R e Sa an Geoffrey E Hinton Department of Computer Science, University of Toronto,

More information

IPA Derivatives for Make-to-Stock Production-Inventory Systems With Backorders Under the (R,r) Policy

IPA Derivatives for Make-to-Stock Production-Inventory Systems With Backorders Under the (R,r) Policy IPA Derivatives for Make-to-Stock Prouction-Inventory Systems With Backorers Uner the (Rr) Policy Yihong Fan a Benamin Melame b Yao Zhao c Yorai Wari Abstract This paper aresses Infinitesimal Perturbation

More information

Proof of SPNs as Mixture of Trees

Proof of SPNs as Mixture of Trees A Proof of SPNs as Mixture of Trees Theorem 1. If T is an inuce SPN from a complete an ecomposable SPN S, then T is a tree that is complete an ecomposable. Proof. Argue by contraiction that T is not a

More information

On the Enumeration of Double-Base Chains with Applications to Elliptic Curve Cryptography

On the Enumeration of Double-Base Chains with Applications to Elliptic Curve Cryptography On the Enumeration of Double-Base Chains with Applications to Elliptic Curve Cryptography Christophe Doche Department of Computing Macquarie University, Australia christophe.oche@mq.eu.au. Abstract. The

More information

Variable Independence and Resolution Paths for Quantified Boolean Formulas

Variable Independence and Resolution Paths for Quantified Boolean Formulas Variable Inepenence an Resolution Paths for Quantifie Boolean Formulas Allen Van Geler http://www.cse.ucsc.eu/ avg University of California, Santa Cruz Abstract. Variable inepenence in quantifie boolean

More information

Notes on Rough Set Approximations and Associated Measures

Notes on Rough Set Approximations and Associated Measures Notes on Rough Set Approximations and Associated Measures Yiyu Yao Department of Computer Science, University of Regina Regina, Saskatchewan, Canada S4S 0A2 E-mail: yyao@cs.uregina.ca URL: http://www.cs.uregina.ca/

More information

Mark J. Machina CARDINAL PROPERTIES OF "LOCAL UTILITY FUNCTIONS"

Mark J. Machina CARDINAL PROPERTIES OF LOCAL UTILITY FUNCTIONS Mark J. Machina CARDINAL PROPERTIES OF "LOCAL UTILITY FUNCTIONS" This paper outlines the carinal properties of "local utility functions" of the type use by Allen [1985], Chew [1983], Chew an MacCrimmon

More information

A simple model for the small-strain behaviour of soils

A simple model for the small-strain behaviour of soils A simple moel for the small-strain behaviour of soils José Jorge Naer Department of Structural an Geotechnical ngineering, Polytechnic School, University of São Paulo 05508-900, São Paulo, Brazil, e-mail:

More information

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation JOURNAL OF MATERIALS SCIENCE 34 (999)5497 5503 Thermal conuctivity of grae composites: Numerical simulations an an effective meium approximation P. M. HUI Department of Physics, The Chinese University

More information

Lecture 5. Symmetric Shearer s Lemma

Lecture 5. Symmetric Shearer s Lemma Stanfor University Spring 208 Math 233: Non-constructive methos in combinatorics Instructor: Jan Vonrák Lecture ate: January 23, 208 Original scribe: Erik Bates Lecture 5 Symmetric Shearer s Lemma Here

More information

An Iterative Incremental Learning Algorithm for Complex-Valued Hopfield Associative Memory

An Iterative Incremental Learning Algorithm for Complex-Valued Hopfield Associative Memory An Iterative Incremental Learning Algorithm for Complex-Value Hopfiel Associative Memory aoki Masuyama (B) an Chu Kiong Loo Faculty of Computer Science an Information Technology, University of Malaya,

More information

A Hybrid Approach for Modeling High Dimensional Medical Data

A Hybrid Approach for Modeling High Dimensional Medical Data A Hybri Approach for Moeling High Dimensional Meical Data Alok Sharma 1, Gofrey C. Onwubolu 1 1 University of the South Pacific, Fii sharma_al@usp.ac.f, onwubolu_g@usp.ac.f Abstract. his work presents

More information

LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION

LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION The Annals of Statistics 1997, Vol. 25, No. 6, 2313 2327 LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION By Eva Riccomagno, 1 Rainer Schwabe 2 an Henry P. Wynn 1 University of Warwick, Technische

More information

Multi-robot Formation Control Using Reinforcement Learning Method

Multi-robot Formation Control Using Reinforcement Learning Method Multi-robot Formation Control Using Reinforcement Learning Metho Guoyu Zuo, Jiatong Han, an Guansheng Han School of Electronic Information & Control Engineering, Beijing University of Technology, Beijing

More information

Collective Biobjective Optimization Algorithm for Parallel Test Paper Generation

Collective Biobjective Optimization Algorithm for Parallel Test Paper Generation Proceeings of the Twenty-Fourth International Joint Conference on Artificial Intelligence (IJCAI 1) Collective Biobjective Optimization Algorithm for Parallel Test Paper Generation Minh Luan Nguyen Data

More information

Lower Bounds for the Smoothed Number of Pareto optimal Solutions

Lower Bounds for the Smoothed Number of Pareto optimal Solutions Lower Bouns for the Smoothe Number of Pareto optimal Solutions Tobias Brunsch an Heiko Röglin Department of Computer Science, University of Bonn, Germany brunsch@cs.uni-bonn.e, heiko@roeglin.org Abstract.

More information

Schrödinger s equation.

Schrödinger s equation. Physics 342 Lecture 5 Schröinger s Equation Lecture 5 Physics 342 Quantum Mechanics I Wenesay, February 3r, 2010 Toay we iscuss Schröinger s equation an show that it supports the basic interpretation of

More information

Similarity Measures for Categorical Data A Comparative Study. Technical Report

Similarity Measures for Categorical Data A Comparative Study. Technical Report Similarity Measures for Categorical Data A Comparative Stuy Technical Report Department of Computer Science an Engineering University of Minnesota 4-92 EECS Builing 200 Union Street SE Minneapolis, MN

More information

Part I: Web Structure Mining Chapter 1: Information Retrieval and Web Search

Part I: Web Structure Mining Chapter 1: Information Retrieval and Web Search Part I: Web Structure Mining Chapter : Information Retrieval an Web Search The Web Challenges Crawling the Web Inexing an Keywor Search Evaluating Search Quality Similarity Search The Web Challenges Tim

More information

Why Bernstein Polynomials Are Better: Fuzzy-Inspired Justification

Why Bernstein Polynomials Are Better: Fuzzy-Inspired Justification Why Bernstein Polynomials Are Better: Fuzzy-Inspire Justification Jaime Nava 1, Olga Kosheleva 2, an Vlaik Kreinovich 3 1,3 Department of Computer Science 2 Department of Teacher Eucation University of

More information

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs Lectures - Week 10 Introuction to Orinary Differential Equations (ODES) First Orer Linear ODEs When stuying ODEs we are consiering functions of one inepenent variable, e.g., f(x), where x is the inepenent

More information

Spurious Significance of Treatment Effects in Overfitted Fixed Effect Models Albrecht Ritschl 1 LSE and CEPR. March 2009

Spurious Significance of Treatment Effects in Overfitted Fixed Effect Models Albrecht Ritschl 1 LSE and CEPR. March 2009 Spurious Significance of reatment Effects in Overfitte Fixe Effect Moels Albrecht Ritschl LSE an CEPR March 2009 Introuction Evaluating subsample means across groups an time perios is common in panel stuies

More information

A Look at the ABC Conjecture via Elliptic Curves

A Look at the ABC Conjecture via Elliptic Curves A Look at the ABC Conjecture via Elliptic Curves Nicole Cleary Brittany DiPietro Alexaner Hill Gerar D.Koffi Beihua Yan Abstract We stuy the connection between elliptic curves an ABC triples. Two important

More information

UNDERSTANDING INTEGRATION

UNDERSTANDING INTEGRATION UNDERSTANDING INTEGRATION Dear Reaer The concept of Integration, mathematically speaking, is the "Inverse" of the concept of result, the integration of, woul give us back the function f(). This, in a way,

More information

Calculus of Variations

Calculus of Variations Calculus of Variations Lagrangian formalism is the main tool of theoretical classical mechanics. Calculus of Variations is a part of Mathematics which Lagrangian formalism is base on. In this section,

More information

The Principle of Least Action

The Principle of Least Action Chapter 7. The Principle of Least Action 7.1 Force Methos vs. Energy Methos We have so far stuie two istinct ways of analyzing physics problems: force methos, basically consisting of the application of

More information

This module is part of the. Memobust Handbook. on Methodology of Modern Business Statistics

This module is part of the. Memobust Handbook. on Methodology of Modern Business Statistics This moule is part of the Memobust Hanbook on Methoology of Moern Business Statistics 26 March 2014 Metho: Balance Sampling for Multi-Way Stratification Contents General section... 3 1. Summary... 3 2.

More information

TOEPLITZ AND POSITIVE SEMIDEFINITE COMPLETION PROBLEM FOR CYCLE GRAPH

TOEPLITZ AND POSITIVE SEMIDEFINITE COMPLETION PROBLEM FOR CYCLE GRAPH English NUMERICAL MATHEMATICS Vol14, No1 Series A Journal of Chinese Universities Feb 2005 TOEPLITZ AND POSITIVE SEMIDEFINITE COMPLETION PROBLEM FOR CYCLE GRAPH He Ming( Λ) Michael K Ng(Ξ ) Abstract We

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Thus far, the functions we have been concerne with have been efine explicitly. A function is efine explicitly if the output is given irectly in terms of the input. For instance,

More information

Closed and Open Loop Optimal Control of Buffer and Energy of a Wireless Device

Closed and Open Loop Optimal Control of Buffer and Energy of a Wireless Device Close an Open Loop Optimal Control of Buffer an Energy of a Wireless Device V. S. Borkar School of Technology an Computer Science TIFR, umbai, Inia. borkar@tifr.res.in A. A. Kherani B. J. Prabhu INRIA

More information

Transmission Line Matrix (TLM) network analogues of reversible trapping processes Part B: scaling and consistency

Transmission Line Matrix (TLM) network analogues of reversible trapping processes Part B: scaling and consistency Transmission Line Matrix (TLM network analogues of reversible trapping processes Part B: scaling an consistency Donar e Cogan * ANC Eucation, 308-310.A. De Mel Mawatha, Colombo 3, Sri Lanka * onarecogan@gmail.com

More information

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This correspons to a string of infinite

More information

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors Math 18.02 Notes on ifferentials, the Chain Rule, graients, irectional erivative, an normal vectors Tangent plane an linear approximation We efine the partial erivatives of f( xy, ) as follows: f f( x+

More information

A Novel Decoupled Iterative Method for Deep-Submicron MOSFET RF Circuit Simulation

A Novel Decoupled Iterative Method for Deep-Submicron MOSFET RF Circuit Simulation A Novel ecouple Iterative Metho for eep-submicron MOSFET RF Circuit Simulation CHUAN-SHENG WANG an YIMING LI epartment of Mathematics, National Tsing Hua University, National Nano evice Laboratories, an

More information

Multi-agent Systems Reaching Optimal Consensus with Time-varying Communication Graphs

Multi-agent Systems Reaching Optimal Consensus with Time-varying Communication Graphs Preprints of the 8th IFAC Worl Congress Multi-agent Systems Reaching Optimal Consensus with Time-varying Communication Graphs Guoong Shi ACCESS Linnaeus Centre, School of Electrical Engineering, Royal

More information

Exact Max 2-Sat: Easier and Faster

Exact Max 2-Sat: Easier and Faster Exact Max -Sat: Easier an Faster Martin Fürer Shiva Prasa Kasiviswanathan Computer Science an Engineering, Pennsylvania State University e-mail: {furer,kasivisw}@cse.psu.eu Abstract Prior algorithms known

More information

Concept Lattices in Rough Set Theory

Concept Lattices in Rough Set Theory Concept Lattices in Rough Set Theory Y.Y. Yao Department of Computer Science, University of Regina Regina, Saskatchewan, Canada S4S 0A2 E-mail: yyao@cs.uregina.ca URL: http://www.cs.uregina/ yyao Abstract

More information

Number of wireless sensors needed to detect a wildfire

Number of wireless sensors needed to detect a wildfire Number of wireless sensors neee to etect a wilfire Pablo I. Fierens Instituto Tecnológico e Buenos Aires (ITBA) Physics an Mathematics Department Av. Maero 399, Buenos Aires, (C1106ACD) Argentina pfierens@itba.eu.ar

More information

Optimum design of tuned mass damper systems for seismic structures

Optimum design of tuned mass damper systems for seismic structures Earthquake Resistant Engineering Structures VII 175 Optimum esign of tune mass amper systems for seismic structures I. Abulsalam, M. Al-Janabi & M. G. Al-Taweel Department of Civil Engineering, Faculty

More information

Multi-edge Optimization of Low-Density Parity-Check Codes for Joint Source-Channel Coding

Multi-edge Optimization of Low-Density Parity-Check Codes for Joint Source-Channel Coding Multi-ege Optimization of Low-Density Parity-Check Coes for Joint Source-Channel Coing H. V. Beltrão Neto an W. Henkel Jacobs University Bremen Campus Ring 1 D-28759 Bremen, Germany Email: {h.beltrao,

More information

Estimating Causal Direction and Confounding Of Two Discrete Variables

Estimating Causal Direction and Confounding Of Two Discrete Variables Estimating Causal Direction an Confouning Of Two Discrete Variables This inspire further work on the so calle aitive noise moels. Hoyer et al. (2009) extene Shimizu s ientifiaarxiv:1611.01504v1 [stat.ml]

More information

Lecture 6: Calculus. In Song Kim. September 7, 2011

Lecture 6: Calculus. In Song Kim. September 7, 2011 Lecture 6: Calculus In Song Kim September 7, 20 Introuction to Differential Calculus In our previous lecture we came up with several ways to analyze functions. We saw previously that the slope of a linear

More information

On the Value of Partial Information for Learning from Examples

On the Value of Partial Information for Learning from Examples JOURNAL OF COMPLEXITY 13, 509 544 (1998) ARTICLE NO. CM970459 On the Value of Partial Information for Learning from Examples Joel Ratsaby* Department of Electrical Engineering, Technion, Haifa, 32000 Israel

More information

d dx But have you ever seen a derivation of these results? We ll prove the first result below. cos h 1

d dx But have you ever seen a derivation of these results? We ll prove the first result below. cos h 1 Lecture 5 Some ifferentiation rules Trigonometric functions (Relevant section from Stewart, Seventh Eition: Section 3.3) You all know that sin = cos cos = sin. () But have you ever seen a erivation of

More information

MATHEMATICAL REPRESENTATION OF REAL SYSTEMS: TWO MODELLING ENVIRONMENTS INVOLVING DIFFERENT LEARNING STRATEGIES C. Fazio, R. M. Sperandeo-Mineo, G.

MATHEMATICAL REPRESENTATION OF REAL SYSTEMS: TWO MODELLING ENVIRONMENTS INVOLVING DIFFERENT LEARNING STRATEGIES C. Fazio, R. M. Sperandeo-Mineo, G. MATHEMATICAL REPRESENTATION OF REAL SYSTEMS: TWO MODELLING ENIRONMENTS INOLING DIFFERENT LEARNING STRATEGIES C. Fazio, R. M. Speraneo-Mineo, G. Tarantino GRIAF (Research Group on Teaching/Learning Physics)

More information

Lie symmetry and Mei conservation law of continuum system

Lie symmetry and Mei conservation law of continuum system Chin. Phys. B Vol. 20, No. 2 20 020 Lie symmetry an Mei conservation law of continuum system Shi Shen-Yang an Fu Jing-Li Department of Physics, Zhejiang Sci-Tech University, Hangzhou 3008, China Receive

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 309 (009) 86 869 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: wwwelseviercom/locate/isc Profile vectors in the lattice of subspaces Dániel Gerbner

More information

Transform Regression and the Kolmogorov Superposition Theorem

Transform Regression and the Kolmogorov Superposition Theorem Transform Regression an the Kolmogorov Superposition Theorem Ewin Penault IBM T. J. Watson Research Center Kitchawan Roa, P.O. Box 2 Yorktown Heights, NY 59 USA penault@us.ibm.com Abstract This paper presents

More information

Introduction to the Vlasov-Poisson system

Introduction to the Vlasov-Poisson system Introuction to the Vlasov-Poisson system Simone Calogero 1 The Vlasov equation Consier a particle with mass m > 0. Let x(t) R 3 enote the position of the particle at time t R an v(t) = ẋ(t) = x(t)/t its

More information

Optimal Cooperative Spectrum Sensing in Cognitive Sensor Networks

Optimal Cooperative Spectrum Sensing in Cognitive Sensor Networks Optimal Cooperative Spectrum Sensing in Cognitive Sensor Networks Hai Ngoc Pham, an Zhang, Paal E. Engelsta,,3, Tor Skeie,, Frank Eliassen, Department of Informatics, University of Oslo, Norway Simula

More information

Leaving Randomness to Nature: d-dimensional Product Codes through the lens of Generalized-LDPC codes

Leaving Randomness to Nature: d-dimensional Product Codes through the lens of Generalized-LDPC codes Leaving Ranomness to Nature: -Dimensional Prouct Coes through the lens of Generalize-LDPC coes Tavor Baharav, Kannan Ramchanran Dept. of Electrical Engineering an Computer Sciences, U.C. Berkeley {tavorb,

More information

How to Minimize Maximum Regret in Repeated Decision-Making

How to Minimize Maximum Regret in Repeated Decision-Making How to Minimize Maximum Regret in Repeate Decision-Making Karl H. Schlag July 3 2003 Economics Department, European University Institute, Via ella Piazzuola 43, 033 Florence, Italy, Tel: 0039-0-4689, email:

More information

A Generalized Decision Logic in Interval-set-valued Information Tables

A Generalized Decision Logic in Interval-set-valued Information Tables A Generalized Decision Logic in Interval-set-valued Information Tables Y.Y. Yao 1 and Qing Liu 2 1 Department of Computer Science, University of Regina Regina, Saskatchewan, Canada S4S 0A2 E-mail: yyao@cs.uregina.ca

More information

DEGREE DISTRIBUTION OF SHORTEST PATH TREES AND BIAS OF NETWORK SAMPLING ALGORITHMS

DEGREE DISTRIBUTION OF SHORTEST PATH TREES AND BIAS OF NETWORK SAMPLING ALGORITHMS DEGREE DISTRIBUTION OF SHORTEST PATH TREES AND BIAS OF NETWORK SAMPLING ALGORITHMS SHANKAR BHAMIDI 1, JESSE GOODMAN 2, REMCO VAN DER HOFSTAD 3, AND JÚLIA KOMJÁTHY3 Abstract. In this article, we explicitly

More information

ELEC3114 Control Systems 1

ELEC3114 Control Systems 1 ELEC34 Control Systems Linear Systems - Moelling - Some Issues Session 2, 2007 Introuction Linear systems may be represente in a number of ifferent ways. Figure shows the relationship between various representations.

More information

Ramsey numbers of some bipartite graphs versus complete graphs

Ramsey numbers of some bipartite graphs versus complete graphs Ramsey numbers of some bipartite graphs versus complete graphs Tao Jiang, Michael Salerno Miami University, Oxfor, OH 45056, USA Abstract. The Ramsey number r(h, K n ) is the smallest positive integer

More information

Angles-Only Orbit Determination Copyright 2006 Michel Santos Page 1

Angles-Only Orbit Determination Copyright 2006 Michel Santos Page 1 Angles-Only Orbit Determination Copyright 6 Michel Santos Page 1 Abstract This ocument presents a re-erivation of the Gauss an Laplace Angles-Only Methos for Initial Orbit Determination. It keeps close

More information

Axiometrics: Axioms of Information Retrieval Effectiveness Metrics

Axiometrics: Axioms of Information Retrieval Effectiveness Metrics Axiometrics: Axioms of Information Retrieval Effectiveness Metrics ABSTRACT Ey Maalena Department of Maths Computer Science University of Uine Uine, Italy ey.maalena@uniu.it There are literally ozens most

More information

Node Density and Delay in Large-Scale Wireless Networks with Unreliable Links

Node Density and Delay in Large-Scale Wireless Networks with Unreliable Links Noe Density an Delay in Large-Scale Wireless Networks with Unreliable Links Shizhen Zhao, Xinbing Wang Department of Electronic Engineering Shanghai Jiao Tong University, China Email: {shizhenzhao,xwang}@sjtu.eu.cn

More information

Local Linear ICA for Mutual Information Estimation in Feature Selection

Local Linear ICA for Mutual Information Estimation in Feature Selection Local Linear ICA for Mutual Information Estimation in Feature Selection Tian Lan, Deniz Erogmus Department of Biomeical Engineering, OGI, Oregon Health & Science University, Portlan, Oregon, USA E-mail:

More information

SYMMETRIC KRONECKER PRODUCTS AND SEMICLASSICAL WAVE PACKETS

SYMMETRIC KRONECKER PRODUCTS AND SEMICLASSICAL WAVE PACKETS SYMMETRIC KRONECKER PRODUCTS AND SEMICLASSICAL WAVE PACKETS GEORGE A HAGEDORN AND CAROLINE LASSER Abstract We investigate the iterate Kronecker prouct of a square matrix with itself an prove an invariance

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

More information

A Course in Machine Learning

A Course in Machine Learning A Course in Machine Learning Hal Daumé III 12 EFFICIENT LEARNING So far, our focus has been on moels of learning an basic algorithms for those moels. We have not place much emphasis on how to learn quickly.

More information

CONTROL CHARTS FOR VARIABLES

CONTROL CHARTS FOR VARIABLES UNIT CONTOL CHATS FO VAIABLES Structure.1 Introuction Objectives. Control Chart Technique.3 Control Charts for Variables.4 Control Chart for Mean(-Chart).5 ange Chart (-Chart).6 Stanar Deviation Chart

More information

The Three-dimensional Schödinger Equation

The Three-dimensional Schödinger Equation The Three-imensional Schöinger Equation R. L. Herman November 7, 016 Schröinger Equation in Spherical Coorinates We seek to solve the Schröinger equation with spherical symmetry using the metho of separation

More information