Introduction to Neural Networks for Java, Second Edition
Submitted by jeffheaton on Fri, 09/12/2008 - 13:06
Introduction to Neural Networks with Java, Second Edition, introduces the Java programmer to the world of Neural Networks and Artificial Intelligence. Neural network architectures, such as the feedforward, Hopfield, and self-organizing map architectures are discussed. Training techniques, such as backpropagation, genetic algorithms and simulated annealing are also introduced. Practical examples are given for each neural network. Examples include the traveling salesman problem, handwriting recognition, financial prediction, game strategy, mathematical functions, and Internet bots. All Java source code is available online for easy downloading.













where can i download this book
i am intrested in developing the character recognition system in java, cna somebody help me out,is their any library for neural network in java
Libraries
khanis, this book's example code provides some good starting points for the library you're seeking, and there are some more sophisticated libraries referenced at http://www.jeffheaton.com/ai/ under "Other AI Stuff I use from the net."
java
this descripe a nural network using java programming language