stem/AI/Neural Networks/Learning/Tasks.md

44 lines
1.3 KiB
Markdown
Raw Normal View History

# Pattern Association
- Associative memory
- Learns by association
- Autoassociation
- Store a set of patterns by repeatedly presenting them in the network
- Then presented partial or distorted stored pattern
- Recall intended
- Input and output data spaces are same dimensionality
- Heteroassociation
- Arbitrary set of input patterns paired with another arbitrary set of output patterns
- Supervised instead of unsupervised
- No required relationship between input/output dimensionality
- Stages
- Storage
- Recall
# Pattern Recognition
- Received pattern/signal is assigned to one of a prescribed number of classes
![](../../../img/nn-tasks-pattern.png)
# Function Approximation
- System Identification
![](../../../img/nn-tasks-function-approx.png)
- Inverse System
![](../../../img/nn-tasks-function-approx-inverse.png)
# Control
- Learn to control a process or critical part of a system
# Filtering
- Filtering
- Extraction of information about a quantity of interest at discrete time $n$ by using data from time up to $n$
- Smoothing
- Use information past time $n$
- Expect smoother result
- Delay in processing
- Prediction
- Predict later data using current and previous
# Beamforming
- Spatial filtering
- Distinguish spatial properties of a target signal and background noise
- Similar to bats
- Used in radar and sonar