텐서플로우(tensorflow)를 통하여 다중선형회귀 분석을 해보았습니다.

* 텐서플로우 버전2를 아직 완벽하게 공부하지 못해 일단 버전2를 disable하고 버전1만 사용

1) Determine Seed

2) Data Input & Reshape

3) Define placeholder (X, Y) and variables

4) Establish Sigmoid function / Gradient Descent

5) Define predicted value (1 = True, 0 = False) and accuracy

6) Learn function

7) Result

 

+ Recent posts