Artificial Intelligence in the Age of Neural Networks and Brain Computing
eBook - ePub

Artificial Intelligence in the Age of Neural Networks and Brain Computing

Robert Kozma,Cesare Alippi,Yoonsuck Choe,Francesco Carlo Morabito

  1. 352 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Artificial Intelligence in the Age of Neural Networks and Brain Computing

Robert Kozma,Cesare Alippi,Yoonsuck Choe,Francesco Carlo Morabito

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

Artificial Intelligence in the Age of Neural Networks and Brain Computing demonstrates that existing disruptive implications and applications of AI is a development of the unique attributes of neural networks, mainly machine learning, distributed architectures, massive parallel processing, black-box inference, intrinsic nonlinearity and smart autonomous search engines. The book covers the major basic ideas of brain-like computing behind AI, provides a framework to deep learning, and launches novel and intriguing paradigms as future alternatives. The success of AI-based commercial products proposed by top industry leaders, such as Google, IBM, Microsoft, Intel and Amazon can be interpreted using this book.

  • Developed from the 30th anniversary of the International Neural Network Society (INNS) and the 2017 International Joint Conference on Neural Networks (IJCNN)
  • Authored by top experts, global field pioneers and researchers working on cutting-edge applications in signal processing, speech recognition, games, adaptive control and decision-making
  • Edited by high-level academics and researchers in intelligent systems and neural networks

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Artificial Intelligence in the Age of Neural Networks and Brain Computing als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Artificial Intelligence in the Age of Neural Networks and Brain Computing von Robert Kozma,Cesare Alippi,Yoonsuck Choe,Francesco Carlo Morabito im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Ciencias biológicas & Biotecnología. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2018
ISBN
9780128162507
Chapter 1

Nature's Learning Rule

The Hebbian-LMS Algorithm

Bernard Widrow, Youngsik Kim, Dookun Park, and Jose Krause Perin Department of Electrical Engineering, Stanford University, Stanford, CA, United States

Abstract

Hebbian learning is widely accepted in the fields of psychology, neurology, and neurobiology. It is one of the fundamental premises of neuroscience. The LMS (least mean square) algorithm of Widrow and Hoff is the world's most widely used adaptive algorithm, fundamental in the fields of signal processing, control systems, communication systems, pattern recognition, and artificial neural networks. These learning paradigms are very different. Hebbian learning is unsupervised. LMS learning is supervised. However, a form of LMS can be constructed to perform unsupervised learning and, as such, LMS can be used in a natural way to implement Hebbian learning. Combining the two paradigms creates a new unsupervised learning algorithm, Hebbian-LMS. This algorithm has practical engineering applications and provides insight into learning in living neural networks. A fundamental question is how does learning take place in living neural networks? “Nature's little secret,” the learning algorithm practiced by nature at the neuron and synapse level, may well be the Hebbian-LMS algorithm.

Keywords

Adaptive filtering; Bootstrap learning; Clustering; Decision-directed learning; Hebbian learning; Hebbian-LMS algorithm; LMS algorithm; Neural networks; Synaptic plasticity

1. Introduction

Donald O. Hebb has had considerable influence in the fields of psychology and neurobiology since the publication of his book The Organization of Behavior in 1949 [1]. Hebbian learning is often described as: “neurons that fire together wire together.” Now imagine a large network of interconnected neurons whose synaptic weights are increased because the presynaptic neuron and the postsynaptic neuron fired together. This might seem strange. What purpose would nature fulfill with such a learning algorithm?
In his book, Hebb actually said: “When an axon of cell A is near enough to excite a cell B and repeatedly or persistently takes part in firing it, some growth process or metabolic change takes place in one or both cells such that A's efficiency, as one of the cells firing B, is increased.
“Fire together wire together” is a simplification of this. Wire together means increase the synaptic weight. Fire together is not exactly what Hebb said, but some researchers have taken this literally and believe that information is carried with the timing of each activation pulse. Some believe that the precise timing of presynaptic and postsynaptic firings has an effect on synaptic weight changes. There is some evidence for these ideas [24] but they remain controversial.
Neuron-to-neuron signaling in the brain is done with pulse trains. This is AC coupling and is one of nature's “good ideas,” avoiding the effects of DC level drift that could be caused by the presence of fluids and electrolytes in the brain. We believe that the output signal of a neuron is the neuron's firing rate as a function of time.
Neuron-to-neuron signaling in computer simulated artificial neural networks is done in most cases with DC levels. If a static input pattern vector is presented, the neuron's output is an analog DC level that remains constant as long as the input pattern vector is applied. That analog output can be weighted by a synapse and applied as an input to another neuron, a “postsynaptic” neuron, in a layered network or otherwise interconnected network.
The purpose of this chapter is to review a new learning algorithm that we call Hebbian-LMS [5]. It is an implementation of Hebb's teaching by means of the LMS algorithm of Widrow and Hoff. With the Hebbian LMS algorithm, unsupervised or autonomous learning takes place locally, in the individual neuron and its synapses, and when many such neurons are connected in a network, the entire network learns autonomously. One might ask, “what does it learn?” This question will be considered below where applications will be presented.
There is another question that can be asked: “Should we believe in Hebbian learning? Did Hebb arrive at this idea by doing definitive biological experiments, by ‘getting his hands wet’”? The answer is no. The idea came to him by intuitive reasoning. Like Newton's theory of gravity, like Einstein's theory of relativity, like Darwin's theory of evolution, it was a thought experiment propounded long before modern knowledge and instrumentation could challenge it, refute it, o...

Inhaltsverzeichnis

  1. Cover image
  2. Title page
  3. Table of Contents
  4. Copyright
  5. List of Contributors
  6. Editors' Brief Biographies
  7. Introduction
  8. Chapter 1. Nature's Learning Rule: The Hebbian-LMS Algorithm
  9. Chapter 2. A Half Century of Progress Toward a Unified Neural Theory of Mind and Brain With Applications to Autonomous Adaptive Agents and Mental Disorders
  10. Chapter 3. Third Gen AI as Human Experience Based Expert Systems
  11. Chapter 4. The Brain-Mind-Computer Trichotomy: Hermeneutic Approach
  12. Chapter 5. From Synapses to Ephapsis: Embodied Cognition and Wearable Personal Assistants
  13. Chapter 6. Evolving and Spiking Connectionist Systems for Brain-Inspired Artificial Intelligence
  14. Chapter 7. Pitfalls and Opportunities in the Development and Evaluation of Artificial Intelligence Systems
  15. Chapter 8. The New AI: Basic Concepts, and Urgent Risks and Opportunities in the Internet of Things
  16. Chapter 9. Theory of the Brain and Mind: Visions and History
  17. Chapter 10. Computers Versus Brains: Game Is Over or More to Come?
  18. Chapter 11. Deep Learning Approaches to Electrophysiological Multivariate Time-Series Analysis
  19. Chapter 12. Computational Intelligence in the Time of Cyber-Physical Systems and the Internet of Things
  20. Chapter 13. Multiview Learning in Biomedical Applications
  21. Chapter 14. Meaning Versus Information, Prediction Versus Memory, and Question Versus Answer
  22. Chapter 15. Evolving Deep Neural Networks
  23. Index
Zitierstile für Artificial Intelligence in the Age of Neural Networks and Brain Computing

APA 6 Citation

[author missing]. (2018). Artificial Intelligence in the Age of Neural Networks and Brain Computing ([edition unavailable]). Elsevier Science. Retrieved from https://www.perlego.com/book/1829939/artificial-intelligence-in-the-age-of-neural-networks-and-brain-computing-pdf (Original work published 2018)

Chicago Citation

[author missing]. (2018) 2018. Artificial Intelligence in the Age of Neural Networks and Brain Computing. [Edition unavailable]. Elsevier Science. https://www.perlego.com/book/1829939/artificial-intelligence-in-the-age-of-neural-networks-and-brain-computing-pdf.

Harvard Citation

[author missing] (2018) Artificial Intelligence in the Age of Neural Networks and Brain Computing. [edition unavailable]. Elsevier Science. Available at: https://www.perlego.com/book/1829939/artificial-intelligence-in-the-age-of-neural-networks-and-brain-computing-pdf (Accessed: 15 October 2022).

MLA 7 Citation

[author missing]. Artificial Intelligence in the Age of Neural Networks and Brain Computing. [edition unavailable]. Elsevier Science, 2018. Web. 15 Oct. 2022.