Fully Connected Regression using Tensorflow
After my last post on Learning the randomness, I realized I might need to post something simpler on tensorflow. So in this post I will go over a simple regression problem to show that we can teach machines at least something 🙂 Today’s problem is square function, yes the simple x^2 function : By using …