tensorflow Python深度学习框架 179k stars

tensorflow 简介

tensorflow,知名的机器学习(深度学习)的Python框架,是一个端到端开源机器学习平台,工具、库和社区文档资源等生态十分全面。

tensorflow应用实例

>>> import tensorflow as tf
>>> tf.add(1, 2).numpy()
3
>>> hello = tf.constant('Hello, TensorFlow! hello, 笨鸟工具,x1y1z1.com!')
>>> hello.numpy()
b'Hello, TensorFlow! hello, 笨鸟工具,x1y1z1.com!'

tensorflow Github统计数据

Apache-2.0 license

Github 179k stars

tensorflow安装命令

pip install tensorflow

Python版本要求

TensorFlow 2 Python 3.6–3.9

免责声明:内容编辑自网络,仅供参考,不保证正确性,不作任何决策依据!!以上数据皆截止于博文的写稿日期。


行业导航 / Python指南 :
























Copyright © 2022-2024 笨鸟工具 x1y1z1.com All Rights Reserved.