SFFNetwork class examples
I'm trying to find a simple example of how to use this class. I got the API but I can't seem to get it working correctly.
|
breve: a 3d Simulation Environment for Multi-Agent Simulations and Artificial Life |
|
NavigationUser loginActive forum topicsSearch |
SFFNetwork class examplesI'm trying to find a simple example of how to use this class. I got the API but I can't seem to get it working correctly. |
Are you passing a float or
Are you passing a float or an integer? I got a response using a float. There are some examples if you google feed forward networking, but they are not breve specific.
doesn't work terribly well
The SFFNetwork class doesn't work terribly well and I would recommend against using it. It's pretty simple to implement your own feed-forward network with the same level of functionality.
Or, if you're interested in advanced neural-network functionality, some people have used a breve plugin to SNNS. If you're interested, I can post some more info about the plugin here.
- jon
Please do post more
Please do post more info.
Thanks,
Craig
.
.
You can also try the FANN
You can also try the FANN library:
http://leenissen.dk/fann/
It's written in C but have python bindings: http://leenissen.dk/fann/html/files2/installation-txt.html
Cesar