dnn_tensorflow_cpp icon indicating copy to clipboard operation
dnn_tensorflow_cpp copied to clipboard

This project is a simple deep neural network trained using only TensorFlow C++.

Results 5 dnn_tensorflow_cpp issues
Sort by recently updated
recently updated
newest added

Hey there, I am implementing a multilayer perceptron with the AddSymbolicGradients, for the or and x-or it works with multiclass but for mnist data it doesnt train the loss for...

i am just trying to make something a little bit easier for someone to take interest or you can ignore this PR

![image](https://user-images.githubusercontent.com/27994442/48299739-55674680-e50c-11e8-8649-d4c053af729d.png)

i just build the program well when the program run to the line 90: TF_CHECK_OK(session.Run({{x, x_data}, {y, y_data}}, {apply_w1, apply_w2, apply_w3, apply_b1, apply_b2, apply_b3}, nullptr)); the system always told me...