https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
f34b7d7 Prevent repetitive update of the same node, which happens for recursive models. 31 August 2016, 21:01:06 UTC
9d6345b Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/kdd 24 August 2016, 15:05:13 UTC
e27af11 Integrate zhouwang/rebase-mtNonUniform2 into master 24 August 2016, 07:47:02 UTC
835985b fixed test 24 August 2016, 06:39:28 UTC
bd5f9cb addressed CR feedback; modifed an e2e test to cover inferInputRankToMap 24 August 2016, 04:54:00 UTC
7aa9b83 merged from master 24 August 2016, 01:12:36 UTC
3c5aa75 changed inferInputRank to inferInputRankToMap, and updated {Linear,Dense}Layer{} to accept the mutually exclusive inputRank and mapRank parameters 24 August 2016, 00:59:31 UTC
de864bf renamed Times inputRank to inferInputRank 24 August 2016, 00:32:03 UTC
86ec025 Use mt19937 instead of rand() 23 August 2016, 17:24:45 UTC
705951a adjust baseline with new boost random distribution function change std random distribution to boost random distribution 23 August 2016, 17:23:46 UTC
3179559 use boost random distribution functions instead of std 23 August 2016, 17:23:42 UTC
c11ad31 Using slash instead of backslash 23 August 2016, 17:23:26 UTC
a2565ab fix bug that removes path prefix in the file name on Linux Use comparision with tolerance use '/' instead of '\' in path in data files. 23 August 2016, 17:22:47 UTC
6744b96 check output with tolerance optionally allow tolerance when comparing file content 23 August 2016, 17:21:43 UTC
aeee8f6 Add bilinear initialization of learnable parameter Enable filling learnable parameter with coefficients for bilinear interpolation. A common use is with deconvolution acting as upsampling. 23 August 2016, 15:26:25 UTC
d4f40dd adapt the swig wrapper to the change in getNextMinibatch method 23 August 2016, 08:21:42 UTC
10271ba Merge branch 'master' into blis/PythonV2 23 August 2016, 07:38:24 UTC
f46e911 move nn.py to examples folder 23 August 2016, 07:37:03 UTC
abe6624 re-fixed baselines from ErrorPrediction to ClassificationError 23 August 2016, 00:35:15 UTC
320f2f5 re-merged baseline files from master, seems I mixed them up 23 August 2016, 00:27:23 UTC
f32db3e undid the test case of BrainScript from ClassificationError to ErrorPrediction 23 August 2016, 00:11:23 UTC
ed7e602 reapplied renaming from ErrorPrediction to ClassificationError for baseline files after merge 22 August 2016, 21:53:27 UTC
5b969ba merged from master. Undid the ClassificationError baseline updates due to merge conflicts 22 August 2016, 21:36:28 UTC
1e68b3c changed some more baselines from ErrorPrediction to ClassificationError 22 August 2016, 20:32:19 UTC
363f1e5 changed some more baselines from ErrorPrediction to ClassificationError 22 August 2016, 20:27:40 UTC
8493f11 CNTK v2 library: Clone constants to right device when user supplied value is not on the target compute device 22 August 2016, 18:54:21 UTC
ba01512 updated MatrixQuantizerTests to new >1-bit SGD defaults; addressed CR feedback 22 August 2016, 18:23:09 UTC
536e264 renamed ErrorPrediction to ClassificationError, second attempt 22 August 2016, 18:16:39 UTC
37b6897 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 22 August 2016, 17:48:54 UTC
9bd5738 renamed ErrorPrediction to ClassificationError 22 August 2016, 17:30:17 UTC
1fa5b23 resnet cfair first complete network run 22 August 2016, 16:41:27 UTC
9521d7f move layer creation functions to a separate module 22 August 2016, 14:34:41 UTC
4df1389 convert the loss value to float 22 August 2016, 14:13:28 UTC
d2eed70 turn mnist and ffnet python example into py.test tests 22 August 2016, 14:12:41 UTC
4e174f2 Integrate eldak/mtNonUniform2 into master 22 August 2016, 13:45:48 UTC
a1528b9 fix to_numpy in swig so it reversed the shape to row major, and fix the shape reversal in ndshape.dimensions() 22 August 2016, 13:22:54 UTC
6a063e2 Integrate zhouwang/fix-deviceid-threadlocal into master 22 August 2016, 13:01:46 UTC
de1c1e5 adapt the python api to the new Learner c++ api 22 August 2016, 12:23:48 UTC
941931d Merge branch 'master' into blis/PythonV2 22 August 2016, 09:29:14 UTC
e34528e fix file paths in examples, in order to work with py.test 22 August 2016, 09:24:55 UTC
6566012 Add comment to use thread_local after uprade to VS2015 22 August 2016, 08:04:47 UTC
d5f47f1 Updating sources and baselines to use MT 22 August 2016, 07:49:08 UTC
b856ab7 Adding support for mersenne twister rand 21 August 2016, 19:08:25 UTC
45f4cbb CNTK v2 library: Linux build fixes 21 August 2016, 11:25:53 UTC
668b6a4 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 21 August 2016, 10:52:37 UTC
fa4b99d CNTK v2 Library: a) Add dynamic axis support b) New primitive functions and some higher level functions and c) Sequence classification test 21 August 2016, 10:49:03 UTC
050a840 tuned >1-bit SGD: odd #quantization levels, range now 4 stddevs (before: 5) 21 August 2016, 08:33:01 UTC
9b4d27e changed seqcla.cntk back to "gaussian" init, to be able to keep the baseline file 20 August 2016, 19:09:45 UTC
deefdf2 implemented ReduceElements ("mean"); updated LayerNormalizationLayer{} accordingly, no longer needs the 'dim' parameter; disabled first 2 of 3 logs of configuration variables in Release builds 20 August 2016, 15:30:22 UTC
8f07b8b moved DumpNodeInfo() to Actions.h, now called DoDumpNodes() 20 August 2016, 14:05:17 UTC
d2391a9 changed EmbeddingLayer{} and LSTMBlock{} to 'heNormal' initialization 20 August 2016, 07:02:10 UTC
db74d6b changed ImageHandsOn from "gaussian" to "heNormal" initialization, and also most layers defaults in CNTK.core.bs 20 August 2016, 06:34:17 UTC
e343e71 added initOutputRank to ConvolutionalLayer{}, but in currently commented-out branch (needs another fix) 20 August 2016, 05:25:48 UTC
0e34934 moved DiagTimes() to DeprecatedNodes.h, since it is redundant (ElementTimes) and should no longer be used; removed a log message from SeqCla's required test patterns as they are no longer being generated 20 August 2016, 04:58:13 UTC
5d6785f bug fix in Times()-dimension inference: new parameter 'inputRank' was needed to guide inference of tensor rank; ReduceSum() etc. now understand axis=None; new global BS symbol Inferred to denote an inferred axis dimension 20 August 2016, 04:19:25 UTC
f24b448 new option initOutputRank to LearnableParameter to allow to control how fanIn and fanOut for random init are determined 20 August 2016, 02:04:43 UTC
a236139 Bug fix for format checking. 19 August 2016, 23:16:11 UTC
d52a02c Fix bug on n-dimensional convolution input format checking. 19 August 2016, 23:16:11 UTC
19d24e8 Ensure that network is created prior to reading features. This optimizes two scenarios: (1) allows to fail faster, when network definition has errors (2) when startEpoch==maxEpoch 19 August 2016, 16:22:48 UTC
80f08ae retrieve the loss value from the gpu 19 August 2016, 15:13:26 UTC
6f5ad32 first successful GPU training for CIFAR from Python v2 19 August 2016, 14:53:49 UTC
e9f4b8f fix pooling types 19 August 2016, 14:53:01 UTC
34a8d10 fix naming convention for some variables 19 August 2016, 14:52:39 UTC
921471a scale mnist input 19 August 2016, 14:11:18 UTC
008f2f1 Adding verbosity 19 August 2016, 13:11:44 UTC
feccfcc fix relu name 19 August 2016, 12:36:55 UTC
b0b80d0 fix bug in reverseing dimensions in swig 19 August 2016, 12:36:35 UTC
2f80057 remove semi colons 19 August 2016, 12:35:29 UTC
d4275b4 Fixing linux build 19 August 2016, 11:49:48 UTC
f27b1ce Small refactoring 19 August 2016, 11:37:32 UTC
702aa2d Hiding unsued variable 19 August 2016, 11:34:04 UTC
9165b43 Restructuring how zip index is built 19 August 2016, 11:32:56 UTC
3d80725 Define THREAD_LOCAL and force currentDevice to be THREAD_LOCAL 19 August 2016, 09:16:33 UTC
e7d3894 change setup.py to release 18 August 2016, 14:17:35 UTC
bb044d5 add epoch size var 18 August 2016, 14:07:30 UTC
a51eb2e remove the tester line from swig readme 18 August 2016, 14:06:31 UTC
e2b6cba remove an irrelevant comment from swig readme file 18 August 2016, 13:55:59 UTC
9bd9308 Improve V2 Learner API, add basic serialization. FSAdaGrad, RMSProp: pre-allocate smoothed gradients with expected number of columns. Improve configuring built-in learners: add learning rates and momentums schedules. Add NDArrayView as a DictionaryValue type. Add tests for serialization and basic learner functionality. 18 August 2016, 13:06:54 UTC
2c457e2 cfarconverter py3 support 18 August 2016, 10:41:34 UTC
c81a1a1 cifar_convert_py3 18 August 2016, 10:22:53 UTC
244fa47 add timecmd batch file 18 August 2016, 09:42:54 UTC
03ea797 remove label map file for mnist 18 August 2016, 09:42:19 UTC
97abf8c fix data file for mnist pythonv2 example 18 August 2016, 09:38:05 UTC
fbdd50a better handling of stream info in the examples 18 August 2016, 09:19:17 UTC
8018a33 remove fetch mnist data file 18 August 2016, 09:03:11 UTC
90d4159 remove label map file from mnist example 18 August 2016, 09:01:21 UTC
832a685 Merge branch 'fseide/kdd' of https://github.com/Microsoft/cntk into fseide/kdd 17 August 2016, 16:54:09 UTC
9415713 added None as a top-level BS constant; addressed CR feedback 17 August 2016, 16:47:16 UTC
32f97fd Integrate alrezni/output_fix into master 17 August 2016, 12:21:05 UTC
03a2be0 A few minor changes in the BlockRandomizer output 17 August 2016, 10:54:43 UTC
fa39bab remove acml references from Kaldi readme 17 August 2016, 08:04:56 UTC
786ec99 fixed broken ifdef statement 17 August 2016, 08:04:56 UTC
79cfcf7 more acml removal 17 August 2016, 08:04:56 UTC
40d2478 remove reference to acml math library 17 August 2016, 08:04:56 UTC
41fb7ad Fix for linux build 17 August 2016, 06:12:03 UTC
e69c28b Delete actual dumps and fix dependency on Cudnn64_4.dll 17 August 2016, 06:12:03 UTC
ba8f952 Add test cases 17 August 2016, 06:12:03 UTC
3b6f687 Modify brainscript tests projects to start with computation network tests 17 August 2016, 06:12:03 UTC
d965072 fix bug in m_featureElmentType initialization 16 August 2016, 15:49:06 UTC
7aa981a add todo for ComputeInputPerDimMeansAndInvStdDevs 16 August 2016, 15:01:58 UTC
back to top