DP-100 · Question #82
You plan to create a speech recognition deep learning model. The model must support the latest version of Python. You need to recommend a deep learning framework for speech recognition to include in…
The correct answer is B. Tensorflow. TensorFlow is a leading open-source deep learning framework developed by Google that natively supports speech recognition tasks (e.g., via its audio processing and sequence modeling capabilities) and maintains active compatibility with the latest Python versions. Apache Drill…
Question
Options
- AApache Drill
- BTensorflow
- CRattle
- DWeka
How the community answered
(31 responses)- A3% (1)
- B94% (29)
- C3% (1)
Explanation
TensorFlow is a leading open-source deep learning framework developed by Google that natively supports speech recognition tasks (e.g., via its audio processing and sequence modeling capabilities) and maintains active compatibility with the latest Python versions. Apache Drill is a distributed SQL query engine for big data, not a deep learning framework. Rattle is an R-based GUI for data mining. Weka is a Java-based machine learning toolkit. TensorFlow is also pre-installed on the Azure DSVM, making it the correct recommendation.
Topics
Community Discussion
No community discussion yet for this question.