Coursera Machine Learning: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
h - hypothesis | 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