Artificial Neural Systems: Principle and Practice
eBook - ePub

Artificial Neural Systems: Principle and Practice

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Artificial Neural Systems: Principle and Practice

About this book

An intelligent system is one which exhibits characteristics including, but not limited to, learning, adaptation, and problem-solving. Artificial Neural Network (ANN) Systems are intelligent systems designed on the basis of statistical models of learning that mimic biological systems such as the human central nervous system. Such ANN systems represent the theme of this book. This book also describes concepts related to evolutionary methods, clustering algorithms, and others networks which are complementary to ANN system.
The book is divided into two parts. The first part explains basic concepts derived from the natural biological neuron and introduces purely scientific frameworks used to develop a viable ANN model. The second part expands over to the design, analysis, performance assessment, and testing of ANN models. Concepts such as Bayesian networks, multi-classifiers, and neuromorphic ANN systems are explained, among others.
Artificial Neural Systems: Principles and Practice takes a developmental perspective on the subject of ANN systems, making it a beneficial resource for students undertaking graduate courses and research projects, and working professionals (engineers, software developers) in the field of intelligent systems design.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Artificial Neural Systems: Principle and Practice by Pierre Lorrentz in PDF and/or ePUB format, as well as other popular books in Computer Science & Artificial Intelligence (AI) & Semantics. We have over one million books available in our catalogue for you to explore.

Neural Networks



Pierre Lorrentz

Abstract

This chapter describe various types of ANN systems in relative detail. It is the aim of the chapter to give descriptions of advanced ANN system in such a detail as to facilitate easy implementation. The first few sections are dedicated to the recent weightless neural networks. This is followed by a weighted neural system section. Two advanced Bayesian network are introduced subsequently. The last section of the chapter explains the dynamics of ANN and how ANN nay be evaluated. The chapter has given a relatively extensive description of typical advanced neural networks from various categories of ANN systems.
Keywords: Adjustment, Back-propagation, Boltzmann distribution, Conditional probability, Division, Enhanced Probabilistic Convergent Network (EPCN), Generalized Likelihood Ration Test (GLRT), Helmholtz Machine, Kernel function, Kullback-Leibler divergence, Merging, Minimum Description Length, Mixture Density Network (MDN), Multi-classifier, Multi-expert System, Multi-Layered Perceptron (MLP), Probabilistic Convergent Network (PCN), Random Access Memory (RAM), Squared error, Wald test.



INTRODUCTION

In sections 1 and 2, some weightless neural networks are described in considerable detail. Weightless networks are presented here because they form a good alternative to weighted classical neural networks and also less prone to noise. A stereo-type weighted network, the Multi-Layered Perceptron (MLP), is described in the third section. The MLP is included because of its robustness and popularity; it represents a good example of weighted neural networks. Section four describes more advanced types of Bayesian classifier. They are suitably introduced here because the usual types of Bayesian classifiers have been described in chapter 6. The last section of chapter 7 presents the dynamics of an ANN system, and discussed the fusion mechanism of hierarchical network. This is followed by methods of independent evaluation of ANN systems.
The first and second sections of chapter 7 show ANN systems whose learning and recognition algorithms are derived from Boolean logic.. The PCN and EPCN may be employed in selection mechanism described in chapter 8. Seeking minimal sets of weights by MLP may be synonymous to seeking a set of (minimal) basis functions. Whatever the structural architecture of MLP that has been determined may be implemented by using the classical primitives (gates) of chapter 5. The MLP can be used as a component neural network of neuro-fuzzy system of chapter 6. The probability theories of chapters 2 may have provided sufficient background principle to the Bayesian networks of the fourth section of chapter 7. Any of the Bayesian network may participate in the selection mechanism of chapter 8. The last section of this chapter may be regarded as a continuation of performance evaluation methods that has been introduced in chapter 4. The performance evaluation mechanism of the last section is algorithmic and in considerable detail, whereas that of chapter 4 is introductory. Most ANN systems of other chapters may be evaluated for performance by using the methods of the last section of chapter 7.
Chapter 7 has described large number of standard ANN systems in considerable detail.

WEIGHTLESS NETWORKS

This section introduces a neural network whose functionality depends essentially on Boolean logic.

Probabilistic Convergent Network (PCN)

Many prediction problems and pattern recognition problems can be solved by performing Boolean logic on them. In situations whereby prediction or recognition problems can be interpreted in terms of Boolean logic, a type of random access memory (RAM) based network called Probabilistic Convergent Network (PCN) becomes suitable. An added advantage of PCN over existing RAM-based network is the inclusion of confidence measure.
To carry out a logic representing, it is anticipated that all inputs be condensed to threshold image. Due to the complexity of architecture and function of PCN, some terminologies are worth introducing w...

Table of contents

  1. Welcome
  2. Table of Contents
  3. Title Page
  4. BENTHAM SCIENCE PUBLISHERS LTD.
  5. FOREWORD
  6. PREFACE
  7. Principles
  8. Neurons
  9. Basic Neurons
  10. Basic Fuzzy Neuron and Fundamentals of ANN
  11. Fundamental Algorithms and Methods
  12. Quantum Logic and Classical Connectivity
  13. Practices
  14. Learning Methods
  15. Neural Networks
  16. Selection and Combination Strategy of ANN Systems
  17. Probability-based Neural Network Systems
  18. Emerging Networks
  19. Research and Developments in Neural Networks