Next Article in Journal
An Economics-Based Second Law Efficiency
Next Article in Special Issue
Estimation Bias in Maximum Entropy Models
Previous Article in Journal
Non-Linear Fusion of Observations Provided by Two Sensors
Previous Article in Special Issue
Bootstrap Methods for the Empirical Study of Decision-Making and Information Flows in Social Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Efficient Approximation of the Conditional Relative Entropy with Applications to Discriminative Learning of Bayesian Network Classifiers

1
Department of Electrical Engineering, IST, University of Lisbon, Lisbon 1049-001, Portugal
2
PIA, Instituto de Telecomunicações, Lisbon 1049-001, Portugal
3
Department of Computer Science, IST, University of Lisbon, Lisbon 1049-001, Portugal
4
SQIG, Instituto de Telecomunicações, Lisbon 1049-001, Portugal
5
Department of Mathematics, IST, University of Lisbon, Lisbon 1049-001, Portugal
*
Author to whom correspondence should be addressed.
Entropy 2013, 15(7), 2716-2735; https://doi.org/10.3390/e15072716
Submission received: 8 June 2013 / Revised: 3 July 2013 / Accepted: 3 July 2013 / Published: 12 July 2013
(This article belongs to the Special Issue Estimating Information-Theoretic Quantities from Data)

Abstract

:
We propose a minimum variance unbiased approximation to the conditional relative entropy of the distribution induced by the observed frequency estimates, for multi-classification tasks. Such approximation is an extension of a decomposable scoring criterion, named approximate conditional log-likelihood (aCLL), primarily used for discriminative learning of augmented Bayesian network classifiers. Our contribution is twofold: (i) it addresses multi-classification tasks and not only binary-classification ones; and (ii) it covers broader stochastic assumptions than uniform distribution over the parameters. Specifically, we considered a Dirichlet distribution over the parameters, which was experimentally shown to be a very good approximation to CLL. In addition, for Bayesian network classifiers, a closed-form equation is found for the parameters that maximize the scoring criterion.

1. Introduction

Bayesian networks [1] are probabilistic graphical models that represent the joint probability distribution of a set of random variables. They encode specific conditional independence properties pertaining to the joint distribution via a directed acyclic graph (DAG). To achieve this, each vertex (aka node) in the DAG contains a random variable, and edges between them represent the dependencies between the variables. Specifically, given a DAG, a node is conditionally independent of its non-descendants given its parents. Besides serving as a representation of a set of independencies, the DAG also aids as a skeleton for factorizing a distribution via the chain rule of probability. The chief advantage of Bayesian networks is that they can specify dependencies only when necessary, providing compact representations of complex domains that leads to a significant reduction in the cost of learning and inference.
Bayesian networks have been widely used for classification [2,3,4], being known in this context as Bayesian network classifiers (BNC). The use of generative learning methods in choosing the Bayesian network structure has been pointed out as the likely cause for their poor performance when compared to much simpler methods [2,5]. In contrast to generative learning, where the goal is to be able to describe (or generate) the entire data, discriminative learning focuses on the capacity of a model to discriminate between different classes. To achieve this end, generative methods usually maximize the log-likelihood (LL) or a score thereof, whereas discriminative methods focus on maximizing the conditional log-likelihood (CLL). Unfortunately, maximizing the CLL of a BNC turns out to be computationally much more challenging than maximizing LL. For this reason, the community has resorted to decomposing the learning procedure into generative-discriminative subtasks [3,6,7]. More recently, Carvalho et al. proposed a new scoring criterion, called approximate conditional log-likelihood (aCLL), for fully-discriminative learning of BNCs, exhibiting good performance, both in terms of accuracy and computational cost [8]. The proposed scoring criterion was shown to be the minimum variance unbiased (MVU) approximation to CLL.
Despite the aCLL good performance, the initial proposal has three significant restrictions. First, it was only devised for binary-classification tasks. Second, it was derived under the assumption of uniform distribution over the parameters. Third, the parameters of the network structure that maximize the score resorted in an unknown manner. In this paper, we address all these shortcomings, which makes it possible to apply aCLL in a broader setup, while maintaining the desired property of a MVU approximation to CLL. In order to solve the first two restrictions, we start by deriving the approximation for multi-classification tasks under much more relaxed stochastic assumptions. In this context, we considered multivariate symmetric distributions over the parameters and detailed the pertinent cases of uniform and Dirichlet distributions. The constants required by the approximation are computed analytically for binary and ternary uniform distributions. In addition, a Monte Carlo method is proposed to compute these constants numerically for other distributions, including the Dirichlet. In addressing the third shortcoming, the parameters of the BNC that maximize the proposed approximation to the conditional log-likelihood (CLL) are derived. Finally, maximizing CLL is shown to be equivalent to minimizing the conditional relative entropy of the (conditional) distribution (of the class, given the other variables) induced by the observed frequency estimates and the one induced by the learned BNC model.
To gauge the performance of the proposed approximation, we conducted a set of experiments over 89 biologically relevant datasets already used in previous works [9,10]. The results show that the models that maximized aCLL under a symmetric Dirichlet assumption attain a higher CLL, with great statistical significance, in comparison with the generative models that maximized LL and the discriminative models that maximized aCLL under a symmetric uniform distribution. In addition, aCLL under a symmetric uniform distribution also significantly outperforms LL in obtaining models with higher CLL.
The paper is organized as follows. In Section 2, we review the essentials of BNCs and revise the aCLL approximation. In Section 3, we present the main contribution of this paper, namely, we extend aCLL to multi-classification tasks under general stochastic assumptions and derive the parameters that maximize aCLL for BNCs. Additionally, in Section 4, we relate the proposed scoring criterion with the conditional relative entropy, and in Section 5, we provide experimental results. Finally, we draw some conclusions and mention future work in Section 6.

2. Background

In this section, we review the basic concepts of BNCs required to understand the proposed methods. We then discuss the difference between generative and discriminative learning of BNCs and present the aCLL scoring criterion [8].

2.1. Bayesian Network Classifiers

Let X be a discrete random variable taking values in a countable set, X R . In all that follows, the domain, X , is finite. We denote an ( n + 1 ) -dimensional random vector by X = ( X 1 , , X n , C ) , where each component, X i , is a random variable over X i and C is a random variable over C = { 1 , , s } . The variables, X 1 , , X n , are called attributes or features, and C is called the class variable. For each variable, X i , we denote the elements of X i by x i 1 , , x i r i , where r i is the number of values that X i can take. We say that x i k is the k-th value of X i , with k { 1 , , r i } . The probability that X takes value, x , is denoted by P ( x ) , conditional probabilities, P ( x z ) , being defined correspondingly.
A Bayesian network classifier (BNC) is a triple B = ( X , G , Θ ) , where X = ( X 1 , , X n , C ) is a random vector. The network structure, G = ( X , E ) , is a directed acyclic graph (DAG) with nodes in X and edges E representing direct dependencies between the variables. We denote by Π X i the (possibly empty) set of parents of X i in G. For efficiency purposes, it is common to restrict the dependencies between the attributes and the class variable, imposing all attributes to have the class variable as the parent; rigorously, these are called augmented naive Bayes classifiers, but it is common to refer to them abusively as BNCs. In addition, the parents of X i without the class variable are denoted by Π X i * = Π X i \ { C } . We denote the number of possible configurations of the parent set, Π X i * , by q i * . The actual parent configurations are ordered (arbitrarily) and denoted by w i 1 * , , w i q i * * , and we say that w i j * is the j-th configuration of Π X i * , with j { 1 , , q i * } . Taking into account this notation, the third element of the BNC triple denotes the parameters, Θ, given by the families, { θ i j c k } i { 1 n } , j { 1 , , q i * } , c { 1 , , s } , k { 1 , , r i } and { θ c } c { 1 , , s } , which encode the local distributions of the network via:
( 1 ) P B ( C = c ) = θ c  and ( 2 ) P B ( X i = x i k Π X i * = w i j * , C = c ) = θ i j c k
A BNC, B, defines a unique joint probability distribution over X given by:
P B ( X 1 , , X n , C ) = P B ( C ) i = 1 n P B ( X i Π X i )
The conditional independence properties pertaining to the joint distribution are essentially determined by the network structure. Specifically, X i is conditionally independent of its non-descendants given its parents, Π X i in G [1]; and so, C depends on all attributes (as desired).
The problem of learning a BNC given data, D, consists in finding the BNC that best fits D. This can be achieved by a score-based learning algorithm, where a scoring criterion is considered in order to quantify the fitting of a BNC. Contributions in this area of research are typically divided in two different problems: scoring and searching. The scoring problem focuses on devising new scoring criteria to measure the goodness of a certain network structure given the data. On the other hand, the searching problem concentrates on identifying one or more network structures that yield a high value for the scoring criterion in mind. If the search is conducted with respect to a neighborhood structure defined on the space of possible solutions, then we are in the presence of local score-based learning.
Local score-based learning algorithms can be extremely efficient if the scoring criterion employed is decomposable, that is, if the scoring criterion can be expressed as a sum of local scores associated to each network node and its parents. In this case, any change over the network structure carried out during the search procedure is evaluated by considering only the difference to the score of the previously assessed network. The most common scoring criteria employed in BNC learning are reviewed in [11,12,13]. We refer the interested reader to newly developed scoring criteria in the works of Carvalho et al. [8], de Campos [14] and Silander et al. [15].
Unfortunately, even performing local score-based learning, searching for unrestricted BNC structures from data is NP-hard [16]. Worse than that, finding for unrestricted approximate solutions is also NP-hard [17]. These results led the community to search for the largest subclass of BNCs for which there is an optimal and efficient learning algorithm. The first attempts confined the network to tree-augmented naive (TAN) structures [2] and used Edmonds [18] and Chow-Liu [19] optimal branching algorithms to learn the network. More general classes of BNCs have eluded efforts to develop optimal and efficient learning algorithms. Indeed, Chickering [20] showed that learning networks constrained to have at most two in-degrees is already NP-hard.

2.2. Generative versus Discriminative Learning of Bayesian Network Classifiers

For convenience, we introduce some additional notation. Let data, D, be given by:
D = { y 1 , , y N } ,  where  y t = ( y t 1 , , y t n , c t )
Generative learning reduces to maximizing the likelihood of the data, by using the log-likelihood scoring criterion or a score thereof (for instance, [14,15]). The log-likelihood scoring criterion can be written as:
LL ( B D ) = t = 1 N log P B ( y t 1 , , y t n , c t )
On the other hand, discriminative learning concerns maximizing the conditional likelihood of the data. The reason why this is a form of discriminative learning is that it focuses on correctly discriminating between classes by maximizing the probability of obtaining the correct classification. The conditional log-likelihood (CLL) scoring criterion can be written as:
CLL ( B D ) = t = 1 N log P B ( c t | y t 1 , , y t n )
Unlike LL, CLL does not decompose over the network structure, and therefore, there is no closed-form equation for optimal parameter estimates for the CLL scoring criterion. This issue was first approached by splitting the problem into two distinct tasks: find optimal-CLL parameters [6,7] and find optimal-CLL structures [3,21]. Although showing promising results, these approaches still present a problem of computational nature. Indeed, optimal-CLL parameters have been achieved by resorting to gradient descent methods, and optimal-CLL structures have been found only with global search methods, which cause both approaches to be very inefficient. Recently, a least-squares approximation to CLL, called approximate conditional log-likelihood (aCLL), was proposed, which enables full discriminative learning of BNCs in a very efficient way [8]. The aCLL scoring criterion is presented in detail in the next section.

2.3. A First Approximation to the Conditional Log-Likelihood

In this section, we present the approximation to the conditional log-likelihood proposed in [8]. Therein, it was assumed that the class variable was binary, that is, C = { 0 , 1 } . For the binary case, the conditional probability of the class variable can then be written as:
P B ( c t y t 1 , , y t n ) = P B ( y t 1 , , y t n , c t ) P B ( y t 1 , , y t n , c t ) + P B ( y t 1 , , y t n , 1 c t )
For convenience, the two terms in the denominator were denoted by:
U t = P B ( y t 1 , , y t n , c t ) and ( 7 ) V t = P B ( y t 1 , , y t n , 1 c t )
so that Equation (6) becomes simply:
P B ( c t y t 1 , , y t n ) = U t U t + V t
The BNC, B, was omitted from the notation of both U t and V t for the sake of readability.
The log-likelihood (LL) and the conditional log-likelihood (CLL) now take the form:
( 9 ) LL ( B D ) = t = 1 N log U t , and ( 10 ) CLL ( B D ) = t = 1 N log U t log ( U t + V t )
As mentioned in Section 2.1, an efficient scoring criterion must be decomposable. The LL score decomposes over the network structure. To better see why this is the case, substitute the expression for the joint probability distribution, in Equations (1)–(3), into the LL criterion, in Equation (9), to obtain:
LL ( B D ) = i = 1 n j = 1 q i k = 1 r i c = 1 s N i j c k log θ i j c k + c = 1 s N c log θ c
where N i j c k is the number of instances in D, where X i takes its k-th value, its parents (excluding the class variable) take their j-th value and C takes its c-th value, and N c is the number of instances where C takes its c-th value.
Unfortunately, CLL does not decompose over the network structure, because log ( U t + V t ) cannot be expressed as a sum of local contributions. To achieve the decomposability of CLL, an approximation:
f ^ ( U t , V t ) = α log U t + β log V t + γ
of the original function:
f ( U t , V t ) = log U t log ( U t + V t )
was proposed in [8], where α, β and γ are real numbers to be chosen, so as to minimize the approximation error. To determine suitable values of α, β and γ, uniformity assumptions about U t and V t were made. To this end, let Δ 2 = { ( x , y ) : x + y 1 and x , y 0 } be the two-simplex set. As U t and V t are expected to become exponentially small as the number of attributes grows, it was assumed that
U t , V t p < 1 2
for some 0 < p < 1 2 . Combining this constraint with
( U t , V t ) Uniform ( Δ 2 )
yielded the following assumption:
Assumption 2.1
There exists a small positive p < 1 2 , such that:
( U t , V t ) U n i f o r m ( Δ 2 ) | U t , V t p = U n i f o r m ( [ 0 , p ] × [ 0 , p ] )
In [8], it was shown that under Assumption 2.1, the values of α , β and γ that minimize the mean square error (MSE) of f ^ w.r.t.f are given by:
α = π 2 + 6 24 , β = π 2 18 24 and γ = π 2 12 ln ( 2 ) 2 + ( π 2 6 ) log p 12
This resulted in a decomposable approximation for the CLL, called approximate CLL, defined as:
aCLL ( B D ) = c = 0 1 ( α N c + β N 1 c ) log θ c + i = 1 n j = 1 q i k = 1 r i c = 0 1 ( α N i j c k + β N i j ( 1 c ) k ) log θ i j c k + N γ
This decomposable approximation has some desirable properties. It is unbiased, that is, the mean difference between f ^ and f is zero for all values of p. In addition, f ^ is the approximation with the lowest variance amongst unbiased ones, leading to a minimum variance unbiased (MVU) approximation of f. Moreover, since the goal is to maximize CLL ( B D ) , the constant γ from Equation (14) can be dropped, yielding an approximation that disregards the value, p (used in Assumption 2.1). For this reason, p needs not to be known to maximize aCLL . Despite these advantageous properties, the parameters that maximize aCLL resorted in an unknown manner. In addition, the aCLL score is not directly applied to multi-classification tasks, and no other stochastic assumptions rather than the uniformity of U t and V t were studied.

3. Extending the Approximation to CLL

The shortcomings of the initial aCLL proposal make it natural to explore a variety of extensions. Specifically, in this section, we derive a general closed-form expression for aCLL grounding in regression theory. This yields a new scoring criterion for multi-classification tasks, with broader stochastic assumptions than the uniform one, while maintaining the desirable property of an MVU approximation to CLL. In addition, we also provide the parameters that maximize this new general form in the context of BNCs.

3.1. Generalizing aCLL to Multi-Classification Tasks

We now set out to consider multi-classification tasks under a generalization of Assumption 2.1. In this case, let
U t , c t = P B ( y t 1 , , y t n , c t )
, so that the conditional probability, P B ( c t | y t 1 , , y t n ) , in Equation (8) becomes, now,
P B ( c t y t 1 , , y t n ) = U t , c t c = 1 s U t , c
where U t , c = P B ( y t 1 , , y t n , c ) , for all 1 c s . Observe that the vectors, ( y t 1 , , y t n , c ) , for all 1 c s with c c t , called the complement samples, may or may not occur in D. Hence, for multi-classification tasks, the conditional log-likelihood in Equation (10) can be rewritten as:
CLL ( B D ) = t = 1 N log U t , c t log c = 1 s U t , c
In this case, the approximation, f ^ , in Equation (12) consists now in approximating:
f ( U t , 1 , , U t , s ) = log U t , c t log c = 1 s U t , c
by a function of the form:
f ^ ( U t , 1 , , U t , s ) = α log U t , c t + c c t β c log U t , c + γ
Notice that β c t is not defined in Equation (15); hence, considering β c t = α 1 , the approximation in Equation (15) is equivalent to the following linear approximation:
log c = 1 s U t , c = f ( U t , 1 , , U t , s ) log U t , c t f ^ ( U t , 1 , , U t , s ) log U t , c t = ( α 1 ) log U t , c t + c c t β c log U t , c + γ = c = 1 s β c log U t , c + γ
Therefore, we aim at minimizing the expected squared error for the approximation in Equation (16). We are able to achieve this if we assume that the joint distribution, ( U t , 1 , , U t , s ) , is symmetric.
Assumption 3.1
For all permutations, ( π 1 , , π s ) , we have that ( U t , 1 , , U t , s ) ( U t , π 1 , , U t , π s ) .
Assumption 3.1 imposes that U t , c and U t , c are identically distributed, for all 1 c , c s , that is, U t , c U t , c . This is clearly much more general than the symmetric uniformity imposed in Assumption 2.1 for binary classification.
Under Assumption 3.1, the approximation in Equation (16) is such that β 1 = = β s . Let β denote the common value, and consider that:
A = log c = 1 s U t , c and B = c = 1 s log U t , c
Our goal is to find β and γ that minimize the following expected value:
E [ ( A ( β B + γ ) ) 2 ]
Let σ A 2 and σ B 2 denote the variance of A and B, respectively, and let σ A B denote the covariance between A and B. Standard regression allows us to derive the next result [22].
Theorem 3.2
Assume that σ B 2 > 0 . The unique values of β and γ that minimize Equation (18) are given by:
β = σ A B σ B 2 and γ = E [ A β B ]
Moreover, it follows that:
E [ A ( β B + γ ) ] = 0 , a n d
E [ ( A ( β B + γ ) ) 2 ] = σ A 2 σ A B 2 σ B 2
From Equation (20), we conclude that the approximation in Equation (16) is unbiased, and since it minimizes Equation (18), it is an MVU approximation. As in [8], we are adopting estimation terminology for approximations. In this case, by taking A ^ = ( β B + γ ) , Equation (18) is precisely E [ ( A A ^ ) 2 ] = MSE ( A ^ ) , where MSE is the mean squared error of the approximation/estimation. The MSE coincides with the variance when the approximation/estimator is unbiased, and so, the approximation in Theorem 3.2 is MVU. In addition, the standard error of the approximation in Equation (16) is given by the square root of Equation (21).
The previous result allows us to generalize the aCLL scoring criterion for multi-classification tasks. The values of β and γ needed by the approximation in Equation (16) are given by Equation (19). This results in a decomposable approximation of CLL and a generalization of aCLL for multi-classification as:
aCLL ( B D ) = t = 1 N log U t , c t + c = 1 s β log U t , c + γ

3.1.1. Symmetric Uniform Assumption for Multi-Classification Tasks

Herein, we analyze aCLL under the symmetric uniform assumption. We start by providing a general explanation on why aCLL approximation is robust to the choice of p, which was already noticed for the binary case. In addition, we confirm that the analysis in Section 2.3 for the binary case coincides with that given in Section 3.1 when s = 2 . Finally, we provide the constants β and γ for ternary-classification tasks, under the symmetric uniform assumption of ( U t , 1 , U t , 2 , U t , 3 ) .
Assumption 3.3
Let ( U t , 1 , , U t , s ) U n i f o r m ( [ 0 , p ] s ) .
Start by noticing that under Assumption 3.3, changes in p correspond to multiplying the random vector, ( U t , 1 , , U t , s ) , by a scale factor. Indeed, if each random variable is multiplied by a common scale factor, κ, it results in the addition of constant values to A and B. To this end, note that:
log c = 1 s κ U t , c = log κ c = 1 s U t , c = log ( κ ) log c = 1 s U t , c
and:
c = 1 s log ( κ U t , c ) = c = 1 s log κ + log U t , c = s log ( κ ) + c = 1 s log U t , c
Since these additive terms have no effect on variances and covariances, it follows that β is not affected with changes in p. Therefore, the choice of p is irrelevant for maximizing aCLL when a uniform distribution is chosen. Moreover, it is enough to obtain the parameter, β, as by Equation (22) aCLL maximization is insensitive to the constant factor, γ.
We also stress that for the binary case, with ( U t , 1 , U t , 2 ) Uniform ( [ 0 , p ] 2 ) , the values of β and γ, given by Equation (19), with α = 1 + β , coincide with those given by Equation (13).
Finally, by using Mathematica 9.0, we were able to obtain an analytical expression of β for ternary classification tasks.
Example 3.4
For the ternary case where ( U t , 1 , U t , 2 , U t , 3 ) U n i f o r m ( [ 0 , p ] 3 ) , the constant, β, that minimizes Equation (18) is
1 36 15 π 2 2 11 + 9 ln ( 3 ) 12 ln ( 2 ) + 60 ln 2 ( 2 ) + 72 Li 2 ( 2 ) + 24 Li 2 ( 1 / 4 )
where Li n ( z ) is the polylogarithm function of order n.

3.1.2. Symmetric Dirichlet Assumption for Multi-Classification Tasks

In this section, we provide an alternative assumption, which will lead us to a very good approximation of CLL. Instead of a symmetric uniform distribution, we assume that the random vector, ( U t , 1 , , U t , s , W t ) , where W t = 1 c = 1 s U t , c , follows a symmetric Dirichlet distribution. In the following, we omit the random variable, W t , from the vector, as it is completely defined given U t , 1 , , U t , s . The use of the Dirichlet distribution is attributed to the fact that it is a conjugate family of the distribution for a multinomial sample; this ties perfectly with the fact that data is assumed to be a multinomial sample when learning BNCs [23].
In order to take profit of Theorem 3.2, we consider the following symmetric Dirichlet assumption:
Assumption 3.5
Let ( U t , 1 , , U t , s ) D i r ( a 1 , , a s , b ) , where a c = a , for all c = 1 , , s .
Assumption 3.5 implies that the tuple, ( y t 1 , , y t n , c ) , occurs in the data exactly a 1 times, for all c = 1 , , s . Moreover, there are b 1 instances in the data different from ( y t 1 , , y t n , c ) , for all c = 1 , , s . Given a dataset of size N, it is reasonable to assume a = 1 and b = N . Indeed, probabilities U t , c are expected to be very low, becoming exponentially smaller as the number of attributes, n, grows; therefore, it is reasonable to assume that ( y t 1 , , y t n , c t ) occurs only once in the data and that its complement instances, ( y t 1 , , y t n , c ) , with c c t , do not even occur in the data. Thus, by starting with a non-informative prior, that is, with distribution Dir ( 1 , , 1 , 1 ) over the s-simplex and, then, conditioning this distribution over the multinomial observation of the data of size N, we obtain the prior:
( U t , 1 , , U t , s ) Dir ( a 1 , , a s , N )
where a c = 1 for c c t and a c t = 2 . However, such a distribution is asymmetric, and it is not in the conditions of Theorem 3.2. We address this problem by considering the symmetric distribution:
( U t , 1 , , U t , s ) Dir ( 1 , , 1 , N )
which is very close to the distribution in Equation (23). We stress that the goal of any assumption is to find good approximations for the constants, β and γ, and that the conditions upon which such approximations were performed need not hold true exactly.

3.1.3. Estimating Parameters β and γ

We now focus our attention in finding, numerically, the values of β and γ, via a Monte-Carlo method. To this end, several random vectors, ( u 1 , , u s ) , are generated with the envisaged Dirichlet distribution in order to define a set, S , of pairs ( B , A ) given by A = log ( c = 1 s u c ) and B = c = 1 s log ( u c ) . In this way, we are sampling the random variables, A and B, as defined in Equation (17). Given S , it is straightforward to find the best linear fit of the form A = β ^ B + γ ^ and moreover, by the strong law of large numbers, β ^ and γ ^ , converge in probability to β and γ, respectively, as the set, S , grows. The general method is described in Algorithm 1.
Algorithm 1 General Monte-Carlo method to estimate β and γ
Input: number of samples, m
  • For i = 1 to m;
  •   For c = 1 to s;
  •     Generate a sample, u c = CDF X 1 ( Uniform ( [ 0 , 1 ] ) ) , where P ( X = x ) = P ( U t , c = x | U t , 1 = u 1 , , U t , c 1 = u c 1 ) .
  •   Add the point ( c = 1 s log ( u c ) , log ( c = 1 s u c ) ) to S .
  • Perform simple linear regression to S , obtaining a = β ^ b + γ ^ .
Algorithm 1 works for any distribution (even for non-symmetric ones). The idea in Step 3 is to use the standard simulation technique of using the cumulative distribution function (CDF) of the univariate marginal for U t , 1 to generate a sample for the first component, u 1 , of the vector and, afterwards, apply the CDF of the univariate conditional distributions, to generate samples for the remaining components, u 2 , , u s .
We used Algorithm 1 to cross-check the values of β and γ for the case of a symmetric uniform distribution obtained analytically in Equation (13) and Example 3.4, for binary and ternary classification tasks, respectively.
Example 3.6
For binary classification under Assumption 3.3 and for m = 20 , 000 , we obtained an exact approximation of the analytical expression in Equation (13) up to four decimal places. For ternary classification, we required 80,000 samples to achieve the same precision for the analytical expression given in Example 3.4. We estimated the values of β and γ to be in this case β ^ = 0.198873 and γ ^ = 1.85116 .
Although Algorithm 1 works well for Dirichlet distributions, we note that there are simpler and more efficient ways to generate samples for a distribution, Dir ( a 1 , , a s , a s + 1 ) . Consider s + 1 independent Gamma random variables, Y i Gamma ( a i , 1 ) , for i = 1 , , s + 1 , and let Y 0 = i = 1 s + 1 Y i . Then, it is well known that ( Y 1 / Y 0 , , Y s / Y 0 ) Dir ( a 1 , , a s , a s + 1 ) . Clearly, it is much more simple to sample s + 1 independent random variables than sampling marginal and conditional distributions. The modified algorithm is presented in Algorithm 2.
Algorithm 2 Monte-Carlo method to estimate β and γ for Dir ( a , , a , b )
Input: number of samples, m, and hyperparameters, a and b.
  • For i = 1 to m;
  •   For c = 1 to s;
  •     Generate a sample, y c = CDF X 1 ( Uniform ( [ 0 , 1 ] ) ) , where X Gamma ( a , 1 ) .
  •   Generate a sample, y s + 1 = CDF X 1 ( Uniform ( [ 0 , 1 ] ) ) , where X Gamma ( b , 1 ) .
  •   Set u c = y c = 1 s + 1 y for c = 1 , , s .
  •   Add the point ( c = 1 s log ( u c ) , log ( c = 1 s u c ) ) to S .
  • Perform simple linear regression to S , obtaining a = β ^ b + γ ^ .
Next, we illustrate the use of the Algorithm 2 in the conditions discussed in Equation (24).
Example 3.7
For binary classification under Assumption 3.5 and with a 1 = a 2 = 1 , b = 1 , 000 and m = 100 , 000 , the estimated values for β and γ are β ^ = 0.39291 and γ ^ = 0.61698 , respectively. For ternary classification, and under the same assumptions, the estimated values for β and γ are β ^ = 0.239266 and γ ^ = 0.6085 , respectively.

3.2. Parameter Maximization for aCLL

The main goal for devising an approximation to CLL is to obtain an expression that decomposes over the BNC structure. By plugging in the probability expansion of Equation (3) in the general aCLL scoring criterion for multi-classification given in Equation (22), we obtain:
aCLL ( B | D ) = c = 1 s α N c + β c c N c log ( θ c ) + i = 1 n j = 1 q i * k = 1 r i c = 1 s α N i j c k + β c c N i j c k log ( θ i j c k ) + N γ
where α = 1 + β . This score is decomposable, as it allows one to compute, independently, the contribution of each node (and its parents) to the global score. However, the values of the parameters, θ i j c k and θ c , that maximize the aCLL score in Equation (25) remain unknown. This problem was left open in [8], and a further approximation was required to obtain optimal BNC parameters.
We are able to obtain the optimal values of θ i j c k and θ c by assuming that they are lower-bounded. This lower bound follows naturally by adopting pseudo-counts, commonly used in BNCs to smooth observed frequencies with Dirichlet priors and increase the quality of the classifier [2]. Pseudo-counts intend to impose the common sense assumption that there are no situations with the probability of zero. Indeed, it is a common mistake to assign a probability of zero to an event that is extremely unlikely, but not impossible [24].
Theorem 3.8
Let N > 0 be the number of pseudo-counts. The parameters, θ i j c k , that maximize the aCLL scoring criterion in Equation (25) are given by:
θ i j c k = N i j + c k N i j + c and θ c = N + c N +
where:
N i j + c k = α N i j c k + β c c N i j c k if α N i j c k + β c c N i j c k N N o t h e r w i s e ,
N + c = α N c + β c c N c if α N c + β c c N c N N o t h e r w i s e ,
N i j + c = k = 1 r i N i j + c k a n d N + = c = 1 s N + c ,
constrained to θ i j c k N N i j + c and θ c N N + , for all i , j , c and k.
Proof: 
We only show the maximization for the parameters, θ i j c k , as the maximization for θ c is similar. Then, by taking the summand of Equation (25), which depends only on the parameters, θ i j c k , we have:
i = 1 n j = 1 q i * k = 1 r i c = 1 s ( α N i j c k + β c c N i j c k ) log θ i j c k ( 7 ) = i = 1 n j = 1 q i * k = 1 r i c = 1 s N i j + c k log θ i j c k ( a ) + ( ( α N i j c k + β c c N i j c k ) N i j + c k ) log θ i j c k ( b )
Observe that if N i j + c k N , then N i j + c k = α N i j c k + β c c N i j c k . Thus, summand (b) in Equation (27) is only different from zero when α N i j + c k + β c c N i j c k < N . In this case, N i j + c k = N , which implies that ( α N i j c k + β c c N i j c k ) N < 0 . Therefore, the value for θ i j c k that maximizes summand (b) is the minimal value for θ i j c k , that is, N N i j + c = N i j + c k N i j + c . Finally, by Gibb’s inequality, we derive that the distribution for θ i j c k that maximizes summand (a) in Equation (27) is θ i j c k = N i j + c k N i j + c . Since the maximality of the summands, (a) and (b), is obtained with the same values for θ i j c k , we have that the values for θ i j c k that maximize Equation (25) are given by: θ i j c k = N i j + c k N i j + c .        ☐
The role of the pseudo-counts is to guarantee that the values, N i j + c k or N + c , cannot be smaller than N . By plugging in the parameters given in Theorem 3.8 in Equation (26) into the aCLL criterion in Equation (25), we obtain:
a ^ CLL ( G | D ) = c = 1 s α N c + β c c N c log N + c N + + i = 1 n j = 1 q i * k = 1 r i c = 1 s α N i j c k + β c c N i j c k log N i j + c k N i j + c + N γ
The notation using G as an argument instead of B emphasizes that once the parameters, Θ, are decided upon, the criterion is a function of the network structure, G, only.
Finally, we show that aCLLobserved frequency estimates (OFE) ( a ^ CLL) is not score-equivalent. Two BNCs are said to be equivalent if they can represent precisely the same set of distributions. Verma and Pearl [25] showed that this is equivalent to checking if the underlying DAG of the two BNCs have the same skeleton and the same v-structures. A score-equivalent scoring criterion is one that assigns the same score to equivalent BNC structures [12,14,26].
Theorem 3.9
The a ^ CLL scoring criterion is decomposable and non-score equivalent.
Proof: 
Decomposability follows directly from the definition in Equation (28). Concerning non-score equivalence, it suffices to provide a counter-example, where two equivalent structures do not score the same. To this purpose, consider a BNC with two attributes, ( n = 2 ) and D = { ( 0 , 0 , 1 ) , ( 0 , 1 , 1 ) , ( 1 , 1 , 0 ) , ( 1 , 1 , 1 ) } , as the training set. The structures, G X 1 X 2 and H X 2 X 1 (we omitted the node representing the class variable, C, pointing to X 1 and X 2 ), for B are equivalent, but it is straightforward to check that a ^ CLL ( G D ) a ^ CLL ( H D ) .       ☐
Interesting scoring criteria in the literature are decomposable, since it is infeasible to learn undecomposable scores. On the other hand, both score-equivalent and non-score-equivalent decomposable scores can be learned efficiently, although the algorithms to learn them are different. In general, the score-equivalence property does not seem to be important, as non-score-equivalent scores typically perform better than score-equivalent ones [12,14].

4. Information-Theoretic Interpretation of the Conditional Log-Likelihood

Herein, we provide some insights about information-theoretic concepts and how they relate with the CLL. These results are well known in the literature [2,27]; nonetheless, they are presented here in detail to provide a clear understanding that approximating the CLL is equivalent to approximating the conditional relative entropy. We refer the interested reader to the textbook of Cover and Thomas [28] for further details.
The relative entropy is a measure of the distance between two distributions. The relative entropy, also known as Kullback-Leibler divergence, between two probability mass functions, p ( x ) and q ( x ) , for a random variable, X, is defined as:
D K L ( p ( x ) q ( x ) ) = x p ( x ) log p ( x ) q ( x )
This quantity is always non-negative and is zero if and only if p = q . Although interpreted as a distance between distributions, it is not a true distance, as it is not symmetric and it does not satisfy the triangle inequality. However, it is a measure of the inefficiency of assuming that the distribution is q when the true distribution is p. In terms of encoding, this means that if instead of using the true distribution, p, to encode X, we used the code for a distribution, q; we would need H p ( X ) + D K L ( p ( x ) q ( x ) ) bits on the average to describe X. In addition, the conditional relative entropy is the average of the relative entropies between the conditional probability mass functions, p ( y | x ) and q ( y | x ) , averaged over the probability mass function, p ( x ) , that is:
D K L ( p ( y | x ) q ( y | x ) ) = E X [ D K L ( p ( y | X ) q ( y | X ) ] = x p ( x ) y p ( y | x ) log p ( y | x ) q ( y | x )
The relationship between log-likelihood and entropy is well established. Lewis had already shown that maximizing the log-likelihood is equivalent to minimizing the entropy [27]. In addition, Friedman et al. [2] came into the same conclusion and related it with the relative entropy. They concluded that minimizing the Kullback-Leibler divergence between the distribution, P ^ D , induced by the observed frequency estimates (OFE) and the distribution, P B , given by the Bayesian network classifier, B, is equivalent to minimizing the entropy, H P B , and, thus, maximizing LL ( B D ) .
Friedman et al. [2] also hinted that maximizing the conditional log-likelihood is equivalent to minimizing the conditional relative entropy. Assuming that A = X \ { C } , and for the case of BNCs, this fact can be taken from:
CLL ( B D ) = t = 1 N log P B ( c t y t ) = N y t c t P ^ D ( y t , c t ) log P B ( c t y t ) = N y t c t P ^ D ( y t , c t ) log P B ( c t y t ) + N H P ^ D ( C A ) N H P ^ D ( C A ) = N y t c t P ^ D ( y t , c t ) log P B ( c t y t ) N y t c t P P ^ D ( y t , c t ) log P P ^ D ( c t y t ) N H P ^ D ( C A ) = N y t c t P ^ D ( y t , c t ) log P ^ D ( c t y t ) P B ( c t y t ) N H P ^ D ( C A ) = N y t c t P ^ D ( y t ) P ^ D ( c t y t ) log P ^ D ( c t y t ) P B ( c t y t ) N H P ^ D ( C A ) = N y t P ^ D ( y t ) c t P ^ D ( c t y t ) log P ^ D ( c t y t ) P B ( c t y t ) N H P ^ D ( C A ) ( 29 ) = N D K L ( P ^ D ( C A ) P B ( C A ) ) N H P ^ D ( C A )
Indeed, the main goal in classification is to learn the model that best approximates the conditional probability, induced by the OFE, of C, given A . It follows from Equation (29) that by maximizing CLL ( B D ) , such a goal is achieved, since we are minimizing D K L ( P ^ D ( C A ) P B ( C A ) ) , which is the conditional relative entropy between the conditional distribution induced by the OFE and the conditional distribution given by the target model, B.
In conclusion, since aCLL is an MVU approximation of CLL, by finding the model, B, that maximizes aCLL ( B D ) , we expect to minimize the conditional relative entropy between P ^ D ( C A ) and P B ( C A ) .

5. Experimental Results

We implemented the TAN learning algorithm (c.f. Section 2.1), endowed with the aCLL scoring criterion, in Mathematica 7.0 on top of the Combinatorica package [29]. For the experimental results, we considered optimal TAN structures learned with LL and aCLL under both (symmetric) uniform and Dirichlet assumptions. The main goal of this empirical assessment is to compare the CLL attained with these optimal structures, in order to unravel which one better approximates CLL. To this end, only the scoring criteria vary, and the searching procedure is fixed to yield an optimal TAN structure; this ensures that only the choice of the scoring criterion affects the learned model. To avoid overfitting, which arises naturally when complex structures are searched, we improved the performance of all BNCs by smoothing parameter estimates according to a Dirichlet prior [13]. The smoothing parameter, N , was set to 5, as suggested in [2].
We performed our evaluation on 89 benchmark datasets used by Barash et al. [9]. These datasets constitute biologically validated data retrieved from the TRANSFACdatabase [30] for binary classification tasks. The aCLL constants considered for the uniform assumption are those given in Equation (13). The constants considered under the Dirichlet assumption are those given in Example 3.7, since all the datasets have a size around 1,000.
The CLL of the optimal TAN learned by each scoring criterion was computed, and it is depicted in Figure 1. From the figure, it is clear that the scoring criterion that obtained the highest CLL was aCLL under Dir(1, 1, 1000), followed by aCLL under Unif( [ 0 , p ] 2 ). We numerically computed the standard relative error of the approximation under the Dirichlet assumption and obtained 13.92%, which is half of the relative error for the uniform case [8]. For this reason, we expect aCLL under Dirichlet to be more stable than under the uniform assumption. To evaluate the statistical significance of these results, we used Wilcoxon signed-rank tests. This test is applicable when paired scoring differences, along the datasets, are independent and not necessarily normally distributed [31]. Results are presented in Table 1.
Figure 1. Conditional log-likelihood (CLL) score achieved by optimal tree-augmented naive (TAN) structures with different scoring criteria.
Figure 1. Conditional log-likelihood (CLL) score achieved by optimal tree-augmented naive (TAN) structures with different scoring criteria.
Entropy 15 02716 g001
Table 1. Wilcoxon signed-rank tests for the CLL score obtained by optimal TANs in binary classification tasks.
Table 1. Wilcoxon signed-rank tests for the CLL score obtained by optimal TANs in binary classification tasks.
SearchingTANTAN
ScoreLLaCLL
AssumptionUnif [ 0 , p ] 2
TAN7.086.84
aCLL7.21 × 10−133.96 × 10−12
Dir(1, 1, 1000)
TAN3.52
aCLL2.15 × 10−4
Unif [ 0 , p ] 2
Each entry of the table gives the z-test and p-value of the significance test for the corresponding pairs of BNCs. The arrow points to the superior scoring criterion, in terms of higher CLL.
From Table 1, it is clear that aCLL is significantly better than LL for obtaining a model with higher CLL. In addition, the Dirichlet assumption is more suitable than the uniform one for learning BNCs.
To illustrate the usage for multi-classification tasks, we applied our method for ternary classification. For that, we used the same 89 datasets as for the binary classification to create synthetic data for ternary classification tasks. We added to each dataset, i, a third class that corresponded to a class of the dataset, i + 1 . The aCLL constants considered for the uniform and Dirichlet assumptions are those given in Examples 3.4 and 3.7, respectively, since all the datasets have a size around 1,000.
To compute our scoring, we also considered the number of pseudo-counts, N = 5 , and, similarly to the binary case, we performed a Wilcoxon signed-rank test to evaluate the statistical significance of the CLL computed by each scoring criterion. The results are presented in Table 2.
Table 2. Wilcoxon signed-rank tests for the CLL score obtained by optimal TANs in ternary classification tasks.
Table 2. Wilcoxon signed-rank tests for the CLL score obtained by optimal TANs in ternary classification tasks.
SearchingTANTAN
ScoreLLaCLL
AssumptionUnif [ 0 , p ] 3
TAN6.914.07
aCLL2.42 × 10−122.35 × 10−5
Dir(1, 1, 1, 1000)
TAN7.44
aCLL5.03 × 10−14
Unif [ 0 , p ] 3
From Table 2, it is clear that aCLL also outperforms LL in ternary classification for obtaining a model with higher CLL. For the ternary case, the uniform assumption for learning BNCs outperformed the Dirichlet assumption.

6. Conclusions

In this work, we explored three major shortcomings of the initial proposal of the aCLL scoring criterion [8]: (i) it addressed only binary-classification tasks; (ii) it assumed only a uniform distribution over the parameters; (iii) in the context of discriminative learning of BNCs, it did not provide the optimal parameters that maximize it. The effort of exploring the aforementioned limitations culminated with the proposal of a non-trivial extension of aCLL for multi-classification tasks under diverse stochastic assumptions. Whenever possible, the approximation constants were computed analytically; this included binary and ternary classification tasks under a symmetric uniform assumption. In addition, a Monte-Carlo method was proposed to compute the constants required for the approximation under a symmetric Dirichlet assumption. In the context of discriminative learning of BNCs, we showed that the extended score is decomposable over the BNC structure and provided the parameters that maximize it. This decomposition allows score-based learning procedures to be employed locally, making full (structure and parameters) discriminative learning of BNCs very efficient. Such discriminative learning is equivalent to minimizing the conditional relative entropy between the conditional distribution of the class given the attributes induced by the OFE and the one given by the learned discriminative model.
The merits of the devised scoring criteria under two different assumptions were evaluated in real biological data. These assumptions adopted a symmetrically uniform and a symmetric Dirichlet distribution over the parameters. Optimal discriminative models learned with aCLL both with symmetrically uniform and symmetric Dirichlet assumptions, showed higher CLL than those learned generatively with LL. Moreover, among the proposed criteria, the symmetric Dirichlet assumption also was shown to approximate CLL better than the symmetrically uniform one. This was expected, as the Dirichlet is a conjugate distribution for a multinomial sample, which ties perfectly with the fact that data is assumed to be a multinomial sample when learning BNCs.
Directions for future work include extending aCLL to unsupervised learning and to deal with missing data.

Acknowledgments

This work was partially supported by Fundação para a Ciência e Tecnologia (FCT), under grant, PEst-OE/EEI/LA0008/2013, and by the projects, NEUROCLINOMICS (PTDC/EIA-EIA/111239/2009), ComFormCrypt (PTDC/EIA-CCO/113033/2009) and InteleGen (PTDC/DTP-FTO/1747/2012), also funded by FCT.

Conflict of Interest

The authors declare no conflict of interest.

References

  1. Pearl, J. Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference; Morgan Kaufmann: San Francisco, CA, USA, 1988. [Google Scholar]
  2. Friedman, N.; Geiger, D.; Goldszmidt, M. Bayesian network classifiers. Mach. Learn. 1997, 29, 131–163. [Google Scholar] [CrossRef]
  3. Grossman, D.; Domingos, P. Learning Bayesian Network Classifiers by Maximizing Conditional Likelihood. In Proceedings of the Twenty-first International Conference on Machine Learning, Banff, Alberta, Canada, 4–8 July 2004; ACM: New York, NY, USA, 2004; pp. 46–53. [Google Scholar]
  4. Su, J.; Zhang, H. Full Bayesian Network Classifiers. In Proceedings of the Twenty-third International Conference on Machine Learning, Pittsburgh, PA, USA, 25–29 June 2006; Cohen, W.W., Moore, A., Eds.; ACM: New York, NY, USA, 2006; pp. 897–904. [Google Scholar]
  5. Domingos, P.; Pazzani, M.J. On the optimality of the simple Bayesian classifier under zero-one loss. Mach. Learn. 1997, 29, 103–130. [Google Scholar] [CrossRef]
  6. Greiner, R.; Zhou, W. Structural Extension to Logistic Regression: Discriminative Parameter Learning of Belief Net Classifiers. In Proceedings of the Eighteenth National Conference on Artificial Intelligence and Fourteenth Conference on Innovative Applications of Artificial Intelligence, Edmonton, Alberta, Canada, 28 July–2 August 2002; Dechter, R., Sutton, R.S., Eds.; AAAI/MIT: Cambridge, MA, USA, 2002; pp. 167–173. [Google Scholar]
  7. Su, J.; Zhang, H.; Ling, C.X.; Matwin, S. Discriminative Parameter Learning for Bayesian Networks. In Proceedings of the Twenty-fifth International Conference on Machine Learning, Helsinki, Finland, 5–9 June 2008; Cohen, W.W., McCallum, A., Roweis, S.T., Eds.; ACM: New York, NY, USA, 2008; pp. 1016–1023. [Google Scholar]
  8. Carvalho, A.M.; Roos, T.; Oliveira, A.L.; Myllymäki, P. Discriminative learning of Bayesian networks via factorized conditional log-likelihood. J. Mach. Learn. Res. 2011, 12, 2181–2210. [Google Scholar]
  9. Barash, Y.; Elidan, G.; Friedman, N.; Kaplan, T. Modeling Dependencies in Protein-DNA Binding Sites. In Proceedings of the Seventh Annual International Conference on Computational Biology, Berlin, Germany, 10–13 April 2003; ACM: New York, NY, USA, 2003; pp. 28–37. [Google Scholar]
  10. Carvalho, A.M.; Oliveira, A.L.; Sagot, M.F. Efficient Learning of Bayesian Network Classifiers: An Extension to the TAN Classifier. In Proceedings of the 20th Australian Joint Conference on Artificial Intelligence, Gold Coast, Australia, 2–6 December 2007; Orgun, M.A., Thornton, J., Eds.; Springer: Berlin, Germany, 2007; Volume 4830, pp. 16–25. [Google Scholar]
  11. Carvalho, A.M. Scoring Functions for Learning Bayesian Networks; Technical Report; INESC-ID: Lisbon, Portugal, 2009. [Google Scholar]
  12. Yang, S.; Chang, K.C. Comparison of score metrics for Bayesian network learning. IEEE Trans. Syst. Man. Cybern. A 2002, 32, 419–428. [Google Scholar] [CrossRef]
  13. Heckerman, D.; Geiger, D.; Chickering, D.M. Learning Bayesian networks: The combination of knowledge and statistical data. Mach. Learn. 1995, 20, 197–243. [Google Scholar] [CrossRef]
  14. De Campos, L.M. A scoring function for learning Bayesian networks based on mutual information and conditional independence tests. J. Mach. Learn. Res. 2006, 7, 2149–2187. [Google Scholar]
  15. Silander, T.; Roos, T.; Kontkanen, P.; Myllymäki, P. Bayesian Network Structure Learning using Factorized NML Universal Models. In Proceedings of the Fourth European Workshop on Probabilistic Graphical Models, Hirshals, Denmark, 17–19 September 2008; pp. 257–264.
  16. Chickering, D.M.; Heckerman, D.; Meek, C. Large-sample learning of Bayesian networks is NP-hard. J. Mach. Learn. Res. 2004, 5, 1287–1330. [Google Scholar]
  17. Dagum, P.; Luby, M. Approximating probabilistic inference in Bayesian belief networks is NP-hard. Artif. Intell. 1993, 60, 141–153. [Google Scholar] [CrossRef]
  18. Edmonds, J. Optimum branchings. J. Res. Nat. Bur. Stand. 1967, 71, 233–240. [Google Scholar] [CrossRef]
  19. Chow, C.K.; Liu, C.N. Approximating discrete probability distributions with dependence trees. IEEE Trans. Inform. Theory 1968, 14, 462–467. [Google Scholar] [CrossRef]
  20. Chickering, D.M. Learning Bayesian Networks Is NP-Complete. In Learning from Data: AI and Statistics V; Springer: Berlin, Germnay, 1996; pp. 121–130. [Google Scholar]
  21. Bilmes, J. Dynamic Bayesian Multinets. In Proceedings of the 16th Conference in Uncertainty in Artificial Intelligence, Stanford University, Stanford, CA, USA, 30 June–3 July 2000; Boutilier, C., Goldszmidt, M., Eds.; Morgan Kaufmann: Burlington, MA, USA, 2000; pp. 38–45. [Google Scholar]
  22. Johnson, R.A.; Wichern, D.W. Applied Multivariate Statistical Analysis; Prentice Hall: Englewood Cliffs, NJ, USA, 2007. [Google Scholar]
  23. Heckerman, D. A Tutorial on Learning Bayesian Networks; Technical Report MSR-TR-95-06, Microsoft Research; Microsoft: Redmond, WA, USA, 1995. [Google Scholar]
  24. Koller, D.; Friedman, N. Probabilistic Graphical Models: Principles and Techniques; MIT Press: Cambridge, MA, USA, 2009. [Google Scholar]
  25. Verma, T.; Pearl, J. Equivalence and Synthesis of Causal Models. In Proceedings of the Sixth Annual Conference on Uncertainty in Artificial Intelligence, Cambridge, MA, USA, 27–29 July 1990; Bonissone, P.P., Henrion, M., Kanal, L.N., Lemmer, J.F., Eds.; Elsevier: Amsterdam, The Netherlands, 1990; pp. 255–270. [Google Scholar]
  26. Chickering, D.M. Learning equivalence classes of Bayesian-network structures. J. Mach. Learn. Res. 2002, 2, 445–498. [Google Scholar]
  27. Lewis, P.M. Approximating probability distributions to reduce storage requirements. Inform. Control 1959, 2, 214–225. [Google Scholar] [CrossRef]
  28. Cover, T.; Thomas, J. Elements of Information Theory; John Wiley & Sons: Hoboken, NJ, USA, 2006. [Google Scholar]
  29. Pemmaraju, S.V.; Skiena, S.S. Computational Discrete Mathematics: Combinatorics and Graph Theory with Mathematica; Cambridge University Press: Cambridge, UK, 2003. [Google Scholar]
  30. Wingender, E.; Chen, X.; Fricke, E.; Geffers, R.; Hehl, R.; Liebich, I.; Krull, M.; Matys, V.; Michael, H.; Ohnhuser, R.; et al. The TRANSFAC system on gene expression regulation. Nucleic Acids Res. 2001, 29, 281–283. [Google Scholar] [CrossRef] [PubMed]
  31. Demsar, J. Statistical comparisons of classifiers over multiple data sets. J. Mach. Learn. Res. 2006, 7, 1–30. [Google Scholar]

Share and Cite

MDPI and ACS Style

Carvalho, A.M.; Adão, P.; Mateus, P. Efficient Approximation of the Conditional Relative Entropy with Applications to Discriminative Learning of Bayesian Network Classifiers. Entropy 2013, 15, 2716-2735. https://doi.org/10.3390/e15072716

AMA Style

Carvalho AM, Adão P, Mateus P. Efficient Approximation of the Conditional Relative Entropy with Applications to Discriminative Learning of Bayesian Network Classifiers. Entropy. 2013; 15(7):2716-2735. https://doi.org/10.3390/e15072716

Chicago/Turabian Style

Carvalho, Alexandra M., Pedro Adão, and Paulo Mateus. 2013. "Efficient Approximation of the Conditional Relative Entropy with Applications to Discriminative Learning of Bayesian Network Classifiers" Entropy 15, no. 7: 2716-2735. https://doi.org/10.3390/e15072716

Article Metrics

Back to TopTop