Today I had an interesting chat with someone who did a project which used ANNs who faced a similar problem as one of the problems I face, where there are many librarys and frameworks for using ANNs which use a different programming language to the one the project was using. In his case he solved the problem using an XML layer between the component feeding the ANN (C#) and the ANN itself (Java), where as the approach I've taken is programming the ANN from first principals myself. The argument in support of my approach is that I can optamise my implementation for use with quake reducing the bulkyness you might get with using a framework or api. The counter point I suppose is the time consumed implementing an ANN from scratch.
Thursday, February 25, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment