swh:1:snp:f50ab94432af916b5fb8b4ad831e8dddded77084
Raw File
Tip revision: 40610eb9979c7cbaa32fe74878c65785dbc00e3d authored by Zhou Wang on 11 April 2017, 10:53:41 UTC
update batch file
Tip revision: 40610eb
README.md
# CNTK Tuturial: Image recognition

## Overview

This hands-on lab shows how to implement convolution-based image recognition with CNTK. We will start with a common convolutional image-recognition architecture, add Batch Normalization, and then extend it into a Residual Network (ResNet-20).

## Tutorial

Please find a detailed tutorial that uses the data and configurations in this folder on out website at [https://github.com/Microsoft/CNTK/wiki/Hands-On-Labs-Image-Recognition](https://github.com/Microsoft/CNTK/wiki/Hands-On-Labs-Image-Recognition)
back to top