Difference between revisions of "Machine Learning"

From TedYunWiki
Jump to navigation Jump to search
(Created page with "== Linear Regression == == Classification Problem == - $\log yh_\theta(x) + (1-y) \log (1-h_\theta(x))$ comes from Maximum Likelihood Method in Statistics")
 
Line 2: Line 2:
  
 
== Classification Problem ==
 
== Classification Problem ==
- $\log yh_\theta(x) + (1-y) \log (1-h_\theta(x))$ comes from Maximum Likelihood Method in Statistics
+
$\log yh_\theta(x) + (1-y) \log (1-h_\theta(x))$ comes from Maximum Likelihood Method in Statistics

Revision as of 21:33, 3 December 2012

Linear Regression

Classification Problem

$\log yh_\theta(x) + (1-y) \log (1-h_\theta(x))$ comes from Maximum Likelihood Method in Statistics