InterviewSolution
Saved Bookmarks
| 1. |
Since you have experience in the deep learning field, can you tell us why TensorFlow is the most preferred library in deep learning? |
|
Answer» Tensorflow is a very famous library in DEEP learning. The reason is PRETTY simple actually. It provides C++ as well as Python APIs which makes it very easier to work on. ALSO, TensorFlow has a fast COMPILATION speed as COMPARED to Keras and Torch (other famous deep learning libraries). Apart from that, Tenserflow supports both GPU and CPU computing devices. Hence, it is a major success and a very popular library for deep learning. |
|