Hi, now I'm facing new problem at the construction of neural network in tensotflow.

I would like to implement regression/classification problem at a same time in one neural network, which has two outputs, one for the classification [discrete variable as 0 or 1] and the other for the regression [continuous positive variable like time or length]. This kind of network shares any weights and biases for the several outputs.

In the deepnet library, I can construct this kind of network by jointly locating multiple layers (sigmoid and ReLU) for the output like multi-modal network, however, does anyone know how to do it with Tensorflow?

More Junchiro Niimi's questions See All
Similar questions and discussions