필터 지우기
필터 지우기

The mathematical details of using regression kernel for incremental learning

조회 수: 1 (최근 30일)
Yasmine
Yasmine 2024년 5월 13일
댓글: Yasmine 2024년 5월 18일
You state that in incremental learning using regression kernel "binary Gaussian kernel regression model for incremental learning. The kernel model maps data in a low-dimensional space into a high-dimensional space, then fits a linear model in the high-dimensional space."
I am writing a paper so I need mathematical details of mapping that maps data to high dimensional space

답변 (1개)

Drew
Drew 2024년 5월 15일
편집: Drew 2024년 5월 15일
The documentation page that you quoted has an "Algorithms" section, and a set of references. You will likely find the answers you need in those places. See: https://www.mathworks.com/help/stats/incrementalregressionkernel.html#mw_7228730b-3b97-423b-b291-375152326425
If this answer helps you, please remember to accept the answer.
  댓글 수: 3
Drew
Drew 2024년 5월 15일
편집: Drew 2024년 5월 15일
Check the "More About" section of the corresponding doc page, fitrkernel, which has a section on "Random Feature Expansion", describing the mathematics for the feature expansion:
For more beyond that, the references for fitrkernel and incrementalRegressionKernel have more info.
You can also use "open incrementalRegressionKernel.m" at the MATLAB prompt to read the m-file help which has a few examples referencing fitrkernel:
open incrementalRegressionKernel.m
Yasmine
Yasmine 2024년 5월 18일
The information I am asking about is not directly available, but I think with reading deep into the link you provided here, I will be able to extract it

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Support Vector Machine Regression에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by