forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
CNTK Evaluation Overview
Gaizka Navarro edited this page Jun 1, 2016
·
24 revisions
This page is work in progress
This page presents an overview of model evaluation using CNTK.
What is model evaluation?
Evaluating a model using CNTK.exe
- CPU/GPU capability
- Eval Command (config file)
- Readers (and their transformations)
- Pitfalls (minibatch size)
Evaluating a model programmatically using C++
- CPU capability
- Interface
- Usage Pattern
- Example (CPPEvalClient)
Evaluating a model programmatically using C#
- CPU capability
- Interface (CLI)
- Usage Pattern
- Example (CSEvalClient)
Evaluating different data types and layers
- Vector
- Image Readers (e.g. MNIST, ResNet) Transformations
- Selecting different layers for output
Current interface
Future 2.0 interface
TBD
Getting Started
Additional Documentation
How to use CNTK
Using CNTK Models in Your Code
- Overview
- Nuget Package for Evaluation
- C++ Evaluation Interface
- C# Evaluation Interface
- Evaluating Hidden Layers
- C# Image Transforms for Evaluation
- C# Multi-model Evaluation
- Evaluate in Azure
Advanced topics
Licenses
Source Code & Development