Revision d332ae22989238dd78e563c9265a8f201f6cfcf2 authored by Frank Seide on 26 May 2017, 22:31:28 UTC, committed by Frank Seide on 26 May 2017, 22:31:28 UTC
1 parent d271bba
Raw File
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