Skip to content

AutoKeras 1.0 Tutorial

Supported Tasks

AutoKeras supports several tasks with an extremely simple interface. You can click the links below to see the detailed tutorial for each task.

Supported Tasks:

Image Classification

Image Regression

Text Classification

Text Regression

Multi-Task and Multi-Modal Data

If you are dealing with multi-task or multi-modal dataset, you can refer to this tutorial for details.

Customized Model

Follow this tutorial, to use AutoKeras building blocks to quickly construct your own model. With these blocks, you only need to specify the high-level architecture of your model. AutoKeras would search for the best detailed configuration for you. Moreover, you can override the base classes to create your own block. The following are the links to the documentation of the predefined input nodes and blocks in AutoKeras.

Nodes:

ImageInput

Input

TextInput

Blocks:

ImageAugmentation

Normalization

ConvBlock

DenseBlock

Merge

ResNetBlock

RNNBlock

SpatialReduction

TemporalReduction

XceptionBlock

ImageBlock

TextBlock

ClassificationHead

RegressionHead

Export Model

You can follow this tutorial to export the best model.