Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: kuangzy2011
  • License: apache-2.0
  • Language: C++
  • Default Branch: main
  • Size: 73 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security Authors Zenodo

README.md

Python PyPI DOI CII Best Practices OpenSSF Scorecard Fuzzing Status Fuzzing Status OSSRank Contributor Covenant

Documentation | ------------------- | Documentation |

TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.

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

TensorFlow provides stable Python and C++ APIs, as well as non-guaranteed backward compatible API for other languages.

Keep up-to-date with release announcements and security updates by subscribing to announce@tensorflow.org. See all the mailing lists.

Install

See the TensorFlow install guide for the pip package, to enable GPU support, use a Docker container, and build from source.

To install the current release, which includes support for CUDA-enabled GPU cards (Ubuntu and Windows):

$ pip install tensorflow

Other devices (DirectX and MacOS-metal) are supported using Device plugins.

A smaller CPU-only package is also available:

$ pip install tensorflow-cpu

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

Nightly binaries are available for testing using the tf-nightly and tf-nightly-cpu packages on PyPi.

Try your first TensorFlow program

shell $ python

```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 the TensorFlow tutorials.

Contribution guidelines

If you want to contribute to TensorFlow, be sure to review the contribution guidelines. This project adheres to TensorFlow's code of conduct. By participating, you are expected to uphold this code.

We use GitHub issues for tracking requests and bugs, please see TensorFlow Forum for general questions and discussion, and please direct specific questions to Stack Overflow.

The TensorFlow project strives to abide by generally accepted best practices in open-source software development.

Patching guidelines

Follow these steps to patch a specific version of TensorFlow, for example, to apply fixes to bugs or security vulnerabilities:

  • Clone the TensorFlow repo and switch to the corresponding branch for your desired TensorFlow version, for example, branch r2.8 for version 2.8.
  • Apply (that is, cherry pick) the desired changes and resolve any code conflicts.
  • Run TensorFlow tests and ensure they pass.
  • Build the TensorFlow pip package from source.

Continuous build status

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

Official Builds

Build Type | Status | Artifacts ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- Linux CPU | Status | PyPI Linux GPU | Status | PyPI Linux XLA | Status | TBA macOS | Status | PyPI Windows CPU | Status | PyPI Windows GPU | Status | PyPI Android | Status | Download Raspberry Pi 0 and 1 | Status | Py3 Raspberry Pi 2 and 3 | Status | Py3 Libtensorflow MacOS CPU | Status Temporarily Unavailable | Nightly Binary Official GCS Libtensorflow Linux CPU | Status Temporarily Unavailable | Nightly Binary Official GCS Libtensorflow Linux GPU | Status Temporarily Unavailable | Nightly Binary Official GCS Libtensorflow Windows CPU | Status Temporarily Unavailable | Nightly Binary Official GCS Libtensorflow Windows GPU | Status Temporarily Unavailable | Nightly Binary Official GCS

Resources

Learn more about the TensorFlow community and how to contribute.

Courses

License

Apache License 2.0

Owner

  • Name: Kuangzy
  • Login: kuangzy2011
  • Kind: user

Thinking...

GitHub Events

Total
Last Year

Dependencies

tensorflow/lite/examples/ios/camera/Podfile cocoapods
  • TensorFlowLite = 1.13.1
tensorflow/lite/examples/ios/simple/Podfile cocoapods
  • TensorFlowLite = 1.13.1
tensorflow/lite/ios/TensorFlowLiteC.podspec cocoapods
  • TensorFlowLiteC >= 0
tensorflow/lite/ios/TensorFlowLiteSelectTfOps.podspec cocoapods
tensorflow/lite/objc/TensorFlowLiteObjC.podspec cocoapods
tensorflow/lite/objc/apps/TestApp/Podfile cocoapods
  • TensorFlowLiteObjC >= 0
tensorflow/lite/swift/TensorFlowLiteSwift.podspec cocoapods
tensorflow/lite/java/demo/app/build.gradle maven
  • com.android.support.constraint:constraint-layout 1.0.2 implementation
  • com.android.support:appcompat-v7 25.2.0 implementation
  • com.android.support:design 25.2.0 implementation
  • com.android.support:support-annotations 25.3.1 implementation
  • com.android.support:support-v13 25.2.0 implementation
  • org.tensorflow:tensorflow-lite 0.0.0-nightly-SNAPSHOT implementation
  • org.tensorflow:tensorflow-lite-gpu 0.0.0-nightly-SNAPSHOT implementation
  • org.tensorflow:tensorflow-lite-local 0.0.0 implementation
tensorflow/lite/java/demo/build.gradle maven
tensorflow/lite/java/ovic/demo/app/build.gradle maven
  • com.android.support.constraint:constraint-layout 1.0.2 implementation
  • com.android.support:appcompat-v7 25.2.0 implementation
  • com.android.support:design 25.2.0 implementation
  • com.android.support:support-annotations 25.3.1 implementation
  • com.android.support:support-v13 25.2.0 implementation
tensorflow/lite/java/ovic/demo/build.gradle maven
tensorflow/tools/gcs_test/Dockerfile docker
  • ubuntu 16.04 build
tensorflow/tools/tf_sig_build_dockerfiles/Dockerfile docker
  • nvidia/cuda 11.8.0-base-ubuntu20.04 build
  • ubuntu 20.04 build
tensorflow/tools/android/test/build.gradle maven
tensorflow/python/tpu/client/pip_package/setup.py pypi
  • google-api-python-client ==1.8.0
  • oauth2client *
tensorflow/python/tpu/profiler/pip_package/setup.py pypi
tensorflow/tools/ci_build/release/requirements_common.txt pypi
  • absl-py *
  • astunparse *
  • flatbuffers *
  • gast ==0.4.0
  • google_pasta *
  • grpcio *
  • h5py *
  • keras-nightly *
  • numpy *
  • opt_einsum *
  • packaging *
  • portpicker *
  • protobuf *
  • scipy *
  • six *
  • tb-nightly *
  • termcolor *
  • tf-estimator-nightly *
  • typing_extensions *
  • wheel *
  • wrapt *
tensorflow/tools/ci_build/release/requirements_mac.txt pypi
  • certifi *
  • jax *
  • jaxlib *
  • setuptools *
  • twine *
tensorflow/tools/ci_build/release/requirements_ubuntu.txt pypi
  • PyYAML *
  • jax *
  • jaxlib *
tensorflow/tools/pip_package/redundant_tensorflow_gpu/setup.py pypi
tensorflow/tools/pip_package/redundant_tf_nightly_gpu/setup.py pypi
tensorflow/tools/pip_package/setup.py pypi
tensorflow/tools/tf_sig_build_dockerfiles/devel.requirements.txt pypi
  • PyYAML * development
  • absl-py * development
  • astunparse * development
  • auditwheel * development
  • flatbuffers * development
  • gast ==0.4.0 development
  • google_pasta * development
  • grpcio * development
  • h5py * development
  • jax * development
  • jaxlib * development
  • junitparser * development
  • keras-nightly * development
  • lxml * development
  • numpy * development
  • opt_einsum * development
  • packaging * development
  • portpicker * development
  • protobuf * development
  • pylint * development
  • scipy * development
  • six * development
  • tb-nightly * development
  • termcolor * development
  • tf-estimator-nightly * development
  • twine * development
  • typing_extensions * development
  • wheel * development
  • wrapt * development
tensorflow/tools/tf_sig_build_dockerfiles/devel.usertools/test.requirements.txt pypi
  • grpcio * development
  • jax * development
  • jaxlib * development
  • portpicker * development
  • scipy * development