Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
Перейти к файлу
Frank Seide 6cc5ad9445 switched f[sg]etpos() back to using the CRT functions of the same name also for GCC/Linux, after it has been confirmed to build (despite violating the standard) 2014-11-03 10:35:05 -08:00
CNTKSolution added a solution-level project dependency of 'cn' on 'CNTKMath' (now that it no longer has a reference) 2014-10-31 23:52:17 -07:00
CheckInSuites NDL fixes, ndl script fixes, CNTKEval release fix, seek file bug 2014-09-23 16:44:53 -07:00
Common switched f[sg]etpos() back to using the CRT functions of the same name also for GCC/Linux, after it has been confirmed to build (despite violating the standard) 2014-11-03 10:35:05 -08:00
DataReader Plugin::Load() changed to also take wstrings (in additioin to strings), and also fixed two calls to it which unnecessarily passed c_str() instead of string; 2014-11-02 20:01:21 -08:00
Documentation First Release of CNTK 2014-08-29 16:21:42 -07:00
ExampleSetups added check in paths for rnn scp files, work on utterancereader 2014-10-10 16:22:27 -07:00
MachineLearning (comments edited) 2014-11-02 22:49:59 -08:00
Math changed _isnan() and _finite() to std::isnan() and std::isfinite(), for GCC compat 2014-11-01 21:12:30 -07:00
license First Release of CNTK 2014-08-29 16:21:42 -07:00
papers/CNTK-TechReport Added instructions on GMMLogLikelihood node to the CNTK book; 2014-10-17 14:44:49 -07:00
.gitignore added .dep to .gitignore 2014-11-01 00:21:06 -07:00
makefile removed seemingly unnecessary dependency of PTaskGraphBuilder on cuda_runtime.h; 2014-11-02 20:12:41 -08:00