Classify Sound Using Deep Learning database how ?

3 Ansichten (letzte 30 Tage)
Barb
Barb am 22 Jan. 2020
Beantwortet: Krishna am 26 Aug. 2024
I tried to do my Classify Sound Using Deep Learning with some words and I wan to do this
with this example
but i dont know how to create my own database and where to save it ? and what i must change in code. Please help.

Antworten (1)

Krishna
Krishna am 26 Aug. 2024
Hello,
Seems like you want to build an audio recognition system, for that you need to learn where to store the dataset and how to access it.
For such deep learning task where we need to have large dataset and we cannot load dataset into the workspace, MATLAB has defined datastore which can access the data directly from the location without needing to bring it into workspace.
For audio we have specific ‘audioDatastore’ object to create and manage audio datasets. Please look at the following documentation,
To learn how to manage and retrieve data using these datastores and to build audio recognition systems using deep learning look at the following examples,
Also to know how to extract features from audio data sets look at the following example,
Hope this helps.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by