Artificial Neural Networks - PHP

slacker3

New Member
Messages
146
Reaction score
6
Points
0
I want to play with ANN's again and get used to PHP/SQL in the process, so i thought about creating a little game for my website. Stuff like TicTacToe, 4 in a row or something like that, nothing special.

Players would train the ANN, so the game will get harder with every served game.

There were some nice librarys/functions for C/python available the last time i messed around with it so i wanted to know if there exists something similar for PHP.

google gave me
http://www.tremani.nl/open-source/neural-network/ <- looks fine :)
http://fann.sourceforge.net/fann.html

Has anyone here experience with it ?
Or should i use something else?
 
Last edited:
Top