Skip to content

Commit c98540b

Browse files
removed duplicate content
1 parent c253ca6 commit c98540b

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ Make sure to have a good training/test data split ratio of around 80/20. The tes
9595

9696
Now that we acquired the data samples, we can move on to designing the Impulse. In a nutshell, an Impulse is a pipeline that the model will use for training and it consists of an input block, a 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 and the audio that was captured in the previous step and provides a probability that indicates how likely it is that the input data belongs to a particular class as its output.
9797

98-
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, and then give us a probability that indicates how likely it is that the input data belongs to a particular class.
99-
10098
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.
10199

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

0 commit comments

Comments
 (0)