Added reference to full LSTM example at the end of getting started

This commit is contained in:
William Darling 2016-05-04 11:42:28 +02:00
Родитель 6b6713d246
Коммит 54d15e238d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -281,3 +281,6 @@ the criterion node that adds a softmax and then implements the cross entropy los
we add the criterion node, however, we call :func:`cntk.ops.reconcile_dynamic_axis` which will ensure
that the minibatch layout for the labels and the data with dynamic axes is compatible.
For the full explanation of how ``lstm_layer()`` is defined, please see the full example in the
Examples section.