Goto

Collaborating Authors

 microsoft cntk tutorial


Microsoft CNTK Tutorial: Build a Neural Network with Python

@machinelearnbot

In previous tutorials on deep learning, I have taught how to build networks in the TensorFlow deep learning framework. There is no doubt that TensorFlow is an immensely popular deep learning framework at present, with a large community supporting it. However, there is another contending framework which I think may actually be better – it is called the Microsoft Cognitive Toolkit, or more commonly known as CNTK. Why do I believe it to be better? Two main reasons – it has a more intuitive and easy to use Python API than TensorFlow, and it is faster.