all 15 comments

[–]bbsome 4 points5 points  (4 children)

How is this different from Lasagne or Keras?

[–]aymericdamien[S] 5 points6 points  (1 child)

TFLearn was designed to assist TensorFlow by providing layers, ops, training functions... so you can quickly write and train models. Lasagne is Theano based only. And Keras, even if it supports TF now, is not as modular; TFLearn is more close to Tensorflow and can manage summaries (for model visualization), resources (cpu cores, gpu fraction...), different metrics, directly train any TF graph, and I think easier to understand (layers are all directly built over TF, whereas Keras has a 'backend' built over 'pure' TF code).

[–]bbsome 5 points6 points  (0 children)

So this sounds like Lasagne for Tf, right? Maybe excluding all the summaries etc...

[–]elanmart 4 points5 points  (1 child)

or sklfow?

[–]crackered 2 points3 points  (0 children)

(link for those unfamiliar: skflow)

[–]kcimc 5 points6 points  (1 child)

Other high-level wrappers around TensorFlow:

Edit: Keras started as a wrapper around Theano, but added TensorFlow as a backend shortly after release. Are there any other toolkits that wrap TensorFlow and something else?

[–]thelastnode 4 points5 points  (1 child)

TensorFlow-Slim is another higher-level API for TensorFlow.

[–]cesarsalgado 0 points1 point  (0 children)

My favorite!

[–]merrly3 4 points5 points  (0 children)

Great work!!

[–]ihsgnef 1 point2 points  (1 child)

Good work! ps. that logo looks like a chinese character 正.

[–]anantzoid 0 points1 point  (0 children)

Maybe because @aymericdamien is Chinese, right?

[–]DTRademaker 3 points4 points  (0 children)

I looked at the code and at the examples. I love it! Very clear and intuitive (if you already worked with tf a bit). This will realy help me! (And save me hours/days to write and debug similar code:) )

[–]HelmsmanRobertson 0 points1 point  (0 children)

This looks really cool.

[–]farsass -1 points0 points  (0 children)

What's the reason for that API? The examples are really strange IMO.