docs and TensorFlow-Examples
One is the official documentation for TensorFlow, while the other is a collection of community-contributed examples and tutorials, making them complementary resources for learning and using TensorFlow.
About docs
tensorflow/docs
TensorFlow documentation
This project contains the original source files used to build the guides and tutorials found on the TensorFlow website. It takes structured text and code examples as input, transforming them into the web pages that explain how to use TensorFlow. Aspiring machine learning engineers, data scientists, and students learning AI concepts are the primary audience.
About TensorFlow-Examples
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
This collection of examples helps developers learn how to build machine learning models using TensorFlow 2.0+. It takes various types of data, like images or numerical datasets, and shows how to process it to train models that can perform tasks like image classification, regression, or even generate new images. The intended users are Python developers who want practical, clear code examples for implementing machine learning techniques.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work