Google News
logo
TensorFlow.js - Interview Questions
Why are NumPy and Matplotlib used with TensorFlow?
NumPy supports multi-dimensional arrays, matrices. Hence it deals with the data in the form of arrays.

Matplotlib handles all the graphical representation in TensorFlow. It supports the MATLAB interface.
Advertisement