How does this notation using theta mean a line or linear function?Why does Andrew Ng use the form h(x) = Theta subscript 0 + Theta subscript 1 x instead of the more common slope-intercept form?Functions with subscripts?Deriving cost function using MLE :Why use log function?Cost Function of Neural Network (Forward Propagation)Meaning of symbols after the bar in probability notationProbabilistic Interpretation of Linear Regression: Why is the hypothesis function considered the mean of random variable y?(ML) Gradient Descent Step Simplication Question for Linear regressionwhy is the least square cost function for linear regression convexWhat does the semi colon in $(x(i),y(i));i=1,…,m$ mean?Why does Andrew Ng use the form h(x) = Theta subscript 0 + Theta subscript 1 x instead of the more common slope-intercept form?Derivation of partial derivative of cost function with respect to weights in backpropagation algorithm
Integral Notations in Quantum Mechanics
How to test the sharpness of a knife?
Would this string work as string?
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
Do you waste sorcery points if you try to apply metamagic to a spell from a scroll but fail to cast it?
When is "ei" a diphthong?
Why is the Sun approximated as a black body at ~ 5800 K?
Can I run 125kHz RF circuit on a breadboard?
PTIJ: Which Dr. Seuss books should one obtain?
Why the "ls" command is showing the permissions of files in a FAT32 partition?
Would a primitive species be able to learn English from reading books alone?
Has the laser at Magurele, Romania reached a tenth of the Sun's power?
Why didn't Voldemort know what Grindelwald looked like?
Isometric embedding of a genus g surface
Why didn’t Eve recognize the little cockroach as a living organism?
Should I warn new/prospective PhD Student that supervisor is terrible?
Do people actually use the word "kaputt" in conversation?
When and why was runway 07/25 at Kai Tak removed?
Typing CO_2 easily
How to make money from a browser who sees 5 seconds into the future of any web page?
Did I make a mistake by ccing email to boss to others?
Proving an identity involving cross products and coplanar vectors
What should be the ideal length of sentences in a blog post for ease of reading?
How do I Interface a PS/2 Keyboard without Modern Techniques?
How does this notation using theta mean a line or linear function?
Why does Andrew Ng use the form h(x) = Theta subscript 0 + Theta subscript 1 x instead of the more common slope-intercept form?Functions with subscripts?Deriving cost function using MLE :Why use log function?Cost Function of Neural Network (Forward Propagation)Meaning of symbols after the bar in probability notationProbabilistic Interpretation of Linear Regression: Why is the hypothesis function considered the mean of random variable y?(ML) Gradient Descent Step Simplication Question for Linear regressionwhy is the least square cost function for linear regression convexWhat does the semi colon in $(x(i),y(i));i=1,…,m$ mean?Why does Andrew Ng use the form h(x) = Theta subscript 0 + Theta subscript 1 x instead of the more common slope-intercept form?Derivation of partial derivative of cost function with respect to weights in backpropagation algorithm
$begingroup$
Question:
How does this notation using theta mean a line(ar function)?
Explanation:
I'm taking Andrew Ng's Machine Learning course on Coursera. He often uses math notation without explaining it. He says...
We're going to represent h as follows. And we will write this as
h (subscript theta) (x) equals theta (subscript one) plus theta (subscript one) of x. (see first green line of right of image below)
"h" above means hypothesis in machine learning but would commonly be called a function in math.
What I am really confused by and hoping for help understanding is ...
what does "theta (subscript one) plus theta (subscript one) of x" mean?
how does it represent a line or linear function?
I don't yet understand the correlation.
notation machine-learning
$endgroup$
add a comment |
$begingroup$
Question:
How does this notation using theta mean a line(ar function)?
Explanation:
I'm taking Andrew Ng's Machine Learning course on Coursera. He often uses math notation without explaining it. He says...
We're going to represent h as follows. And we will write this as
h (subscript theta) (x) equals theta (subscript one) plus theta (subscript one) of x. (see first green line of right of image below)
"h" above means hypothesis in machine learning but would commonly be called a function in math.
What I am really confused by and hoping for help understanding is ...
what does "theta (subscript one) plus theta (subscript one) of x" mean?
how does it represent a line or linear function?
I don't yet understand the correlation.
notation machine-learning
$endgroup$
add a comment |
$begingroup$
Question:
How does this notation using theta mean a line(ar function)?
Explanation:
I'm taking Andrew Ng's Machine Learning course on Coursera. He often uses math notation without explaining it. He says...
We're going to represent h as follows. And we will write this as
h (subscript theta) (x) equals theta (subscript one) plus theta (subscript one) of x. (see first green line of right of image below)
"h" above means hypothesis in machine learning but would commonly be called a function in math.
What I am really confused by and hoping for help understanding is ...
what does "theta (subscript one) plus theta (subscript one) of x" mean?
how does it represent a line or linear function?
I don't yet understand the correlation.
notation machine-learning
$endgroup$
Question:
How does this notation using theta mean a line(ar function)?
Explanation:
I'm taking Andrew Ng's Machine Learning course on Coursera. He often uses math notation without explaining it. He says...
We're going to represent h as follows. And we will write this as
h (subscript theta) (x) equals theta (subscript one) plus theta (subscript one) of x. (see first green line of right of image below)
"h" above means hypothesis in machine learning but would commonly be called a function in math.
What I am really confused by and hoping for help understanding is ...
what does "theta (subscript one) plus theta (subscript one) of x" mean?
how does it represent a line or linear function?
I don't yet understand the correlation.
notation machine-learning
notation machine-learning
asked Sep 1 '18 at 17:54
Axle MaxAxle Max
297
297
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
A more popular form of a straight line would be $$y=mx+c$$
Here $theta_0$ corresponds to $c$ which is the intercept.
and $theta_1$ corresponds to $m$ which is the gradient.
$endgroup$
$begingroup$
Wow! It took me a while to understand your answer but it's really elegant. Thank you. So c is the intercept because when x = 0, y = c. and m is the gradient because m determines the slope. Cool.
$endgroup$
– Axle Max
Sep 2 '18 at 7:20
$begingroup$
2 more questions: 1. Is theta used here for a reason? Or is it a convention of some kind? 2. Is the use of Theta here a reference to the polar coordinate system or is it just coincidence?
$endgroup$
– Axle Max
Sep 2 '18 at 7:22
2
$begingroup$
it is just a symbol, it is not relevant to polar coordinate. another common notation is $beta$ for this setting. They are parameters that we have to estimate in this setting.
$endgroup$
– Siong Thye Goh
Sep 2 '18 at 11:42
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2901943%2fhow-does-this-notation-using-theta-mean-a-line-or-linear-function%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
A more popular form of a straight line would be $$y=mx+c$$
Here $theta_0$ corresponds to $c$ which is the intercept.
and $theta_1$ corresponds to $m$ which is the gradient.
$endgroup$
$begingroup$
Wow! It took me a while to understand your answer but it's really elegant. Thank you. So c is the intercept because when x = 0, y = c. and m is the gradient because m determines the slope. Cool.
$endgroup$
– Axle Max
Sep 2 '18 at 7:20
$begingroup$
2 more questions: 1. Is theta used here for a reason? Or is it a convention of some kind? 2. Is the use of Theta here a reference to the polar coordinate system or is it just coincidence?
$endgroup$
– Axle Max
Sep 2 '18 at 7:22
2
$begingroup$
it is just a symbol, it is not relevant to polar coordinate. another common notation is $beta$ for this setting. They are parameters that we have to estimate in this setting.
$endgroup$
– Siong Thye Goh
Sep 2 '18 at 11:42
add a comment |
$begingroup$
A more popular form of a straight line would be $$y=mx+c$$
Here $theta_0$ corresponds to $c$ which is the intercept.
and $theta_1$ corresponds to $m$ which is the gradient.
$endgroup$
$begingroup$
Wow! It took me a while to understand your answer but it's really elegant. Thank you. So c is the intercept because when x = 0, y = c. and m is the gradient because m determines the slope. Cool.
$endgroup$
– Axle Max
Sep 2 '18 at 7:20
$begingroup$
2 more questions: 1. Is theta used here for a reason? Or is it a convention of some kind? 2. Is the use of Theta here a reference to the polar coordinate system or is it just coincidence?
$endgroup$
– Axle Max
Sep 2 '18 at 7:22
2
$begingroup$
it is just a symbol, it is not relevant to polar coordinate. another common notation is $beta$ for this setting. They are parameters that we have to estimate in this setting.
$endgroup$
– Siong Thye Goh
Sep 2 '18 at 11:42
add a comment |
$begingroup$
A more popular form of a straight line would be $$y=mx+c$$
Here $theta_0$ corresponds to $c$ which is the intercept.
and $theta_1$ corresponds to $m$ which is the gradient.
$endgroup$
A more popular form of a straight line would be $$y=mx+c$$
Here $theta_0$ corresponds to $c$ which is the intercept.
and $theta_1$ corresponds to $m$ which is the gradient.
answered Sep 1 '18 at 17:57
Siong Thye GohSiong Thye Goh
103k1468119
103k1468119
$begingroup$
Wow! It took me a while to understand your answer but it's really elegant. Thank you. So c is the intercept because when x = 0, y = c. and m is the gradient because m determines the slope. Cool.
$endgroup$
– Axle Max
Sep 2 '18 at 7:20
$begingroup$
2 more questions: 1. Is theta used here for a reason? Or is it a convention of some kind? 2. Is the use of Theta here a reference to the polar coordinate system or is it just coincidence?
$endgroup$
– Axle Max
Sep 2 '18 at 7:22
2
$begingroup$
it is just a symbol, it is not relevant to polar coordinate. another common notation is $beta$ for this setting. They are parameters that we have to estimate in this setting.
$endgroup$
– Siong Thye Goh
Sep 2 '18 at 11:42
add a comment |
$begingroup$
Wow! It took me a while to understand your answer but it's really elegant. Thank you. So c is the intercept because when x = 0, y = c. and m is the gradient because m determines the slope. Cool.
$endgroup$
– Axle Max
Sep 2 '18 at 7:20
$begingroup$
2 more questions: 1. Is theta used here for a reason? Or is it a convention of some kind? 2. Is the use of Theta here a reference to the polar coordinate system or is it just coincidence?
$endgroup$
– Axle Max
Sep 2 '18 at 7:22
2
$begingroup$
it is just a symbol, it is not relevant to polar coordinate. another common notation is $beta$ for this setting. They are parameters that we have to estimate in this setting.
$endgroup$
– Siong Thye Goh
Sep 2 '18 at 11:42
$begingroup$
Wow! It took me a while to understand your answer but it's really elegant. Thank you. So c is the intercept because when x = 0, y = c. and m is the gradient because m determines the slope. Cool.
$endgroup$
– Axle Max
Sep 2 '18 at 7:20
$begingroup$
Wow! It took me a while to understand your answer but it's really elegant. Thank you. So c is the intercept because when x = 0, y = c. and m is the gradient because m determines the slope. Cool.
$endgroup$
– Axle Max
Sep 2 '18 at 7:20
$begingroup$
2 more questions: 1. Is theta used here for a reason? Or is it a convention of some kind? 2. Is the use of Theta here a reference to the polar coordinate system or is it just coincidence?
$endgroup$
– Axle Max
Sep 2 '18 at 7:22
$begingroup$
2 more questions: 1. Is theta used here for a reason? Or is it a convention of some kind? 2. Is the use of Theta here a reference to the polar coordinate system or is it just coincidence?
$endgroup$
– Axle Max
Sep 2 '18 at 7:22
2
2
$begingroup$
it is just a symbol, it is not relevant to polar coordinate. another common notation is $beta$ for this setting. They are parameters that we have to estimate in this setting.
$endgroup$
– Siong Thye Goh
Sep 2 '18 at 11:42
$begingroup$
it is just a symbol, it is not relevant to polar coordinate. another common notation is $beta$ for this setting. They are parameters that we have to estimate in this setting.
$endgroup$
– Siong Thye Goh
Sep 2 '18 at 11:42
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2901943%2fhow-does-this-notation-using-theta-mean-a-line-or-linear-function%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown