Philipp Kranen
|
77a776117c
|
Fixed license markdown for codeplex rendering
|
2015-12-07 21:31:13 +01:00 |
Philipp Kranen
|
b128121728
|
Changed license file to markdown format
|
2015-12-07 21:22:26 +01:00 |
bmitra
|
12d0ddee39
|
Removing duplicate include.
|
2015-12-07 02:54:09 -08:00 |
bmitra
|
f37c2b8173
|
Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes
|
2015-12-07 02:49:16 -08:00 |
Philipp Kranen
|
517251be42
|
Updated baselines for text demo
|
2015-12-07 11:20:19 +01:00 |
bmitra
|
480923ffb9
|
Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes
|
2015-12-07 01:16:53 -08:00 |
Philipp Kranen
|
89e99985ea
|
Added demos to VS solution
Polished README
|
2015-12-07 10:14:46 +01:00 |
Philipp Kranen
|
86a8b0ec75
|
Minor changes to cntk README and renamed to README.md
|
2015-12-07 09:24:27 +01:00 |
Yinggong Zhao (Person Consulting)
|
8e3db06589
|
Fix NCE backprop issue during minibatch mode
|
2015-12-06 16:50:27 +08:00 |
bmitra
|
6ed8c14772
|
Fixing merge issue.
|
2015-12-05 16:41:02 -08:00 |
bmitra
|
1dc60f5b78
|
Fixing error message.
|
2015-12-05 15:57:04 -08:00 |
bmitra
|
60ea9fe5ae
|
Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes
Conflicts:
BrainScript/BrainScriptEvaluator.cpp
MachineLearning/CNTKComputationNetworkLib/ConvolutionalNodes.h
Math/Math/Matrix.h
|
2015-12-05 15:56:46 -08:00 |
bmitra
|
7e1d13966c
|
Enabling ColumnElementTimesNode in BrainScript.
|
2015-12-05 15:50:04 -08:00 |
bmitra
|
fd8a34c309
|
Temporarily disable special logic for 1D Convolution for GPU-Sparse and update unite tests.
|
2015-12-05 15:04:39 -08:00 |
Frank Seide
|
89ced55a2b
|
made gcc happy
|
2015-12-05 14:31:26 -08:00 |
Frank Seide
|
9c86e7dbe1
|
some clean-up in SGD.cpp
|
2015-12-05 14:27:28 -08:00 |
bmitra
|
9a304c53e8
|
Re-enabling MatrixVectorMax test.
|
2015-12-05 14:19:04 -08:00 |
Frank Seide
|
1af0326225
|
further renaming:
GradientValues -> Gradient;
Output -> Value (Input(i)->Output didn't look good);
|
2015-12-05 14:14:44 -08:00 |
Amit Agarwal
|
d46376d63d
|
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/bufferedAsyncGradientAggregation
|
2015-12-05 12:31:54 -08:00 |
Amit
|
aa5433ab34
|
Linux build fix and formatting updates to the Linux baselines for buffered async gradient aggregation test
|
2015-12-05 11:19:43 -08:00 |
Philipp Kranen
|
7bc03002af
|
Initial demo sample structure and content
and addressed CR comments
|
2015-12-05 20:18:18 +01:00 |
Amit Agarwal
|
79c70fe298
|
Some refactoring/minor perf improvements in buffered async gradient aggregation code
|
2015-12-05 10:56:57 -08:00 |
Amit Agarwal
|
cc4db8d994
|
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/bufferedAsyncGradientAggregation
|
2015-12-05 01:45:32 -08:00 |
Amit Agarwal
|
388a3579c2
|
Use a separate compute stream for gradient aggregation kernels when performing buffered async gradietn aggregation
|
2015-12-05 01:45:03 -08:00 |
Frank Seide
|
8bcc6b2530
|
tidied up ComputationNetwork.h, better grouping of methods;
fixed one more broken file path
|
2015-12-04 23:58:07 -08:00 |
Frank Seide
|
0e6eb02eea
|
fixed a pathname in all reader projects
|
2015-12-04 23:23:12 -08:00 |
Frank Seide
|
450d301d99
|
(a comment)
|
2015-12-04 23:03:08 -08:00 |
Frank Seide
|
8f983e3058
|
(a comment)
|
2015-12-04 23:01:24 -08:00 |
Frank Seide
|
3051dd87d7
|
disabled CreateSparseLearnableParameter node, which had never been completely implemented
|
2015-12-04 22:58:53 -08:00 |
Frank Seide
|
d24c5ae079
|
(a comment)
|
2015-12-04 22:54:57 -08:00 |
Frank Seide
|
c10e457073
|
moved PairNode to EsotericNodes.h
|
2015-12-04 22:51:20 -08:00 |
Frank Seide
|
3b6e8b5691
|
renamed 'frameRange' to 'fr'
|
2015-12-04 22:45:57 -08:00 |
Amit Agarwal
|
bb698b2366
|
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/bufferedAsyncGradientAggregation
Conflicts:
MachineLearning/CNTKSGDLib/DataReaderHelpers.h
|
2015-12-04 22:40:57 -08:00 |
Frank Seide
|
67bbc7ff61
|
Merge branch 'master' of https://git.codeplex.com/cntk into fseide/reshaping
|
2015-12-04 22:33:30 -08:00 |
Frank Seide
|
ec4df193d2
|
renamed commandArgUtil.h to Config.h and ConfigFile.cpp to Config.cpp;
bug fix in previous refactoring of sub-minibatching
|
2015-12-04 22:31:47 -08:00 |
Frank Seide
|
450be1a664
|
moved NOT_IMPLEMENTED macro to Basics.h, close to LogicError()
|
2015-12-04 21:40:08 -08:00 |
Frank Seide
|
6b535cd1e8
|
minor edits to README
|
2015-12-04 21:26:37 -08:00 |
Frank Seide
|
2d78ddda60
|
renamed ComputationNode::RequestMatricesBeforeEval () to RequestMatricesBeforeForwardProp(), and likewise the other 4 similar functions
|
2015-12-04 21:16:38 -08:00 |
Frank Seide
|
456624d8e5
|
removed FrameRange::Check_t() and Check() since they have not flagged errors for several weeks
|
2015-12-04 21:09:42 -08:00 |
Frank Seide
|
83f68a3fb0
|
Step 2 of moving LSTMNode to EsotericNodes.h: deleted it from RecurrentNodes.h;
made gcc happy
|
2015-12-04 20:56:33 -08:00 |
Frank Seide
|
ad2517f4f7
|
moving LSTMNode to EsotericNodes.h: First step, copying it there (git gets confused if we do this in one go)
|
2015-12-04 20:54:02 -08:00 |
Frank Seide
|
3b5801e433
|
renamed more functions;
deleted NetworkBuilderFromConfig.cpp (unused)
|
2015-12-04 20:51:31 -08:00 |
Amit Agarwal
|
3f684b5bc4
|
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/UCIFastReader_PerfFixes
|
2015-12-04 20:51:03 -08:00 |
Frank Seide
|
9f29574c35
|
removed GradientValuesPtr() in lieu of new member CreateGradientMatrixIfNull() (this pointer is owned by the node);
SetDims() no longer virtual
|
2015-12-04 20:32:37 -08:00 |
Frank Seide
|
73fa9f8004
|
folded SGD::ForwardBackward() back inline, since it is such an integral piece that warrants to be front and center
|
2015-12-04 20:14:35 -08:00 |
Frank Seide
|
9d5ea88604
|
removed unused optional flags from ComputationNetwork::Backprop()
|
2015-12-04 19:47:42 -08:00 |
Frank Seide
|
990ef10494
|
formatted the updated README to fit into 79 columns
|
2015-12-04 19:10:14 -08:00 |
Frank Seide
|
1826cb6e68
|
Merge branch 'master' of https://git.codeplex.com/cntk into fseide/reshaping
|
2015-12-04 18:39:04 -08:00 |
Frank Seide
|
20c7c633fe
|
ComputeGradient() replaced by Backprop(), must call ForwardProp() first;
renamed ComputeGradientOfChildren() to
Backprop()
|
2015-12-04 18:38:51 -08:00 |
Amit Agarwal
|
6c7ec8b25c
|
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/UCIFastReader_PerfFixes
|
2015-12-04 18:28:47 -08:00 |