Inductive Bias

이준석·2022년 7월 4일
0

딥러닝 기술

목록 보기
1/1

참조
위키 피디아 = 링크
블로그1 = 링크
블로그2 = 링크
블로그3 = 링크
블로그4 = 링크
논문 = 링크

본 블로그는 위에 참조 블로그 및 논문을 통해 작성했습니다.

Vision transformer은 CNN의 inducive bias가 부족하므로 충분하지 않는 데이터로 학습시 일반화 하기가 어렵다

What is inductvie in machine learning? whiy is it necssary?
-> stackoverflow 에 나온 Q&A reference

Every machine learning algorithm with any ability to generalize beyond the training datra that it sees has some tye of inducvtive bias, which are the assumptions made by the model to learn the target function and to generlarize beyond traing data.
For example, in linear regression, the model assumes that the output or dependent variable is related to independent variable linearly(in the weights).This is an inductive bias of the model.

profile
인공지능 전문가가 될레요

0개의 댓글