Examples

Basics

You can learn TensorLayerX quickly from the following two examples:

  • Multi-layer perceptron (MNIST), simple usage and supports multiple backends. Classification task, see mnist_mlp.py.

  • Convolutional Network (CIFAR-10), simple usage and supports multiple backends. Classification task, see cifar10_cnn.py.

Resources

More official tutorials can be found in the resources below: