Coursera Machine Learning: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
(x(i),y(i)) = one training example
(x(i),y(i)) = one training example


h - hypothesis
=== linear function ===
hΘ(x) = Θ0 + Θ1 x





Latest revision as of 06:54, 9 November 2015

Administratia

Week 1

regression - continuous value output

classification - discrete value output

m - number of training example

x - input vars

y - output vars

(x,y) - one row of trianing

(x(i),y(i)) = one training example

h - hypothesis

linear function

hΘ(x) = Θ0 + Θ1 x


Also See