https://github.com/Microsoft/CNTK
Raw File
Tip revision: 6d9aac23124a6bcd5937511a0d0926f0c13ef436 authored by Otto Lu on 09 March 2017, 09:01:35 UTC
fix conflict in `Source/Readers/ImageReader/ZipFaceFileReader.cpp`
Tip revision: 6d9aac2
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