the ease of programming
,running speeds
.truly open
.Cost Function 라고 가정하자.
우리는 Cost Function을 minimization하기 위해 라는 것을 알고 있다.
이를 TensorFlow를 통해서 구현해보자.
Unless you have some training data ,
and you're training a neural network with a cost function depends on your data as well as parameters .
The heart of the TensorFlow program is to compute to cost.
And then TensorFlow automatically figures out the derivatives and how to minimize the cost.
The nice thing about TensorFlow is that by implementing base the forward prop,
TensorFlow ill automatically figure out all the necessary backward steps needed to implement back-prop.