📜  numpy vs tensorflow - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:31.037000             🧑  作者: Mango

代码示例1
Tensorflow is a library for artificial intelligence, especially machine learning.
Numpy is a library for doing numerical calculations.
NumPy and TensorFlow are actually very similar in many respects.
Both are, essentially, array manipulation libraries, built around the concept of tensors (or nd-arrays, in NumPy terms).