m
Line 9: Line 9:
 
**I would think the expected error would be .5.  Assume if heads decide class 1, if tails decide class 2.  So P(error) = P(Heads)P(Class 2) + P(Tails)P(Class 1).  I'll assume you have a fair coin so P(Heads) = P(Tails) = .5.  Also, if there's only two classes, P(Class 2) + P(Class 1) = 1.  Thus from the above formula, P(error) = .5(P(Class1) + P(Class2)) = .5 -[[User:athershb|ATH]]
 
**I would think the expected error would be .5.  Assume if heads decide class 1, if tails decide class 2.  So P(error) = P(Heads)P(Class 2) + P(Tails)P(Class 1).  I'll assume you have a fair coin so P(Heads) = P(Tails) = .5.  Also, if there's only two classes, P(Class 2) + P(Class 1) = 1.  Thus from the above formula, P(error) = .5(P(Class1) + P(Class2)) = .5 -[[User:athershb|ATH]]
 
**Actually, a loaded coin might be better! Looking at the relative frequency of the training data points, one can estimate the priors and bias the coin accordingly. -Satyam.
 
**Actually, a loaded coin might be better! Looking at the relative frequency of the training data points, one can estimate the priors and bias the coin accordingly. -Satyam.
 +
**Actually, not flipping a coin (or equivalently flipping a coin that is so biased that it lands on one side with certainty) will be best!  Biasing the coin to match the priors is better than flipping a fair coin, but will still give an expected error rate greater than or equal to the expected error rate of always choosing the class with the higher prior.  [[EE662Sp10OptimalPrediction|Bayes rule is optimal]].  - jvaught
  
 
*Nearest neighbors.  It reminds me of human behavior in that if we don't know what to do in certain situations (social ones in particular), we'll look at those around us to decide what to do.  -[[User:athershb|ATH]]
 
*Nearest neighbors.  It reminds me of human behavior in that if we don't know what to do in certain situations (social ones in particular), we'll look at those around us to decide what to do.  -[[User:athershb|ATH]]

Revision as of 19:33, 28 April 2010


What is your favorite decision method?

Student poll for ECE662, Spring 2010.

  • Coin flipping. ostava
    • Interesting. What is the expected rate of error for this method? -pm
    • I would think the expected error would be .5. Assume if heads decide class 1, if tails decide class 2. So P(error) = P(Heads)P(Class 2) + P(Tails)P(Class 1). I'll assume you have a fair coin so P(Heads) = P(Tails) = .5. Also, if there's only two classes, P(Class 2) + P(Class 1) = 1. Thus from the above formula, P(error) = .5(P(Class1) + P(Class2)) = .5 -ATH
    • Actually, a loaded coin might be better! Looking at the relative frequency of the training data points, one can estimate the priors and bias the coin accordingly. -Satyam.
    • Actually, not flipping a coin (or equivalently flipping a coin that is so biased that it lands on one side with certainty) will be best! Biasing the coin to match the priors is better than flipping a fair coin, but will still give an expected error rate greater than or equal to the expected error rate of always choosing the class with the higher prior. Bayes rule is optimal. - jvaught
  • Nearest neighbors. It reminds me of human behavior in that if we don't know what to do in certain situations (social ones in particular), we'll look at those around us to decide what to do. -ATH
  • Kernel methods in general (SVM, KDE, KPCA, etc..) since we can handle non-linearly separable data easier. I also feel that clustering techniques are very useful in my research area. --ilaguna
  • Nearest neighbor. From practical point of view, it is easy to implement and quite fast (and, surprisingly, not too bad in terms of errors). -Satyam.
  • write your opinion here. sign your name/nickname.

Back to 2010 Spring ECE 662 mboutin

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood