Inflearn brand logo image

Inflearn Community Q&A

otter275's profile image
otter275

asked

[Revised Edition] The Complete Guide to Python Machine Learning

Understanding the regression cost function RSS and gradient descent

RSS

Written on

·

282

0

강사님 안녕하세요.

영상에서 비용함수 RSS의 함수식에 1/N이 곱해져 있는데요.

원래 RSS를 N으로 나눈 것은 MSE(Mean Square Error)로 따로 정의 하는데 영상에서 RSS를 MSE 형태로 정의 하신 특별한 이유가 있는지 궁금합니다.

rss통계머신러닝 배워볼래요? python

Answer 1

0

dooleyz3525님의 프로필 이미지
dooleyz3525
Instructor

안녕하십니까,

특별한 이유가 없습니다.

제가 RSS에 애정(?)이 있어서, 또 설명상 좀 더 유연해서, 그리고, 제가 회귀를 오래 전에 배웠을 때 RSS를 MSE와 같이 활용하기도 했기에 그렇게 설명 했을 뿐입니다.

 

otter275's profile image
otter275

asked

Ask a question