Introduction to Neural Networks in Java introduces the Java programmer to the world of Neural Networks and Artificial Intelligence. Neural network architectures such as the feedforward backpropagation, Hopfield, and Kohonen networks are discussed. Additional AI topics, such as Genetic Algorithms and Simulated Annealing, are also introduced. Practical examples are given for each neural network. Examples include the Traveling Salesman problem, handwriting recognition, fuzzy logic and learning mathematical functions. All Java source code can be downloaded online. In addition to showing the programmer how to construct these neural networks, the book discusses the Java Object Oriented Neural Engine (JOONE). JOONE is a free open source Java neural engine.
This is a good introductory book on neural networks. Too many java code not related to neural networks, for example, presenting how to create some swing based user interface for Hopfield Network or Self Organising Map. I read it primarily because of using Encog framework (http://code.google.com/p/encog-java/), which is a neural networks library developed by the author of this book.