Learn harmonica is easier then other instruments. Especially those who didn’t know about music theory, still can learn harmonica easily.
For beginners, there are no sufficient resource on internet to learn harmonica himself. So we decide to build a website, a simple and convenient way, which can tell the bad part or something can improve.
We arrive at a conclusion that there are three problems the beginners usually make mistake.
Normal is the correct sound
Double is play two at same time
Flat is the sound is not beautiful
- The harmonica mistake dataset
- record the normal harmonica sound
- record the mistake harmonica sound
- flat
- double
- Cut with 0.5sec per segment
- Move the segment with 0.1sec,then cut another.
- With this method we can generate hundreds of data.
- Turn the data into MCFF
-
CNN model (three Conv1D convolution layers)
- Convolution layer1 with kernel size : 20
- Max Pooling layer with pool size : 5
- Convolution layer2 with kernel size : 20
- Max Pooling layer with pool size : 5
- Convolution layer3 with kernel size : 20
- Max Pooling layer with pool size : 5
- Flattening layer
-
CNN model (two Conv2D convolution layers)
- Convolution layer1 with kernel size : 5x5
- Max Pooling layer with pool size : 2x2
- Convolution layer2 with kernel size : 5x5
- Max Pooling layer with pool size : 2x2
- Flattening layer
- Conv1D
- adv
- only need 1 dimension that can speedup for data loading and model training.
- dis
- the accuracy is unsatisfactory.
- adv
- Conv2D
- adv
- the accuracy is much higher than conv1d .
- dis
- need for much time to loading ,the model is bigger than 1d.
- adv
- In this case we need higher accuracy
All the projects were built on website. So just click the website below the see the project.