https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
223a013 Changed to sparse; Fixed parameter 28 April 2016, 22:29:19 UTC
07554a8 Merge branch 'aayushg/CrossEntropySoftMax' of https://github.com/Microsoft/CNTK into aayushg/CrossEntropySoftMax 28 April 2016, 10:01:02 UTC
e991b8f Changing to the cross_entropy_with_max 28 April 2016, 09:56:04 UTC
3e755ed Review comments 28 April 2016, 09:56:04 UTC
b917647 Review changes 28 April 2016, 09:56:04 UTC
4224ade Review changes 28 April 2016, 09:56:04 UTC
c286c21 CrossEntropy with softmax tests 28 April 2016, 09:56:04 UTC
d930e84 Changing to the cross_entropy_with_max 28 April 2016, 09:49:24 UTC
1fabcf6 Review comments 28 April 2016, 07:41:47 UTC
e8c8187 Review changes 28 April 2016, 05:04:33 UTC
abf2fe1 Review changes 28 April 2016, 04:50:12 UTC
c34e358 Addressing minor CR comments 27 April 2016, 13:51:19 UTC
c47af7e Refactoring 27 April 2016, 12:48:22 UTC
0211744 Fixing mb size 27 April 2016, 09:29:08 UTC
d4d8acc Integrate mahilleb/CommonLib into master 27 April 2016, 08:27:09 UTC
a7fb76a fix CTNK --> CNTK, hierarchal --> hierarchical 26 April 2016, 23:12:14 UTC
2488117 Source/Common/: also make a static library on Windows 26 April 2016, 19:57:43 UTC
654afab Integrate thilow/ifThenElse3 into master 26 April 2016, 18:26:56 UTC
d876793 Integrate eldak/extendingSequenceKey into master 26 April 2016, 18:10:42 UTC
9dbd8c2 Update Sequences.h fix typo - "only only" --> "only" 26 April 2016, 17:57:14 UTC
640cd63 Integrate gaizna/fix_cifar into master 26 April 2016, 17:36:05 UTC
af915c2 Fix formatting and import 'cond' 26 April 2016, 16:43:26 UTC
ef64e6c merged with master 26 April 2016, 16:36:30 UTC
0b6d764 Integrate eldak/fixingCatch into master 26 April 2016, 16:32:12 UTC
91daa8e CrossEntropy with softmax tests 26 April 2016, 16:14:37 UTC
7cdb75b This commit updates the linux baseline for the CIFAR-10 EndToEndTests 01_Convolution example 26 April 2016, 15:21:42 UTC
2db7299 This commit adds the linux baseline file to the solution 26 April 2016, 15:14:58 UTC
c866b3c This commit removes two non-existing baselines for the CIFAR-10 EndToEndTests 01_Convolution 26 April 2016, 15:14:08 UTC
ed706c5 This commit updates the datadir path for the CIFAR-10 tests, to the Examples location It also updates the windows baseline for 01_Convolution test. 26 April 2016, 15:13:12 UTC
71d0c19 .vcxproj: start sharing settings, starting with static libraries 26 April 2016, 15:02:01 UTC
262bcb2 Simple renaming of sequence key 26 April 2016, 13:09:10 UTC
74928d2 Reaading line in ComputationNode.h that was lost during merge 26 April 2016, 11:31:43 UTC
799e0d1 fix naming 26 April 2016, 10:27:11 UTC
dda4049 Rename 'has_sequence_dimension' to 'has_dynamic_axis' in merged files 26 April 2016, 10:08:20 UTC
b8fdd44 Correct version number 26 April 2016, 09:59:01 UTC
a3462ba Rename 'has_sequence_dimension' to 'has_dynamic_axis' 26 April 2016, 09:59:00 UTC
f259dec Disable example tests until examples are reworked 26 April 2016, 09:59:00 UTC
71d62c3 autopepped 26 April 2016, 09:58:55 UTC
a8eb3d4 fixed bug that I accidentially had removed overwrite of BiginForwsardProb() from BinaryElementwiseNode instead of IfNode 26 April 2016, 09:57:41 UTC
1c5ad0d Integrating CR comments 26 April 2016, 09:55:17 UTC
ec37304 Move pytest.ini 26 April 2016, 09:55:16 UTC
ca9def3 Enable double input tests 26 April 2016, 09:55:15 UTC
6f2a344 Remove NumPyReader und CNTKTextFormatAggregator 26 April 2016, 09:55:15 UTC
228b127 Allow for multiple distinct inputs 26 April 2016, 09:55:09 UTC
631321e Check for format being dense or sparse 26 April 2016, 09:54:33 UTC
56ecbfd Add missing ReconcileMBLayout import 26 April 2016, 09:54:32 UTC
27c54c5 examples 26 April 2016, 09:54:32 UTC
26181a4 Moved infix math operators of ComputationNode to new facade; refactored graph.py's input/params into variables_and_parameters and utils 26 April 2016, 09:54:15 UTC
d99bf78 Fixed Softmax grad; todo: more complex input 26 April 2016, 09:51:03 UTC
fc348bd Pick correct operand 26 April 2016, 09:51:02 UTC
3dbdfa4 Support for Abs operator 26 April 2016, 09:50:59 UTC
ca7ead5 Support for Minus operator 26 April 2016, 09:50:28 UTC
d9d5ff3 Fixing imports 26 April 2016, 09:50:23 UTC
b52354b Enable full Softmax test, which fails 26 April 2016, 09:49:26 UTC
512f34a Adapt to new reader requirements 26 April 2016, 09:49:24 UTC
78cd855 Ignore build directory when testing 26 April 2016, 09:49:19 UTC
98602ed Elaborate on CNTKTextFormatReader example 26 April 2016, 09:49:06 UTC
b55aa0c Fix types 26 April 2016, 09:48:52 UTC
f63b2bb Improved docs; added reaers.rst 26 April 2016, 09:48:44 UTC
95afcb9 Removed doc for cntk1.py 26 April 2016, 09:47:06 UTC
a0fac74 Support for RectifiedLinear operator 26 April 2016, 09:46:26 UTC
0254bc5 Support for Tanh operator 26 April 2016, 09:45:22 UTC
3319fa8 Support for Softmax operator 26 April 2016, 09:43:27 UTC
2214c3f Proper handling of precision in NumPy (float/double) 26 April 2016, 09:41:24 UTC
0ee9ea4 Proper handling of Nans and Infs returned by CNTK 26 April 2016, 09:33:50 UTC
78b6def Support for Sigmoid operator 26 April 2016, 09:33:38 UTC
ba4f5ce Some sanity checks for backward mode 26 April 2016, 09:30:10 UTC
dcf5b1d Fixing imports 26 April 2016, 09:29:06 UTC
cf6a4fe Expose operators under cntk.ops 26 April 2016, 09:29:01 UTC
83b9b9b Enable full Softmax test, which fails 26 April 2016, 09:27:44 UTC
1bf6e6f Adapt to new reader requirements 26 April 2016, 09:27:43 UTC
70e37c8 Ignore build directory when testing 26 April 2016, 09:27:42 UTC
ddf6bab Elaborate on CNTKTextFormatReader example 26 April 2016, 09:27:41 UTC
bea9865 Fix types 26 April 2016, 09:27:41 UTC
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
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
back to top