• Complain

Igor Livshin - Artificial Neural Networks with Java: Tools for Building Neural Network Applications

Here you can read online Igor Livshin - Artificial Neural Networks with Java: Tools for Building Neural Network Applications full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Apress, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Igor Livshin Artificial Neural Networks with Java: Tools for Building Neural Network Applications
  • Book:
    Artificial Neural Networks with Java: Tools for Building Neural Network Applications
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2021
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Artificial Neural Networks with Java: Tools for Building Neural Network Applications: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Artificial Neural Networks with Java: Tools for Building Neural Network Applications" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Develop neural network applications using the Java environment. After learning the rules involved in neural network processing, this second edition shows you how to manually process your first neural network example. The book covers the internals of front and back propagation and helps you understand the main principles of neural network processing. You also will learn how to prepare the data to be used in neural network development and you will be able to suggest various techniques of data preparation for many unconventional tasks.
This book discusses the practical aspects of using Java for neural network processing. You will know how to use the Encog Java framework for processing large-scale neural network applications. Also covered is the use of neural networks for approximation of non-continuous functions. In addition to using neural networks for regression, this second edition shows you how to use neural networks for computer vision. It focuses on image recognition such as the classification of handwritten digits, input data preparation and conversion, and building the conversion program. And you will learn about topics related to the classification of handwritten digits such as network architecture, program code, programming logic, and execution.
The step-by-step approach taken in the book includes plenty of examples, diagrams, and screenshots to help you grasp the concepts quickly and easily.
What You Will Learn
  • Use Java for the development of neural network applications
  • Prepare data for many different tasks
  • Carry out some unusual neural network processing
  • Use a neural network to process non-continuous functions
  • Develop a program that recognizes handwritten digits

Who This Book Is For
Intermediate machine learning and deep learning developers who are interested in switching to Java

Igor Livshin: author's other books


Who wrote Artificial Neural Networks with Java: Tools for Building Neural Network Applications? Find out the surname, the name of the author of the book and a list of all author's works by series.

Artificial Neural Networks with Java: Tools for Building Neural Network Applications — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Artificial Neural Networks with Java: Tools for Building Neural Network Applications" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Artificial Neural Networks with Java Igor Livshin - photo 1
Book cover of Artificial Neural Networks with Java
Igor Livshin
Artificial Neural Networks with Java
Tools for Building Neural Network Applications
2nd ed.
Logo of the publisher Igor Livshin Chicago IL USA ISBN - photo 2
Logo of the publisher
Igor Livshin
Chicago, IL, USA
ISBN 978-1-4842-7367-8 e-ISBN 978-1-4842-7368-5
https://doi.org/10.1007/978-1-4842-7368-5
Igor Livshin 2022
Apress Standard
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This Apress imprint is published by the registered company APress Media, LLC part of Springer Nature.

The registered company address is: 1 New York Plaza, New York, NY 10004, U.S.A.

To Asa and Sidney

Introduction

Artificial intelligence is a rapidly advancing area of computer science. Since the invention of computers, we have observed intriguing phenomena. Tasks that are difficult for humans (such as heavy computations, searching, memorizing large volume of data, and so on) are easily done by computers, while tasks that humans are naturally able to do and do quickly (such as recognizing partially covered objects, intelligence, reasoning, creativity, invention, understanding speech, scientific research, and so on) are difficult for computers. It seems that each of us has a super computer in our head.

Artificial intelligence as a discipline was born in the 1950s. However, the neural network architecture known at that time used perceptions with a linear activation function, so it was unable to solve nonlinear problems. This reason and the lack of computing power made AIs early start unsuccessful. AI was revived in 19741980 but eventually failed again.

A new nonlinear network architecture developed after that second failure and a tremendous increase in the machines computing power finally contributed to the phenomenal success of AI in 1990s. Gradually, AI became capable of solving many industrial-grade problems such as image recognition, speech recognition, natural language processing, pattern recognition, prediction, classification, self-driving cars, robotic automation, and so on.

Tremendous success of AI recently triggered all types of unwarranted speculations. You can read some discussions about robots of the near future matching and exceeding the intelligence of humans. We need to remember that currently AI is a set of clever mathematical and processing methods that let computers learn from the data they process and apply this knowledge to solving many important tasks. A lot of things that belong to humans such as intelligence, emotion, creativity, feeling, reasoning, and so on, are still outside of AI knowledge.

However, things are rapidly changing. In recent years, computers have become so good at playing chess that they reliably beat their human counterparts. That is not surprising, because their creators taught the program centuries of accumulated human experience in chess. Now, the world computer chess championship is established where the machines compete against each other. One of the best chess-playing programs called Stockfish 8 won the world computer chess championship in 2016.

Several years ago Google developed a chess playing program called AlphaZero, which defeated the Stockfish 8 program in the 2017 world computer chess championship. The amazing part of this is that no one taught AlphaZero the chess strategies, as had been done previously during development of other chess-playing programs. Instead, it used the latest machine learning principles to teach itself chess by playing against itself. It took the program four hours of learning chess strategies (while playing against itself) to beat Stockfish 8. Self-teaching is the new milestone achievement of artificial intelligence.

AI has many branches. This book is dedicated to one of them: neural networks. Neural networks enable computers to learn from observational data and make predictions based on that knowledge. This book is about neural networks training and using the training for function approximation, prediction, and image classification.

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/978-1-4842-7367-8. For more detailed information, please visit http://www.apress.com/source-code.

Acknowledgments

I would like to thank Celestin Suresh John, Apress executive editor, for helping me make this project a reality. Lots of thanks to Aditee Mirashi, Apress associate editor, and Sourav Bhattacharjee and Aakash Kag, technical reviewers. All contributed greatly to the technical accuracy and style of the book.

Table of Contents
Part I: Getting Started with Neural Networks
Part II: Neural Network Java Development Environment
Part III: Introduction to Computer Vision
About the Author
Igor Livshin
has worked as senior J2EE architect at two large insurance companies - photo 3
has worked as senior J2EE architect at two large insurance companies, Continental Insurance and Blue Cross & Blue Shield of Illinois, developing large-scale enterprise applications. He published his first book, Web Studio Application Developer 5.0, in 2003. He currently works as a senior specialist at Dev Technologies Corp, specializing in developing neural network applications. Igor has a masters degree in computer science from the Institute of Technology in Odessa, Russia/Ukraine.
About the Technical Reviewers
Aakash Kag
is a data scientist at AlixPartners and cofounder of the Emeelan application - photo 4
is a data scientist at AlixPartners and cofounder of the Emeelan application. He has six years of experience in big data analytics. He is a postgraduate in computer science with a specialization in big data analytics. He is passionate about social platforms, machine learning, and meetups where he often talks.
Sourav Bhattacharjee
currently works as a senior engineer with Oracle Cloud Infrastructure He - photo 5
currently works as a senior engineer with Oracle Cloud Infrastructure. He earned his masters degree from Indian Institute of Technology Kharagpur, India. Previously he worked with IBM Watson Health Lab. He has developed many scalable systems, published research papers, and has a few patents under his name. He is passionate about building large-scale systems and machine learning solutions.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Artificial Neural Networks with Java: Tools for Building Neural Network Applications»

Look at similar books to Artificial Neural Networks with Java: Tools for Building Neural Network Applications. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Artificial Neural Networks with Java: Tools for Building Neural Network Applications»

Discussion, reviews of the book Artificial Neural Networks with Java: Tools for Building Neural Network Applications and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.