Coursera Machine Learning: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
classification - discrete 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





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