Neural network programming with Java : unleash the power of neural networks by implementing professional Java code / F�abio M. Soares, Alan M.F. Souza.
Material type: TextSeries: Community experience distilledPublisher: Birmingham, UK : Packt Publishing, 2016Description: 1 online resource (1 volume) : illustrationsContent type:- text
- computer
- online resource
- 9781785884948
- 1785884948
- 178588090X
- 9781785880902
- Unleash the power of neural networks by implementing professional Java code
- 006.3/2 23
- QA76.87
Online resource; title from cover (Safari, viewed January 29, 2016).
Includes bibliographical references and index.
Create and unleash the power of neural networks by implementing professional Java codeAbout This Book 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 applicationWho This Book Is ForThis 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. What You Will Learn Get to grips with the basics of neural networks and what they are used for Develop neural networks using hands-on examples Explore and code the most widely-used learning algorithms to make your neural network learn from most types of data Discover the power of neural network's unsupervised learning process to extract the intrinsic knowledge hidden behind the data Apply the code generated in practical examples, including weather forecasting and pattern recognition Understand how to make the best choice of learning parameters to ensure you have a more effective application Select and split data sets into training, test, and validation, and explore validation strategies Discover how to improve and optimize your neural networkIn DetailVast 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. Style and approachThis book adopts a step-by-step approach to neural network development and provides many hands-on examples using Java programming. Each neural network concept is explored through real-world problems and is delivered in an easy-to-comprehend manner.
Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Getting Started with Neural Networks; Discovering neural networks; Why artificial neural network?; How neural networks are arranged; The very basic element -- artificial neuron; Giving life to neurons -- activation function; The fundamental values -- weights; An important parameter -- bias; The parts forming the whole -- layers; Learning about neural network architectures; Monolayer networks; Multilayer networks; Feedforward networks; Feedback networks
From ignorance to knowledge -- learning processLet the implementations begin! Neural networks in practice; Summary; How Neural Networks Learn; Learning ability in neural networks; How learning helps to solve problems; Learning paradigms; Supervised learning; Unsupervised learning; Systematic structuring -- learning algorithm; Two stages of learning -- training and testing; The details -- learning parameters; Error measurement and cost function; Examples of learning algorithms; Perceptron; Delta rule; Coding of the neural network learning; Learning parameter implementation; Learning procedure
Class definitionsTwo practical examples; Perceptron (warning system); ADALINE (traffic forecast); Summary; Handling Perceptrons; Studying the perceptron neural network; Applications and limitations of perceptrons; Linear separation; Classical XOR case; Popular multilayer perceptrons (MLPs); MLP properties; MLP weights; Recurrent MLP; MLP structure in an OOP paradigm; Interesting MLP applications; Classification in MLPs; Regression in MLPs; Learning process in MLPs; Simple and very powerful learning algorithm -- Backpropagation; Elaborate and potent learning algorithm -- Levenberg-Marquardt
Hands-on MLP implementation!Backpropagation in action; Exploring the code; Levenberg-Marquardt implementation; Practical application -- types of university enrolments; Summary; Self-Organizing Maps; Neural networks' unsupervised way of learning; Some unsupervised learning algorithms; Competitive learning or winner takes all; Kohonen self-organizing maps (SOMs); One-Dimensional SOM; Two-Dimensional SOM; Step-by-step of SOM learning; How to use SOMs; Coding of the Kohonen algorithm; Exploring the Kohonen class; Kohonen implementation (clustering animals); Summary; Forecasting Weather
Neural networks for prediction problemsNo data, no neural net -- selecting data; Knowing the problem -- weather variables; Choosing input and output variables; Removing insignificant behaviors -- Data filtering; Adjusting values -- data preprocessing; Equalizing data -- normalization; Java implementation for weather prediction; Plotting charts; Handling data files; Building a neural network for weather prediction; Empirical design of neural networks; Choosing training and test datasets; Designing experiments; Results and simulations; Summary; Classifying Disease Diagnosis
eBooks on EBSCOhost EBSCO eBook Subscription Academic Collection - Worldwide