https://github.com/Microsoft/CNTK
Raw File
Tip revision: 62fa8182d7dbac15c022ab11562c63722f51dea6 authored by Vadim Mazalov on 07 January 2019, 23:20:54 UTC
Enable frame mode for the binary MLF reader
Tip revision: 62fa818
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