https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
2941e59 Chekcing in working cif forecasting tutorial 11 February 2017, 07:07:05 UTC
ecc9917 Merged with changes from master 11 February 2017, 05:35:54 UTC
fd2e796 Update README.md 11 February 2017, 00:27:28 UTC
27bf1d3 Integrate mahilleb/PostReleaseMerges into master 10 February 2017, 22:42:27 UTC
2a8dcce Integrate eldak/underperfFixInRandomizer into master 10 February 2017, 22:16:58 UTC
c3b309b Integrate sayanpa/slawek into master 10 February 2017, 20:49:00 UTC
cbf2950 Added link to Azure Notebooks and fixed typo 10 February 2017, 20:37:14 UTC
f116b90 Added links to Azure notebooks 10 February 2017, 20:37:14 UTC
c329de7 Updated performance benchmark section in the Readme file 10 February 2017, 20:37:14 UTC
64d23b1 Add Azure Notebooks link 10 February 2017, 20:37:14 UTC
3c424cd Integrate kedeng/v2profiler into master 10 February 2017, 20:00:43 UTC
382763a Added link to Azure Notebooks and fixed typo 10 February 2017, 19:56:56 UTC
780f0bc Added links to Azure notebooks 10 February 2017, 19:52:22 UTC
0bc44d8 Updated performance benchmark section in the Readme file 10 February 2017, 19:45:36 UTC
ad994ca Add Azure Notebooks link 10 February 2017, 19:37:19 UTC
8860ab3 Fixing small underperf 10 February 2017, 18:05:44 UTC
ccf2dff Integrate alexeyo/ReadMe-News-February-10-1 into master 10 February 2017, 17:44:20 UTC
c934772 Integrate eldak/fixingSameImage into master 10 February 2017, 17:35:45 UTC
2b72578 Main ReadMe news, February 10, 2017 10 February 2017, 17:28:50 UTC
a41eb71 Update README.md 10 February 2017, 17:07:33 UTC
7bd974c Fixing error when the same image from zip refereced several times in the mapping file 10 February 2017, 15:52:13 UTC
6f74b33 CNTK_201B_CIFAR-10_ImageHandsOn.ipynb: fix PIL.Image import 10 February 2017, 14:57:51 UTC
0f6a3c7 Bump NuGet package versions 10 February 2017, 14:57:44 UTC
a435f5a Bump versions 10 February 2017, 14:57:35 UTC
13f81bd Tools/make_binary_drop_*: updates 10 February 2017, 10:55:45 UTC
60a76da Update 1BitSGD refs for profiler 10 February 2017, 08:21:04 UTC
487ba16 fixed a typo in a Jupyter notebook 10 February 2017, 07:32:38 UTC
72a259a fixed an incorrect rounding in a doc example 10 February 2017, 06:10:06 UTC
1f74f04 fixed two tests 10 February 2017, 05:15:16 UTC
580c40f fixed an copy-paste indentation error 10 February 2017, 04:24:49 UTC
0673df1 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layers-lib-breaking 10 February 2017, 03:52:41 UTC
255f275 (corrected last-decimal rounding of a doc example) 10 February 2017, 03:49:54 UTC
659e4ae addressed CR feedback 10 February 2017, 03:46:20 UTC
3b02db4 renamed Function.save_model() to save(), and restore_model() likewise; made load_model a static method Function.load() 10 February 2017, 01:24:39 UTC
b159781 Add -profile option to ResNet and ConvNet example for Philly 10 February 2017, 01:15:53 UTC
adf0a92 changed signature of splice() from list to *args, to make it consistent with all other ops; renamed cntk.ops.reduce_log_sum() to reduce_log_add_exp(), to make it consistent with log_add_exp(); associative binary ops like plus() now accept >2 arguments; new ops element_max(), element_min(); softmax() now takes axis parameter; constant() now takes dtype parameter argument 10 February 2017, 01:06:09 UTC
9b87729 changed LayerStack() to For() 10 February 2017, 00:06:36 UTC
19d2e5f changed all imports of blocks and models to layers 09 February 2017, 23:41:12 UTC
99c25c0 changed Trainer() signature from Trainer(model, loss, metric, ...) to Trainer(model, (loss, metric), ...) to prep for Layers lib where (loss, metric) is the criterion function; fixed an existing bug in a doc example 09 February 2017, 23:22:45 UTC
74fa7f4 CNTK v2 library: Implement a true no-op operation for an efficient Alias creation that does not use data pass through 09 February 2017, 21:34:22 UTC
c2f102a CNTK v2 library: Fix a crash when extra arguments are specified in Function::Forward; now we just issue a warning 09 February 2017, 21:34:22 UTC
81df1d8 Integrate wilrich/seq_starts_fix into master 09 February 2017, 20:23:58 UTC
09e4b8c Allow unicode names on Python 2.7 09 February 2017, 19:13:22 UTC
a54ba79 Integrate pkranen/transferLearning into master 09 February 2017, 18:57:58 UTC
e2a7d23 Update python docs 09 February 2017, 18:53:05 UTC
0e7f7cd Add link to profiler usage in python 09 February 2017, 18:22:02 UTC
5f93851 Integrate thilow/SimpleExampleSSM into master 09 February 2017, 17:29:50 UTC
e536ff2 Added Animals data set 09 February 2017, 17:14:10 UTC
54c589d addressing cr comments 09 February 2017, 15:54:06 UTC
15961b5 Throw exception when using seq_starts with Value 09 February 2017, 15:31:48 UTC
4214003 Fixed e2e test for transfer learning example 09 February 2017, 14:24:49 UTC
1241fab Adding documentation for the training session 09 February 2017, 14:04:26 UTC
b7d4945 Integrate t-ivrodr/v2tests_to_boost_squashed into master 09 February 2017, 13:24:10 UTC
4a25ac9 Integrate mahilleb/20170209 into master 09 February 2017, 12:51:07 UTC
2462261 Integrate kedeng/v2profiler2 into master 09 February 2017, 11:12:14 UTC
2c1e712 Tests/Install/linux/prep-run-test.sh: choose specific kernel when running Jupyter NBs 09 February 2017, 11:08:24 UTC
f0b8038 Makefile: remove rules for BinaryReader.so (legacy reader, never built on Linux) 09 February 2017, 11:07:39 UTC
d7d6d2a Python: Linux wheels: package only libs relevant for CNTK v2 09 February 2017, 11:07:39 UTC
f2f1319 Tutorials/CNTK_104_Finance_Timeseries_Basic_with_Pandas_Numpy.ipynb: fix two links to Wikipedia Closes: #1416 09 February 2017, 11:06:51 UTC
98c2fbd Merge remote-tracking branch 'origin/master' into thilow/SimpleExampleSSM 09 February 2017, 11:01:11 UTC
9625939 Merge branch 'master' into t-ivrodr/v2tests_to_boost_squashed # Conflicts: # Tests/UnitTests/V2LibraryTests/LearnerTests.cpp 09 February 2017, 10:27:29 UTC
236fa8a Tests/EndToEndTests/UnitTests/MathTests/baseline.txt: missing baseline update 09 February 2017, 09:53:43 UTC
46d2f1d Integrate penhe/fix_cosdistance_add_adam into master 09 February 2017, 09:42:40 UTC
6cf500c Add support for profiler in v2 09 February 2017, 09:24:31 UTC
04db23b Add Adam Learner as the original paper 09 February 2017, 08:34:47 UTC
063e196 1. Fix dynamicaxis of output of cosine_distance. 2. Fix Recurrencee in python layers.py 09 February 2017, 08:02:45 UTC
a7206d7 CNTK v2 library: Add scatter/gather support for sparse operands, enabling a bunch of sequence ops on sparse operands 09 February 2017, 07:15:33 UTC
cd972fc Added a few comments to avoid confusion of using checkpoint and cross validation. 09 February 2017, 05:26:01 UTC
6829622 Disable test for VGG16. Jenkins ran out of memory. Will enable it once we finish memory optimization. 09 February 2017, 01:05:47 UTC
2fff01f Update VGG19. 08 February 2017, 23:46:45 UTC
f9052ea Revision due to changes in train_session. Also rewrote tests due to failure caused by single thread running of AlexNet test and VGG test. Bug fix in ReshapingNodes.h. 08 February 2017, 23:46:45 UTC
39e7dd2 Revision based on CR. 08 February 2017, 23:46:45 UTC
e7ade66 Add readme files and edit samples.json. 08 February 2017, 23:46:45 UTC
74ec3ab Add test for VGG16. 08 February 2017, 23:46:44 UTC
6cc9801 Add VGG19 Python model. 08 February 2017, 23:46:44 UTC
21a019a Add hyper memory compress. 08 February 2017, 23:46:44 UTC
a7f2f4d Add randomize to VGG distributed training. 08 February 2017, 23:46:44 UTC
065480e Revision of VGG model to train on Philly. Clean up the directory. 08 February 2017, 23:46:44 UTC
0685829 Working version, but haven't verify accuracy. 08 February 2017, 23:46:44 UTC
b896648 Adding preliminary version of VGG 16 and 19 in BS. 08 February 2017, 23:46:44 UTC
330376f Working version, but haven't verify accuracy. 08 February 2017, 23:46:43 UTC
6beb7cd Adding preliminary version of VGG 16 and 19 in BS. 08 February 2017, 23:46:43 UTC
12dffcc Integrate sayanpa/cntk104 into master 08 February 2017, 19:43:09 UTC
2e891bf Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk104 08 February 2017, 18:04:34 UTC
c89f9a5 Add Variable.as_constant/parameter() and do the proper conversion in graph's DFS 08 February 2017, 17:47:25 UTC
9cb7f39 Change UserFunction.compose() to cntk.user_function() 08 February 2017, 17:47:15 UTC
50e8e10 Merge remote-tracking branch 'origin/master' into thilow/SimpleExampleSSM 08 February 2017, 15:15:44 UTC
57b7587 Converting current v2 library unittests to boost framework. Some of them were joined in a single project of e2e tests. 08 February 2017, 14:22:49 UTC
f0636c9 Changed methods in Param to be global functions to avoid the differewnt handling of unbound functions in Python 2 vs 3 08 February 2017, 13:58:22 UTC
6a7eabf Require user-defined functions to be wrapped in as_composite() 08 February 2017, 13:45:31 UTC
923c642 Main ReadMe News, February 8, 2017 08 February 2017, 12:14:20 UTC
b1eb518 Fixed the pickle file version 08 February 2017, 06:11:28 UTC
8157890 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk104 08 February 2017, 02:53:53 UTC
937dab5 Incorporated CR feedback with retry logic 08 February 2017, 00:39:17 UTC
3f68277 Updated caching of test data and retry logic 08 February 2017, 00:34:06 UTC
43ca617 Fixed a data download condition 08 February 2017, 00:26:20 UTC
775d85a Remove the cached pkl file 08 February 2017, 00:17:22 UTC
b435fb4 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk104 07 February 2017, 23:03:12 UTC
d27353e Incorporated CR feedback with retry logic 07 February 2017, 23:02:59 UTC
1ae666d Added extended transfer learning example 07 February 2017, 22:37:44 UTC
back to top