Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Computation using data flow graphs for scalable machine learning

License

NotificationsYou must be signed in to change notification settings

fo40225/tensorflow

 
 

PythonPyPI

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 stablePythonandC++ APIs, as well asnon-guaranteed backward compatible API forother languages.

Keep up-to-date with release announcements and security updates by subscribingtoannounce@tensorflow.org.See all themailing lists.

Install

See theTensorFlow 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
>>>importtensorflowastf>>>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 useGitHub 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

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 CPUStatusGCS
Libtensorflow Linux CPUStatusGCS
Libtensorflow Linux GPUStatusGCS
Libtensorflow Windows CPUStatusGCS
Libtensorflow Windows GPUStatusGCS

Community Supported Builds

Build TypeStatusArtifacts
Linux AMD ROCm GPU NightlyBuild StatusNightly
Linux AMD ROCm GPU Stable ReleaseBuild StatusRelease1.15 /2.x
Linux s390x NightlyBuild StatusNightly
Linux s390x CPU Stable ReleaseBuild StatusRelease
Linux ppc64le CPU NightlyBuild StatusNightly
Linux ppc64le CPU Stable ReleaseBuild StatusRelease1.15 /2.x
Linux ppc64le GPU NightlyBuild StatusNightly
Linux ppc64le GPU Stable ReleaseBuild StatusRelease1.15 /2.x
Linux aarch64 CPU Nightly
Python 3.6
Build StatusNightly
Linux aarch64 CPU Stable ReleaseBuild StatusRelease1.15 /2.x
Linux CPU with Intel oneAPI Deep Neural Network Library (oneDNN) NightlyBuild StatusNightly
Linux CPU with Intel oneAPI Deep Neural Network Library (oneDNN) Stable ReleaseBuild StatusRelease1.15 /2.x
Red Hat® Enterprise Linux® 7.6 CPU & GPU
Python 2.7, 3.6
Build Status1.13.1 PyPI

Resources

Learn more about theTensorFlow community and how tocontribute.

License

Apache License 2.0

About

Computation using data flow graphs for scalable machine learning

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++61.0%
  • Python26.3%
  • HTML3.0%
  • Starlark2.8%
  • MLIR2.5%
  • Go1.2%
  • Other3.2%

[8]ページ先頭

©2009-2025 Movatter.jp