https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
53b2234 Fix merge error 23 August 2016, 17:29:30 UTC
a5425dd BN fix for cudnn 23 August 2016, 17:05:28 UTC
ff8b9ab Mel local change 23 August 2016, 17:03:18 UTC
cf09167 Two Pass 23 August 2016, 17:02:09 UTC
4ae13c9 LFMMI 23 August 2016, 17:02:04 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
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
37b6897 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 22 August 2016, 17:48:54 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
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
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
0b83f3b standarize quotes for docstring 16 August 2016, 14:57:29 UTC
68c69f8 fix typo in ops file 16 August 2016, 14:55:54 UTC
7c64c74 expose per_dim_mean_variance_normalize in python 16 August 2016, 14:54:35 UTC
a1a16dc expose placeholder in python 16 August 2016, 14:43:20 UTC
3e91407 expose batch_norm node in python 16 August 2016, 14:26:27 UTC
41c5b92 expose pooling node in python 16 August 2016, 14:18:59 UTC
9e6e1af expose conv node in python 16 August 2016, 14:12:18 UTC
46a10ad Merge branch 'master' into blis/PythonV2 16 August 2016, 07:47:04 UTC
1c98108 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/getevalorder 16 August 2016, 00:08:26 UTC
fcb74ca Support GetEvalOder call in MEL. 15 August 2016, 23:41:16 UTC
8c809d2 make the name resolution for new helper explicit 15 August 2016, 21:06:15 UTC
586bfba correct the bracketing of tricky expression in sequence parser; fix a potentially infinite loop 15 August 2016, 18:39:10 UTC
ce8ee68 fixed tab use 13 August 2016, 10:33:27 UTC
722ee6f fixed more conflicts 13 August 2016, 10:09:28 UTC
f382725 fixed conflicts 13 August 2016, 10:05:14 UTC
36ecd96 added note re code duplication 13 August 2016, 10:03:11 UTC
54fc327 added full GRU implementation with same interface as LSTM so it can be a pop-in replacement 13 August 2016, 10:00:07 UTC
ded7fd7 added returned outputDim in GRU 13 August 2016, 10:00:07 UTC
94c7ca8 fixed tabs 13 August 2016, 10:00:07 UTC
8f362b9 added stack of GRUs so we can use this with seq2seq 13 August 2016, 10:00:07 UTC
5a60d48 fixed tab use; renamed privateInnards in LSTM function 13 August 2016, 10:00:07 UTC
fae8715 fixed typo 13 August 2016, 09:59:05 UTC
71ce331 added GRU implementation to CNTK.core.bs 13 August 2016, 09:59:05 UTC
1ff309f added full GRU implementation with same interface as LSTM so it can be a pop-in replacement 13 August 2016, 09:59:05 UTC
55f55ae added returned outputDim in GRU 13 August 2016, 09:59:05 UTC
6dfc00f fixed tabs 13 August 2016, 09:59:05 UTC
cef8c81 added stack of GRUs so we can use this with seq2seq 13 August 2016, 09:59:05 UTC
dc52c2c fixed tab use; renamed privateInnards in LSTM function 13 August 2016, 09:59:05 UTC
730aaea fixed typo 13 August 2016, 09:56:57 UTC
b795260 added GRU implementation to CNTK.core.bs 13 August 2016, 09:56:57 UTC
a369a18 BrainScriptNetworkBuilder now allows curlies 12 August 2016, 23:16:20 UTC
back to top