Machine learning on Big data
April 15, 2014 Leave a comment
I just viewed the webinar conducted by SkyTree. This particular slide has some information about the evolution of Machine Learning.
Ask Forgiveness. Not permission.
April 15, 2014 Leave a comment
I just viewed the webinar conducted by SkyTree. This particular slide has some information about the evolution of Machine Learning.
April 15, 2014 2 Comments
Let . Furthermore, let
and
. You use the formula
to approximate the derivative. What value do you get using this approximation ?(When ,the true, exact derivative is
).
The Octave code that I used to solve this is
((1+0.01)^3-(1-0.01)^3)/(2*0.10)
3.0001