examples

GitHub

TensorFlow examples

8,264 stars Jupyter Notebook #tensorflow#tensorflow-examples
RAW Doc

CONTRIBUTING

Contributing

You don't need to be a developer to make a significant
impact on TensorFlow documentation and examples-β€”just a
GitHub account.

Questions about TensorFlow usage are best addressed on
StackOverflow or the
[email protected]
mailing list.

To contribute to the TensorFlow code repositories, see the
Contributing to TensorFlow guide
and the
TensorFlow contribution guidelines.

Contributor License Agreements

We love patches! To publish your changes, you must sign either the individual or
corporate Contributor License Agreement (CLA):

* If you are an individual writing original documentation or source code and
you're sure you own the intellectual property, sign an
individual CLA.
* If you work for a company that wants to allow you to contribute your work, sign
a corporate CLA.

We can accept your pull requests after you sign the CLA. We can only receive
original documentation and source code from you and other people that have
signed the CLA.


Pull requests

To contribute documentation or code, please send us a pull request. If you are new to
pull requests, read GitHub's
Creating a pull request from a fork
guide.

Notebooks can be viewed, edited, and run in
Colab by passing
the GitHub path as a URL parameter. For example, open the notebook at
https://github.com/tensorflow/docs/blob/r1.11/site/en/tutorials/keras/basic_classification.ipynb
in Colab here:
https://colab.research.google.com/github/tensorflow/docs/blob/r1.11/site/en/tutorials/keras/basic_classification.ipynb

The Open in Colab
Chrome extension will automatically perform the URL substitution.

---