Is it possible to define the result of the neural network inside the tanh (x), its value is between 1 and -1?
Show older comments
hi guys, in the neural network equation:
y = B2 + LW * tansig (B1 + IW * x)
Z = (B1 + IW * x)
Is it possible to define the result of the neural network Z value is between 1 and -1? to subsequently apply the Taylor series.
Regards. XOXO
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!