16 comments

[ 5.2 ms ] story [ 38.8 ms ] thread
This open source project is aimed to provide simple and ready-to-use tutorials for TensorFlow. The explanations are present in the wiki associated with this repository. Each tutorial has a source code and its documetation.
Thank you for sharing with the world. Amazing work.
Thank you ... It is my pleasure!
This is a great start, and I find your code extremely easy to read.

I might suggest some example code for more advanced methods of data ingestion. All the code I see uses feed_dict, which is certainly the most straightforward, but once you start to try to ingest larger out-of-core datasets or use distributed tf, things get exceptionally complicated (to me at least).

Some simple-ish code with queue runners and the new Dataset API would really be helpful.

Have you found some good tutorials on these parts of tensorflow?
Unfortunately not. The docs on the Dataset API are quite good though.
Thank you so much for your feedback ... We will post very soon about the queue runners. However, since this open source project tries to provide simple codes, in the beginning, our emphasis is one feed_dict simple method although it is suboptimal.
Also, the Udacity course is a really good.

However, the example code here is amongst the cleanest I've seen.

Try googling how to do simple regressions, and run some of that code. I think there is one other program out of the dozens out there that come anywhere close to this level of clarity.

In fact, I think you may have used that as a starting point, in which case extra kudos for going out and seeing the state of the art.

Python... such a shame. I refuse to touch anything that treats whitespace as anything other than what it should be - whitespace.
Python... I refuse to touch anything that treats whitespace as anything other than what it should be - whitespace.
And none of this code will work in TensorFlow 1.3 /sarcasm
Agreed, this code is very well commented and easy to read. Thanks!
I appreciate your compliment.