aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager/python/examples/notebooks/README.md
blob: 0d5ed848946d1eee643a57bf8c341520268c56b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Research and experimentation

Eager execution provides an imperative, define-by-run interface for advanced
operations. Write custom layers, forward passes, and training loops with auto
differentiation. Start with these notebooks, then read the
[eager execution guide](https://www.tensorflow.org/guide/eager).

1. [Eager execution basics](./eager_basics.ipynb)
2. [Automatic differentiation and gradient tapes](./automatic_differentiation.ipynb)
3. [Custom training: basics](./custom_training.ipynb)
4. [Custom layers](./custom_layers.ipynb)