Skip to content

Commit

Permalink
More edits in "Trigger Word Detection"
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKha authored Jul 4, 2018
1 parent 5138da4 commit 8f1018f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 5- Sequence Models/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,8 +930,8 @@ Here are the course summary as its given on the course [link](https://www.course
- Y will be labels 0 or 1. 0 represents the non-trigger word, while 1 is that trigger word that we need to detect.
- The model architecture can be like this:
![](Images/80.png)
- The vertical lines in the audio clip represent the trigger words. The corresponding to this will be 1.
- One disadvantage of this is the imbalanced dataset outputs. There will be a lot of zeros and few ones.
- The vertical lines in the audio clip represent moment just after the trigger word. The corresponding to this will be 1.
- One disadvantage of this creates a very imbalanced training set. There will be a lot of zeros and few ones.
- A hack to solve this is to make an output a few ones for several times or for a fixed period of time before reverting back to zero.
![](Images/81.png)
![](Images/85.png)
Expand Down

0 comments on commit 8f1018f

Please sign in to comment.