https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
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
c5a9d41 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/kdd 12 August 2016, 21:05:05 UTC
9859a36 bug fix: ConvolutionalLayer{} should use old-style Parameter{} dimensions to be compatible with CNTK convolution engine 12 August 2016, 21:03:32 UTC
a269e0e Integrate thilow/FixTimes4SparseOnCPU into master 12 August 2016, 20:45:12 UTC
0692596 Integrate alexeyo/EvalWrapper-Strong-Name into master 12 August 2016, 20:12:38 UTC
8d7ed08 Fix of fix 12 August 2016, 14:24:01 UTC
551f1df Added *.snk (Strong Name key) to ,gitattribute as binary 12 August 2016, 14:17:46 UTC
6f7505f Fixing another bug in Times(Dense,Sparse) and restructure code 12 August 2016, 12:52:27 UTC
aea8549 Fixing composite error to support sparse labels 12 August 2016, 12:47:30 UTC
66e4534 Fixing bug in sparse matrix buffer estimation 12 August 2016, 12:47:30 UTC
59fd877 Allowing sparse labels 12 August 2016, 12:47:30 UTC
edd3a94 Fixing initialsation of result in Times(dense, sparse) on CPU 12 August 2016, 07:53:09 UTC
561d773 addressed CR feedback 12 August 2016, 07:34:49 UTC
80d8ffd reverted shareNodeValueMatrices back to false by default, since some Python tests fail 12 August 2016, 07:28:13 UTC
caef7e5 added more initialization options to LearnableParameter 12 August 2016, 04:20:15 UTC
08730da (addressed CR feedback) 12 August 2016, 01:41:14 UTC
7e5bc94 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/kdd 12 August 2016, 00:47:50 UTC
f88fcdb now accepts mismatching MBLayouts during validation, relying on runtime checks only. Updated ATIS sample. 12 August 2016, 00:29:21 UTC
b950b9e changed apply function to apply() for clarity and familiarity; factored reporting of layout mismatches 11 August 2016, 22:09:09 UTC
072327b TutorialImage simplifications 11 August 2016, 21:02:32 UTC
c9db38f Enabling Strong Name for EvalWrapper 11 August 2016, 20:37:04 UTC
c0c9916 Addressing CR 11 August 2016, 15:39:43 UTC
0390abc Removing unused file 11 August 2016, 14:38:10 UTC
f4ffce2 Fixing crash in the transformers 11 August 2016, 14:34:50 UTC
474570d first version of ResNet in TutorialImage.cntk; breaking change: ConvolutionalLayer{} and XXPoolingLayer{} now both default to padding=false, like Keras 11 August 2016, 06:47:44 UTC
281f1a3 Integrate nikosk/minor-directory-restructuring-for-Dockerfiles into master 11 August 2016, 05:24:46 UTC
8ecc7b1 readded BN to TutorialImage.CNTK 11 August 2016, 03:33:19 UTC
8a79eda got a new baseline for TutorialImage.cntk/simple network, with latest reader architecture 11 August 2016, 01:53:39 UTC
6e32e40 switched convnet to new reader architecture 11 August 2016, 01:18:34 UTC
ea3b31f added new reader to TutorialImage.cntk 11 August 2016, 00:42:46 UTC
e1d0cb2 bug fix in GetMatrixInfo: should check gradient matrix ptr for being NULL instead of asking NeedsGradient() 10 August 2016, 23:36:41 UTC
83e3485 Main ReadMe News, Aug 10, 2016 10 August 2016, 23:20:09 UTC
19233d7 changed shareNodeValueMatrices to true by default 10 August 2016, 19:06:40 UTC
34cb4a9 created ConvNet.cntk 10 August 2016, 18:08:09 UTC
9f6306c replaced 01_Convolution.bs.cntk with TutorialImage.cntk 10 August 2016, 18:07:19 UTC
03143a0 printing matrix info no longer requires ElemType and has streamlined output; added parameter dimension inference to BatchNormalizationNode 10 August 2016, 17:47:25 UTC
d071351 fragments of parameter inference for BN, but failed due to existing bug; added BN to TutorialImage 10 August 2016, 06:56:24 UTC
3be8fab (made gcc happy) 10 August 2016, 04:39:29 UTC
7948ec4 (minor cleanup) 10 August 2016, 04:33:47 UTC
6772d27 added a BS version of 01_Conv 10 August 2016, 04:33:21 UTC
4cd66b6 minor cleanup of TutorialImage.cntk 10 August 2016, 04:26:20 UTC
ce550d9 added Sequential style to TutorialImage 10 August 2016, 04:24:17 UTC
5567398 implemented dimension inference for Convolution() 10 August 2016, 04:08:28 UTC
afb0175 ND-Pooling no longer requires to specify reduction dimensions for kernel etc. (they will be inferred) 10 August 2016, 00:54:20 UTC
e44b53e adapted seqcla.cntk to a renamed optional parameter 09 August 2016, 23:38:42 UTC
b32a04e bug fix: Times() should infer tensor ranks correctly 09 August 2016, 23:35:53 UTC
52126c3 adjust LD_LIBRARY_PATH in Dockerfile 09 August 2016, 23:10:53 UTC
9683d12 Merge branch 'nikosk/minor-directory-restructuring-for-Dockerfiles' of https://github.com/Microsoft/cntk into nikosk/minor-directory-restructuring-for-Dockerfiles 09 August 2016, 23:05:01 UTC
9046f9a towards new structure for 01_Conv CIFAR-10 09 August 2016, 23:01:16 UTC
0f9eadf update GPU Dockerfile to cuda 7.5 and add test dependencies to both CPU and GPU Dockerfiles 09 August 2016, 22:58:16 UTC
27c3697 created a first BS version of CIFAR-10 01_Conv 09 August 2016, 22:33:20 UTC
8ad49c7 merge separate apt-get commands in Dockerfiles into one; update CPU Dockerfile to call MNIST and CIFAR python scripts 09 August 2016, 22:21:29 UTC
30ff99b tried bidirectional intent classifier 09 August 2016, 17:01:06 UTC
26eb5af Integrate t-ivrodr/fix_unittests_build into master 09 August 2016, 13:40:36 UTC
3871b7f Integrate zhouwang/libzippath-docker into master 09 August 2016, 12:50:30 UTC
289f62f Fix cudnn dll dependency for debug build 09 August 2016, 12:08:43 UTC
53d5222 added intent classification to ATIS sample 09 August 2016, 05:51:17 UTC
f9c10a8 created slot tagger in new style from Derek's example; added a layer-like LSTM called LSTMBlock{} and fixed RecurrentLSTMLayer{} with that; ComputationNetworkBuilder from BrainScript now force-uses top-level node names for all nodes that are reachable from outer record, as that is the name the user intended 09 August 2016, 05:08:54 UTC
71c2a94 switched to new CTF files (not cleaned up yet); fixed a CTF preparation error 09 August 2016, 02:14:06 UTC
b96a508 added pre-processed ATIS files and first step towards tutorials 09 August 2016, 01:54:57 UTC
2e59be9 update GPU Dockerfile to cuda 7.5 and add test dependencies to both CPU and GPU Dockerfiles 08 August 2016, 22:57:03 UTC
c8e309b move [CG]PU-Dockerfile to [CG]PU/Dockerfile 08 August 2016, 22:30:52 UTC
9db12dd Merge branch 'master' of https://github.com/Microsoft/cntk 08 August 2016, 22:23:32 UTC
eccd3d0 Update the README file about F1 score. 08 August 2016, 22:22:08 UTC
15d4045 Add libzip path to LD_LIBRARY_PATH 08 August 2016, 20:05:09 UTC
595c7ab addressed review feedback 08 August 2016, 17:04:02 UTC
3cd32b0 Merge branch 'wdarling/gru' of https://github.com/Microsoft/CNTK into wdarling/gru 08 August 2016, 05:06:05 UTC
cf70b01 added full GRU implementation with same interface as LSTM so it can be a pop-in replacement 08 August 2016, 05:05:06 UTC
8dd5363 added returned outputDim in GRU 08 August 2016, 05:05:06 UTC
240e348 fixed tabs 08 August 2016, 05:05:06 UTC
81de2e4 added stack of GRUs so we can use this with seq2seq 08 August 2016, 05:05:06 UTC
fb4fbc1 fixed tab use; renamed privateInnards in LSTM function 08 August 2016, 05:05:06 UTC
d9ef6c5 fixed typo 08 August 2016, 05:05:06 UTC
302c0fd added GRU implementation to CNTK.core.bs 08 August 2016, 05:05:06 UTC
d6fb378 bug fix: CPUSparseMatrix<ElemType>::MultiplyAndWeightedAdd() should handle transposed inputs in all combinations 08 August 2016, 04:27:54 UTC
784d72e Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layerslib 08 August 2016, 02:39:34 UTC
8d7819c deleted remnants 08 August 2016, 02:13:53 UTC
efae278 seqcla changed to define the model through layer composition 08 August 2016, 02:11:03 UTC
441f828 seqcla now using layers but in graph style 08 August 2016, 01:47:52 UTC
5cd5ec8 converted seqcla to sparse input 08 August 2016, 01:34:14 UTC
8bfd693 (more refacoring of seqcla test) 08 August 2016, 01:07:38 UTC
e4fd6c8 added EmbeddingLayer{}; tuned LayerNormalizationLayer{}; added ReLU alias; bug fix: SGD should print the dimensions of the trained nodes; seqcla changed to model() pattern 08 August 2016, 00:59:59 UTC
back to top