I am new to Machine Learning. I came across ML.NET (Machine Learning framework by Microsoft). Can we use this framework for speech recognition? What all things you should know if you want to do a speech recognition in ML.NET?
Asked
Active
Viewed 3,727 times
7
-
ML.NET does not process audio at this point, just text and images. You can ask for it in the ML.NET github page. – amy8374 Feb 25 '19 at 21:24
1 Answers
4
IMHO, for beginners, modifying sample neural networks/deep learning solutions is a good start point. And, for neural networks the start point is Tensorflow. With ML.net you can consume Tensorflow models.
Audio recognition with Tensorflow:
https://www.tensorflow.org/tutorials/sequences/audio_recognition
A sample for using Tensorflow models with ML.net:

Cihan Yakar
- 2,402
- 28
- 30