##Overview
TensorFlow vs Theano code by @Sirajology on Youtube. This is the code for this video. There are two scripts here. Both scripts do the same thing, they generate some dummy data then find the line of best fit for it in both Theano and Tensorflow. The purpose of this repo is to compare the syntax and architecture of both frameworks. You'll find a more detailed comparison in this article.
##Dependencies
Just run both scripts like so once you've installed the dependencies
python tensorflow_demo.py
python theano_demo.py
##Credits
The credits for this code go to the guy who wrote this article. I've merely wrapped it.