Discussion:
fann_get_connection_array in Python
meditans
2009-10-09 11:12:58 UTC
Permalink
Hi,
I'm using the python bindings provided in the main page of FANN project.
I need to slowly mutate a neural network, i.e. to get the weight of the
connection between two neurons and change it into a range of -10% / 10% of
its value.

For this purpose, i'm trying to use the fann_get_connection_array function.
The problem is that I don't know how to pass, from python, a struct
fann_connection * parameter, so I don't manage to receive the data.

Any suggestion would be great :D
meditans
--
View this message in context: http://www.nabble.com/fann_get_connection_array-in-Python-tp25819098p25819098.html
Sent from the fann-general mailing list archive at Nabble.com.
Loading...