Please read this DOCS before you start.
TensorLayerX provides Sequential and Subclass define a model. Sequential model allows you to build model in a fluent way while Subclass allows you to fully control the forward process.
- look code comments in MNIST MLP
- look code comments in CIFAR10 CNN