4

我是机器学习的新手。我遇到了 ML.NET(Microsoft 的机器学习框架)。我们可以使用这个框架进行语音识别吗?如果你想在 ML.NET 中进行语音识别,你应该知道什么?

4

1 回答 1

4

恕我直言,对于初学者来说,修改样本神经网络/深度学习解决方案是一个很好的起点。而且,对于神经网络,起点是 Tensorflow。使用 ML.net,您可以使用 TensorFlow 模型。

使用 TensorFlow 进行音频识别:

https://www.tensorflow.org/tutorials/sequences/audio_recognition

在 ML.net 中使用 Tensorflow 模型的示例:

https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_ImageClassification_TensorFlow

于 2019-03-08T07:17:37.823 回答