What CNN algorithms can I use for Denoise Speech?

2 ビュー (過去 30 日間)
studentmatlaber
studentmatlaber 2022 年 5 月 27 日
コメント済み: Walter Roberson 2022 年 5 月 28 日
Hello everyone,
I applied the example in the link for denoise speech. But can I set up the CNN structure with other methods? Like AlexNet for example.

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 5 月 28 日
Data is data. You can reshape it or chop it up however you want. Deep Learning algorithms do not care whether the data was an image, or was a video of a rock opera, or was tracking where your cat went while you were not home.
You should be less immediately concerned with what could be done, and more concerned with whether it makes sense to use a particular CNN.
  1 件のコメント
Walter Roberson
Walter Roberson 2022 年 5 月 28 日
https://en.m.wikipedia.org/wiki/AlexNet
Alexnet expects rgb images — 227 x 227 x 3 arrays of data, and targets 1000 classes.
If you were to create spectrographs over short sounds you could possibly classify down to the phoneme.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by