Predict Heart Disease With C# And A CNTK Deep Neural Network

Mark Farragher
11 min readNov 5, 2019

In this article I am going to build a C# app with CNTK and NET Core that reads medical data and predicts if a patient has a risk of heart disease. I will show you how we can emulate the skills of a heart specialist with just 200 lines of code.

CNTK or the Cognitive Toolkit is Microsoft’s tensor library and answer to TensorFlow. It can build, train, and run many…

--

--