Is mapstd the same as Zcore ? what is the reverse function?
이 질문을 팔로우합니다.
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다.
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다.
오류 발생
페이지가 변경되었기 때문에 동작을 완료할 수 없습니다. 업데이트된 상태를 보려면 페이지를 다시 불러오십시오.
이전 댓글 표시
Hi All
for my work , I should apply zcore to my target matrix , that is a 4x1055 matrix , the zcore I apply is like :
[ tc meanT stdT] = zscore(tc)
and for rolling back I do :
an = meanT + stdT'* an';
I just wanted to know if the mapstd works the same and if the above is correct ?
thank you very much
댓글 수: 1
I tried
an = meanT + stdT* tc';
and
an = meanT .+ stdT* tc';
but unsuccessful
채택된 답변
Star Strider
2015년 3월 22일
They are not the same. The most notable difference is that mapstd operates on rows, while zscore operates on columns.
If you are using neural networks, use mapstd for consistency with other neural network functions.
댓글 수: 9
thank you so much
just shall you please tell me , if it works on the rows ,then should the rows be the samples or it doesn't matter ?
can you please tell me , that how to roll back the mapstd after training the net ?
My pleasure.
It appears to operate on the rows of your data array.
According the mapstd documentation, you can reverse the mapping. See the documentation under ‘Definitions’ for details.
thank you very much
one point in the doc not clear :
x1 = [1 2 4; 1 1 1; 3 2 2; 0 0 0]
[y1,PS] = mapstd(x1)
Next, apply the same processing settings to new values.
x2 = [5 2 3; 1 1 1; 6 7 3; 0 0 0]
y2 = mapstd('apply',x2,PS)
what is PS (settings??) and y1 and y2 should be produced both for every mapping procedure or they are 2 separate methods?
The documentation is not clear on ‘PS’, and I haven’t looked at the mapstd code to see what it is. I assume it is a structure that contains the mapping information used to standardise the input, and necessary to reverse-map the results. The standardisation mapping needs to be done separately for every input and target, and the associated ‘PS’ saved for each (with a slightly different name) to reverse-map the associated result.
You will likely have to experiment with it with your data and network to thoroughly understand it in that context.
thank you for your comment
and there comes one question , why we can't know who has written this documentation so we could ask him directly what did you mean by that ??!!
My pleasure.
My impression (from having worked with neural nets on and off for the past 20 or so years, with my own FORTRAN code and with MATLAB) is that they are at least as much art as science.
I am confused about whether or not you need clarification.
help mapstd
doc mapstd
type mapstd
The latter should have the name of the coder. However, I can probably answer any further clear-cut questions.
Greg
thank you dear Greg , with the other tutorial, I am done , and got my answer ,thank you very much
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
