Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find the value of theta 0 and theta 1? [closed]

I am new to ML, I am not sure on how to solve this problem

enter image description here

Could someone tell me how to solve this problem of finding values in a a step by step manner?

like image 600
Vignesh Avatar asked Nov 23 '25 23:11

Vignesh


1 Answers

From newcomer view point you can actually just test:

h1=0.5+0.5x

h2=0+0.5x

h3=0.5+0x

h4=1+0.5x

h5=1+x

Then which one of the hs(1..5) gives exact observed values of y(0.5,1,2,0) for a given set of dependent variables x(1,2,4,0).

You can answer that by passing sample values of x in the above equation. I hope i made it simple enough

like image 121
joash Avatar answered Nov 28 '25 15:11

joash



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!