How to train a Deep Neural Network using only TensorFlow C++
As you may know the core of TensorFlow (TF) is built using C++, yet lots of conveniences are only available in the python API. When I wrote the last blog post, my goal was to implement the same basic Deep...