Skip to content

Commit eb25977

Browse files
Fixes from round 2 reviews
1 parent d7be0c5 commit eb25977

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml

1 file changed

+3
-3
lines changed

content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ Make sure to have a good training/test data split ratio of around 80/20. The tes
9090

9191
### Create an Impulse
9292

93-
Now that we have the data samples, we can move on to designing the impulse. An impulse is in a nutshell the pipeline that the model will use for training. Consisting of an input block, processing block and a learning block. The input block indicates the type of data being used in the model, which will be audio in this case. The processing block extracts meaningful features from your data. The Audio Syntiant processing block we are using this tutorial extracts time and frequency features from the audio used in the model.
93+
Now that we have the data samples, we can move on to designing the Impulse. An Impulse is in a nutshell the pipeline that the model will use for training. Consisting of an input block, processing block and a learning block. The input block indicates the type of data being used in the model, which will be audio in this case. The processing block extracts meaningful features from your data. The Audio Syntiant processing block we are using in this tutorial extracts time and frequency features from the audio used in the model. The learning block uses a neural network classifier that will take the input data, the audio that was captured in the previous step, then give us a probability that indicates how likely it is that the input data belongs to a particular class.
9494

95-
The learning block uses a neural network classifier that will take the input data, the audio that was captured in the previous step, then give us a probability that indicates how likely it is that the input data belongs to a particular class. In the menu navigate to "Create Impulse" under "Impulse Design" and add an Audio processing block, which will be "Syntiant" in this case, as well as a Classification block. The page should now look like the image below.
95+
In the menu navigate to "Create Impulse" under "Impulse Design" and add an Audio processing block, which will be "Syntiant" in this case, as well as a Classification block. The page should now look like the image below.
9696

9797
![Impulse design page](assets/impulse-design-page.svg)
9898

9999
Under "Impulse Design" go to the "Syntiant" page. In the "Parameters" settings the "Features extractor" has to be set to "log-bin". This means that the window will be a fixed size. The window is the size of the data that will be processed per classification.
100100

101101
![Syntiant settings](assets/syntiant-options.svg)
102102

103-
Now select the "Generate features" tab on the "Syntiant" page. On this page press the green "Generate features" button. If you have collected a total of fifteen minutes of data as suggested in the previous step, this will take some time to complete. Now a visualization of the data can be seen on the right. Here you can easily see if the different classes of data collected separate well, this can help you figure out if the desired phrase will be easily differentiated from the noise and random words recorded.
103+
Now select the "Generate features" tab on the "Syntiant" page. On this page press the green "Generate features" button. If you have collected a total of fifteen minutes of data as suggested in the previous step, this will take some time to complete. Now a visualization of the data can be seen on the right. Here you can easily see if the different classes of data collected separate into clear groups in respect to their different classes, this can help you figure out if the desired phrase will be easily differentiated from the noise and random words recorded.
104104

105105
![Generating features with syntiant](assets/features-generation.svg)
106106

0 commit comments

Comments
 (0)