renatov Posted May 9, 2014 Share Posted May 9, 2014 Hello guys, I'll have to use the Fast Neural Network (FANN) framework on my research to build a multilayer feedforward network with backpropagation error algorithm. I'm currently deciding if I use C or PHP and I would like your oppinion. The main reason I don't want to code it in C is because it will be a pain in the ass working with pointers, structures etc... in PHP everything would be much easier, and performance is not an issue. The only thing that gets me worried is how functional is FANN's PHP binding? Is it fully working? Is it up to date? Have all C function already been binded to PHP? If someone already used FANN's PHP binding, I would appreciate if you tell me your experience too. Thanks for your attention. Link to comment https://forums.phpfreaks.com/topic/288358-how-functional-is-fast-neural-network-fann-in-php/ Share on other sites More sharing options...
renatov Posted May 11, 2014 Author Share Posted May 11, 2014 Anyone? Link to comment https://forums.phpfreaks.com/topic/288358-how-functional-is-fast-neural-network-fann-in-php/#findComment-1479127 Share on other sites More sharing options...
renatov Posted May 12, 2014 Author Share Posted May 12, 2014 Well, I guess FANN's PHP binding is not very used then. I'm afraid if I use it and get stuck somewhere, I won't have someone to ask for help. So, I'll use FANN's original library in C. Thanks for the help anyway! Link to comment https://forums.phpfreaks.com/topic/288358-how-functional-is-fast-neural-network-fann-in-php/#findComment-1479208 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.