I am using fann2 (the Python binding for the FANN library) to train neural networks. I have trouble getting the weights of the network and the bias terms. I can see that the neural_net object has the following 2 methods:
get_connection_array
get_bias_array
Both methods require arguments, and I can't figure out what they should be (I can't find any documentation for these methods in Python). Any ideas?
Thanks for any help!