Skip to content

Commit 4e10176

Browse files
authored
Update README.rst
1 parent 0e185f4 commit 4e10176

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

README.rst

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -969,9 +969,6 @@ Output:
969969
avg / total 0.67 0.67 0.67 7532
970970
971971
972-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
973-
Logistic Regression
974-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
975972
976973
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
977974
Naive Bayes Classifier
@@ -1356,6 +1353,7 @@ output:
13561353
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13571354
Conditional Random Field (CRF)
13581355
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1356+
13591357
Conditional Random Field (CRF) is an undirected graphical model as shown in figure. CRFs state the conditional probability of a label sequence *Y* give a sequence of observation *X* *i.e.* P(Y|X). CRFs can incorporate complex features of observation sequence without violating the independence assumption by modeling the conditional probability of the label sequence rather than the joint probability P(X,Y). The concept of clique which is a fully connected subgraph and clique potential are used for computing P(X|Y). Considering one potential function for each clique of the graph, the probability of a variable configuration is corresponding to the product of a series of non-negative potential function. The value computed by each potential function is equivalent to the probability of the variables in its corresponding clique taken on a particular configuration.
13601358

13611359

@@ -2242,10 +2240,6 @@ Output:
22422240
avg / total 0.76 0.73 0.74 7532
22432241
22442242
2245-
-----------------------------------------
2246-
Deep Belief Network (DBN)
2247-
-----------------------------------------
2248-
22492243
22502244
22512245
-----------------------------------------
@@ -2620,13 +2614,6 @@ Increasingly large document collections require improved information processing
26202614
26212615
26222616
2623-
------------------------------------------------
2624-
Semi-supervised learning for Text classification
2625-
------------------------------------------------
2626-
2627-
2628-
2629-
26302617
==========
26312618
Evaluation
26322619
==========

0 commit comments

Comments
 (0)