https://github.com/Microsoft/CNTK
Raw File
Tip revision: b2e0048528a2b9ddcc9284f972f424106ed54620 authored by Lewei Lu on 25 July 2017, 07:51:52 UTC
Revert "Revert "Revert "use fixed convolution algorithm"""
Tip revision: b2e0048
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