Hi,
I'm using the newff() function to create a neural network and I'm using the train() function to train this net. It's a three layer network (one hidden layer) and I'm using the logsig and tansig functions as activation functions.
So, my need is to export the net structure using the logsig and tansig functions to a C++ code, but I'm not getting that.
My neural network is now correctly trained in matlab. I tryed to find something in google but I could not find anything that could help me to use the net in a c++ application.
Please help me.
Thanks in advance.