Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple regression output nodes in tensorflow learn

I am relatively new to tensorflow and want to use the DNNRegressor from tf.contrib.learn for a regression task. But instead of one output node, I would like to have several (let's say ten for example).

How can I configure my regressor to adjust many output nodes to fit my needs?

My question is related to the following ones already asked on SO, but there seems to be no working answer (I am using TensorFlow version 0.11)

skflow regression predict multiple values

Multiple target columns with SkFlow TensorFlowDNNRegressor

like image 862
Miguellissimo Avatar asked Oct 08 '16 17:10

Miguellissimo


1 Answers

It seems using tflearn will be the other choice.

Update: I realize we should use Keras as an well developed API for tensorflow+ theano .

like image 105
user40780 Avatar answered Oct 03 '22 01:10

user40780