Jump to content

How functional is Fast Neural Network (FANN) in PHP?


renatov
Go to solution Solved by renatov,

Recommended Posts

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
Share on other sites

  • Solution

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.