I would like to use CNN for regression in keras package (backend theano).

I have the training data which has 3-dimension and numbers in each coordinate. And the data also corresponds to certain number.

e.g.)one traing data..

x_train=numpy.arange(0,27).reshape(3,3,3), y_train=0.73

x_train corresponds to y_train

My problem is that sample size is smaller than number of coordinates.

As far as I researched, sparse modeling seems to be useful.

Is it correct? If so, teach me how to do sparse modeling in keras package.

And if you know more information in my problem, please teach me.

More Ryosaku Ota's questions See All
Similar questions and discussions