CNTK/MachineLearning/cn
Dong Yu 73e20eaac2 Allow named arguments to take non literal values in macros. 2015-01-29 10:22:07 -08:00
..
CompositeComputationNode.h commit so that we can merge with new changes. to more it to another computer. 2014-11-21 21:25:06 -08:00
ComputationNetwork.cpp Changing %ws to %ls in *printf() within the MachineLearning/cn/* source 2014-11-05 03:23:48 +00:00
ComputationNetwork.h Merge branch 'master' of https://git01.codeplex.com/cntk 2015-01-19 16:30:33 -05:00
ComputationNetworkHelper.h replace all tabs to four spaces in all files in the solution. 2014-11-06 19:24:05 -08:00
ComputationNode.cpp Moving location of variables to avoid conflicts between cn.exe and dll building 2014-11-07 18:25:28 -08:00
ComputationNode.h force gradient to be sparse if input is sparse in the TimesNode. This is the only dense X sparse combination we suppport right now. 2015-01-28 11:18:16 -08:00
DefaultMacros.txt First Release of CNTK 2014-08-29 16:21:42 -07:00
EvaluationCriterionNode.h commit so that we can merge with new changes. to more it to another computer. 2014-11-21 21:25:06 -08:00
FullNetworkBuilder.h Fixing case issues on header filenames for Linux build 2014-11-04 18:40:47 +00:00
IComputationNetBuilder.h First Release of CNTK 2014-08-29 16:21:42 -07:00
IExecutionEngine.h First Release of CNTK 2014-08-29 16:21:42 -07:00
ModelEditLanguage.cpp removed a circular #include situation for NDLUtil.h; 2014-11-04 16:52:16 -08:00
ModelEditLanguage.h removed a circular #include situation for NDLUtil.h; 2014-11-04 16:52:16 -08:00
NDLNetworkBuilder.h add the option dumpFileName to the NDLNetworkBuilder block so that before validation happens the network structure information can be saved to the file specified by this option. This will help to debug the NDL related issues. 2014-12-20 02:15:09 -08:00
NDLUtil.h add the option dumpFileName to the NDLNetworkBuilder block so that before validation happens the network structure information can be saved to the file specified by this option. This will help to debug the NDL related issues. 2014-12-20 02:15:09 -08:00
NdlScript.txt Change FindSymbol to fix a MEL bug that occurs when using NDL command with dotted names. 2015-01-23 15:30:06 -08:00
NetworkDescriptionLanguage.cpp Add plumbing for ExpNode in NDL 2015-01-19 09:27:41 -08:00
NetworkDescriptionLanguage.h Allow named arguments to take non literal values in macros. 2015-01-29 10:22:07 -08:00
PTask.cpp First Release of CNTK 2014-08-29 16:21:42 -07:00
PTask.h First Release of CNTK 2014-08-29 16:21:42 -07:00
PTaskComputationNetwork.h First Release of CNTK 2014-08-29 16:21:42 -07:00
PTaskExecutionEngine.h First Release of CNTK 2014-08-29 16:21:42 -07:00
PTaskGraphBuilder.cpp Add plumbing for ExpNode in NDL 2015-01-19 09:27:41 -08:00
PTaskGraphBuilder.h replace all tabs to four spaces in all files in the solution. 2014-11-06 19:24:05 -08:00
RecurrentNetworkBuilder.h Fixing case issues on header filenames for Linux build 2014-11-04 18:40:47 +00:00
SGD.h changed timing function. 2015-01-27 14:35:20 -08:00
SimpleEvaluator.h Fixed warnings and typos in fprintf() statements 2014-11-11 16:24:58 +00:00
SimpleNetworkBuilder.cpp change SparseInputValue node and CPU Sparse matrix to make LM CPU training work. 2015-01-17 13:37:00 -08:00
SimpleNetworkBuilder.h Significant improvement to GPUSparseMatrix and CPUSparseMatrix. Also makes device id type consistent across classes. 2014-11-29 19:18:58 -08:00
SimpleOutputWriter.h Significant improvement to GPUSparseMatrix and CPUSparseMatrix. Also makes device id type consistent across classes. 2014-11-29 19:18:58 -08:00
SimpleRecurrentNetEvaluator.h First Release of CNTK 2014-08-29 16:21:42 -07:00
SynchronousExecutionEngine.h fill constant node's value in second pass if the size of the constant is known by then. 2015-01-27 15:38:06 -08:00
TrainingCriterionNode.h commit so that we can merge with new changes. to more it to another computer. 2014-11-21 21:25:06 -08:00
cn.cpp added functionality for asymmetric context windows 2015-01-27 09:47:26 -08:00
cn.vcxproj move TimerUtilities.h to common\include. Add TimerUtilities.cpp to CNTKEval project. 2015-01-28 15:59:31 -08:00
cn.vcxproj.filters move TimerUtilities.h to common\include. Add TimerUtilities.cpp to CNTKEval project. 2015-01-28 15:59:31 -08:00
cn.vcxproj.vspscc First Release of CNTK 2014-08-29 16:21:42 -07:00
fileutil.cpp First Release of CNTK 2014-08-29 16:21:42 -07:00
modelEditor.txt First Release of CNTK 2014-08-29 16:21:42 -07:00
modelEditorFromScratch.txt replace all tabs to four spaces in all files in the solution. 2014-11-06 19:24:05 -08:00
stdafx.cpp First Release of CNTK 2014-08-29 16:21:42 -07:00
stdafx.h removed #includes of rpc.h and WinBase.h, as it compiles without under Windows and causes grief with GCC; 2014-11-03 14:03:24 -08:00
targetver.h First Release of CNTK 2014-08-29 16:21:42 -07:00
tests.cpp Fixed fprintf() warnings. 2014-11-11 16:42:29 +00:00