Home

Awesome

TensorFlow Exercises

TensorFlow is arugably the most popular deep learning library as of 2017.

This is designed to help those who want to familiarize themselves with TensorFlow functions. Particulary, I focus on comparing TensorFlow functions with the equivalent functions in NumPy, the de facto standard numerical computation library. I hope this will help you get comfortable with TensorFlow quickly.

The basic outline will be as follows, though this is not 100% fixed.

Enjoy!