New Book Now in Editing

For the past few months I've been working on a new book. Actually, its the second edition to one of my most popular books. Introduction to Neural Networks has been out since 2005, and its time for a second edition.

The first edition focused on using the JOONE engine, and unfortunatly the JOONE engine has changed API formats several times over to break my book's examples. The second edition focuses on showing YOU how to create a neural network in Java, without using an off-the-shelf network. You will be shown, step-by-step how to construct and train several types of neural networks. JOONE is still covered, but the current version of JOONE is confined to one chapter. The new book also includes about 4 times the number of examples of the first book. Which was always a weakness of the first edition. Additionally new topics such as neural network prediction, financial markets, and neural networks with bots are covered. This really is a fairly large-scale rewrite of the original text.

As of yesterday I am done with the book's examples and neural network code and most of the book text. Editing has begun. I don't like to give exact deadlines on books. But I am planning on a release sometime this summer. Once the Java book is out, I plan to release a second book, on the same topic. Introduction to Neural Networks with C#. I will probably use Mono as my base compatability level. Mono is a very exciting technology that allows C# to be developed on non-Microsoft platforms. I would see keeping the book's source code Mono compatable as a plus.