https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
5f0be2a necessary changes to repro rangan's issue 27 January 2017, 00:21:13 UTC
0633cd3 Integrate amtiaga/bugFixesForReasonNet into master 25 January 2017, 20:55:10 UTC
9d4a75a Update README.md 25 January 2017, 18:41:30 UTC
e886f96 CNTK v2 library: Add ability to learn only a subset of model parameters in a Trainer 25 January 2017, 17:52:22 UTC
a9a3c76 Bug fix. 25 January 2017, 17:05:33 UTC
a77bb5b Add activation layer in layer API. 25 January 2017, 17:05:33 UTC
511816b Main ReadMe News, January 25, 2017 25 January 2017, 16:25:37 UTC
fbb8687 Integrate alexeyo/1bit-to-GitHub into master 25 January 2017, 15:22:47 UTC
7c8312f Setting device for Parameter and Constant as well 25 January 2017, 08:21:24 UTC
446e81f Add names for deconvolution and maxunpooling. 24 January 2017, 20:39:43 UTC
f1b3d8e Code revision based on CR comments. 24 January 2017, 20:35:36 UTC
7fa2e87 Small bug fix. 24 January 2017, 20:35:36 UTC
5236ca2 Revision of Block implementation based on discussion with Frank. This reverts commit e61cced66db1b11e15c3ed77d02a8d00d5317457. 24 January 2017, 20:35:36 UTC
359cd2a Revert Block function comments. 24 January 2017, 20:35:35 UTC
7552ccc Code revision base on CR. 24 January 2017, 20:35:35 UTC
b69b39f Revision based on CR comments. 24 January 2017, 20:35:35 UTC
43d4874 Bug fix. 24 January 2017, 20:35:35 UTC
2660a93 Layer naming with block function. 24 January 2017, 20:35:34 UTC
d18c969 Fix to pass with gcc-5.4 in Linux 24 January 2017, 18:22:30 UTC
96874d2 Integrate zhouwang/cleanup-projectfiles into master 24 January 2017, 18:13:48 UTC
a179090 Integrate wilrich/graph_plot_cleanup into master 24 January 2017, 17:28:09 UTC
9ab5e21 Integrate mahilleb/PyPandaDataReader into master 24 January 2017, 16:36:25 UTC
520b46d remove unnecessary TODOs 24 January 2017, 16:20:17 UTC
8a7d1f8 change EVALV2_SAMPLE_CLIENT to CNTKLIBRARY_CPP_EVAL_EXAMPLES in Makefile 24 January 2017, 16:20:17 UTC
d85474e Set default device if not provided 24 January 2017, 15:34:17 UTC
61e971c Add op_name to UserFunction 24 January 2017, 15:33:49 UTC
a8578eb Make to_plot optional to retain original behavior Retain old behavior with a DeprecationWarning 24 January 2017, 14:02:28 UTC
94a4f5e Fix graph plotting and make the signature more Keras-like In addition: - set styles and allow multiple outputs - fix Function so that inputs() is reversed for Times and TransposeTimes 24 January 2017, 14:01:17 UTC
14473dd Autopepped 24 January 2017, 14:01:01 UTC
167734c download cudnn directly from github archive 24 January 2017, 12:53:28 UTC
af8631e changes for pascal card 24 January 2017, 11:01:41 UTC
24d8586 Fixed BS deconv test after config change 24 January 2017, 08:52:37 UTC
e57a497 Added test for Python deconv example 24 January 2017, 08:52:37 UTC
d8da70b Image auto encoder and viz working in BS and Python 24 January 2017, 08:52:37 UTC
d219b48 Added deconv layer to Python API 24 January 2017, 08:52:36 UTC
64cac42 Added Unpooling as layer to Python API 24 January 2017, 08:52:36 UTC
16daa4a Speed up TimesNodeBase for sparse by avoid unroll This change improves speed of CrossEntropyWithSoftmax/ClassificationError with sparse label. Example/LanguageUnderstanding/ATIS/Python/LanguageUnderstanding.py got 4x speed up. 24 January 2017, 02:29:00 UTC
a9c5c61 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/pr1311 24 January 2017, 00:03:15 UTC
bf8e3ef Carrying forward git pr 1311 - render cartpole + clear conda kernel to default 23 January 2017, 23:16:12 UTC
e927c16 Carrying forward git pr 1311 changes + disable cartpole render for test 23 January 2017, 23:08:30 UTC
e247f14 CNTK v2 library: Fix UserDefinedFunction C++ unit tests 23 January 2017, 22:59:14 UTC
53c6136 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/pr1311 23 January 2017, 22:57:15 UTC
7ebd5d0 Merged the fixes from pr1311 and turn off cart-pole rendering for test 23 January 2017, 22:49:43 UTC
b635927 Merge branch 'master' of https://github.com/Microsoft/CNTK 23 January 2017, 22:28:02 UTC
99df4bf Add copyright header 23 January 2017, 22:27:08 UTC
4080c0a CNTK v2 library: Enable output shape inference for user-defined functions 23 January 2017, 18:53:32 UTC
eb9cff5 CNTK v2 library: Add a AsComposite method for encapsulation of the graph underlying a specified root primitive function, as a higher-level composite function 23 January 2017, 18:53:32 UTC
e9aa3f8 Revert "Merge branch 'eveselov-master'" This reverts commit db4e8a46cfd6ece873a1deb60f2f4398beb0ffb3, reversing changes made to 373a436cb123f016952ac2ba623000197f78960e. 23 January 2017, 18:13:58 UTC
db4e8a4 Merge branch 'eveselov-master' 23 January 2017, 18:02:21 UTC
f51db94 Merge branch 'master' of https://github.com/eveselov/CNTK into eveselov-master 23 January 2017, 18:02:20 UTC
373a436 Tools/docker/CNTK-GPU*/Dockerfile: fix base image Also in Tests/Install/linux/Dockerfile-*-GPU. 23 January 2017, 14:16:06 UTC
9b1564e Scripts/install/*/conda-*.yml: add pandas-datareader Resolves #1334. 23 January 2017, 12:56:38 UTC
9cb4adb Merge remote-tracking branch 'origin/master' into nikosk/swig_dedup 23 January 2017, 01:21:33 UTC
d15bec5 remove size verification for cudnn download 21 January 2017, 08:42:08 UTC
0a2303a move default to python35 21 January 2017, 07:54:42 UTC
a3e8ea2 Integrate ebarsoum/inception into master 21 January 2017, 02:30:35 UTC
43de4b7 Update inception to the latest model and fix VS project. 21 January 2017, 01:19:32 UTC
e0a2af7 CNTK v2 library: Add conversion of Function instances to Variables in the variable substitution map passed to Function.clone and Function.replace_placeholder(s) methods 20 January 2017, 22:18:36 UTC
048e743 Update README.md 20 January 2017, 19:51:21 UTC
7ef3ce9 Integrate mahilleb/PostReleaseMerges into master 20 January 2017, 18:49:28 UTC
7ccf3fa Main ReadMe news, January 20, 2017 20 January 2017, 17:16:26 UTC
8b80bb5 Bump NuGet package versions 20 January 2017, 16:26:13 UTC
0451daa Bump versions 20 January 2017, 16:26:07 UTC
35356ad Tests/EndToEndTests/CNTKv2Python/Examples/CNTK_103B_MNIST_FeedForwardNetwork_test.py: increase tolerance 20 January 2017, 16:25:42 UTC
6633d05 Revert "change List to IEnmerable" This reverts commit 89c8420533323b5596b99484ef1105c2d313a890. 20 January 2017, 11:06:29 UTC
89c8420 change List to IEnmerable 20 January 2017, 10:57:08 UTC
7790859 Merge remote-tracking branch 'origin/master' into zhouwang/csbinding-bugfix 20 January 2017, 10:56:49 UTC
3ac5553 Integrate alrezni/v2_default_unit_gain into master 20 January 2017, 10:48:55 UTC
3f7c404 Integrate zhouwang/csbinding into master 20 January 2017, 10:14:02 UTC
e485545 temprarily remove the AllDevices() method, and will be added back later when we have a good solution for that 20 January 2017, 09:00:42 UTC
e542b1e add lock for DeviceDescriptor::AllDevice; move extension functions into SWIG 20 January 2017, 09:00:32 UTC
9b6c6bd Add a default (true) for the unit-gain flag value 20 January 2017, 08:27:36 UTC
73c7865 adapt properties of different classes that should be exposed change some properties to methods fix format 20 January 2017, 06:19:01 UTC
72292d2 expose more properties to C#, adapt exampels to use cntkbitmapextensions 20 January 2017, 06:19:01 UTC
037a318 share CntkBitmapExtensions.cs 20 January 2017, 06:19:01 UTC
392fc75 adjust different C# binding issues: add more properties, make some functions private; move bitmap extensions out of the Eval managed library; 20 January 2017, 06:19:00 UTC
2260a63 add exception handling 20 January 2017, 06:01:19 UTC
ef56278 Integrate sayanpa/cntk206 into master 20 January 2017, 05:12:45 UTC
91e0a07 Integrate kedeng/fixSparseDot into master 20 January 2017, 03:14:29 UTC
1d10e8a Integrate alrezni/mkl_fix into master 20 January 2017, 02:19:24 UTC
746d211 CNTK v2 library: a) Fix the memory sharing evaluation order for the case when one of the network roots is not a forward prop root specified to AllocateAllMatrices b) Fix the conversion of Variable to Function in python bindings 20 January 2017, 00:49:21 UTC
6f1909d Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk206 19 January 2017, 21:05:50 UTC
f514609 Updated tutorial with CR feedback 19 January 2017, 21:05:33 UTC
dcc4b56 Fix to not output too much in log, which may cause racing condition. 19 January 2017, 20:36:12 UTC
2a28d11 Merge branch 'chazhang/lrn2' of https://github.com/Microsoft/CNTK into chazhang/lrn2 19 January 2017, 20:08:34 UTC
6bf83dc Remove. Wrong branch. 19 January 2017, 20:07:18 UTC
c29f916 Initial file, not working yet. 19 January 2017, 19:59:49 UTC
32289b1 Rename files for Linux test. 19 January 2017, 19:59:49 UTC
809d3ae Fix merge issue. 19 January 2017, 19:59:49 UTC
76a44b8 Adding LRN example and associated test. Revised some test to reduce run time. 19 January 2017, 19:59:49 UTC
e6c23fd Fix broken sparse CSC in InnerProductOfMatrices 19 January 2017, 19:54:13 UTC
bcf0e9c Integrate mahilleb/LinPyDefault into master 19 January 2017, 19:13:04 UTC
38855bd GitHub Repo as 1bit SGD Repo 19 January 2017, 19:10:35 UTC
a745f34 Integrate v-lelu/bn-inception-bs into master 19 January 2017, 18:42:13 UTC
3c6a697 Integrate pkranen/deconv2017 into master 19 January 2017, 18:39:48 UTC
6307eac add reference to other XXXVector 19 January 2017, 18:26:35 UTC
cde2d27 add reference to FloatVector/VariableVector to avoid gabarage collection 19 January 2017, 18:26:35 UTC
253509f make createbatch more efficient 19 January 2017, 18:26:35 UTC
fd526cf add TODO to print out callstack 19 January 2017, 18:26:35 UTC
d959478 add exception handling 19 January 2017, 18:26:35 UTC
back to top