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.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: shizukanaskytree
- License: apache-2.0
- Language: C++
- Default Branch: master
- Size: 660 MB
Statistics
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
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 Discuss 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.
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 | | PyPI
Linux GPU |
| PyPI
Linux XLA |
| TBA
macOS |
| PyPI
Windows CPU |
| PyPI
Windows GPU |
| PyPI
Android |
| Download
Raspberry Pi 0 and 1 |
| Py3
Raspberry Pi 2 and 3 |
| 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
- TensorFlow.org
- TensorFlow Tutorials
- TensorFlow Official Models
- TensorFlow Examples
- TensorFlow Codelabs
- TensorFlow Blog
- Learn ML with TensorFlow
- TensorFlow Twitter
- TensorFlow YouTube
- TensorFlow model optimization roadmap
- TensorFlow White Papers
- TensorBoard Visualization Toolkit
- TensorFlow Code Search
Learn more about the TensorFlow community and how to contribute.
Courses
- Deep Learning with Tensorflow from Edx
- DeepLearning.AI TensorFlow Developer Professional Certificate from Coursera
- TensorFlow: Data and Deployment from Coursera
- Getting Started with TensorFlow 2 from Coursera
- TensorFlow: Advanced Techniques from Coursera
- TensorFlow 2 for Deep Learning Specialization from Coursera
- Intro to TensorFlow for A.I, M.L, and D.L from Coursera
- Machine Learning with TensorFlow on GCP from Coursera
- Intro to TensorFlow for Deep Learning from Udacity
- Introduction to TensorFlow Lite from Udacity
License
Owner
- Name: Xiaofeng Wu
- Login: shizukanaskytree
- Kind: user
- Location: TX
- Website: https://shizukanaskytree.github.io/
- Repositories: 4
- Profile: https://github.com/shizukanaskytree
My research topic includes Deep Learning Framework and System. Homepage: https://shizukanaskytree.github.io/
GitHub Events
Total
Last Year
Dependencies
- TensorFlowLite = 1.13.1
- TensorFlowLite = 1.13.1
- TensorFlowLiteC >= 0
- TensorFlowLiteObjC >= 0
- 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
- 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
- google-api-python-client ==1.8.0
- oauth2client *
- absl-py *
- astunparse *
- flatbuffers *
- gast ==0.4.0
- google_pasta *
- grpcio *
- h5py *
- keras-nightly *
- keras_preprocessing *
- numpy *
- opt_einsum *
- portpicker *
- protobuf >=3.17.1
- scipy *
- six *
- tb-nightly *
- termcolor *
- tf-estimator-nightly *
- typing_extensions *
- wheel *
- wrapt *
- certifi *
- jax *
- jaxlib *
- PyYAML *
- jax *
- jaxlib *
- actions/checkout v3 composite
- actions/checkout v3 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- actions/checkout v2 composite
- citation-file-format/cffconvert-github-action 2.0.0 composite
- actions/checkout v2 composite
- actions/github-script v5 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- trilom/file-changes-action v1.2.4 composite
- actions/checkout v2 composite
- peter-evans/create-pull-request v3 composite
- actions/checkout ec3a7ce113134d7a93b817d10a8272cb61118579 composite
- actions/upload-artifact 82c141cc518b40d92cc801eee768e7aafc9c2fa2 composite
- github/codeql-action/upload-sarif 5f532563584d71fdef14ee64d17bafb34f751ce5 composite
- ossf/scorecard-action 08dd0cebb088ac0fd6364339b1b3b68b75041ea8 composite
- actions/checkout v2 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- actions/checkout v2 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- mshick/add-pr-comment v1 composite
- actions/checkout v2 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- actions/checkout v2 composite
- actions/github-script v6 composite
- zofrex/mirror-branch v1 composite
- actions/checkout v2 composite
- peter-evans/create-pull-request v3 composite
- ubuntu 16.04 build
- nvidia/cuda 11.8.0-base-ubuntu20.04 build
- ubuntu 20.04 build
- 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
- grpcio * development
- jax * development
- jaxlib * development
- portpicker * development
- scipy * development