Has anyone tried to train a convolutional neural network, in which the input is not a picture but a vector, and the output is a real number? It would be a regression problem. The convolutional neural network should make the network immune to the noise of input vector data. The input vector can be quite large (eg 208 real values).

Similar questions and discussions