Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

코딩로그

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

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

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를 통해 지정한다.