CNTK/Math/MathPerformanceTests
Dong Yu c5e68c9134 changed feature packing flag names from utteranceXYZ and sentence_XYZ to SequenceXYZ to make them consistent and be understood for both speech and text people.
Added flag to indicate the condition of no feature (with assumption that there is also no label)  to support efficient bi-directional model training.
Updated the windows version of HTKMLFReader, LM and LU Sequence readers.
Caution: this change will not allow for using past and future label information in the recurrent networks. The ultimate solution is to have a flag for each feature read-in. However, this will require huge change and we will do this after reader refactorization to reduce effort.
2015-07-18 17:28:14 -07:00
..
MathPerformanceTests.cpp changed feature packing flag names from utteranceXYZ and sentence_XYZ to SequenceXYZ to make them consistent and be understood for both speech and text people. 2015-07-18 17:28:14 -07:00
MathPerformanceTests.vcxproj various cleanups: 2015-05-18 18:51:20 -07:00
MathPerformanceTests.vcxproj.vspscc First Release of CNTK 2014-08-29 16:21:42 -07:00
stdafx.cpp First Release of CNTK 2014-08-29 16:21:42 -07:00
stdafx.h removed dependency on tchar.h, instead changed to wmain and wchar_t throughout (it's 2014 after all!) 2014-10-23 09:34:40 -07:00
targetver.h First Release of CNTK 2014-08-29 16:21:42 -07:00