Artificial Neural Network questions

5 views (last 30 days)
Hoang Trinh
Hoang Trinh on 10 Dec 2019
Dear Sir/Madam,
I am using the ANN toolbox (nnstart) to create and train my ANN. There are some questions I would really appreciate if any of you guys could explain to me.
  1. I read some comments in this community that we do not need to normalise the inseted data before inputing them in to our network. May I ask whether it is correct?
  2. Sometimes, I'd like to use other training function such as the Gradient Descent. But this option does not appear in the toolbox. Whenever I 'd like to se it, I have to call it by command lines?
  3. If I'd like to change the transfer function to other types, for example, I'd like to use sigmoid function for the output layer as well, how can I do it?
  4. I'd like to extract the biases and weights of the trained ANN to derive the correlated function between my inputs and the output. How could I do it?
Thank you so much,
Kind Regards,
Kim,

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!