microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.5k stars 4.29k forks source link

How create TDNN #3738

Open Ivashar opened 5 years ago

Ivashar commented 5 years ago

Hi. How create TDNN with a CNTK (C++/C#) ???

haixpham commented 5 years ago

TCNN is a rather ancient model for time series prediction. Why don't you just make use of RNN?

There are tutorials: https://cntk.ai/pythondocs/CNTK_202_Language_Understanding.html or https://cntk.ai/pythondocs/CNTK_204_Sequence_To_Sequence.html