I want denormalization of my prediction data

조회 수: 2 (최근 30일)
abduall hassn
abduall hassn 2015년 8월 12일
편집: abduall hassn 2016년 11월 3일
I used log function for normalize my time series data then i applied narxnet technique
I got prediction but, want denormalization output data
these data

채택된 답변

Greg Heath
Greg Heath 2015년 8월 17일
>> 10^log10(7)
ans = 7
>> exp(1)^log(7)
ans = 7
Hope this helps.
Thank yu for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by