transfer function purelin equation based on neural network toolbox

what is equation of pureline based on neural network toolbox? as i have read before, that purelin transfer function is a = purelin(n) = n. but from simulation in neural network toolbox get different result from the equation. is the equation wrong?
thank you.

3 件のコメント

Brendan Hamm
Brendan Hamm 2019 年 4 月 11 日
Your equation is correct, but in a neural network, n will be a linear combination of the inputs from the prior nodes multiplied by their weights and added to the bias.
So in effect purelin is just allowing this linear equation to pass to the next layer directly as opposed to applying another transfer function.
Arrya Anandika
Arrya Anandika 2019 年 4 月 11 日
yeah, i have done it. but when i compare matlab simulation with calculate equation, i don't get same result. what's wrong?
Greg Heath
Greg Heath 2019 年 4 月 13 日
How are we supposed to know what you did wrong if you don't demonstrate it???
Greg

サインインしてコメントする。

回答 (1 件)

Greg Heath
Greg Heath 2019 年 4 月 11 日

0 投票

Read the documentation
help purelin
doc purelin
Greg

6 件のコメント

Arrya Anandika
Arrya Anandika 2019 年 4 月 11 日
i have read it. but in simulation with matlab and calculate with equation, its not get same result.
what is the problem sir?
Greg Heath
Greg Heath 2019 年 4 月 11 日
編集済み: Greg Heath 2019 年 4 月 11 日
The weights are used on the transformed variables, not the originals.
Hope this helps.
Greg
Arrya Anandika
Arrya Anandika 2019 年 4 月 12 日
what it's mean sir?
can you explain it more? or with example?
thank you sir.
Anantastic
Brendan Hamm
Brendan Hamm 2019 年 4 月 12 日
The input layer will include a mapminmax transformation, which maps the minimum value of each input to -1 and the maximum value to +1.
Arrya Anandika
Arrya Anandika 2019 年 4 月 13 日
so, we must set input range -1 to 1 sir?
with normalization?
because, based example that i have tried, the target that i want is 0 or 1, but in equation, i got the result many variation, like 2, 3, even 23491.
i don't know what's wrong.
Greg Heath
Greg Heath 2019 年 4 月 13 日
編集済み: Greg Heath 2019 年 4 月 13 日
  1. Now and in the future,
SHOW EXACTLY WHAT YOU DID IN ADDITION IN YOUR ATTEMPT TO EXPLAIN IT!
2. Have you read the documentation and tried the examples?
Greg

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2019 年 4 月 10 日

編集済み:

2019 年 4 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by