https://github.com/Microsoft/CNTK
Raw File
Tip revision: 006ab4bdf02252cac42260d932db100df4278e49 authored by Aghagolzadeh on 12 June 2018, 16:13:59 UTC
Merge branch 'sparse_cntk' of https://github.com/Microsoft/cntk into sparse_cntk
Tip revision: 006ab4b
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://docs.microsoft.com/en-us/cognitive-toolkit/Hands-On-Labs-Image-Recognition
back to top