(Density Estimation using Series Expansion)
Line 3: Line 3:
 
Last "non-parametric" technique (although very parametric)
 
Last "non-parametric" technique (although very parametric)
  
Write <math>p(x) = sum(cj*fj(x))</math> where {<math>fj's</math>} are pre-determined class of functions <math>=sum(cj*fj(x))</math>
+
Write <math>p(\vec{x}=\sum _{j=0}^{\infty}c_j f_j (\vec{x}) \cong \sum _{j=0} ^{m}c_j f_j (\vec{x})</math> (1)
 +
 
 +
where {<math>fj's</math>} are pre-determined class of functions  
  
 
Monomials.  E.g. Taylor expansion about Xo in 1-D.
 
Monomials.  E.g. Taylor expansion about Xo in 1-D.

Revision as of 14:48, 30 March 2008

Density Estimation using Series Expansion

Last "non-parametric" technique (although very parametric)

Write $ p(\vec{x}=\sum _{j=0}^{\infty}c_j f_j (\vec{x}) \cong \sum _{j=0} ^{m}c_j f_j (\vec{x}) $ (1)

where {$ fj's $} are pre-determined class of functions

Monomials. E.g. Taylor expansion about Xo in 1-D.

Decision Trees

Reference DHS Chapter 8 Decision tree is one of the most powerful method for classification, because it simplifies the classification by dividing the problem into subproblems. A sample decision tree and training set from J.R. Quinlan (Induction of Decision Trees) can be given as follows:

Decision OldKiwi.jpg

Trainset OldKiwi.jpg

The decision tree separates two classes. First class is "play tennis" and the second one is "do not play tennis". The decision tree tries to find the answer by asking several question. The purpose is to generate decision tree using the training data.

Instead of asking a complicated question $ g(x) >= 0 or <0 $

The idea: Ask a series of simple questions following a tree structure (linear 1-D).

ECE662 lect20 tree1 OldKiwi.jpg ECE662 lect20 tree2 OldKiwi.jpg


Lectures

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood