Java Artificial Neural Network
August 16, 2003 on 2:25 pm | In Java |My artificial neural network written in PHP prompted a few requests for a Java implementation. Well, I could only oblige.
Porting the code from PHP was easy; I only had to find and use the Java equivalent of the functions in my original implementation. However, since object serialisation in Java is more complex than in PHP, saving and loading functions were left out.
To understand the concepts and the alorithm, the reader is encouraged to refer to the above-mentioned article. The source code for the ANN class and the example usage can be downloaded.
Technorati Tags: Java, Neural Network, ANN
Related Posts:
- Artificial Neural Network in PHP
- EJB Exception Handling
- JPOX
- Domain-Driven Design, the quest for software perfection
3 Comments »
RSS feed for comments on this post.
Leave a comment
Powered by blog.mu with Pool theme design by Borja Fernandez.


very good of helping
Comment by liaqat — 18 December 2003 #
very good of helping
Comment by liaqat — 18 December 2003 #
Google linked me to this page, nice reading
Comment by Tawnee — 14 April 2004 #