Skip to content

teeyihhou/tensorflow_vs_theano

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

tensorflow_vs_theano

##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

Usage

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.

About

TensorFlow vs Theano code by @Sirajology on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%