forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Express a gating mechanism
Frank Seide edited this page Aug 27, 2016
·
5 revisions
The simplest way is to use
BS.Boolean.If
(condition, thenExpression, elseExpression)
which works with scalars as well as tensors (all arguments can broadcast).
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