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. Quote 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? Quote 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...
Solution renatov Posted May 12, 2014 Author Solution 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! Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.