Frank Seide
|
db74d6b468
|
changed ImageHandsOn from "gaussian" to "heNormal" initialization, and also most layers defaults in CNTK.core.bs
|
2016-08-19 23:34:17 -07:00 |
Frank Seide
|
e343e71db7
|
added initOutputRank to ConvolutionalLayer{}, but in currently commented-out branch (needs another fix)
|
2016-08-19 22:25:48 -07:00 |
Frank Seide
|
0e34934f78
|
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
|
2016-08-19 21:58:13 -07:00 |
Frank Seide
|
5d6785fdac
|
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
|
2016-08-19 21:19:25 -07:00 |
Frank Seide
|
f24b4481ca
|
new option initOutputRank to LearnableParameter to allow to control how fanIn and fanOut for random init are determined
|
2016-08-19 19:04:43 -07:00 |
Frank Seide
|
832a685d29
|
Merge branch 'fseide/kdd' of https://github.com/Microsoft/cntk into fseide/kdd
|
2016-08-17 09:54:09 -07:00 |
Frank Seide
|
9415713ac2
|
added None as a top-level BS constant;
addressed CR feedback
|
2016-08-17 09:47:16 -07:00 |
Frank Seide
|
0dcc4b0844
|
updated KDD Tutorial package
|
2016-08-15 08:45:09 -07:00 |
Frank Seide
|
453371a361
|
added a new pretrained model
|
2016-08-14 13:34:35 -07:00 |
Frank Seide
|
e54b974fa1
|
added KDD Tutorial ZIP
|
2016-08-14 13:05:23 -07:00 |
Frank Seide
|
c3855959d2
|
reduced #epochs in ImageHandsOn from 30 to 10 due to runtime
|
2016-08-14 13:00:05 -07:00 |
Frank Seide
|
2ff67d266d
|
updated samples
|
2016-08-14 12:15:42 -07:00 |
Frank Seide
|
5812c26c90
|
two missing files
|
2016-08-14 11:40:14 -07:00 |
Frank Seide
|
ac381271dc
|
updated ResNet solutions
|
2016-08-14 11:37:48 -07:00 |
Frank Seide
|
83ba229429
|
fixed up Tutorials in Solution;
modified ImageHandsOn ResNet
|
2016-08-14 10:33:01 -07:00 |
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 |