stem/AI/Pattern Matching
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
..
Markov vault backup: 2023-06-08 17:52:08 2023-06-08 17:52:09 +01:00
Dynamic Time Warping.md vault backup: 2023-06-12 19:07:33 2023-06-12 19:07:33 +01:00
Pattern Matching.md vault backup: 2023-06-07 15:00:18 2023-06-07 15:00:18 +01:00
README.md vault backup: 2023-06-07 15:00:18 2023-06-07 15:00:18 +01:00

Structured sequence of observations

Distance-from-Template

  • Template
    • Typical feature to look for
    • Filter bank
    • LPC
    • PLP
    • Cepstrum
    • MFCC
  • Distance
    • How well test sequence matches template
    • Euclidean
    • Mahalanobis
    • Itakura