id: version-3.2.0_Viet-examples title: Ví Dụ original_id: examples

Phần này đưa ra một vài ví dụ về việc thực hiện deep learning sử dụng SINGA. Mã nguồn (source code) được cung cấp trong SINGA repo trên Github. Có thể tham khảo các ví dụ sử dụng SINGA Python APIs trên CPU hoặc một GPU trên Google Colab. Bạn có thể trực tiếp chạy thử trên Google Cloud mà không cần tạo local environment. Đường dẫn tới mỗi ví dụ được cung cấp dưới đây.

Image Classification

ModelDatasetĐường dẫn
CNN cơ bảnMNIST, CIFAR10, CIFAR100Colab
AlexNetImageNetCpp
VGGImageNetCpp, Python, Colab
XceptionNetMNIST, CIFAR10, CIFAR100Python
ResNetMNIST, CIFAR10, CIFAR100, CIFAR10Python, Colab
MobileNetImageNetColab

Object Detection

ModelDatasetĐường dẫn
Tiny YOLOv2Pascal VOCColab

Nhận diện Khuôn mặt và Cảm xúc

ModelDatasetĐường dẫn
ArcFaceRefined MS-Celeb-1MColab
Emotion FerPlusFacial Expression Recognition ChallengeColab

Image Generation

ModelDatasetĐường dẫn
GANMNISTColab
LSGANMNISTColab

Machine Comprehension

ModelDatasetĐường dẫn
Bert-SquadSQuAD v1.1Colab

Text Classification

ModelDatasetĐường dẫn
Simple LSTMIMDBpython

Text Ranking

ModelDatasetĐường dẫn
BiLSTMInsuranceQApython

Misc.

  • Restricted Boltzmann Machine sử dụng dữ liệu MNIST, nguồn, Colab.