Jump to ratings and reviews
Rate this book

Neural Network Programming with Java

Rate this book
Create and unleash the power of neural networks by implementing professional Java code Learn to build amazing projects using neural networks including forecasting the weather and pattern recognition Explore the Java multi-platform feature to run your personal neural networks everywhere This step-by-step guide will help you solve real-world problems and links neural network theory to their application This book is for Java developers with basic Java programming knowledge. No previous knowledge of neural networks is required as this book covers the concepts from scratch. Vast quantities of data are produced every second. In this context, neural networks become a powerful technique to extract useful knowledge from large amounts of raw, seemingly unrelated data. One of the most preferred languages for neural network programming is Java as it is easier to write code using it, and most of the most popular neural network packages around already exist for Java. This makes it a versatile programming language for neural networks. This book gives you a complete walkthrough of the process of developing basic to advanced practical examples based on neural networks with Java. You will first learn the basics of neural networks and their process of learning. We then focus on what Perceptrons are and their features. Next, you will implement self-organizing maps using the concepts you’ve learned. Furthermore, you will learn about some of the applications that are presented in this book such as weather forecasting, disease diagnosis, customer profiling, and characters recognition (OCR). Finally, you will learn methods to optimize and adapt neural networks in real time. All the examples generated in the book are provided in the form of illustrative source code, which merges object-oriented programming (OOP) concepts and neural network features to enhance your learning experience.

246 pages, Kindle Edition

Published February 4, 2016

5 people are currently reading
11 people want to read

About the author

Alan Souza

36 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
4 (57%)
3 stars
0 (0%)
2 stars
2 (28%)
1 star
1 (14%)
Displaying 1 of 1 review
Profile Image for Alberto.
323 reviews16 followers
April 26, 2020
Useless. As one example, it has a code segment that includes a call to the method public NeuralNet train (NeuralNet n). OK. So, what is this method supposed to do? If I knew how to train a neural network, I wouldn't be reading your book. What's in there is trivial; what's not trivial is not in there. I didn't learn anything from this book. Useless.
Displaying 1 of 1 review