https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
cfd9c9b fixed weird character in concepts.rst 04 May 2016, 08:36:06 UTC
9907974 fixed typo in comment in seqcla.py and small edit to ops file 04 May 2016, 08:28:51 UTC
5cb3c66 Improving examples.rst 04 May 2016, 07:58:25 UTC
b4cde7c Fixed a glitch in the rollback fix; was mising rolling back the epoch number for non rank-0 parallel workers 04 May 2016, 05:34:44 UTC
6daa225 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 04 May 2016, 04:13:56 UTC
be7549d Merge branch 'fseide/seq2seqsample' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 04 May 2016, 01:56:31 UTC
202fd8d deleted some unused code from seq-2-seq sample 04 May 2016, 01:56:09 UTC
a5c14c7 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix 04 May 2016, 01:02:22 UTC
d2ce42d update baseline for SLU and Text/RNN due to rollback behavior change 04 May 2016, 01:02:01 UTC
6e6c8a0 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 04 May 2016, 00:38:39 UTC
e0284fb factored out the decoder stack in the seq-2-seq example 04 May 2016, 00:28:20 UTC
636bb52 updated MB size in seq-2-seq sample 03 May 2016, 23:43:45 UTC
ec8df98 switched seq-2-seq example back to LMSequenceReader 03 May 2016, 23:05:33 UTC
48efae9 Bugfix: Dropout nodes' must be evaluated in each minibatch to reflect the fact that the node's implict random-mask input changes after each minibatch even if the actual explicit input to the node does not 03 May 2016, 22:48:47 UTC
ff12a72 towards unification of readers 03 May 2016, 22:26:05 UTC
a01409d updated submodule reference 03 May 2016, 22:03:32 UTC
7208fa9 updated seqcla.cntk after Last() moved to CNTK.core.bs 03 May 2016, 22:02:00 UTC
35891ff more cleanup of seq-2-seq sample 03 May 2016, 21:57:35 UTC
0b313d2 more refactoring of G2P 03 May 2016, 20:48:28 UTC
ee06bec fix of previous commit 03 May 2016, 20:10:31 UTC
24a1da5 bug fix: SGD should count #samples correctly without gaps 03 May 2016, 20:01:32 UTC
d79e568 change the roll back logic to the original design to favor reproducibility and restartability. Minor info display fix in UCIFastReader. 03 May 2016, 18:43:57 UTC
7297e43 LSTMP now takes an aux input, instead of a concatenated input 03 May 2016, 18:22:48 UTC
8141d4e moved seq-2-seq config to its own Examples folder 03 May 2016, 17:08:42 UTC
55cf6e6 Allow input_numpy() to take real dynamic axes instead of bool 03 May 2016, 17:01:49 UTC
03cd010 merged from fseide/packmatrix4 03 May 2016, 16:16:42 UTC
ad537f0 minor changes to seq-2-seq test case 03 May 2016, 16:01:03 UTC
fcb5e90 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/cntk into blis/ops14todo 03 May 2016, 15:45:12 UTC
889228b Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 15:44:22 UTC
4541bf3 fixed error in cross_entropy_with_softmax() example -- but it's still not the right example that we want 03 May 2016, 15:44:15 UTC
ff7d3ee Adding example doxcumentation 03 May 2016, 15:42:01 UTC
70c3954 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 15:37:43 UTC
b46a9f6 boom 03 May 2016, 15:37:03 UTC
0bcc594 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 15:32:44 UTC
24a45e5 deferred context change to have name as param to export() 03 May 2016, 15:31:59 UTC
526a2e2 Remove objectives from __init__.py 03 May 2016, 15:31:43 UTC
cc77476 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 15:23:15 UTC
eab1a40 Remove empty stub 03 May 2016, 15:22:31 UTC
b7c4724 added example for input_numpy() 03 May 2016, 15:06:22 UTC
b3ccf12 fixed reshape() example 03 May 2016, 15:04:10 UTC
7294b28 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 14:50:05 UTC
3398593 improved doc 03 May 2016, 14:49:41 UTC
7489eb0 fixed cond() example formatting 03 May 2016, 14:46:10 UTC
e2dc2b7 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 14:38:22 UTC
75fd4a8 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 14:32:03 UTC
ddcf764 fixed cond() implementation and fixed example 03 May 2016, 14:31:48 UTC
d5e7f61 expose eval 03 May 2016, 14:28:45 UTC
349e512 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/cntk 03 May 2016, 14:23:16 UTC
cf4c980 More changes to concepts doc 03 May 2016, 14:22:53 UTC
38f2aee fix log reg square error 03 May 2016, 14:21:26 UTC
97a9444 unit test prediction error 03 May 2016, 14:19:52 UTC
b27f535 fixed exp(), abs() examples and fixed Args/Returns order consistency throughout file 03 May 2016, 14:08:31 UTC
16f4fa5 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 14:06:08 UTC
b4e529a square error unit test 03 May 2016, 14:06:01 UTC
9003c07 fixed softmax() example 03 May 2016, 14:05:22 UTC
f357581 added tanh() example 03 May 2016, 14:04:13 UTC
3e710e8 added sigmoid() example 03 May 2016, 14:03:06 UTC
882acd3 fixed examples for clip and relu 03 May 2016, 14:00:27 UTC
7f03bc1 fixed examples for round 03 May 2016, 13:57:15 UTC
db84fa8 fixed examples for ceil 03 May 2016, 13:52:47 UTC
53ddfbc fixed examples for floor 03 May 2016, 13:51:03 UTC
5f67e1d added example for times() 03 May 2016, 13:48:11 UTC
6e675a7 added examples for element_divide() and fixed math formatting in doc string 03 May 2016, 13:44:14 UTC
eb6f6a4 added examples for element_times() 03 May 2016, 13:42:26 UTC
26f5a43 fixing conflicts 03 May 2016, 13:39:20 UTC
9201ebf fixing examples to use C. and added examples for plus() and minus() 03 May 2016, 13:35:39 UTC
2e922ac adapt cross entropy unit test 03 May 2016, 13:35:03 UTC
49a418b doc string for eval nodes 03 May 2016, 13:31:56 UTC
5eba6c5 doc string for eval nodes 03 May 2016, 13:31:01 UTC
f5d177d Modified concepts doc 03 May 2016, 13:28:48 UTC
26997b5 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 13:27:41 UTC
cab1b9f doc string for eval nodes 03 May 2016, 13:27:36 UTC
b3dd81c Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 13:23:53 UTC
4311c26 docs 03 May 2016, 13:23:50 UTC
c6fd12c Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 13:12:24 UTC
121476b Adding formula to Cross Entropy 03 May 2016, 13:12:03 UTC
2bb3b44 fixed seqcla.py test 03 May 2016, 13:10:36 UTC
9cc80eb Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 13:07:57 UTC
3f6080a fixing conflicts 03 May 2016, 13:07:46 UTC
0327cd6 adap param names for cross entropy 03 May 2016, 13:06:36 UTC
e5c2952 intro for execution context; more on getting started 03 May 2016, 13:05:12 UTC
93ac66c Improve reader parameter doc 03 May 2016, 12:58:12 UTC
82ad635 Renamed module optimizer into training 03 May 2016, 12:47:49 UTC
a3f096b Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 12:43:31 UTC
a7f84b3 eval unit test 03 May 2016, 12:41:12 UTC
a2f19e2 eval unit test 03 May 2016, 12:40:51 UTC
22f381c Undo dynamic_axis half-fix 03 May 2016, 12:35:09 UTC
7f0befb fix eval 03 May 2016, 12:27:31 UTC
fcae61d clean_up=False everywhere 03 May 2016, 12:14:21 UTC
bbeefb3 doc improvements 03 May 2016, 11:59:52 UTC
b7051a9 Include optimizer in docs 03 May 2016, 11:26:08 UTC
e09e02e Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 11:20:33 UTC
e6a1041 expose error prediction and square error 03 May 2016, 11:20:27 UTC
e337310 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 11:04:57 UTC
8670ea4 Correct return type doc; include ComputationNode in doc 03 May 2016, 11:04:51 UTC
ac61120 took out operators and readers from end of gettingstarted 03 May 2016, 10:26:03 UTC
dc4347f Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 03 May 2016, 10:24:52 UTC
7e49674 removed unused images 03 May 2016, 10:24:31 UTC
e2a22af added new image and fixed up gettingstarted.rst 03 May 2016, 10:23:08 UTC
ae1e437 Adressing CR comments 03 May 2016, 10:13:30 UTC
back to top