This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I want to know is it possible to make use of Java for Artificial Intelligence programming. I came across some thing called JOONE:Java Object Oriented Neural Engine. What is it? Are there any
standard jar files that are available. Any kind of information would be appreciated.
Thanks guyes.
Anil Deshpande
Anil Deshpande
SCJP 1.5, SCWCD 1.5
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
Java is a general-purpose language - it can be used for just about anything you can think of, certainly in applications programming.
JOONE is a Java API for implementing Neural Networks (or Artifical Neural Networks, the terms really mean the same thing when it comes to software implementations). It includes all jar files you need to get started using it.
You can usually work from pseudo-code to Java. Try a book like Russell and Norvig
Artificial intelligence : a modern approach / Stuart J. Russell and Peter Norvig ; contributing writers, John F. Canny ... [et al.].
Edition 2nd ed.
Series Prentice Hall series in artificial intelligence
Publisher Upper Saddle River, N.J. ; [Great Britain] : Prentice Hall, c2003.
Bib Id 401542
ISBN 0130803022
Physical details xxviii, 1080p : ill. ; 26 cm.
Subject Artificial intelligence.
Notes Previous ed.: 1995.
Includes bibliographical references and index.
See if you can read an extract on Amazon or borrow a copy. If I remember correctly the examples are in such a form that they can easily be converted to Java. Round here, the AI people seem to use LISP, and the Games AI chaps use C, and if it can be written in C it can probably be written in Java.
sounds good to take it as a learning project. Can I get some suggestions from experts here about where all we can implement this. My aim is to make something which can be used by a number of people.... means in the direction of Open source..... not any libraries... but some software which can be used...