HaeUlNam / DeepLearningZeroToAll

TensorFlow Basic TuTorial
0 stars 0 forks source link

[Question] Linear Regression에서 cost function을 도출할 때, 항상 hypothesis - y의 제곱을 사용해야 하는가? #6

Open HaeUlNam opened 5 years ago

HaeUlNam commented 5 years ago

|hypothesis - y|과 같이 절댓값을 사용하는 경우도 있다. 경우에 따라 조금 다른데, 이는 좀 더 공부해야 할 듯하다.

=> 참고할 만한 프로젝트 : https://github.com/thstkdgus35/EDSR-PyTorch