I've tried to search some keywords in CNTKLibrary.h like "dense", "sigmoid", but found nothing.
Please refer to test code for C++ API training.
I think I'll try C++ later, it seems only FullyConnectedNetwork is supported, no CNN and RNN supports.
GPU and CPU are not abstracted yet, just not focus enough on deep learning.
Thanks all the same.
All python APIs are built on top of C++ implementation in CNTK. Here are C++ examples on RNN, example on CNN
Most helpful comment
All python APIs are built on top of C++ implementation in CNTK. Here are C++ examples on RNN, example on CNN