swh:1:snp:f50ab94432af916b5fb8b4ad831e8dddded77084
Raw File
Tip revision: 18d9f39afcfc839916dceee4b4f9756f63e0a728 authored by liqfu on 29 August 2018, 23:52:58 UTC
skip dynamic axes wrapper, export onnx test cases, handle output op being Combine op, workaround a specific case bug of ONNX bidirectional broadcast shape inference
Tip revision: 18d9f39
README.md
# CNTK Tuturial: Language Understanding

## Overview

This hands-on lab shows how to implement a recurrent network to process text, for the Air Travel Information Services (ATIS) tasks of slot tagging and intent classification. We will start with a straight-forward embedding followed by a recurrent LSTM. We will then extend it to include neighbor words and run bidirectionally. Lastly, we will turn this system into an intent classifier.

## Tutorial

Please find a detailed tutorial that uses the data and configurations in this folder on our website at https://docs.microsoft.com/en-us/cognitive-toolkit/Hands-On-Labs-Language-Understanding.

back to top