코딩로그/모두를 위한 딥러닝

Lab 02 – TensorFlow로 간단한 linear regression을 구현

hyeonnny 2020. 1. 4. 14:47

<Hypothesis and cost function>

<linear regression 실습>

 - tensor flow mechanic에 따라 linear regression을 실습해보자

 

 - 전체코드와 이를 간략하게 노드로 나타낸 것이다.

<Place holder를 이용한 linear regression 실습>

 - x와 y를 place holder를 통해 지정한다.