코딩로그
Lab 02 – TensorFlow로 간단한 linear regression을 구현 본문
<Hypothesis and cost function>
<linear regression 실습>
- tensor flow mechanic에 따라 linear regression을 실습해보자
- 전체코드와 이를 간략하게 노드로 나타낸 것이다.
<Place holder를 이용한 linear regression 실습>
- x와 y를 place holder를 통해 지정한다.
'코딩로그 > 모두를 위한 딥러닝' 카테고리의 다른 글
4. multi-variable linear regression을 TensorFlow에서 구현하기 (0) | 2020.01.04 |
---|---|
3. linear regression의 cost 최소화 알고리즘의 원리 (0) | 2020.01.04 |
Lec 02 - Linear regression의 hypothesis와 cost 설명 (0) | 2020.01.04 |
Lab 01 - tensorflow의 설치 및 기본적인 operations (0) | 2020.01.04 |
Lec 01 - 머신러닝의 기본적인 용어와 개념 (0) | 2020.01.04 |