forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Express a softmax with a temperature parameter
Nikos Karampatziakis edited this page Aug 19, 2016
·
1 revision
A temperature softmax is very easy in BrainScript
TemperatureSoftmax (z, T) = Softmax (z / Constant (T))
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