语音识别可以在ML.NET中完成吗?

时间:2019-02-25 07:11:57

标签: speech-recognition ml.net

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

1 个答案:

答案 0 :(得分:2)

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

使用Tensorflow进行音频识别:

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

将Tensorflow模型与ML.net结合使用的示例:

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