Artificial Neural Networks
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Preface
Artificial neural networks are a computational tool, based on the properties of biological neural systems. Neural networks excel in a number of problem areas where conventional von Neumann computer systems have traditionally been slow and inefficient. This book is going to discuss the creation and use of artificial neural networks.
[edit] Table of Contents
[edit] Overview
- Neural Network Basics
- Biological Neural Networks
- History
- MATLAB Neural Networking Toolbox
- Activation Functions
[edit] ANN Models
- Feed-Forward Networks
- Radial Basis Function Networks
- Recurrent Networks
- Echo State Networks
- Hopfield Networks
- Self-Organizing Maps
- Competitive Models
- ART Models
- Boltzmann Machines
- Committee of Machines
[edit] Teaching and Learning
- Learning Paradigms
- Error-Correction Learning
- Hebbian Learning
- Competitive Learning
- Boltzmann Learning
- ART Learning
- Self-Organizing Maps
[edit] Applications
- Pattern Recognition
- Clustering
- Feature Detection
- Series Prediction
- Data Compression
- Curve Fitting
- Optimization
- Control

