• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

tensorflow: TensorFlow 是谷歌的第二代机器学习系统,按照谷歌所说,在某些基准测试 ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

tensorflow

开源软件地址:

https://gitee.com/mirrors/tensorflow

开源软件介绍:

PythonPyPIDOI

Documentation
Documentation

TensorFlow is an end-to-end open source platformfor machine learning. It has a comprehensive, flexible ecosystem oftools,libraries, andcommunity resources that letsresearchers push the state-of-the-art in ML and developers easily build anddeploy ML-powered applications.

TensorFlow was originally developed by researchers and engineers working on theGoogle Brain team within Google's Machine Intelligence Research organization toconduct machine learning and deep neural networks research. The system isgeneral enough to be applicable in a wide variety of other domains, as well.

TensorFlow provides stable Pythonand C++ APIs, as well asnon-guaranteed backward compatible API forother languages.

Keep up-to-date with release announcements and security updates by subscribingto[email protected].See all the mailing lists.

Install

See the TensorFlow install guide for thepip package, toenable GPU support, use aDocker container, andbuild from source.

To install the current release, which includes support forCUDA-enabled GPU cards (Ubuntu andWindows):

$ pip install tensorflow

A smaller CPU-only package is also available:

$ pip install tensorflow-cpu

To update TensorFlow to the latest version, add --upgrade flag to the abovecommands.

Nightly binaries are available for testing using thetf-nightly andtf-nightly-cpu packages on PyPi.

Try your first TensorFlow program

$ python
>>> import tensorflow as tf>>> tf.add(1, 2).numpy()3>>> hello = tf.constant('Hello, TensorFlow!')>>> hello.numpy()b'Hello, TensorFlow!'

For more examples, see theTensorFlow tutorials.

Contribution guidelines

If you want to contribute to TensorFlow, be sure to review thecontribution guidelines. This project adheres to TensorFlow'scode of conduct. By participating, you are expected touphold this code.

We use GitHub issues fortracking requests and bugs, please seeTensorFlow Discussfor general questions and discussion, and please direct specific questions toStack Overflow.

The TensorFlow project strives to abide by generally accepted best practices inopen-source software development:

Fuzzing StatusCII Best PracticesContributor Covenant

Continuous build status

You can find more community-supported platforms and configurations in theTensorFlow SIG Build community builds table.

Official Builds

Build TypeStatusArtifacts
Linux CPUStatusPyPI
Linux GPUStatusPyPI
Linux XLAStatusTBA
macOSStatusPyPI
Windows CPUStatusPyPI
Windows GPUStatusPyPI
AndroidStatusDownload
Raspberry Pi 0 and 1StatusPy3
Raspberry Pi 2 and 3StatusPy3
Libtensorflow MacOS CPUStatus Temporarily UnavailableNightly Binary Official GCS
Libtensorflow Linux CPUStatus Temporarily UnavailableNightly Binary Official GCS
Libtensorflow Linux GPUStatus Temporarily UnavailableNightly Binary Official GCS
Libtensorflow Windows CPUStatus Temporarily UnavailableNightly Binary Official GCS
Libtensorflow Windows GPUStatus Temporarily UnavailableNightly Binary Official GCS

Resources

Learn more about theTensorFlow community and how tocontribute.

License

Apache License 2.0


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap