Cntk: DSSM/CDSSM tutorial?

Created on 31 Aug 2016  路  8Comments  路  Source: microsoft/CNTK

I look through previous issues and wiki pages but couldn't find a tutorial or example of DSSM/CDSSM? Is there one available?

Most helpful comment

Any update for the tutorial?

All 8 comments

For a DSSM example that takes images and compares them the following example is the closest we have
https://github.com/Microsoft/CNTK/wiki/Layers-Reference#parameter-sharing
In most cases however you want separate parameters for the two subnets so you will need to have two separate instances of Sequential(). If you have text data you should use cntk text format reader with two input streams as explained here:
https://github.com/Microsoft/CNTK/wiki/CNTKTextFormat-Reader#a-few-real-world-examples

Is it possible to have a tutorial of DSSM in the hands-on labs section in tutorials or at least a full example of a simple use case in the example page?

I asked a colleague who did DSSM to create a "How Do I..." page. But it may take a few days.

Super! Thanks.

Any update for the tutorial?

Any update for the tutorial?

Any update for the tutorial???

Here is a link to the tutorial:
https://docs.microsoft.com/en-us/cognitive-toolkit/how-do-i-train-models-in-brainscript#train-a-dssm-or-a-convolutional-dssm-model. We do not have a python equivalent. Happy to take in contribution.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kasungayan picture kasungayan  路  20Comments

nikosdim1 picture nikosdim1  路  17Comments

youssefhb picture youssefhb  路  27Comments

fchollet picture fchollet  路  16Comments

cha-zhang picture cha-zhang  路  40Comments