How is possible to change the transfer function of a feedforward backpropagation neural network in Matlab? It means if I want to change 'tansig' function to 'myfunction', what should I do?
I'm using Matlab R2009. There is file template_transfer.m. I write down my function in this file and rename it. This file I put in my working directory and then change function name.
About this you can read in matlab help typing "custom function"
I figured out what was my problem. I had a problem in "boiler_transfer" that was placed in "template_transfer.m". I completed it using the "purelin" file and then I followed your intructions. Finally it led to attached image.