id: version-3.1.0_Chinese-examples title: Examples original_id: examples

本页列出了一些使用SINGA的深度学习任务示例。源代码维护在 Github 上的 SINGA repo 内。对于使用SINGA Python API在CPU或单GPU上运行的例子,它们也可以在Google Colab上获得。你可以直接在谷歌云上运行它们,而无需在本地设置环境。下面给出了每个例子的链接。

图像分类

网络模型数据集链接
Simple CNNMNIST, CIFAR10, CIFAR100Colab
AlexNetImageNetCpp
VGGImageNetCpp, Python, Colab
XceptionNetMNIST, CIFAR10, CIFAR100Python
ResNetMNIST, CIFAR10, CIFAR100, CIFAR10Python, Colab
MobileNetImageNetColab

目标检测

网络模型数据集链接
Tiny YOLOv2Pascal VOCColab

面部及表情识别

模型数据集链接
ArcFaceRefined MS-Celeb-1MColab
Emotion FerPlusFacial Expression Recognition ChallengeColab

图像生成

模型数据集链接
GANMNISTColab
LSGANMNISTColab

机器理解

模型数据集链接
Bert-SquadSQuAD v1.1Colab

文字识别

模型数据集链接
Simple LSTMIMDBpython

文本排序

模型数据集链接
BiLSTMInsuranceQApython

其他