Граф коммитов

7141 Коммитов

Автор SHA1 Сообщение Дата
Frank Seide 42adf0c64b added SLUHandsOn Solution4 2016-08-14 10:03:08 -07:00
Frank Seide b6742c23ff added _Solution versions of SLUHandsOn up to Solution4 2016-08-13 22:11:28 -07:00
Frank Seide 7e764a0122 moved away the .wl files 2016-08-13 21:13:29 -07:00
Frank Seide 4c61d0c385 SLUHandsOn starting model 2016-08-13 20:14:49 -07:00
Frank Seide f483334ff0 created SLUHandsOn.md 2016-08-13 20:04:44 -07:00
Frank Seide 441578ccc3 bug fix: BatchNormalization should mask gaps for packed sequences 2016-08-13 16:24:55 -07:00
Frank Seide 66c82d478f adapted ImageHangsOn to tutorial style 2016-08-13 15:20:00 -07:00
Frank Seide 05a86bb32b moved ATIS tutorial to Tutorials location 2016-08-13 15:02:16 -07:00
Frank Seide 67368ff186 added ResNet pretrained model 2016-08-13 14:48:06 -07:00
Frank Seide af709d4cfa added Solution versions of ImageHandsOn 2016-08-13 14:38:11 -07:00
Frank Seide 0d0a4d8148 added Solution variants of ImageHandsOn 2016-08-13 12:48:18 -07:00
Frank Seide f5e77e4efb minor fixes 2016-08-13 12:39:27 -07:00
Frank Seide c7df94d68c creating final version of ImageHandsOn 2016-08-13 11:21:37 -07:00
Frank Seide 318656ad53 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/kdd 2016-08-13 10:29:00 -07:00
Frank Seide 752ac631da created new folder hierarchy for Tutorials 2016-08-13 10:11:17 -07:00
William Darling ce8ee688d8 fixed tab use 2016-08-13 12:33:27 +02:00
William Darling 722ee6fb4a fixed more conflicts 2016-08-13 12:09:28 +02:00
William Darling f38272524f fixed conflicts 2016-08-13 12:05:14 +02:00
William Darling 36ecd96e4f added note re code duplication 2016-08-13 12:03:11 +02:00
William Darling 54fc3279b2 added full GRU implementation with same interface as LSTM so it can be a pop-in replacement 2016-08-13 12:00:07 +02:00
William Darling ded7fd7620 added returned outputDim in GRU 2016-08-13 12:00:07 +02:00
William Darling 94c7ca8adb fixed tabs 2016-08-13 12:00:07 +02:00
William Darling 8f362b9531 added stack of GRUs so we can use this with seq2seq 2016-08-13 12:00:07 +02:00
William Darling 5a60d48bd4 fixed tab use; renamed privateInnards in LSTM function 2016-08-13 12:00:07 +02:00
William Darling fae8715d9b fixed typo 2016-08-13 11:59:05 +02:00
William Darling 71ce331165 added GRU implementation to CNTK.core.bs 2016-08-13 11:59:05 +02:00
William Darling 1ff309ff46 added full GRU implementation with same interface as LSTM so it can be a pop-in replacement 2016-08-13 11:59:05 +02:00
William Darling 55f55ae1cf added returned outputDim in GRU 2016-08-13 11:59:05 +02:00
William Darling 6dfc00f171 fixed tabs 2016-08-13 11:59:05 +02:00
William Darling cef8c811c9 added stack of GRUs so we can use this with seq2seq 2016-08-13 11:59:05 +02:00
William Darling dc52c2c12f fixed tab use; renamed privateInnards in LSTM function 2016-08-13 11:59:05 +02:00
William Darling 730aaea9e2 fixed typo 2016-08-13 11:56:57 +02:00
William Darling b795260279 added GRU implementation to CNTK.core.bs 2016-08-13 11:56:57 +02:00
Frank Seide 6bf01425f5 KDD image tutorial content all pieces completed 2016-08-12 20:06:36 -07:00
Frank Seide 4d68ae06ae cleaned up epoch logging, moving some output to traceLevel 1 or _DEBUG only 2016-08-12 18:26:45 -07:00
Frank Seide a369a18a14 BrainScriptNetworkBuilder now allows curlies 2016-08-12 16:16:20 -07:00
Frank Seide c5a9d41e76 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/kdd 2016-08-12 14:05:05 -07:00
Frank Seide 9859a36a67 bug fix: ConvolutionalLayer{} should use old-style Parameter{} dimensions to be compatible with CNTK convolution engine 2016-08-12 14:03:32 -07:00
Project Philly a269e0e6b5 Integrate thilow/FixTimes4SparseOnCPU into master 2016-08-12 13:45:12 -07:00
Project Philly 0692596194 Integrate alexeyo/EvalWrapper-Strong-Name into master 2016-08-12 13:12:38 -07:00
Thilo Will 8d7ed085e1 Fix of fix 2016-08-12 16:24:01 +02:00
Alexey Orlov 551f1dfe3a Added *.snk (Strong Name key) to ,gitattribute as binary 2016-08-12 07:17:46 -07:00
Thilo Will 6f7505f656 Fixing another bug in Times(Dense,Sparse) and restructure code 2016-08-12 14:52:27 +02:00
Eldar Akchurin aea8549471 Fixing composite error to support sparse labels 2016-08-12 14:47:30 +02:00
Eldar Akchurin 66e45348fa Fixing bug in sparse matrix buffer estimation 2016-08-12 14:47:30 +02:00
Eldar Akchurin 59fd8772b1 Allowing sparse labels 2016-08-12 14:47:30 +02:00
Thilo Will edd3a948f6 Fixing initialsation of result in Times(dense, sparse) on CPU 2016-08-12 09:53:09 +02:00
Frank Seide 561d773d37 addressed CR feedback 2016-08-12 00:34:49 -07:00
Frank Seide 80d8ffdc48 reverted shareNodeValueMatrices back to false by default, since some Python tests fail 2016-08-12 00:28:13 -07:00
Frank Seide caef7e57b8 added more initialization options to LearnableParameter 2016-08-11 21:20:15 -07:00