Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split off two separately-built libs from main CNTK project: CNTKCompu…
…tationNetworkLib and CNTKSGDLib. These have their own directories now, and their include paths only include libs below (but not the CNTK project, for example), enforcing some modularization. Changed some scalar numerical values from ElemType to double, where this distinction did not add value, for example for objective values, frame-error rates, and learning rates. Lots of minor cleanup such as reducing header dependencies (e.g. Matrix.h), consistency of template<typename/class ElemType>, and moved some misplaced code to more appropriate places (e.g. LearnableParameter initializations). Merge branch 'master' into fseide/netlib Conflicts: MachineLearning/CNTK/CNTK.cpp
- Loading branch information