stem/AI/Neural Networks/Learning/Tasks.md
andy b24f551589 vault backup: 2023-06-12 19:07:33
Affected files:
.obsidian/backlink.json
.obsidian/graph.json
.obsidian/workspace-mobile.json
.obsidian/workspace.json
Events/🪣🪣🪣.md
Health/ADHD.md
STEM/AI/Classification/Gradient Boosting Machine.md
STEM/AI/Neural Networks/CV/Visual Search/Visual Search.md
STEM/AI/Neural Networks/Learning/Tasks.md
STEM/AI/Pattern Matching/Dynamic Time Warping.md
STEM/AI/Problem Solving.md
STEM/CS/Regex.md
STEM/img/dtw-graph-unit.png
STEM/img/dtw-graph.png
STEM/img/dtw-gross-partitioning.png
STEM/img/dtw-heatmap-distortion.png
STEM/img/dtw-heatmap.png
STEM/img/dtw-possible-movements.png
STEM/img/dtw-score-pruning.png
STEM/img/nn-tasks-function-approx-inverse.png
STEM/img/nn-tasks-function-approx.png
STEM/img/nn-tasks-pattern.png
STEM/img/problem-solving-arch.png
STEM/img/problem-solving-goal-based.png
STEM/img/problem-solving-reflex.png
STEM/img/visual-search-arch.png
STEM/img/visual-search-crude.png
2023-06-12 19:07:33 +01:00

1.3 KiB

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

Function Approximation

  • System Identification
  • Inverse System

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