필터 지우기
필터 지우기

Neural Networks manipulation in k fold method

조회 수: 1 (최근 30일)
laplace laplace
laplace laplace 2013년 5월 5일
댓글: Greg Heath 2018년 12월 19일
so after using the k-fold method (for validating and testing each subset K times) is there a way to manipulate the k "subnetworks" created? i there a way to make these k networks visible and accesible? Is my question meaningfull? i mean what happenes in k-fold is creating k networks or not?

채택된 답변

Greg Heath
Greg Heath 2013년 5월 6일
The simplest solution is
y = mean( net1(x)+net2(x)+...netk(x));
Any effort to combine weights into one net has to take into consideration the different default normalizations. Therefore, all of the data would have to be standardized or normalized a priori using the same mean/stdv or min/max and the default normalization disabled.
Hope this helps
Thank you for formally accepting my answer
Greg

추가 답변 (1개)

laplace laplace
laplace laplace 2013년 5월 6일
let me re-phrase my question to make it more clear. Can i use each of the k-networks created independently from the others?
  댓글 수: 5
laplace laplace
laplace laplace 2013년 6월 27일
what is the argument "x"
y = mean( net1(x)+net2(x)+...netk(x)); if true
Greg Heath
Greg Heath 2018년 12월 19일
All of the input data
Greg

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

Community Treasure Hunt

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

Start Hunting!

Translated by