How is tflearn different than skflow[1] or prettytensor[2], both these modules are developed by google's teams. [1] https://github.com/tensorflow/skflow/ [2] https://github.com/google/prettytensor
I don't think the SKFlow author(s) are at Google. Prettytensor's are, but it isn't Google supported. I haven't used tflearn or prettytensor, but I have used skflow (and a bit of raw TensorFlow). SKFlow is nice if you are already using scikit learn because you can drop it straight into your sklean Pipelines[1]. This is great in terms of making it usable alongside other systems. For example, I currently have a project…
> I don't think the SKFlow author(s) are at Google. Prettytensor's are, but it isn't Google supported.
I believe they are. Also I do believe that PrettyTensor is an internal Google project.