Introduction to Neural Networks for Java, Second Edition | Heaton Research

Introduction to Neural Networks for Java, Second Edition

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.

khanis_king's picture

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

polkadotninja's picture

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."

qma15jo's picture

java

this descripe a nural network using java programming language

Copyright 2005-2009 by Heaton Research, Inc.