上传者: m0_73089087
|
上传时间: 2022-08-20 21:05:28
|
文件大小: 753KB
|
文件类型: ZIP
This guide provides a quick overview of TensorFlow basics. Each section of this doc is an overview of a larger topic—you can find links to full guides at the end of each section.
TensorFlow is an end-to-end platform for machine learning. It supports the following:
Multidimensional-array based numeric computation (similar to NumPy.)
GPU and distributed processing
Automatic differentiation
Model construction, training, and export
And more