
TensorFlow
The machine learning and artificial intelligence open source libraries launched by Google.
Essential Packages for Python Scientific Computing.
NumPy (short for Numerical Python) is a powerful Python library used for handling multi-dimensional arrays and matrices. It provides a large number of mathematical functions to perform various operations. The main goal of NumPy is to improve the speed and efficiency of scientific computing. It is the foundation of many other scientific computing libraries (such as SciPy, Pandas, TensorFlow, etc.).