Skip to main content

Adaptive Neural Networks

  • Chapter
Common LISP Modules
  • 255 Accesses

Abstract

The neural networks studied in previous chapters have had a simple flow of information from input to hidden to output neurons through connections without loops and feedback. They were trained by supervised learning techniques where the desired system output was provided during training. Another interesting type of neural network performs unsupervised learning where the system is shown inputs with no desired outputs. The system searches for similar features in the training inputs to group them into categories where members of a single category share common features. These networks are called adaptive resonance theory (ART) networks (Carpenter and Grossberg, 1987). Carpenter and Grossberg have extended their theory to process inputs with a dynamic range. The sample program listed in this chapter uses this newer gray-scale Adaptive Resonance Theory (ART2) which allows inputs to have any value between 0.0 and 1.0 (thus the name gray-scale). This sample program uses the variable naming conventions originated by Gail Carpenter and Stephen Grossberg in their paper introducing the theory for ART2 (Carpenter and Grossberg, 1987). The real time dynamic behavior of ART2 net-works is fascinating to watch; they exhibit interesting behavior when they have few output neurons and are shown a large number of input patterns. The network will reshuffle existing categorizations when necessary.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1991 Springer-Verlag New York, Inc.

About this chapter

Cite this chapter

Watson, M. (1991). Adaptive Neural Networks. In: Common LISP Modules. Springer, New York, NY. https://doi.org/10.1007/978-1-4612-3186-8_7

Download citation

  • DOI: https://doi.org/10.1007/978-1-4612-3186-8_7

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-0-387-97614-3

  • Online ISBN: 978-1-4612-3186-8

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics