zdmc23 / oneshot-audio

Experiment with "one-shot learning" techniques to recognize a voice signature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oneshot-audio

license

Experiment with "one-shot learning" techniques to recognize a voice signature. This was my submission and demo for LVTech hack-a-thon 2018

Alt text

One-Shot Learning?

"People can learn a new concept from just one or a few examples, making meaningful generalizations that go far beyond the observed data. Replicating this ability in machines has been challenging, since standard learning algorithms require tens, hundreds, or thousands of examples before reaching a high level of classification performance" [1]. (With Deep Learning, the dataset requirement has grown to 100K+).

  1. Lake, Lee, et. al. One-shot learning of generative speech concepts. 2014. (https://groups.csail.mit.edu/sls/publications/2014/lake-cogsci14.pdf).

Siamese Network

Alt text

About

Experiment with "one-shot learning" techniques to recognize a voice signature

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%Language:Shell 0.0%