I've just started learning and experimenting with caffe. Everything is going quite smoothly. Caffe seems to be aimed at image processing, which is ideal for the applications I am currently interested in (Road sign recognition etc...).
However I am curious, one potential use of Deep Networks, I am considering, is using serial data from sensors, such as accelerometers, gyros, pressure sensors etc... and using a Deep Network to identify difference motion types, walking, running etc...
In the theory any data type should be acceptable, it should just be a case of providing the data in a suitable format which can be processed by the network.