I am training a neural network using the FANN library and I find the library pretty impressive. The problem is that I when I tried to "export" (manually) the weights and the formation of the network so I could simulate it in Matlab something is going wrong... While FANN tells me I have an mse of 4-5% when I try to simulate it in matlab it's around 80%!
I believe I'm missing something when I'm trying to translate/map the attributes of the network from the saved file. Can somebody have a look and please help me?
The saved .net file which fann produces, the .xls files into which I put the weights as well as the matlab scripts in case you want to test it are all here : http://users.isc.tuc.gr/~spapagrigoriou/network/ .