https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
5c7c162 Improved docs; added reaers.rst 26 April 2016, 09:27:40 UTC
f4073fa Removed doc for cntk1.py 26 April 2016, 09:27:39 UTC
fabc249 Setup.py and instructions on getting started 26 April 2016, 09:27:38 UTC
c64ca9e Support for RectifiedLinear operator 26 April 2016, 09:27:35 UTC
152458c Support for Tanh operator 26 April 2016, 09:26:21 UTC
20d3f0e Support for Softmax operator 26 April 2016, 09:25:29 UTC
701eff2 Proper handling of precision in NumPy (float/double) 26 April 2016, 09:24:00 UTC
d99c94a fixed bug 26 April 2016, 09:24:00 UTC
a7fd8b5 Proper handling of Nans and Infs returned by CNTK 26 April 2016, 09:23:59 UTC
130a0f5 Support for Sigmoid operator 26 April 2016, 09:23:53 UTC
d36b555 Some sanity checks for backward mode 26 April 2016, 09:20:30 UTC
25eff37 merged with master 26 April 2016, 09:05:58 UTC
fbf91d7 Fixing release data in ExperimentalHTKMLFReader 26 April 2016, 08:46:15 UTC
3bec246 Fixing release data in HTKMLFReader 26 April 2016, 08:43:26 UTC
08747eb Fix distributed reading handling in the Eval code 26 April 2016, 02:13:47 UTC
563a1dd Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/memshare 25 April 2016, 22:58:11 UTC
15e0eab Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/memshare 25 April 2016, 21:56:32 UTC
a31e33a update ScopedNetworkOperationMode to use SetOperationMode for clearer semantics. 25 April 2016, 21:52:20 UTC
6f2f2de Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/dropoutfix 25 April 2016, 20:32:53 UTC
ced4ee6 Integrate mahilleb/checkPoint into master 25 April 2016, 19:13:58 UTC
23006d7 Integrate wdarling/clipnode into master 25 April 2016, 16:55:25 UTC
5f55d53 removed SwitchToMatrixType in BeginForwardProp of IfNode 25 April 2016, 16:53:21 UTC
88a7ae8 Integrate jeanfad/eval_for_examples into master 25 April 2016, 16:41:21 UTC
be6c88f Fixed link in ReadMe 25 April 2016, 16:16:36 UTC
9088ce1 Updated main ReadMe 25 April 2016, 16:09:44 UTC
7d1cfb7 merged with master 25 April 2016, 15:41:54 UTC
921ddc5 Fixed a bug in ValidateNaryZip (introduced in previous commit). Some beautifications. 25 April 2016, 15:26:49 UTC
2f481ac merge conflict again 25 April 2016, 14:45:10 UTC
5dc9972 resolve conflicts with floor commit 25 April 2016, 11:20:04 UTC
31375c2 re-adding floor() 25 April 2016, 11:07:45 UTC
e69da50 regen cntk1 ops with floor 25 April 2016, 10:54:22 UTC
8aba31b address CR comments 2 25 April 2016, 10:50:55 UTC
8f63552 address CR comments 25 April 2016, 10:50:54 UTC
509bb1a initial eval for examples impl 25 April 2016, 10:50:53 UTC
70af52f address CR comments 25 April 2016, 10:50:28 UTC
63c1aae remove tab 25 April 2016, 10:48:00 UTC
942e634 eval functionality for cntk examples and doc strings 25 April 2016, 10:47:59 UTC
e907abb initial eval for examples impl 25 April 2016, 10:47:58 UTC
38d4f3d eval functionality for cntk examples and doc strings 25 April 2016, 10:47:57 UTC
5b1bb53 initial eval for examples impl 25 April 2016, 10:47:56 UTC
aec9499 fix rebase conflicts 25 April 2016, 10:34:06 UTC
e421ea2 fixing up cntk1.py 25 April 2016, 10:31:47 UTC
cb1bacd adding comments from CR and changing auto to const auto& in two spots 25 April 2016, 10:31:46 UTC
3513040 fixed casing typo 25 April 2016, 10:31:44 UTC
f33fd1a addded the validateN methods to the UsingComputationNodeMembers macro -- needed for compiling on linux! 25 April 2016, 10:31:43 UTC
73db097 switched python api over to clip(min, max, x) interface 25 April 2016, 10:31:42 UTC
72de3db changed clip interface to have the data be last 25 April 2016, 10:30:17 UTC
6cb7dee fix a missed nnary reference 25 April 2016, 10:30:15 UTC
fa3447f fix comment and change back to nary 25 April 2016, 10:30:14 UTC
48e32d1 moving lines around for readability 25 April 2016, 10:30:13 UTC
b649c3b made CopyIfEqual op simpler 25 April 2016, 10:30:12 UTC
38ee75a fixed double-import of numpy 25 April 2016, 10:30:11 UTC
d3b943e fixed comment 25 April 2016, 10:30:10 UTC
25eba71 addressing CR comments, implementing Nnary zip validation 25 April 2016, 10:30:08 UTC
319b6fa attempt at validateternaryzip 25 April 2016, 10:30:06 UTC
09fc14f found more places where I had to change clip_by_value to clip 25 April 2016, 10:30:05 UTC
4d57798 fixed example 25 April 2016, 10:30:04 UTC
0248d07 added additional example and fixed the look of 0 25 April 2016, 10:30:03 UTC
87e8d6c added example and fixed cntk1.py definition of clip (new name) 25 April 2016, 10:30:02 UTC
a4867f2 renaming gradient op to be more generic 25 April 2016, 10:30:01 UTC
2ec527c properly formatting cntk1.py 25 April 2016, 10:29:05 UTC
8759777 addressing first set of comments from CR 25 April 2016, 10:27:26 UTC
2f1d480 add a more complete validate() implementation and a more complex broadcasting python test 25 April 2016, 10:24:18 UTC
af840a7 added additional tests, fixed corner case for gradient 25 April 2016, 10:24:16 UTC
9dab306 forward pass tests for clip_by_value 25 April 2016, 10:22:34 UTC
a56b337 added required Validate() method -- specifically where we see the min and max values as constants 25 April 2016, 10:21:58 UTC
32a350b first steps in testing clip_by_value 25 April 2016, 10:19:44 UTC
4ff67af initial python implementation of clip_by_value 25 April 2016, 10:18:05 UTC
3529cf1 implementation of clipbyvalue 25 April 2016, 10:14:00 UTC
5b87fef implementing ClipByValue(x, minValue, maxValue) in CN lib, NDL, and BS 25 April 2016, 10:13:59 UTC
7c44bbb implementation of clipbyvalue 25 April 2016, 10:10:51 UTC
a794383 renaming gradient op to be more generic 25 April 2016, 10:08:34 UTC
82dba91 properly formatting cntk1.py 25 April 2016, 10:08:32 UTC
04ba892 addressing first set of comments from CR 25 April 2016, 10:07:21 UTC
fb62240 add a more complete validate() implementation and a more complex broadcasting python test 25 April 2016, 10:07:19 UTC
44088da added additional tests, fixed corner case for gradient 25 April 2016, 10:07:18 UTC
c535e99 add backprop test for clip 25 April 2016, 10:07:17 UTC
0ae223b forward pass tests for clip_by_value 25 April 2016, 10:07:16 UTC
f649d39 added required Validate() method -- specifically where we see the min and max values as constants 25 April 2016, 10:07:15 UTC
402b153 first steps in testing clip_by_value 25 April 2016, 10:07:14 UTC
2bb673d initial python implementation of clip_by_value 25 April 2016, 10:07:13 UTC
e1a6002 implementation of clipbyvalue 25 April 2016, 10:03:48 UTC
46b96b5 implementing ClipByValue(x, minValue, maxValue) in CN lib, NDL, and BS 25 April 2016, 10:02:01 UTC
3efd219 implementation of clipbyvalue 25 April 2016, 10:01:59 UTC
90f3342 Tests\EndToEndTests: keepCheckPointFiles=true for all checkpointing tests Updated baseline for checkpointing tests. Removed baseline that weren't tested from Image/QuickE2E. 25 April 2016, 09:52:45 UTC
c528f71 Integrate aayushg/flooropdev into master 25 April 2016, 09:26:36 UTC
b766a5e Integrate alrezni/examples_text into master 25 April 2016, 09:14:30 UTC
bd182e5 OverwritingOutputUsedInComputingInputNodesGradients to return false for IfNode 25 April 2016, 08:53:10 UTC
375e66d IfNode: Fixed. InputUsedInComputingInputNodesGradients(...). BackpropTo returns immeadiately for inputIndex==0. 25 April 2016, 08:23:21 UTC
a596d30 fixing up cntk1.py 25 April 2016, 08:20:56 UTC
c1a7b9c Changes for CNTK1 Floor 25 April 2016, 07:54:32 UTC
1df3551 adding comments from CR and changing auto to const auto& in two spots 25 April 2016, 07:35:49 UTC
02a725d fix compilation error in Linux due to containers with const elements. 23 April 2016, 00:41:27 UTC
2b61d5f Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/memshare 22 April 2016, 22:42:45 UTC
0ff230b Fixed the bug that DropoutNode was not using the Environment Variable to determine when to bypass the node. 22 April 2016, 22:33:48 UTC
309c8bd Review changes 22 April 2016, 15:44:56 UTC
a9ccfb3 Review changes 22 April 2016, 15:43:41 UTC
384a70d Removing comment 22 April 2016, 15:43:41 UTC
fac52a5 Review changes 22 April 2016, 15:43:41 UTC
15cd370 Review changes 22 April 2016, 15:43:41 UTC
back to top